>>> linux 6.10.9 Extracting xzcat /home/buildroot/instance-0/dl/linux/linux-6.10.9.tar.xz | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/linux-6.10.9 -xf - >>> linux 6.10.9 Patching for p in ; do if test -d $p ; then TAR="/home/buildroot/instance-0/output-1/host/bin/tar" PATH=/home/buildroot/instance-0/output-1/host/bin:$PATH support/scripts/apply-patches.sh /home/buildroot/instance-0/output-1/build/linux-6.10.9 $p \*.patch || exit 1 ; else TAR="/home/buildroot/instance-0/output-1/host/bin/tar" PATH=/home/buildroot/instance-0/output-1/host/bin:$PATH support/scripts/apply-patches.sh /home/buildroot/instance-0/output-1/build/linux-6.10.9 `dirname $p` `basename $p` || exit 1; fi done >>> linux-tools Patching if [ -f /home/buildroot/instance-0/output-1/build/linux-6.10.9/tools/perf/Documentation/Makefile ]; then printf "%%:\n\t@:\n" >/home/buildroot/instance-0/output-1/build/linux-6.10.9/tools/perf/Documentation/GNUmakefile; fi >>> linux-tools Configuring >>> linux-tools Building GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 -C /home/buildroot/instance-0/output-1/build/linux-6.10.9/tools/iio HOSTCC="/usr/bin/gcc -O2 -isystem /home/buildroot/instance-0/output-1/host/include -L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" ARCH=powerpc INSTALL_MOD_PATH=/home/buildroot/instance-0/output-1/target CROSS_COMPILE="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-" WERROR=0 REGENERATE_PARSERS=1 DEPMOD=/home/buildroot/instance-0/output-1/host/sbin/depmod LDFLAGS="" make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/linux-6.10.9/tools/iio' mkdir -p include/linux/iio 2>&1 || true ln -sf /home/buildroot/instance-0/output-1/build/linux-6.10.9/tools/iio/../../include/uapi/linux/iio/buffer.h include/linux/iio ln -sf /home/buildroot/instance-0/output-1/build/linux-6.10.9/tools/iio/../../include/uapi/linux/iio/events.h include/linux/iio ln -sf /home/buildroot/instance-0/output-1/build/linux-6.10.9/tools/iio/../../include/uapi/linux/iio/types.h include/linux/iio make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/linux-6.10.9/tools/iio' CC iio_utils.o LD iio_utils-in.o make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/linux-6.10.9/tools/iio' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/linux-6.10.9/tools/iio' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/linux-6.10.9/tools/iio' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/linux-6.10.9/tools/iio' CC iio_event_monitor.o CC lsiio.o CC iio_generic_buffer.o iio_event_monitor.c: In function 'print_event': iio_event_monitor.c:281:58: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type '__s64' {aka 'long int'} [-Wformat=] 281 | fprintf(stderr, "Unknown event: time: %lld, id: %llx\n", | ~~~^ | | | long long int | %ld 282 | event->timestamp, event->id); | ~~~~~~~~~~~~~~~~ | | | __s64 {aka long int} iio_event_monitor.c:281:68: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type '__u64' {aka 'long unsigned int'} [-Wformat=] 281 | fprintf(stderr, "Unknown event: time: %lld, id: %llx\n", | ~~~^ | | | long long unsigned int | %lx 282 | event->timestamp, event->id); | ~~~~~~~~~ | | | __u64 {aka long unsigned int} iio_event_monitor.c:287:33: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type '__s64' {aka 'long int'} [-Wformat=] 287 | printf("Event: time: %lld, type: %s", event->timestamp, | ~~~^ ~~~~~~~~~~~~~~~~ | | | | long long int __s64 {aka long int} | %ld LD lsiio-in.o make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/linux-6.10.9/tools/iio' LINK lsiio LD iio_event_monitor-in.o make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/linux-6.10.9/tools/iio' LINK iio_event_monitor LD iio_generic_buffer-in.o make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/linux-6.10.9/tools/iio' LINK iio_generic_buffer make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/linux-6.10.9/tools/iio' >>> linux-tools Installing to staging directory >>> linux-tools Fixing libtool files for la in $(find /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/instance-0/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 GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 -C /home/buildroot/instance-0/output-1/build/linux-6.10.9/tools/iio HOSTCC="/usr/bin/gcc -O2 -isystem /home/buildroot/instance-0/output-1/host/include -L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" ARCH=powerpc INSTALL_MOD_PATH=/home/buildroot/instance-0/output-1/target CROSS_COMPILE="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-" WERROR=0 REGENERATE_PARSERS=1 DEPMOD=/home/buildroot/instance-0/output-1/host/sbin/depmod LDFLAGS="" INSTALL_ROOT=/home/buildroot/instance-0/output-1/target DESTDIR=/home/buildroot/instance-0/output-1/target install make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/linux-6.10.9/tools/iio' install -d -m 755 /home/buildroot/instance-0/output-1/target/usr/bin; \ for program in iio_event_monitor lsiio iio_generic_buffer; do \ install $program /home/buildroot/instance-0/output-1/target/usr/bin; \ done make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/linux-6.10.9/tools/iio' openldap-LMDB_0.9.33.tar.bz2: OK (sha256: d19d52725800177b89d235161c0af8ae8b2932207e3c9eb87e95b61f1925206d) >>> lmdb 0.9.33 Extracting bzcat /home/buildroot/instance-0/dl/lmdb/openldap-LMDB_0.9.33.tar.bz2 | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/lmdb-0.9.33 -xf - >>> lmdb 0.9.33 Patching >>> lmdb 0.9.33 Configuring >>> lmdb 0.9.33 Building GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 -C /home/buildroot/instance-0/output-1/build/lmdb-0.9.33/libraries/liblmdb AR="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar" CC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" ILIBS="liblmdb.a liblmdb.so" LDFLAGS="" OPT="" XCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/lmdb-0.9.33/libraries/liblmdb' /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -pthread -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c mdb.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -pthread -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c midl.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -pthread -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c mdb.c -o mdb.lo /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -pthread -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c midl.c -o midl.lo /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -pthread -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c mdb_stat.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -pthread -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c mdb_copy.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -pthread -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c mdb_dump.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -pthread -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c mdb_load.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -pthread -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c mtest.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -pthread -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c mtest2.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -pthread -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c mtest3.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -pthread -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c mtest4.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -pthread -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c mtest5.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -pthread -shared -o liblmdb.so mdb.lo midl.lo /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar rs liblmdb.a mdb.o midl.o /home/buildroot/instance-0/output-1/host/lib/gcc/powerpc64-buildroot-linux-gnu/13.3.0/../../../../powerpc64-buildroot-linux-gnu/bin/ar: creating liblmdb.a /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -pthread -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 mdb_stat.o liblmdb.a -o mdb_stat /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -pthread -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 mdb_copy.o liblmdb.a -o mdb_copy /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -pthread -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 mdb_dump.o liblmdb.a -o mdb_dump /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -pthread -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 mdb_load.o liblmdb.a -o mdb_load /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -pthread -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 mtest.o liblmdb.a -o mtest /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -pthread -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 mtest2.o liblmdb.a -o mtest2 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -pthread -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 mtest3.o liblmdb.a -o mtest3 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -pthread -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 mtest4.o liblmdb.a -o mtest4 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -pthread -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 mtest5.o liblmdb.a -o mtest5 make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/lmdb-0.9.33/libraries/liblmdb' >>> lmdb 0.9.33 Installing to staging directory GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 -C /home/buildroot/instance-0/output-1/build/lmdb-0.9.33/libraries/liblmdb AR="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar" CC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" ILIBS="liblmdb.a liblmdb.so" LDFLAGS="" OPT="" XCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" DESTDIR="/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot" prefix=/usr install make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/lmdb-0.9.33/libraries/liblmdb' mkdir -p /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin mkdir -p /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib mkdir -p /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include mkdir -p /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man1 for f in mdb_stat mdb_copy mdb_dump mdb_load; do cp $f /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin; done for f in liblmdb.a liblmdb.so; do cp $f /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib; done for f in lmdb.h; do cp $f /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include; done for f in mdb_stat.1 mdb_copy.1 mdb_dump.1 mdb_load.1; do cp $f /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man1; done make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/lmdb-0.9.33/libraries/liblmdb' >>> lmdb 0.9.33 Fixing libtool files for la in $(find /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/instance-0/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 >>> lmdb 0.9.33 Installing to target GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 -C /home/buildroot/instance-0/output-1/build/lmdb-0.9.33/libraries/liblmdb AR="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar" CC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" ILIBS="liblmdb.a liblmdb.so" LDFLAGS="" OPT="" XCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" DESTDIR="/home/buildroot/instance-0/output-1/target" prefix=/usr install make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/lmdb-0.9.33/libraries/liblmdb' mkdir -p /home/buildroot/instance-0/output-1/target/usr/bin mkdir -p /home/buildroot/instance-0/output-1/target/usr/lib mkdir -p /home/buildroot/instance-0/output-1/target/usr/include mkdir -p /home/buildroot/instance-0/output-1/target/usr/share/man/man1 for f in mdb_stat mdb_copy mdb_dump mdb_load; do cp $f /home/buildroot/instance-0/output-1/target/usr/bin; done for f in liblmdb.a liblmdb.so; do cp $f /home/buildroot/instance-0/output-1/target/usr/lib; done for f in lmdb.h; do cp $f /home/buildroot/instance-0/output-1/target/usr/include; done for f in mdb_stat.1 mdb_copy.1 mdb_dump.1 mdb_load.1; do cp $f /home/buildroot/instance-0/output-1/target/usr/share/man/man1; done make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/lmdb-0.9.33/libraries/liblmdb' lsuio-ba46808da148552462e50ba66d8d15cc5b9a3a00.tar.gz: OK (sha256: fe799ea2920f07b3d950ae9b6b3dec8c0838437f4571fc8091b94fd765b3d415) >>> lsuio ba46808da148552462e50ba66d8d15cc5b9a3a00 Extracting gzip -d -c /home/buildroot/instance-0/dl/lsuio/lsuio-ba46808da148552462e50ba66d8d15cc5b9a3a00.tar.gz | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/lsuio-ba46808da148552462e50ba66d8d15cc5b9a3a00 -xf - >>> lsuio ba46808da148552462e50ba66d8d15cc5b9a3a00 Patching >>> lsuio ba46808da148552462e50ba66d8d15cc5b9a3a00 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/instance-0/output-1/build/lsuio-ba46808da148552462e50ba66d8d15cc5b9a3a00 -name $file); do cp support/gnuconfig/$file $i; done; done >>> lsuio ba46808da148552462e50ba66d8d15cc5b9a3a00 Patching libtool >>> lsuio ba46808da148552462e50ba66d8d15cc5b9a3a00 Configuring >>> lsuio ba46808da148552462e50ba66d8d15cc5b9a3a00 Checking configure (powerpc64/powerpc64le) support/scripts/fix-configure-powerpc64.sh /home/buildroot/instance-0/output-1/build/lsuio-ba46808da148552462e50ba66d8d15cc5b9a3a00 (cd /home/buildroot/instance-0/output-1/build/lsuio-ba46808da148552462e50ba66d8d15cc5b9a3a00/ && rm -rf config.cache && GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" LD="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" NM="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" GCC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" CPP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-cpp" CXX="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-g++" FC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" F77="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/home/buildroot/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/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=powerpc64-buildroot-linux-gnu --host=powerpc64-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --enable-shared ) configure: loading site script /dev/null checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for powerpc64-buildroot-linux-gnu-strip... /bin/true checking build system type... x86_64-pc-linux-gnu checking host system type... powerpc64-buildroot-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking for powerpc64-buildroot-linux-gnu-gcc... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-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 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc... none checking how to run the C preprocessor... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-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 unistd.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes 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 sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/sysmacros.h usability... yes checking sys/sysmacros.h presence... yes checking for sys/sysmacros.h... yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking sys/ndir.h usability... no checking sys/ndir.h presence... no checking for sys/ndir.h... no checking ndir.h usability... no checking ndir.h presence... no checking for ndir.h... no checking alloca.h usability... yes checking alloca.h presence... yes checking for alloca.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking whether time.h and sys/time.h may both be included... yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking for struct utimbuf... yes checking whether sys/types.h defines makedev... no checking for sys/mkdev.h... (cached) no checking for sys/sysmacros.h... (cached) yes checking for working alloca.h... yes checking for alloca... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct stat.st_blocks... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking whether closedir returns void... yes checking for mkfifo... yes checking for mknod... yes configure: creating ./config.status config.status: creating Makefile config.status: creating lsuio.lsm config.status: creating lsuio.spec config.status: creating config.h config.status: executing depfiles commands >>> lsuio ba46808da148552462e50ba66d8d15cc5b9a3a00 Building GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 -C /home/buildroot/instance-0/output-1/build/lsuio-ba46808da148552462e50ba66d8d15cc5b9a3a00/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/lsuio-ba46808da148552462e50ba66d8d15cc5b9a3a00' /usr/bin/make all-am make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/lsuio-ba46808da148552462e50ba66d8d15cc5b9a3a00' /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c lsuio.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c uio_helper.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -o lsuio lsuio.o uio_helper.o make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/lsuio-ba46808da148552462e50ba66d8d15cc5b9a3a00' make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/lsuio-ba46808da148552462e50ba66d8d15cc5b9a3a00' >>> lsuio ba46808da148552462e50ba66d8d15cc5b9a3a00 Installing to target GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 DESTDIR=/home/buildroot/instance-0/output-1/target install -C /home/buildroot/instance-0/output-1/build/lsuio-ba46808da148552462e50ba66d8d15cc5b9a3a00/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/lsuio-ba46808da148552462e50ba66d8d15cc5b9a3a00' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/lsuio-ba46808da148552462e50ba66d8d15cc5b9a3a00' test -z "/usr/bin" || mkdir -p -- "/home/buildroot/instance-0/output-1/target/usr/bin" test -z "/usr/share/info" || mkdir -p -- "/home/buildroot/instance-0/output-1/target/usr/share/info" test -z "/usr/share/man/man1" || mkdir -p -- "/home/buildroot/instance-0/output-1/target/usr/share/man/man1" /usr/bin/install -c 'lsuio' '/home/buildroot/instance-0/output-1/target/usr/bin/lsuio' /usr/bin/install -c -m 644 './lsuio.info' '/home/buildroot/instance-0/output-1/target/usr/share/info/lsuio.info' /usr/bin/install -c -m 644 './lsuio.1' '/home/buildroot/instance-0/output-1/target/usr/share/man/man1/lsuio.1' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/lsuio-ba46808da148552462e50ba66d8d15cc5b9a3a00' make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/lsuio-ba46808da148552462e50ba66d8d15cc5b9a3a00' luksmeta-9.tar.bz2: OK (sha256: 2ca0c35b551b331ba1444fc9d36e8c48ff8cae53dd4e6155b028e8904edc202a) >>> luksmeta 9 Extracting bzcat /home/buildroot/instance-0/dl/luksmeta/luksmeta-9.tar.bz2 | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/luksmeta-9 -xf - >>> luksmeta 9 Patching >>> luksmeta 9 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/instance-0/output-1/build/luksmeta-9 -name $file); do cp support/gnuconfig/$file $i; done; done >>> luksmeta 9 Patching libtool patching file /home/buildroot/instance-0/output-1/build/luksmeta-9/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). >>> luksmeta 9 Configuring >>> luksmeta 9 Checking configure (powerpc64/powerpc64le) support/scripts/fix-configure-powerpc64.sh /home/buildroot/instance-0/output-1/build/luksmeta-9 (cd /home/buildroot/instance-0/output-1/build/luksmeta-9/ && rm -rf config.cache && GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" LD="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" NM="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" GCC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" CPP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-cpp" CXX="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-g++" FC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" F77="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/home/buildroot/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/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_A2X="" CONFIG_SITE=/dev/null ./configure --target=powerpc64-buildroot-linux-gnu --host=powerpc64-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --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 build system type... x86_64-pc-linux-gnu checking host system type... powerpc64-buildroot-linux-gnu checking target system type... powerpc64-buildroot-linux-gnu checking for powerpc64-buildroot-linux-gnu-gcc... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc option to accept ISO C89... none needed checking whether /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc understands -c and -o together... yes checking for /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc option to accept ISO C99... none needed checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for powerpc64-buildroot-linux-gnu-strip... /bin/true checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking whether make supports nested variables... yes checking dependency style of /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc... none checking whether make supports nested variables... (cached) 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 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld checking if the linker (/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-nm checking the name lister (/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-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 powerpc64-buildroot-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 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld option to reload object files... -r checking for powerpc64-buildroot-linux-gnu-objdump... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for powerpc64-buildroot-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for powerpc64-buildroot-linux-gnu-ar... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar checking for archiver @FILE support... @ checking for powerpc64-buildroot-linux-gnu-strip... (cached) /bin/true checking for powerpc64-buildroot-linux-gnu-ranlib... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib checking command to parse /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-nm output from /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for powerpc64-buildroot-linux-gnu-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 how to run the C preprocessor... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-cpp 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 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc static flag -static works... yes checking if /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc supports -c -o file.o... yes checking if /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc linker (/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-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... no 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.25... yes checking for cryptsetup... yes checking for a2x... (cached) no configure: WARNING: asciidoc / a2x not found -- man pages will not be generated and installed! checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating luksmeta.pc config.status: creating Makefile 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 >>> luksmeta 9 Building GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 -C /home/buildroot/instance-0/output-1/build/luksmeta-9/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/luksmeta-9' /usr/bin/make all-am make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/luksmeta-9' CC libluksmeta.lo CC crc32c.lo CC luksmeta.o CCLD libcrc32c.la CCLD libluksmeta.la libtool: warning: '/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libuuid.la' seems to be moved libtool: warning: '/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libblkid.la' seems to be moved CCLD luksmeta make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/luksmeta-9' make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/luksmeta-9' >>> luksmeta 9 Installing to staging directory GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 DESTDIR=/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot install -C /home/buildroot/instance-0/output-1/build/luksmeta-9/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/luksmeta-9' /usr/bin/make install-am make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/luksmeta-9' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/luksmeta-9' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include' /bin/sh ./libtool --mode=install /usr/bin/install -c libluksmeta.la '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 luksmeta.h '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include' /usr/bin/install -c -m 644 luksmeta.pc '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' libtool: install: /usr/bin/install -c .libs/libluksmeta.so.0.0.0 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libluksmeta.so.0.0.0 libtool: install: (cd /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libluksmeta.so.0.0.0 libluksmeta.so.0 || { rm -f libluksmeta.so.0 && ln -s libluksmeta.so.0.0.0 libluksmeta.so.0; }; }) libtool: install: (cd /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libluksmeta.so.0.0.0 libluksmeta.so || { rm -f libluksmeta.so && ln -s libluksmeta.so.0.0.0 libluksmeta.so; }; }) libtool: install: /usr/bin/install -c .libs/libluksmeta.lai /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libluksmeta.la libtool: install: /usr/bin/install -c .libs/libluksmeta.a /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libluksmeta.a libtool: install: chmod 644 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libluksmeta.a libtool: install: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libluksmeta.a libtool: warning: remember to run 'libtool --finish /usr/lib' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin' /bin/sh ./libtool --mode=install /usr/bin/install -c luksmeta '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin' libtool: install: /usr/bin/install -c luksmeta /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin/luksmeta make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/luksmeta-9' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/luksmeta-9' make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/luksmeta-9' >>> luksmeta 9 Fixing libtool files for la in $(find /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/instance-0/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 >>> luksmeta 9 Installing to target GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 DESTDIR=/home/buildroot/instance-0/output-1/target install -C /home/buildroot/instance-0/output-1/build/luksmeta-9/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/luksmeta-9' /usr/bin/make install-am make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/luksmeta-9' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/luksmeta-9' /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/lib' /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/include' /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/lib/pkgconfig' /bin/sh ./libtool --mode=install /usr/bin/install -c libluksmeta.la '/home/buildroot/instance-0/output-1/target/usr/lib' /usr/bin/install -c -m 644 luksmeta.h '/home/buildroot/instance-0/output-1/target/usr/include' /usr/bin/install -c -m 644 luksmeta.pc '/home/buildroot/instance-0/output-1/target/usr/lib/pkgconfig' libtool: install: /usr/bin/install -c .libs/libluksmeta.so.0.0.0 /home/buildroot/instance-0/output-1/target/usr/lib/libluksmeta.so.0.0.0 libtool: install: (cd /home/buildroot/instance-0/output-1/target/usr/lib && { ln -s -f libluksmeta.so.0.0.0 libluksmeta.so.0 || { rm -f libluksmeta.so.0 && ln -s libluksmeta.so.0.0.0 libluksmeta.so.0; }; }) libtool: install: (cd /home/buildroot/instance-0/output-1/target/usr/lib && { ln -s -f libluksmeta.so.0.0.0 libluksmeta.so || { rm -f libluksmeta.so && ln -s libluksmeta.so.0.0.0 libluksmeta.so; }; }) libtool: install: /usr/bin/install -c .libs/libluksmeta.lai /home/buildroot/instance-0/output-1/target/usr/lib/libluksmeta.la libtool: install: /usr/bin/install -c .libs/libluksmeta.a /home/buildroot/instance-0/output-1/target/usr/lib/libluksmeta.a libtool: install: chmod 644 /home/buildroot/instance-0/output-1/target/usr/lib/libluksmeta.a libtool: install: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib /home/buildroot/instance-0/output-1/target/usr/lib/libluksmeta.a libtool: warning: remember to run 'libtool --finish /usr/lib' /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/bin' /bin/sh ./libtool --mode=install /usr/bin/install -c luksmeta '/home/buildroot/instance-0/output-1/target/usr/bin' libtool: install: /usr/bin/install -c luksmeta /home/buildroot/instance-0/output-1/target/usr/bin/luksmeta make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/luksmeta-9' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/luksmeta-9' make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/luksmeta-9' mbpfan-2.4.0.tar.gz: OK (sha256: e1cdcffaba52be215ae40a8568949190866d500d6ae2a1e96b71ab5372f3580b) >>> mbpfan 2.4.0 Extracting gzip -d -c /home/buildroot/instance-0/dl/mbpfan/mbpfan-2.4.0.tar.gz | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/mbpfan-2.4.0 -xf - >>> mbpfan 2.4.0 Patching >>> mbpfan 2.4.0 Configuring >>> mbpfan 2.4.0 Building GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" /usr/bin/make -j17 CC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" -C /home/buildroot/instance-0/output-1/build/mbpfan-2.4.0 make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/mbpfan-2.4.0' mkdir -p bin mkdir -p bin mkdir -p bin Compiling src/daemon... Compiling src/main... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -g -Wall -Wextra -Wno-unused-function -std=c99 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=500 src/daemon.c -osrc/daemon.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -g -Wall -Wextra -Wno-unused-function -std=c99 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=500 src/main.c -osrc/main.o mkdir -p bin mkdir -p bin Compiling src/mbpfan... mkdir -p bin /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -g -Wall -Wextra -Wno-unused-function -std=c99 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=500 src/mbpfan.c -osrc/mbpfan.o Compiling src/settings... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -g -Wall -Wextra -Wno-unused-function -std=c99 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=500 src/settings.c -osrc/settings.o Compiling src/strmap... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -g -Wall -Wextra -Wno-unused-function -std=c99 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=500 src/strmap.c -osrc/strmap.o mkdir -p bin Compiling src/util... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -g -Wall -Wextra -Wno-unused-function -std=c99 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=500 src/util.c -osrc/util.o mkdir -p bin Compiling tests/main... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -g -Wall -Wextra -Wno-unused-function -std=c99 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=500 tests/main.c -otests/main.o Compiling tests/minunit... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -g -Wall -Wextra -Wno-unused-function -std=c99 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=500 tests/minunit.c -otests/minunit.o src/daemon.c: In function 'read_pid': src/daemon.c:62:9: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 62 | fscanf(file, "%d", &pid); | ^~~~~~~~~~~~~~~~~~~~~~~~ src/mbpfan.c: In function 'retrieve_sensors': src/mbpfan.c:199:21: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 199 | fscanf(file, "%d", &s->temperature); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/mbpfan.c: In function 'read_value': src/mbpfan.c:246:9: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 246 | fscanf(file, "%d", &value); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/mbpfan.c: In function 'read_value_str': src/mbpfan.c:256:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 256 | fgets(str, len, file); | ^~~~~~~~~~~~~~~~~~~~~ Linking... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -g src/daemon.o src/main.o src/mbpfan.o src/settings.o src/strmap.o src/util.o -lm -o bin/mbpfan Linking... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -g tests/main.o tests/minunit.o src/daemon.o src/mbpfan.o src/settings.o src/strmap.o src/util.o -lm -o bin/mbpfan-tests make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/mbpfan-2.4.0' >>> mbpfan 2.4.0 Installing to target /usr/bin/install -D -m 0644 /home/buildroot/instance-0/output-1/build/mbpfan-2.4.0/mbpfan.conf /home/buildroot/instance-0/output-1/target/etc/mbpfan.conf /usr/bin/install -m 0755 /home/buildroot/instance-0/output-1/build/mbpfan-2.4.0/bin/mbpfan /home/buildroot/instance-0/output-1/target/usr/sbin/mbpfan skalibs-2.14.2.0.tar.gz: OK (sha256: ddfec5730e5b2f19d0381ecf7f796b39a6e473236bda0ad8d3776a3fe7b07e43) >>> skalibs 2.14.2.0 Extracting gzip -d -c /home/buildroot/instance-0/dl/skalibs/skalibs-2.14.2.0.tar.gz | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/skalibs-2.14.2.0 -xf - >>> skalibs 2.14.2.0 Patching >>> skalibs 2.14.2.0 Configuring (cd /home/buildroot/instance-0/output-1/build/skalibs-2.14.2.0; GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" LD="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" NM="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" GCC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" CPP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-cpp" CXX="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-g++" FC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" F77="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/home/buildroot/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ./configure --prefix=/ --with-default-path=/sbin:/usr/sbin:/bin:/usr/bin --with-sysdep-devurandom=yes --enable-static --enable-shared) Checking for C compiler... ./configure: warning: compiler /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc is declared with its own path. If it's not accessible via PATH, you will need to pass AR, RANLIB and STRIP make variables to the make invocation. ... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc Checking whether C compiler works... ... yes Checking target system type... ... powerpc64-buildroot-linux-gnu Checking whether compiler accepts -fPIC ... ... yes Checking whether compiler accepts -std=c99 ... ... yes Checking whether compiler accepts -fomit-frame-pointer ... ... yes Checking whether compiler accepts -fno-exceptions ... ... yes Checking whether compiler accepts -fno-unwind-tables ... ... yes Checking whether compiler accepts -fno-asynchronous-unwind-tables ... ... yes Checking whether compiler accepts -Werror=implicit-function-declaration ... ... yes Checking whether compiler accepts -Werror=implicit-int ... ... yes Checking whether compiler accepts -Werror=pointer-sign ... ... yes Checking whether compiler accepts -Werror=pointer-arith ... ... yes Checking whether compiler accepts -Wno-unused-value ... ... yes Checking whether compiler accepts -Wno-parentheses ... ... yes Checking whether compiler accepts -ffunction-sections ... ... yes Checking whether compiler accepts -fdata-sections ... ... yes Checking whether linker accepts -Wl,--as-needed ... ... yes Checking whether linker accepts -Wl,--sort-section=alignment ... ... yes Checking whether linker accepts -Wl,--sort-common ... ... yes Checking whether linker accepts -Wl,--hash-style=both ... ... yes Checking required linker flags for socket functions... ... none Checking whether system has clock_gettime()... ... yes Checking whether system has CLOCK_MONOTONIC... ... yes Checking whether system has CLOCK_BOOTTIME... ... yes Checking whether system has posix_spawn()... ... yes Checking whether system has timer_create()... ... yes Checking whether system has pthread support... ... yes Checking endianness... ... big Checking size and signedness of standard types... ... done Checking whether system has accept4()... ... yes Checking whether system has MSG_CMSG_CLOEXEC... ... yes Checking whether system has dirfd()... ... yes Checking whether system has fdopendir()... ... yes Checking whether system has eventfd()... ... yes Checking whether system has flock()... ... yes Checking whether system has getpeereid()... ... no Checking whether system has SO_PEERCRED... ... yes Checking whether system has getpeerucred()... ... no Checking whether system has IPv6 support... ... yes Checking whether system has MSG_DONTWAIT... ... yes Checking whether system has O_CLOEXEC... ... yes Checking whether system has O_DIRECTORY... ... yes Checking whether system has openat()... ... yes Checking whether system has linkat()... ... yes Checking whether system has memmem()... ... yes Checking whether system has pipe2()... ... yes Checking whether system has ppoll()... ... yes Checking whether system has revoke()... ... no Checking whether system has sendfile()... ... yes Checking whether system has setgroups()... ... yes Checking whether system has settimeofday()... ... yes Checking whether system has signalfd()... ... yes Checking whether system has splice()... ... yes Checking whether system has st.st_atim... ... yes Checking whether system has st.st_atimespec... ... no Checking whether system has strcasestr()... ... yes Checking whether system has strnlen()... ... yes Checking whether system has uint64_t... ... yes Checking whether system has waitid()... ... yes Checking whether system has futimens()... ... yes Checking whether system has futimes()... ... yes Checking whether system has arc4random()... ... yes Checking whether system has arc4random_addrandom()... ... no Checking whether system has setitimer()... ... yes Checking whether system has namespaces... ... yes Checking whether system has NS_GET_PARENT... ... yes Checking whether system has explicit_bzero()... ... yes Checking whether system has getrandom()... ... yes Checking whether system has GRND_INSECURE... ... yes Checking whether system has chroot()... ... yes Checking whether system has POSIX_SPAWN_SETSID... ... yes Checking whether system has POSIX_SPAWN_SETSID_NP... ... no Checking whether system has posix_spawn_file_actions_addchdir()... ... no Checking whether system has posix_spawn_file_actions_addchdir_np()... ... yes Checking whether system has /dev/urandom... ... user-provided: yes Checking whether system has posix_spawn() return early... ... no Creating config.mak... ... done. Creating src/include/skalibs/config.h... ... done. >>> skalibs 2.14.2.0 Building GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 -C /home/buildroot/instance-0/output-1/build/skalibs-2.14.2.0 make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/skalibs-2.14.2.0' exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/avlnode_delete.lo src/libdatastruct/avlnode_delete.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/avlnode_doublerotate.lo src/libdatastruct/avlnode_doublerotate.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/avlnode_extreme.lo src/libdatastruct/avlnode_extreme.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/avlnode_extremenode.lo src/libdatastruct/avlnode_extremenode.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/avlnode_height.lo src/libdatastruct/avlnode_height.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/avlnode_insertnode.lo src/libdatastruct/avlnode_insertnode.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/avlnode_iter.lo src/libdatastruct/avlnode_iter.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/avlnode_iter_withcancel.lo src/libdatastruct/avlnode_iter_withcancel.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/avlnode_rotate.lo src/libdatastruct/avlnode_rotate.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/avlnode_search.lo src/libdatastruct/avlnode_search.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/avlnode_searchnode.lo src/libdatastruct/avlnode_searchnode.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/avlnode_zero.lo src/libdatastruct/avlnode_zero.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/avltree_delete.lo src/libdatastruct/avltree_delete.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/avltree_free.lo src/libdatastruct/avltree_free.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/avltree_init.lo src/libdatastruct/avltree_init.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/avltree_insert.lo src/libdatastruct/avltree_insert.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/avltree_newnode.lo src/libdatastruct/avltree_newnode.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/avltree_zero.lo src/libdatastruct/avltree_zero.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/avltreen_delete.lo src/libdatastruct/avltreen_delete.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/avltreen_init.lo src/libdatastruct/avltreen_init.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/avltreen_insert.lo src/libdatastruct/avltreen_insert.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/avltreen_newnode.lo src/libdatastruct/avltreen_newnode.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/bigkv_fill.lo src/libdatastruct/bigkv_fill.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/bigkv_free.lo src/libdatastruct/bigkv_free.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/bigkv_search.lo src/libdatastruct/bigkv_search.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/bigkv_zero.lo src/libdatastruct/bigkv_zero.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/genqdyn_clean.lo src/libdatastruct/genqdyn_clean.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/genqdyn_free.lo src/libdatastruct/genqdyn_free.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/genqdyn_init.lo src/libdatastruct/genqdyn_init.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/genqdyn_pop.lo src/libdatastruct/genqdyn_pop.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/genqdyn_push.lo src/libdatastruct/genqdyn_push.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/genqdyn_unpush.lo src/libdatastruct/genqdyn_unpush.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/genqdyn_zero.lo src/libdatastruct/genqdyn_zero.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/genset.lo src/libdatastruct/genset.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/genset_deepfree.lo src/libdatastruct/genset_deepfree.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/genset_iter_nocancel.lo src/libdatastruct/genset_iter_nocancel.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/genset_iter_withcancel.lo src/libdatastruct/genset_iter_withcancel.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/gensetdyn_deepfree.lo src/libdatastruct/gensetdyn_deepfree.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/gensetdyn_delete.lo src/libdatastruct/gensetdyn_delete.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/gensetdyn_free.lo src/libdatastruct/gensetdyn_free.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/gensetdyn_init.lo src/libdatastruct/gensetdyn_init.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/gensetdyn_iter_nocancel.lo src/libdatastruct/gensetdyn_iter_nocancel.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/gensetdyn_iter_withcancel.lo src/libdatastruct/gensetdyn_iter_withcancel.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/gensetdyn_new.lo src/libdatastruct/gensetdyn_new.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/gensetdyn_ready.lo src/libdatastruct/gensetdyn_ready.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libdatastruct/gensetdyn_zero.lo src/libdatastruct/gensetdyn_zero.c exec tools/gen-bits.sh sysdeps.cfg/sysdeps 64 21 25 17 65 > src/include/skalibs/uint64.h exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/child_spawn0.lo src/libenvexec/child_spawn0.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/child_spawn1_internal.lo src/libenvexec/child_spawn1_internal.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/child_spawn1_pipe.lo src/libenvexec/child_spawn1_pipe.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/child_spawn2.lo src/libenvexec/child_spawn2.c exec tools/gen-sysdepsh.sh `cat sysdeps.cfg/target` < sysdeps.cfg/sysdeps > src/include/skalibs/sysdeps.h exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/env_addmodif.lo src/libenvexec/env_addmodif.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/env_dump.lo src/libenvexec/env_dump.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/env_get.lo src/libenvexec/env_get.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/env_get2.lo src/libenvexec/env_get2.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/env_len.lo src/libenvexec/env_len.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/env_make.lo src/libenvexec/env_make.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/env_merg.lo src/libenvexec/env_merg.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/env_merge.lo src/libenvexec/env_merge.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/env_mergen.lo src/libenvexec/env_mergen.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/env_mergn.lo src/libenvexec/env_mergn.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/env_string.lo src/libenvexec/env_string.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/envalloc_0.lo src/libenvexec/envalloc_0.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/envalloc_make.lo src/libenvexec/envalloc_make.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/envalloc_merge.lo src/libenvexec/envalloc_merge.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/envalloc_uniq.lo src/libenvexec/envalloc_uniq.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/envdir.lo src/libenvexec/envdir.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/envdir_clamp.lo src/libenvexec/envdir_clamp.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/envdir_noclamp.lo src/libenvexec/envdir_noclamp.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/exec0_ae.lo src/libenvexec/exec0_ae.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/exec_ae.lo src/libenvexec/exec_ae.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/gmspawn_afn.lo src/libenvexec/gmspawn_afn.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/mexec0_af.lo src/libenvexec/mexec0_af.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/mexec0_afm.lo src/libenvexec/mexec0_afm.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/mexec0_afn.lo src/libenvexec/mexec0_afn.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/mexec_af.lo src/libenvexec/mexec_af.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/mexec_afm.lo src/libenvexec/mexec_afm.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/mexec_afn.lo src/libenvexec/mexec_afn.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/mspawn_af.lo src/libenvexec/mspawn_af.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/mspawn_afm.lo src/libenvexec/mspawn_afm.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/mspawn_afn.lo src/libenvexec/mspawn_afn.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/xexec0_ae.lo src/libenvexec/xexec0_ae.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/xexec_ae.lo src/libenvexec/xexec_ae.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/xexecvep.lo src/libenvexec/xexecvep.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/xexecvep_loose.lo src/libenvexec/xexecvep_loose.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/xmexec0_af.lo src/libenvexec/xmexec0_af.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/xmexec0_afm.lo src/libenvexec/xmexec0_afm.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/xmexec0_afn.lo src/libenvexec/xmexec0_afn.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/xmexec_af.lo src/libenvexec/xmexec_af.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/xmexec_afm.lo src/libenvexec/xmexec_afm.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/xmexec_afn.lo src/libenvexec/xmexec_afn.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/xmspawn_af.lo src/libenvexec/xmspawn_af.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/xmspawn_afm.lo src/libenvexec/xmspawn_afm.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/xmspawn_afn.lo src/libenvexec/xmspawn_afn.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libposixplz/doublefork.lo src/libposixplz/doublefork.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libposixplz/execvep.lo src/libposixplz/execvep.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libposixplz/execvep_internal.lo src/libposixplz/execvep_internal.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libposixplz/execvep_loose.lo src/libposixplz/execvep_loose.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libposixplz/mkbtemp.lo src/libposixplz/mkbtemp.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libposixplz/mkctemp.lo src/libposixplz/mkctemp.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libposixplz/mkfiletemp.lo src/libposixplz/mkfiletemp.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libposixplz/mkhtemp.lo src/libposixplz/mkhtemp.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libposixplz/mklinktemp.lo src/libposixplz/mklinktemp.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libposixplz/mkltemp.lo src/libposixplz/mkltemp.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libposixplz/mkptemp.lo src/libposixplz/mkptemp.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libposixplz/mkptemp2.lo src/libposixplz/mkptemp2.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libposixplz/mkptemp3.lo src/libposixplz/mkptemp3.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libposixplz/munmap_void.lo src/libposixplz/munmap_void.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libposixplz/unlink_void.lo src/libposixplz/unlink_void.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/librandom/autosurf_name.lo src/librandom/autosurf_name.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/librandom/random_devurandom.lo src/librandom/random_devurandom.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/librandom/random_name_from.lo src/librandom/random_name_from.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/librandom/random_sauniquename_from.lo src/librandom/random_sauniquename_from.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/librandom/random_unsort_from.lo src/librandom/random_unsort_from.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstdcrypto/blake2s_init.lo src/libstdcrypto/blake2s_init.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstdcrypto/blake2s_update.lo src/libstdcrypto/blake2s_update.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstdcrypto/sha1_feed.lo src/libstdcrypto/sha1_feed.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstdcrypto/sha1_init.lo src/libstdcrypto/sha1_init.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstdcrypto/sha1_transform.lo src/libstdcrypto/sha1_transform.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstdcrypto/sha1_update.lo src/libstdcrypto/sha1_update.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstdcrypto/sha256_feed.lo src/libstdcrypto/sha256_feed.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstdcrypto/sha256_final.lo src/libstdcrypto/sha256_final.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstdcrypto/sha256_init.lo src/libstdcrypto/sha256_init.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstdcrypto/sha256_transform.lo src/libstdcrypto/sha256_transform.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstdcrypto/sha256_update.lo src/libstdcrypto/sha256_update.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstdcrypto/sha512_final.lo src/libstdcrypto/sha512_final.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstdcrypto/sha512_init.lo src/libstdcrypto/sha512_init.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstdcrypto/sha512_transform.lo src/libstdcrypto/sha512_transform.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstdcrypto/sha512_update.lo src/libstdcrypto/sha512_update.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/alloc.lo src/libstddjb/alloc.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/alloc_realloc.lo src/libstddjb/alloc_realloc.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/allread.lo src/libstddjb/allread.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/allreadv.lo src/libstddjb/allreadv.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/allreadwrite.lo src/libstddjb/allreadwrite.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/allreadwritev.lo src/libstddjb/allreadwritev.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/allwrite.lo src/libstddjb/allwrite.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/allwritev.lo src/libstddjb/allwritev.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/baprintf.lo src/libstddjb/baprintf.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/bitarray_and.lo src/libstddjb/bitarray_and.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/bitarray_clearsetn.lo src/libstddjb/bitarray_clearsetn.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/bitarray_count.lo src/libstddjb/bitarray_count.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/bitarray_firstclear.lo src/libstddjb/bitarray_firstclear.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/bitarray_firstclear_skip.lo src/libstddjb/bitarray_firstclear_skip.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/bitarray_firstset.lo src/libstddjb/bitarray_firstset.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/bitarray_firstset_skip.lo src/libstddjb/bitarray_firstset_skip.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/bitarray_not.lo src/libstddjb/bitarray_not.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/bitarray_or.lo src/libstddjb/bitarray_or.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/bitarray_testandpoke.lo src/libstddjb/bitarray_testandpoke.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/bitarray_xor.lo src/libstddjb/bitarray_xor.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/bprintf.lo src/libstddjb/bprintf.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/bufalloc_1.lo src/libstddjb/bufalloc_1.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/bufalloc_2.lo src/libstddjb/bufalloc_2.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/bufalloc_clean.lo src/libstddjb/bufalloc_clean.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/bufalloc_flush.lo src/libstddjb/bufalloc_flush.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/bufalloc_getfd.lo src/libstddjb/bufalloc_getfd.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/bufalloc_getlen.lo src/libstddjb/bufalloc_getlen.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/bufalloc_init.lo src/libstddjb/bufalloc_init.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/buffer_0.lo src/libstddjb/buffer_0.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/buffer_0f1.lo src/libstddjb/buffer_0f1.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/buffer_0small.lo src/libstddjb/buffer_0small.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/buffer_1.lo src/libstddjb/buffer_1.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/buffer_1small.lo src/libstddjb/buffer_1small.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/buffer_2.lo src/libstddjb/buffer_2.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/buffer_fill.lo src/libstddjb/buffer_fill.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/buffer_flush.lo src/libstddjb/buffer_flush.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/buffer_flush1read.lo src/libstddjb/buffer_flush1read.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/buffer_get.lo src/libstddjb/buffer_get.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/buffer_getall.lo src/libstddjb/buffer_getall.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/buffer_getallnf.lo src/libstddjb/buffer_getallnf.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/buffer_getfd.lo src/libstddjb/buffer_getfd.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/buffer_getlen.lo src/libstddjb/buffer_getlen.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/buffer_getv.lo src/libstddjb/buffer_getv.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/buffer_getvall.lo src/libstddjb/buffer_getvall.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/buffer_getvallnf.lo src/libstddjb/buffer_getvallnf.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/buffer_init.lo src/libstddjb/buffer_init.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/buffer_put.lo src/libstddjb/buffer_put.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/buffer_putall.lo src/libstddjb/buffer_putall.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/buffer_putallnf.lo src/libstddjb/buffer_putallnf.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/buffer_putflush.lo src/libstddjb/buffer_putflush.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/buffer_puts.lo src/libstddjb/buffer_puts.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/buffer_putsall.lo src/libstddjb/buffer_putsall.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/buffer_putsallflush.lo src/libstddjb/buffer_putsallflush.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/buffer_putsallnoflush.lo src/libstddjb/buffer_putsallnoflush.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/buffer_putsflush.lo src/libstddjb/buffer_putsflush.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/buffer_putsnoflush.lo src/libstddjb/buffer_putsnoflush.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/buffer_putv.lo src/libstddjb/buffer_putv.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/buffer_putvall.lo src/libstddjb/buffer_putvall.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/buffer_putvallnf.lo src/libstddjb/buffer_putvallnf.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/buffer_putvflush.lo src/libstddjb/buffer_putvflush.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/byte_chr.lo src/libstddjb/byte_chr.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/byte_count.lo src/libstddjb/byte_count.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/byte_in.lo src/libstddjb/byte_in.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/byte_rchr.lo src/libstddjb/byte_rchr.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/byte_search.lo src/libstddjb/byte_search.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/byte_zzero.lo src/libstddjb/byte_zzero.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/case_lowerb.lo src/libstddjb/case_lowerb.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/case_lowers.lo src/libstddjb/case_lowers.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/case_startb.lo src/libstddjb/case_startb.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/case_upperb.lo src/libstddjb/case_upperb.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/case_uppers.lo src/libstddjb/case_uppers.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/cbuffer_get.lo src/libstddjb/cbuffer_get.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/cbuffer_getv.lo src/libstddjb/cbuffer_getv.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/cbuffer_init.lo src/libstddjb/cbuffer_init.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/cbuffer_put.lo src/libstddjb/cbuffer_put.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/cbuffer_putv.lo src/libstddjb/cbuffer_putv.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/cbuffer_rpeek.lo src/libstddjb/cbuffer_rpeek.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/cbuffer_rseek.lo src/libstddjb/cbuffer_rseek.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/cbuffer_unget.lo src/libstddjb/cbuffer_unget.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/cbuffer_unput.lo src/libstddjb/cbuffer_unput.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/cbuffer_wpeek.lo src/libstddjb/cbuffer_wpeek.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/cbuffer_wseek.lo src/libstddjb/cbuffer_wseek.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/cdb_find.lo src/libstddjb/cdb_find.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/cdb_free.lo src/libstddjb/cdb_free.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/cdb_hash.lo src/libstddjb/cdb_hash.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/cdb_hashadd.lo src/libstddjb/cdb_hashadd.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/cdb_hashv.lo src/libstddjb/cdb_hashv.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/cdb_init.lo src/libstddjb/cdb_init.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/cdb_init_at.lo src/libstddjb/cdb_init_at.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/cdb_init_fromfd.lo src/libstddjb/cdb_init_fromfd.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/cdb_p.lo src/libstddjb/cdb_p.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/cdb_zero.lo src/libstddjb/cdb_zero.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/cdbmake_posplus.lo src/libstddjb/cdbmake_posplus.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/cdbmake_start.lo src/libstddjb/cdbmake_start.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/coe.lo src/libstddjb/coe.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/devino_cmp.lo src/libstddjb/devino_cmp.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/dir_close.lo src/libstddjb/dir_close.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/dir_fd.lo src/libstddjb/dir_fd.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/error_isalready.lo src/libstddjb/error_isalready.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/error_temp.lo src/libstddjb/error_temp.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/fd_cat.lo src/libstddjb/fd_cat.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/fd_catn.lo src/libstddjb/fd_catn.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/fd_chdir.lo src/libstddjb/fd_chdir.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/fd_chmod.lo src/libstddjb/fd_chmod.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/fd_chown.lo src/libstddjb/fd_chown.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/fd_close.lo src/libstddjb/fd_close.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/fd_copy.lo src/libstddjb/fd_copy.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/fd_copy2.lo src/libstddjb/fd_copy2.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/fd_ensure_open.lo src/libstddjb/fd_ensure_open.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/fd_islocked.lo src/libstddjb/fd_islocked.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/fd_lock.lo src/libstddjb/fd_lock.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/fd_move.lo src/libstddjb/fd_move.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/fd_move2.lo src/libstddjb/fd_move2.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/fd_read.lo src/libstddjb/fd_read.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/fd_readv.lo src/libstddjb/fd_readv.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/fd_recv.lo src/libstddjb/fd_recv.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/fd_send.lo src/libstddjb/fd_send.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/fd_shutdown.lo src/libstddjb/fd_shutdown.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/fd_sync.lo src/libstddjb/fd_sync.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/fd_unlock.lo src/libstddjb/fd_unlock.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/fd_write.lo src/libstddjb/fd_write.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/fd_writev.lo src/libstddjb/fd_writev.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/filecopy_suffix.lo src/libstddjb/filecopy_suffix.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/filecopy_unsafe.lo src/libstddjb/filecopy_unsafe.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/fmtscan_asc.lo src/libstddjb/fmtscan_asc.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/fmtscan_num.lo src/libstddjb/fmtscan_num.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/genalloc_deepfree.lo src/libstddjb/genalloc_deepfree.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/genwrite_flush_bufalloc.lo src/libstddjb/genwrite_flush_bufalloc.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/genwrite_flush_buffer.lo src/libstddjb/genwrite_flush_buffer.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/genwrite_flush_stralloc.lo src/libstddjb/genwrite_flush_stralloc.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/genwrite_put_bufalloc.lo src/libstddjb/genwrite_put_bufalloc.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/genwrite_put_buffer.lo src/libstddjb/genwrite_put_buffer.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/genwrite_put_stralloc.lo src/libstddjb/genwrite_put_stralloc.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/genwrite_stderr.lo src/libstddjb/genwrite_stderr.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/genwrite_stdout.lo src/libstddjb/genwrite_stdout.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/getlnmax.lo src/libstddjb/getlnmax.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/getlnmaxsep.lo src/libstddjb/getlnmaxsep.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/gol.lo src/libstddjb/gol.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/gol_argv.lo src/libstddjb/gol_argv.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/hiercopy.lo src/libstddjb/hiercopy.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/hiercopy_internal.lo src/libstddjb/hiercopy_internal.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/hiercopy_loose.lo src/libstddjb/hiercopy_loose.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/hiercopy_loose_tmp.lo src/libstddjb/hiercopy_loose_tmp.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/hiercopy_tmp.lo src/libstddjb/hiercopy_tmp.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/int640_scan.lo src/libstddjb/int640_scan.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/int64_fmt_generic.lo src/libstddjb/int64_fmt_generic.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/int64_fmtlist.lo src/libstddjb/int64_fmtlist.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/int64_scan.lo src/libstddjb/int64_scan.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/int64_scan_base_max.lo src/libstddjb/int64_scan_base_max.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/int64_scanlist.lo src/libstddjb/int64_scanlist.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/ip4_scanlist.lo src/libstddjb/ip4_scanlist.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/ip4_scanlist_u32.lo src/libstddjb/ip4_scanlist_u32.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/ip6_fmt.lo src/libstddjb/ip6_fmt.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/ip6_scanlist.lo src/libstddjb/ip6_scanlist.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/leapsecs_add.lo src/libstddjb/leapsecs_add.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/leapsecs_sub.lo src/libstddjb/leapsecs_sub.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/lolprintf.lo src/libstddjb/lolprintf.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/ndelay_off.lo src/libstddjb/ndelay_off.c src/libstddjb/hiercopy_internal.c: In function 'hiercopy_internal': src/libstddjb/hiercopy_internal.c:85:3: warning: ignoring return value of 'lchown' declared with attribute 'warn_unused_result' [-Wunused-result] 85 | lchown(dst, st.st_uid, st.st_gid) ; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/ndelay_on.lo src/libstddjb/ndelay_on.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/netstring_append.lo src/libstddjb/netstring_append.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/netstring_appendv.lo src/libstddjb/netstring_appendv.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/netstring_decode.lo src/libstddjb/netstring_decode.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/netstring_encode.lo src/libstddjb/netstring_encode.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/netstring_put.lo src/libstddjb/netstring_put.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/open2.lo src/libstddjb/open2.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/open3.lo src/libstddjb/open3.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/open_append.lo src/libstddjb/open_append.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/open_create.lo src/libstddjb/open_create.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/open_excl.lo src/libstddjb/open_excl.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/open_read.lo src/libstddjb/open_read.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/open_readb.lo src/libstddjb/open_readb.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/open_trunc.lo src/libstddjb/open_trunc.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/open_write.lo src/libstddjb/open_write.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/openb_read.lo src/libstddjb/openb_read.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/openbc_read.lo src/libstddjb/openbc_read.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/openc_append.lo src/libstddjb/openc_append.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/openc_create.lo src/libstddjb/openc_create.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/openc_excl.lo src/libstddjb/openc_excl.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/openc_read.lo src/libstddjb/openc_read.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/openc_readb.lo src/libstddjb/openc_readb.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/openc_trunc.lo src/libstddjb/openc_trunc.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/openc_write.lo src/libstddjb/openc_write.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/openreadfileclose.lo src/libstddjb/openreadfileclose.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/openreadnclose.lo src/libstddjb/openreadnclose.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/openreadnclose_nb.lo src/libstddjb/openreadnclose_nb.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/openslurpnclose.lo src/libstddjb/openslurpnclose.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/openwritenclose5.lo src/libstddjb/openwritenclose5.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/openwritenclose_suffix6.lo src/libstddjb/openwritenclose_suffix6.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/openwritenclose_unsafe5.lo src/libstddjb/openwritenclose_unsafe5.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/openwritevnclose5.lo src/libstddjb/openwritevnclose5.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/openwritevnclose_suffix6.lo src/libstddjb/openwritevnclose_suffix6.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/openwritevnclose_unsafe5.lo src/libstddjb/openwritevnclose_unsafe5.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/path_canonicalize.lo src/libstddjb/path_canonicalize.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/pipe_internal.lo src/libstddjb/pipe_internal.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/prog.lo src/libstddjb/prog.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/readnclose.lo src/libstddjb/readnclose.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/rm_rf.lo src/libstddjb/rm_rf.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/rm_rf_in_tmp.lo src/libstddjb/rm_rf_in_tmp.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/rm_rf_tmp.lo src/libstddjb/rm_rf_tmp.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/rmstar.lo src/libstddjb/rmstar.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/sabasename.lo src/libstddjb/sabasename.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/sadirname.lo src/libstddjb/sadirname.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/sagetcwd.lo src/libstddjb/sagetcwd.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/sagethostname.lo src/libstddjb/sagethostname.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/sals.lo src/libstddjb/sals.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/sanitize_read.lo src/libstddjb/sanitize_read.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/sareadlink.lo src/libstddjb/sareadlink.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/sarealpath.lo src/libstddjb/sarealpath.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/satmp.lo src/libstddjb/satmp.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/selfpipe.lo src/libstddjb/selfpipe.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/sgetopt.lo src/libstddjb/sgetopt.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/sig_altignore.lo src/libstddjb/sig_altignore.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/sig_block.lo src/libstddjb/sig_block.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/sig_blocknone.lo src/libstddjb/sig_blocknone.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/sig_catch.lo src/libstddjb/sig_catch.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/sig_name.lo src/libstddjb/sig_name.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/sig_number.lo src/libstddjb/sig_number.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/sig_restoreto.lo src/libstddjb/sig_restoreto.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/sig_table.lo src/libstddjb/sig_table.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/sig_unblock.lo src/libstddjb/sig_unblock.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/sigfpe.lo src/libstddjb/sigfpe.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/sigsegv.lo src/libstddjb/sigsegv.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/siovec_bytechr.lo src/libstddjb/siovec_bytechr.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/siovec_bytein.lo src/libstddjb/siovec_bytein.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/siovec_deal.lo src/libstddjb/siovec_deal.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/siovec_gather.lo src/libstddjb/siovec_gather.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/siovec_len.lo src/libstddjb/siovec_len.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/siovec_scatter.lo src/libstddjb/siovec_scatter.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/siovec_search.lo src/libstddjb/siovec_search.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/siovec_seek.lo src/libstddjb/siovec_seek.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/siovec_trunc.lo src/libstddjb/siovec_trunc.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/skagetln.lo src/libstddjb/skagetln.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/skagetln_loose.lo src/libstddjb/skagetln_loose.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/skagetln_nofill.lo src/libstddjb/skagetln_nofill.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/skagetlnmaxsep.lo src/libstddjb/skagetlnmaxsep.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/skagetlnsep.lo src/libstddjb/skagetlnsep.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/skagetlnsep_loose.lo src/libstddjb/skagetlnsep_loose.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/skalibs_tzisright.lo src/libstddjb/skalibs_tzisright.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/slurpn.lo src/libstddjb/slurpn.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/str_chr.lo src/libstddjb/str_chr.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/str_fmt.lo src/libstddjb/str_fmt.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/str_rchr.lo src/libstddjb/str_rchr.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/str_start.lo src/libstddjb/str_start.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/str_strn.lo src/libstddjb/str_strn.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/stralloc_append.lo src/libstddjb/stralloc_append.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/stralloc_catb.lo src/libstddjb/stralloc_catb.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/stralloc_catv.lo src/libstddjb/stralloc_catv.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/stralloc_copyb.lo src/libstddjb/stralloc_copyb.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/stralloc_free.lo src/libstddjb/stralloc_free.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/stralloc_insertb.lo src/libstddjb/stralloc_insertb.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/stralloc_ready_tuned.lo src/libstddjb/stralloc_ready_tuned.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/stralloc_readyplus_tuned.lo src/libstddjb/stralloc_readyplus_tuned.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/stralloc_reverse.lo src/libstddjb/stralloc_reverse.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/stralloc_reverse_blocks.lo src/libstddjb/stralloc_reverse_blocks.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/stralloc_shrink.lo src/libstddjb/stralloc_shrink.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/stralloc_zero.lo src/libstddjb/stralloc_zero.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/strerr_diev.lo src/libstddjb/strerr_diev.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/strerr_dievsys.lo src/libstddjb/strerr_dievsys.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/strerr_warnv.lo src/libstddjb/strerr_warnv.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/strerr_warnvsys.lo src/libstddjb/strerr_warnvsys.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/string_format.lo src/libstddjb/string_format.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/string_quote.lo src/libstddjb/string_quote.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/string_quote_nodelim_mustquote.lo src/libstddjb/string_quote_nodelim_mustquote.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/string_unquote.lo src/libstddjb/string_unquote.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/string_unquote_nodelim.lo src/libstddjb/string_unquote_nodelim.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/subgetopt.lo src/libstddjb/subgetopt.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/subgetopt_here.lo src/libstddjb/subgetopt_here.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/ucharn_findlen.lo src/libstddjb/ucharn_findlen.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/ucharn_fmt.lo src/libstddjb/ucharn_fmt.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/ucharn_fmt_little.lo src/libstddjb/ucharn_fmt_little.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/ucharn_scan.lo src/libstddjb/ucharn_scan.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/ucharn_scan_little.lo src/libstddjb/ucharn_scan_little.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/ucspi_get.lo src/libstddjb/ucspi_get.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/uint640_fmt_generic.lo src/libstddjb/uint640_fmt_generic.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/uint640_scan.lo src/libstddjb/uint640_scan.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/uint640_scan_base_max.lo src/libstddjb/uint640_scan_base_max.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/uint64_bswap.lo src/libstddjb/uint64_bswap.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/uint64_bswapn.lo src/libstddjb/uint64_bswapn.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/uint64_bswapp.lo src/libstddjb/uint64_bswapp.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/uint64_fmt_generic.lo src/libstddjb/uint64_fmt_generic.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/uint64_fmtlist.lo src/libstddjb/uint64_fmtlist.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/uint64_fmtlist_generic.lo src/libstddjb/uint64_fmtlist_generic.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/uint64_pack.lo src/libstddjb/uint64_pack.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/uint64_pack_big.lo src/libstddjb/uint64_pack_big.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/uint64_scan.lo src/libstddjb/uint64_scan.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/uint64_scan_base_max.lo src/libstddjb/uint64_scan_base_max.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/uint64_scanlist.lo src/libstddjb/uint64_scanlist.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/uint64_unpack.lo src/libstddjb/uint64_unpack.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/uint64_unpack_big.lo src/libstddjb/uint64_unpack_big.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/uncoe.lo src/libstddjb/uncoe.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/unsanitize_read.lo src/libstddjb/unsanitize_read.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/vbaprintf.lo src/libstddjb/vbaprintf.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/vbprintf.lo src/libstddjb/vbprintf.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/wait_nointr.lo src/libstddjb/wait_nointr.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/wait_pid_nohang.lo src/libstddjb/wait_pid_nohang.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/wait_pids_nohang.lo src/libstddjb/wait_pids_nohang.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/wait_reap.lo src/libstddjb/wait_reap.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/waitn.lo src/libstddjb/waitn.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/waitn_posix.lo src/libstddjb/waitn_posix.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/waitn_reap.lo src/libstddjb/waitn_reap.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/waitn_reap_posix.lo src/libstddjb/waitn_reap_posix.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/waitpid_nointr.lo src/libstddjb/waitpid_nointr.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/writenclose_unsafe5.lo src/libstddjb/writenclose_unsafe5.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/writevnclose_unsafe5.lo src/libstddjb/writevnclose_unsafe5.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/access_at.lo src/libunixonacid/access_at.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/atomic_rm_rf.lo src/libunixonacid/atomic_rm_rf.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/atomic_rm_rf_tmp.lo src/libunixonacid/atomic_rm_rf_tmp.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/atomic_symlink.lo src/libunixonacid/atomic_symlink.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/open2_at.lo src/libunixonacid/open2_at.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/open3_at.lo src/libunixonacid/open3_at.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/open_appendat.lo src/libunixonacid/open_appendat.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/open_appendatb.lo src/libunixonacid/open_appendatb.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/open_readat.lo src/libunixonacid/open_readat.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/open_readatb.lo src/libunixonacid/open_readatb.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/open_truncat.lo src/libunixonacid/open_truncat.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/open_truncatb.lo src/libunixonacid/open_truncatb.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/open_writeat.lo src/libunixonacid/open_writeat.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/open_writeatb.lo src/libunixonacid/open_writeatb.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/openc_appendat.lo src/libunixonacid/openc_appendat.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/openc_appendatb.lo src/libunixonacid/openc_appendatb.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/openc_readat.lo src/libunixonacid/openc_readat.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/openc_readatb.lo src/libunixonacid/openc_readatb.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/openc_truncat.lo src/libunixonacid/openc_truncat.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/openc_truncatb.lo src/libunixonacid/openc_truncatb.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/openc_writeat.lo src/libunixonacid/openc_writeat.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/openc_writeatb.lo src/libunixonacid/openc_writeatb.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/opendir_at.lo src/libunixonacid/opendir_at.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/opengetlnclose.lo src/libunixonacid/opengetlnclose.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/opengetlnclose_at.lo src/libunixonacid/opengetlnclose_at.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/openreadnclose_at.lo src/libunixonacid/openreadnclose_at.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/openslurpclose_at.lo src/libunixonacid/openslurpclose_at.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/openwritenclose_at.lo src/libunixonacid/openwritenclose_at.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/openwritevnclose_at.lo src/libunixonacid/openwritevnclose_at.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/stat_at.lo src/libunixonacid/stat_at.c exec tools/gen-bits.sh sysdeps.cfg/sysdeps 16 6 7 5 17 > src/include/skalibs/uint16.h exec tools/gen-bits.sh sysdeps.cfg/sysdeps 32 11 13 9 33 > src/include/skalibs/uint32.h exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/child_spawn1_socket.lo src/libenvexec/child_spawn1_socket.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/cspawn.lo src/libenvexec/cspawn.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libposixplz/getpeereid.lo src/libposixplz/getpeereid.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libposixplz/memmem.lo src/libposixplz/memmem.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libposixplz/setgroups.lo src/libposixplz/setgroups.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libposixplz/strcasestr.lo src/libposixplz/strcasestr.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libposixplz/strnlen.lo src/libposixplz/strnlen.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libposixplz/touch.lo src/libposixplz/touch.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/librandom/random_buf.lo src/librandom/random_buf.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/librandom/random_buf_early.lo src/librandom/random_buf_early.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/alarm_deadline.lo src/libstddjb/alarm_deadline.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/alarm_disable.lo src/libstddjb/alarm_disable.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/alarm_milliseconds.lo src/libstddjb/alarm_milliseconds.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/alarm_timeout.lo src/libstddjb/alarm_timeout.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/cdb_findnext.lo src/libstddjb/cdb_findnext.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/cdb_traverse_next.lo src/libstddjb/cdb_traverse_next.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/cdbmake_add.lo src/libstddjb/cdbmake_add.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/cdbmake_addbeginend.lo src/libstddjb/cdbmake_addbeginend.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/cdbmake_addv.lo src/libstddjb/cdbmake_addv.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/cdbmake_finish.lo src/libstddjb/cdbmake_finish.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/deepsleepuntil.lo src/libstddjb/deepsleepuntil.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/int160_scan.lo src/libstddjb/int160_scan.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/int16_fmtlist.lo src/libstddjb/int16_fmtlist.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/int16_scan.lo src/libstddjb/int16_scan.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/int16_scanlist.lo src/libstddjb/int16_scanlist.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/int320_scan.lo src/libstddjb/int320_scan.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/int32_fmtlist.lo src/libstddjb/int32_fmtlist.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/int32_scan.lo src/libstddjb/int32_scan.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/int32_scanlist.lo src/libstddjb/int32_scanlist.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/iopause.lo src/libstddjb/iopause.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/iopause_poll.lo src/libstddjb/iopause_poll.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/iopause_ppoll.lo src/libstddjb/iopause_ppoll.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/iopause_select.lo src/libstddjb/iopause_select.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/iopause_stamp.lo src/libstddjb/iopause_stamp.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/ip4_fmt.lo src/libstddjb/ip4_fmt.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/ip4_fmtu32.lo src/libstddjb/ip4_fmtu32.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/ip4_scanu32.lo src/libstddjb/ip4_scanu32.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/ip6_scan.lo src/libstddjb/ip6_scan.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/ipc_accept.lo src/libstddjb/ipc_accept.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/ipc_bind.lo src/libstddjb/ipc_bind.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/ipc_bind_reuse.lo src/libstddjb/ipc_bind_reuse.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/ipc_bind_reuse_lock_perms.lo src/libstddjb/ipc_bind_reuse_lock_perms.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/ipc_bind_reuse_perms.lo src/libstddjb/ipc_bind_reuse_perms.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/ipc_connect.lo src/libstddjb/ipc_connect.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/ipc_connected.lo src/libstddjb/ipc_connected.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/ipc_dgram.lo src/libstddjb/ipc_dgram.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/ipc_listen.lo src/libstddjb/ipc_listen.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/ipc_local.lo src/libstddjb/ipc_local.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/ipc_pair.lo src/libstddjb/ipc_pair.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/ipc_recv.lo src/libstddjb/ipc_recv.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/ipc_send.lo src/libstddjb/ipc_send.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/ipc_stream.lo src/libstddjb/ipc_stream.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/ipc_timed_connect.lo src/libstddjb/ipc_timed_connect.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/leapsecs_table.lo src/libstddjb/leapsecs_table.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/localtm_from_ltm64.lo src/libstddjb/localtm_from_ltm64.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/localtm_from_sysclock.lo src/libstddjb/localtm_from_sysclock.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/localtm_from_tai.lo src/libstddjb/localtm_from_tai.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/localtm_from_utc.lo src/libstddjb/localtm_from_utc.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/localtmn_fmt.lo src/libstddjb/localtmn_fmt.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/localtmn_from_sysclock.lo src/libstddjb/localtmn_from_sysclock.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/localtmn_from_tain.lo src/libstddjb/localtmn_from_tain.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/localtmn_scan.lo src/libstddjb/localtmn_scan.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/ltm64_from_localtm.lo src/libstddjb/ltm64_from_localtm.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/ltm64_from_sysclock.lo src/libstddjb/ltm64_from_sysclock.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/ltm64_from_tai.lo src/libstddjb/ltm64_from_tai.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/ltm64_from_utc.lo src/libstddjb/ltm64_from_utc.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/ntp_from_tain.lo src/libstddjb/ntp_from_tain.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socket_accept4.lo src/libstddjb/socket_accept4.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socket_accept4_u32.lo src/libstddjb/socket_accept4_u32.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socket_accept6.lo src/libstddjb/socket_accept6.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socket_bind4.lo src/libstddjb/socket_bind4.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socket_bind4r.lo src/libstddjb/socket_bind4r.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socket_bind6.lo src/libstddjb/socket_bind6.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socket_bind6r.lo src/libstddjb/socket_bind6r.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socket_connect4.lo src/libstddjb/socket_connect4.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socket_connect4_u32.lo src/libstddjb/socket_connect4_u32.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socket_connect6.lo src/libstddjb/socket_connect6.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socket_connected.lo src/libstddjb/socket_connected.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socket_deadlineconnstamp4.lo src/libstddjb/socket_deadlineconnstamp4.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socket_deadlineconnstamp46.lo src/libstddjb/socket_deadlineconnstamp46.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socket_deadlineconnstamp4_u32.lo src/libstddjb/socket_deadlineconnstamp4_u32.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socket_deadlineconnstamp6.lo src/libstddjb/socket_deadlineconnstamp6.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socket_internal.lo src/libstddjb/socket_internal.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socket_ioloop.lo src/libstddjb/socket_ioloop.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socket_ioloop_send4.lo src/libstddjb/socket_ioloop_send4.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socket_ioloop_send6.lo src/libstddjb/socket_ioloop_send6.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socket_local4.lo src/libstddjb/socket_local4.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socket_local46.lo src/libstddjb/socket_local46.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socket_local6.lo src/libstddjb/socket_local6.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socket_recv4.lo src/libstddjb/socket_recv4.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socket_recv46.lo src/libstddjb/socket_recv46.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socket_recv6.lo src/libstddjb/socket_recv6.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socket_recvnb46.lo src/libstddjb/socket_recvnb46.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socket_remote4.lo src/libstddjb/socket_remote4.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socket_remote46.lo src/libstddjb/socket_remote46.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socket_remote6.lo src/libstddjb/socket_remote6.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socket_send4.lo src/libstddjb/socket_send4.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socket_send6.lo src/libstddjb/socket_send6.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socket_tcp4.lo src/libstddjb/socket_tcp4.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socket_tcp6.lo src/libstddjb/socket_tcp6.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socket_tcpnodelay.lo src/libstddjb/socket_tcpnodelay.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socket_timeoutconn.lo src/libstddjb/socket_timeoutconn.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socket_tryreservein.lo src/libstddjb/socket_tryreservein.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socket_udp4.lo src/libstddjb/socket_udp4.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socket_udp6.lo src/libstddjb/socket_udp6.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socket_waitconn.lo src/libstddjb/socket_waitconn.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/socketpair_internal.lo src/libstddjb/socketpair_internal.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/stamp.lo src/libstddjb/stamp.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/string_unquote_withdelim.lo src/libstddjb/string_unquote_withdelim.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/sysclock_from_localtm.lo src/libstddjb/sysclock_from_localtm.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/sysclock_from_localtmn.lo src/libstddjb/sysclock_from_localtmn.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/sysclock_from_ltm64.lo src/libstddjb/sysclock_from_ltm64.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/sysclock_from_tai.lo src/libstddjb/sysclock_from_tai.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/sysclock_from_tain.lo src/libstddjb/sysclock_from_tain.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/sysclock_from_utc.lo src/libstddjb/sysclock_from_utc.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/sysclock_get.lo src/libstddjb/sysclock_get.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/sysclock_set.lo src/libstddjb/sysclock_set.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tai_add.lo src/libstddjb/tai_add.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tai_from_localtm.lo src/libstddjb/tai_from_localtm.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tai_from_ltm64.lo src/libstddjb/tai_from_ltm64.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tai_from_sysclock.lo src/libstddjb/tai_from_sysclock.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tai_from_utc.lo src/libstddjb/tai_from_utc.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tai_now.lo src/libstddjb/tai_now.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tai_pack.lo src/libstddjb/tai_pack.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tai_pack_little.lo src/libstddjb/tai_pack_little.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tai_sub.lo src/libstddjb/tai_sub.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tai_u64.lo src/libstddjb/tai_u64.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tai_unpack.lo src/libstddjb/tai_unpack.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tai_unpack_little.lo src/libstddjb/tai_unpack_little.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tain_add.lo src/libstddjb/tain_add.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tain_addsec.lo src/libstddjb/tain_addsec.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tain_approx.lo src/libstddjb/tain_approx.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tain_earliest1.lo src/libstddjb/tain_earliest1.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tain_earliestv.lo src/libstddjb/tain_earliestv.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tain_fmt.lo src/libstddjb/tain_fmt.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tain_frac.lo src/libstddjb/tain_frac.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tain_from_localtmn.lo src/libstddjb/tain_from_localtmn.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tain_from_millisecs.lo src/libstddjb/tain_from_millisecs.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tain_from_ntp.lo src/libstddjb/tain_from_ntp.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tain_from_sysclock.lo src/libstddjb/tain_from_sysclock.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tain_from_timespec.lo src/libstddjb/tain_from_timespec.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tain_from_timespec_sysclock.lo src/libstddjb/tain_from_timespec_sysclock.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tain_from_timeval.lo src/libstddjb/tain_from_timeval.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tain_from_timeval_sysclock.lo src/libstddjb/tain_from_timeval_sysclock.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tain_half.lo src/libstddjb/tain_half.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tain_infinite.lo src/libstddjb/tain_infinite.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tain_infinite_relative.lo src/libstddjb/tain_infinite_relative.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tain_less.lo src/libstddjb/tain_less.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tain_nano500.lo src/libstddjb/tain_nano500.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tain_now.lo src/libstddjb/tain_now.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tain_now_set_stopwatch.lo src/libstddjb/tain_now_set_stopwatch.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tain_now_set_wallclock.lo src/libstddjb/tain_now_set_wallclock.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tain_pack.lo src/libstddjb/tain_pack.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tain_pack_little.lo src/libstddjb/tain_pack_little.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tain_relative_from_timespec.lo src/libstddjb/tain_relative_from_timespec.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tain_relative_from_timeval.lo src/libstddjb/tain_relative_from_timeval.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tain_scan.lo src/libstddjb/tain_scan.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tain_setnow.lo src/libstddjb/tain_setnow.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tain_stopwatch.lo src/libstddjb/tain_stopwatch.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tain_sub.lo src/libstddjb/tain_sub.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tain_to_millisecs.lo src/libstddjb/tain_to_millisecs.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tain_ulong.lo src/libstddjb/tain_ulong.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tain_unpack.lo src/libstddjb/tain_unpack.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tain_unpack_little.lo src/libstddjb/tain_unpack_little.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tain_wallclock_read.lo src/libstddjb/tain_wallclock_read.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/tain_zero.lo src/libstddjb/tain_zero.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/time_from_tai.lo src/libstddjb/time_from_tai.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/time_from_tai_relative.lo src/libstddjb/time_from_tai_relative.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/time_sysclock_from_tai.lo src/libstddjb/time_sysclock_from_tai.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/timespec_cmp.lo src/libstddjb/timespec_cmp.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/timespec_from_tain.lo src/libstddjb/timespec_from_tain.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/timespec_from_tain_relative.lo src/libstddjb/timespec_from_tain_relative.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/timespec_sysclock_from_tain.lo src/libstddjb/timespec_sysclock_from_tain.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/timestamp.lo src/libstddjb/timestamp.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/timestamp_fmt.lo src/libstddjb/timestamp_fmt.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/timestamp_r.lo src/libstddjb/timestamp_r.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/timestamp_scan.lo src/libstddjb/timestamp_scan.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/timeval_from_tain.lo src/libstddjb/timeval_from_tain.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/timeval_from_tain_relative.lo src/libstddjb/timeval_from_tain_relative.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/timeval_sysclock_from_tain.lo src/libstddjb/timeval_sysclock_from_tain.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/uint160_scan.lo src/libstddjb/uint160_scan.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/uint16_bswap.lo src/libstddjb/uint16_bswap.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/uint16_bswapn.lo src/libstddjb/uint16_bswapn.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/uint16_bswapp.lo src/libstddjb/uint16_bswapp.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/uint16_fmtlist.lo src/libstddjb/uint16_fmtlist.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/uint16_pack.lo src/libstddjb/uint16_pack.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/uint16_pack_big.lo src/libstddjb/uint16_pack_big.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/uint16_scan.lo src/libstddjb/uint16_scan.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/uint16_scanlist.lo src/libstddjb/uint16_scanlist.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/uint16_unpack.lo src/libstddjb/uint16_unpack.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/uint16_unpack_big.lo src/libstddjb/uint16_unpack_big.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/uint320_scan.lo src/libstddjb/uint320_scan.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/uint32_bswap.lo src/libstddjb/uint32_bswap.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/uint32_bswapn.lo src/libstddjb/uint32_bswapn.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/uint32_bswapp.lo src/libstddjb/uint32_bswapp.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/uint32_fmtlist.lo src/libstddjb/uint32_fmtlist.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/uint32_pack.lo src/libstddjb/uint32_pack.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/uint32_pack_big.lo src/libstddjb/uint32_pack_big.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/uint32_scan.lo src/libstddjb/uint32_scan.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/uint32_scanlist.lo src/libstddjb/uint32_scanlist.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/uint32_unpack.lo src/libstddjb/uint32_unpack.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/uint32_unpack_big.lo src/libstddjb/uint32_unpack_big.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/utc_from_localtm.lo src/libstddjb/utc_from_localtm.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/utc_from_ltm64.lo src/libstddjb/utc_from_ltm64.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/utc_from_sysclock.lo src/libstddjb/utc_from_sysclock.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/utc_from_tai.lo src/libstddjb/utc_from_tai.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/ancil_recv_fd.lo src/libunixonacid/ancil_recv_fd.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/ancil_send_fd.lo src/libunixonacid/ancil_send_fd.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/bufalloc_timed_flush.lo src/libunixonacid/bufalloc_timed_flush.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/buffer_timed_fill.lo src/libunixonacid/buffer_timed_fill.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/buffer_timed_flush.lo src/libunixonacid/buffer_timed_flush.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/buffer_timed_get.lo src/libunixonacid/buffer_timed_get.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/buffer_timed_put.lo src/libunixonacid/buffer_timed_put.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/buffer_timed_puts.lo src/libunixonacid/buffer_timed_puts.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/ipc_timed_recv.lo src/libunixonacid/ipc_timed_recv.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/ipc_timed_send.lo src/libunixonacid/ipc_timed_send.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/ipc_timed_sendv.lo src/libunixonacid/ipc_timed_sendv.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/kolbak_call.lo src/libunixonacid/kolbak_call.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/kolbak_enqueue.lo src/libunixonacid/kolbak_enqueue.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/kolbak_queue_init.lo src/libunixonacid/kolbak_queue_init.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/kolbak_unenqueue.lo src/libunixonacid/kolbak_unenqueue.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/netstring_timed_get.lo src/libunixonacid/netstring_timed_get.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/skaclient_default_cb.lo src/libunixonacid/skaclient_default_cb.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/skaclient_end.lo src/libunixonacid/skaclient_end.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/skaclient_init.lo src/libunixonacid/skaclient_init.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/skaclient_put.lo src/libunixonacid/skaclient_put.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/skaclient_putmsg.lo src/libunixonacid/skaclient_putmsg.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/skaclient_putmsgv.lo src/libunixonacid/skaclient_putmsgv.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/skaclient_putv.lo src/libunixonacid/skaclient_putv.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/skaclient_send.lo src/libunixonacid/skaclient_send.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/skaclient_sendmsg.lo src/libunixonacid/skaclient_sendmsg.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/skaclient_sendmsgv.lo src/libunixonacid/skaclient_sendmsgv.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/skaclient_sendv.lo src/libunixonacid/skaclient_sendv.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/skaclient_server_ack.lo src/libunixonacid/skaclient_server_ack.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/skaclient_server_bidi_ack.lo src/libunixonacid/skaclient_server_bidi_ack.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/skaclient_server_init.lo src/libunixonacid/skaclient_server_init.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/skaclient_start.lo src/libunixonacid/skaclient_start.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/skaclient_start_async.lo src/libunixonacid/skaclient_start_async.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/skaclient_start_cb.lo src/libunixonacid/skaclient_start_cb.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/skaclient_startf.lo src/libunixonacid/skaclient_startf.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/skaclient_startf_async.lo src/libunixonacid/skaclient_startf_async.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/skaclient_syncify.lo src/libunixonacid/skaclient_syncify.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/skaclient_zero.lo src/libunixonacid/skaclient_zero.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/textclient_command.lo src/libunixonacid/textclient_command.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/textclient_commandv.lo src/libunixonacid/textclient_commandv.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/textclient_end.lo src/libunixonacid/textclient_end.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/textclient_server_init.lo src/libunixonacid/textclient_server_init.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/textclient_server_init_fromsocket.lo src/libunixonacid/textclient_server_init_fromsocket.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/textclient_start.lo src/libunixonacid/textclient_start.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/textclient_startf.lo src/libunixonacid/textclient_startf.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/textclient_zero.lo src/libunixonacid/textclient_zero.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/textmessage_create_send_channel.lo src/libunixonacid/textmessage_create_send_channel.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/textmessage_handle.lo src/libunixonacid/textmessage_handle.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/textmessage_put.lo src/libunixonacid/textmessage_put.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/textmessage_putv.lo src/libunixonacid/textmessage_putv.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/textmessage_receive.lo src/libunixonacid/textmessage_receive.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/textmessage_receiver_0.lo src/libunixonacid/textmessage_receiver_0.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/textmessage_receiver_free.lo src/libunixonacid/textmessage_receiver_free.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/textmessage_receiver_hasmsginbuf.lo src/libunixonacid/textmessage_receiver_hasmsginbuf.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/textmessage_receiver_init.lo src/libunixonacid/textmessage_receiver_init.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/textmessage_receiver_zero.lo src/libunixonacid/textmessage_receiver_zero.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/textmessage_recv_channel.lo src/libunixonacid/textmessage_recv_channel.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/textmessage_sender_1.lo src/libunixonacid/textmessage_sender_1.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/textmessage_sender_flush.lo src/libunixonacid/textmessage_sender_flush.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/textmessage_sender_getfd.lo src/libunixonacid/textmessage_sender_getfd.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/textmessage_sender_timed_flush.lo src/libunixonacid/textmessage_sender_timed_flush.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/textmessage_sender_x.lo src/libunixonacid/textmessage_sender_x.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/textmessage_sender_zero.lo src/libunixonacid/textmessage_sender_zero.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/textmessage_timed_handle.lo src/libunixonacid/textmessage_timed_handle.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/textmessage_timed_receive.lo src/libunixonacid/textmessage_timed_receive.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/timed_flush.lo src/libunixonacid/timed_flush.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/timed_get.lo src/libunixonacid/timed_get.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/timed_getln.lo src/libunixonacid/timed_getln.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/timed_getlnmax.lo src/libunixonacid/timed_getlnmax.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/unixconnection_free.lo src/libunixonacid/unixconnection_free.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/unixconnection_init.lo src/libunixonacid/unixconnection_init.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/unixconnection_init_withclosecb.lo src/libunixonacid/unixconnection_init_withclosecb.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/unixconnection_zero.lo src/libunixonacid/unixconnection_zero.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/unixmessage_bits_closeall.lo src/libunixonacid/unixmessage_bits_closeall.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/unixmessage_bits_closenone.lo src/libunixonacid/unixmessage_bits_closenone.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/unixmessage_drop.lo src/libunixonacid/unixmessage_drop.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/unixmessage_handle.lo src/libunixonacid/unixmessage_handle.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/unixmessage_put.lo src/libunixonacid/unixmessage_put.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/unixmessage_receive.lo src/libunixonacid/unixmessage_receive.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/unixmessage_receiver_0.lo src/libunixonacid/unixmessage_receiver_0.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/unixmessage_receiver_free.lo src/libunixonacid/unixmessage_receiver_free.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/unixmessage_receiver_hasmsginbuf.lo src/libunixonacid/unixmessage_receiver_hasmsginbuf.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/unixmessage_receiver_init.lo src/libunixonacid/unixmessage_receiver_init.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/unixmessage_sender_1.lo src/libunixonacid/unixmessage_sender_1.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/unixmessage_sender_closecb.lo src/libunixonacid/unixmessage_sender_closecb.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/unixmessage_sender_flush.lo src/libunixonacid/unixmessage_sender_flush.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/unixmessage_sender_free.lo src/libunixonacid/unixmessage_sender_free.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/unixmessage_sender_getfd.lo src/libunixonacid/unixmessage_sender_getfd.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/unixmessage_sender_init.lo src/libunixonacid/unixmessage_sender_init.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/unixmessage_sender_init_withclosecb.lo src/libunixonacid/unixmessage_sender_init_withclosecb.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/unixmessage_sender_timed_flush.lo src/libunixonacid/unixmessage_sender_timed_flush.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/unixmessage_sender_x.lo src/libunixonacid/unixmessage_sender_x.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/unixmessage_sender_zero.lo src/libunixonacid/unixmessage_sender_zero.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/unixmessage_timed_handle.lo src/libunixonacid/unixmessage_timed_handle.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/unixmessage_timed_receive.lo src/libunixonacid/unixmessage_timed_receive.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/unixmessage_unput.lo src/libunixonacid/unixmessage_unput.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/unixmessage_zero.lo src/libunixonacid/unixmessage_zero.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/unixmessagev_zero.lo src/libunixonacid/unixmessagev_zero.c exec tools/gen-types.sh sysdeps.cfg/sysdeps size uid gid pid time dev ino > src/include/skalibs/types.h exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/librandom/autosurf.lo src/librandom/autosurf.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/librandom/random_uint32_from.lo src/librandom/random_uint32_from.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/librandom/surf.lo src/librandom/surf.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/librandom/surf_init.lo src/librandom/surf_init.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstdcrypto/blake2s_final.lo src/libstdcrypto/blake2s_final.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstdcrypto/blake2s_transform.lo src/libstdcrypto/blake2s_transform.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstdcrypto/sha1_final.lo src/libstdcrypto/sha1_final.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/ip46_scan.lo src/libstddjb/ip46_scan.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/ip46_scanlist.lo src/libstddjb/ip46_scanlist.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/child_spawn.lo src/libenvexec/child_spawn.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/child_spawn3.lo src/libenvexec/child_spawn3.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libenvexec/gcspawn.lo src/libenvexec/gcspawn.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/ip4_scan.lo src/libstddjb/ip4_scan.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/localtm_fmt.lo src/libstddjb/localtm_fmt.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/localtm_scan.lo src/libstddjb/localtm_scan.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/netstring_get.lo src/libstddjb/netstring_get.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/sauniquename.lo src/libstddjb/sauniquename.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/sig0_scan.lo src/libstddjb/sig0_scan.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libstddjb/strn_fmt.lo src/libstddjb/strn_fmt.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libunixonacid/textclient_server_init_frompipe.lo src/libunixonacid/textclient_server_init_frompipe.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o libskarnet.so.xyzzy -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wl,--as-needed -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -shared -Wl,-soname,libskarnet.so.2.14 src/libdatastruct/avlnode_delete.lo src/libdatastruct/avlnode_doublerotate.lo src/libdatastruct/avlnode_extreme.lo src/libdatastruct/avlnode_extremenode.lo src/libdatastruct/avlnode_height.lo src/libdatastruct/avlnode_insertnode.lo src/libdatastruct/avlnode_iter.lo src/libdatastruct/avlnode_iter_withcancel.lo src/libdatastruct/avlnode_rotate.lo src/libdatastruct/avlnode_search.lo src/libdatastruct/avlnode_searchnode.lo src/libdatastruct/avlnode_zero.lo src/libdatastruct/avltree_delete.lo src/libdatastruct/avltree_free.lo src/libdatastruct/avltree_init.lo src/libdatastruct/avltree_insert.lo src/libdatastruct/avltree_newnode.lo src/libdatastruct/avltree_zero.lo src/libdatastruct/avltreen_delete.lo src/libdatastruct/avltreen_init.lo src/libdatastruct/avltreen_insert.lo src/libdatastruct/avltreen_newnode.lo src/libdatastruct/bigkv_fill.lo src/libdatastruct/bigkv_free.lo src/libdatastruct/bigkv_search.lo src/libdatastruct/bigkv_zero.lo src/libdatastruct/genqdyn_clean.lo src/libdatastruct/genqdyn_free.lo src/libdatastruct/genqdyn_init.lo src/libdatastruct/genqdyn_pop.lo src/libdatastruct/genqdyn_push.lo src/libdatastruct/genqdyn_unpush.lo src/libdatastruct/genqdyn_zero.lo src/libdatastruct/genset.lo src/libdatastruct/genset_deepfree.lo src/libdatastruct/genset_iter_nocancel.lo src/libdatastruct/genset_iter_withcancel.lo src/libdatastruct/gensetdyn_deepfree.lo src/libdatastruct/gensetdyn_delete.lo src/libdatastruct/gensetdyn_free.lo src/libdatastruct/gensetdyn_init.lo src/libdatastruct/gensetdyn_iter_nocancel.lo src/libdatastruct/gensetdyn_iter_withcancel.lo src/libdatastruct/gensetdyn_new.lo src/libdatastruct/gensetdyn_ready.lo src/libdatastruct/gensetdyn_zero.lo src/libenvexec/child_spawn.lo src/libenvexec/child_spawn0.lo src/libenvexec/child_spawn1_internal.lo src/libenvexec/child_spawn1_pipe.lo src/libenvexec/child_spawn1_socket.lo src/libenvexec/child_spawn2.lo src/libenvexec/child_spawn3.lo src/libenvexec/cspawn.lo src/libenvexec/env_addmodif.lo src/libenvexec/env_dump.lo src/libenvexec/env_get.lo src/libenvexec/env_get2.lo src/libenvexec/env_len.lo src/libenvexec/env_make.lo src/libenvexec/env_merg.lo src/libenvexec/env_merge.lo src/libenvexec/env_mergen.lo src/libenvexec/env_mergn.lo src/libenvexec/env_string.lo src/libenvexec/envalloc_0.lo src/libenvexec/envalloc_make.lo src/libenvexec/envalloc_merge.lo src/libenvexec/envalloc_uniq.lo src/libenvexec/envdir.lo src/libenvexec/envdir_clamp.lo src/libenvexec/envdir_noclamp.lo src/libenvexec/exec0_ae.lo src/libenvexec/exec_ae.lo src/libenvexec/gcspawn.lo src/libenvexec/gmspawn_afn.lo src/libenvexec/mexec0_af.lo src/libenvexec/mexec0_afm.lo src/libenvexec/mexec0_afn.lo src/libenvexec/mexec_af.lo src/libenvexec/mexec_afm.lo src/libenvexec/mexec_afn.lo src/libenvexec/mspawn_af.lo src/libenvexec/mspawn_afm.lo src/libenvexec/mspawn_afn.lo src/libenvexec/xexec0_ae.lo src/libenvexec/xexec_ae.lo src/libenvexec/xexecvep.lo src/libenvexec/xexecvep_loose.lo src/libenvexec/xmexec0_af.lo src/libenvexec/xmexec0_afm.lo src/libenvexec/xmexec0_afn.lo src/libenvexec/xmexec_af.lo src/libenvexec/xmexec_afm.lo src/libenvexec/xmexec_afn.lo src/libenvexec/xmspawn_af.lo src/libenvexec/xmspawn_afm.lo src/libenvexec/xmspawn_afn.lo src/libposixplz/doublefork.lo src/libposixplz/execvep.lo src/libposixplz/execvep_internal.lo src/libposixplz/execvep_loose.lo src/libposixplz/getpeereid.lo src/libposixplz/memmem.lo src/libposixplz/mkbtemp.lo src/libposixplz/mkctemp.lo src/libposixplz/mkfiletemp.lo src/libposixplz/mkhtemp.lo src/libposixplz/mklinktemp.lo src/libposixplz/mkltemp.lo src/libposixplz/mkptemp.lo src/libposixplz/mkptemp2.lo src/libposixplz/mkptemp3.lo src/libposixplz/munmap_void.lo src/libposixplz/setgroups.lo src/libposixplz/strcasestr.lo src/libposixplz/strnlen.lo src/libposixplz/touch.lo src/libposixplz/unlink_void.lo src/librandom/autosurf.lo src/librandom/autosurf_name.lo src/librandom/random_buf.lo src/librandom/random_buf_early.lo src/librandom/random_devurandom.lo src/librandom/random_name_from.lo src/librandom/random_sauniquename_from.lo src/librandom/random_uint32_from.lo src/librandom/random_unsort_from.lo src/librandom/surf.lo src/librandom/surf_init.lo src/libstdcrypto/blake2s_final.lo src/libstdcrypto/blake2s_init.lo src/libstdcrypto/blake2s_transform.lo src/libstdcrypto/blake2s_update.lo src/libstdcrypto/sha1_feed.lo src/libstdcrypto/sha1_final.lo src/libstdcrypto/sha1_init.lo src/libstdcrypto/sha1_transform.lo src/libstdcrypto/sha1_update.lo src/libstdcrypto/sha256_feed.lo src/libstdcrypto/sha256_final.lo src/libstdcrypto/sha256_init.lo src/libstdcrypto/sha256_transform.lo src/libstdcrypto/sha256_update.lo src/libstdcrypto/sha512_final.lo src/libstdcrypto/sha512_init.lo src/libstdcrypto/sha512_transform.lo src/libstdcrypto/sha512_update.lo src/libstddjb/alarm_deadline.lo src/libstddjb/alarm_disable.lo src/libstddjb/alarm_milliseconds.lo src/libstddjb/alarm_timeout.lo src/libstddjb/alloc.lo src/libstddjb/alloc_realloc.lo src/libstddjb/allread.lo src/libstddjb/allreadv.lo src/libstddjb/allreadwrite.lo src/libstddjb/allreadwritev.lo src/libstddjb/allwrite.lo src/libstddjb/allwritev.lo src/libstddjb/baprintf.lo src/libstddjb/bitarray_and.lo src/libstddjb/bitarray_clearsetn.lo src/libstddjb/bitarray_count.lo src/libstddjb/bitarray_firstclear.lo src/libstddjb/bitarray_firstclear_skip.lo src/libstddjb/bitarray_firstset.lo src/libstddjb/bitarray_firstset_skip.lo src/libstddjb/bitarray_not.lo src/libstddjb/bitarray_or.lo src/libstddjb/bitarray_testandpoke.lo src/libstddjb/bitarray_xor.lo src/libstddjb/bprintf.lo src/libstddjb/bufalloc_1.lo src/libstddjb/bufalloc_2.lo src/libstddjb/bufalloc_clean.lo src/libstddjb/bufalloc_flush.lo src/libstddjb/bufalloc_getfd.lo src/libstddjb/bufalloc_getlen.lo src/libstddjb/bufalloc_init.lo src/libstddjb/buffer_0.lo src/libstddjb/buffer_0f1.lo src/libstddjb/buffer_0small.lo src/libstddjb/buffer_1.lo src/libstddjb/buffer_1small.lo src/libstddjb/buffer_2.lo src/libstddjb/buffer_fill.lo src/libstddjb/buffer_flush.lo src/libstddjb/buffer_flush1read.lo src/libstddjb/buffer_get.lo src/libstddjb/buffer_getall.lo src/libstddjb/buffer_getallnf.lo src/libstddjb/buffer_getfd.lo src/libstddjb/buffer_getlen.lo src/libstddjb/buffer_getv.lo src/libstddjb/buffer_getvall.lo src/libstddjb/buffer_getvallnf.lo src/libstddjb/buffer_init.lo src/libstddjb/buffer_put.lo src/libstddjb/buffer_putall.lo src/libstddjb/buffer_putallnf.lo src/libstddjb/buffer_putflush.lo src/libstddjb/buffer_puts.lo src/libstddjb/buffer_putsall.lo src/libstddjb/buffer_putsallflush.lo src/libstddjb/buffer_putsallnoflush.lo src/libstddjb/buffer_putsflush.lo src/libstddjb/buffer_putsnoflush.lo src/libstddjb/buffer_putv.lo src/libstddjb/buffer_putvall.lo src/libstddjb/buffer_putvallnf.lo src/libstddjb/buffer_putvflush.lo src/libstddjb/byte_chr.lo src/libstddjb/byte_count.lo src/libstddjb/byte_in.lo src/libstddjb/byte_rchr.lo src/libstddjb/byte_search.lo src/libstddjb/byte_zzero.lo src/libstddjb/case_lowerb.lo src/libstddjb/case_lowers.lo src/libstddjb/case_startb.lo src/libstddjb/case_upperb.lo src/libstddjb/case_uppers.lo src/libstddjb/cbuffer_get.lo src/libstddjb/cbuffer_getv.lo src/libstddjb/cbuffer_init.lo src/libstddjb/cbuffer_put.lo src/libstddjb/cbuffer_putv.lo src/libstddjb/cbuffer_rpeek.lo src/libstddjb/cbuffer_rseek.lo src/libstddjb/cbuffer_unget.lo src/libstddjb/cbuffer_unput.lo src/libstddjb/cbuffer_wpeek.lo src/libstddjb/cbuffer_wseek.lo src/libstddjb/cdb_find.lo src/libstddjb/cdb_findnext.lo src/libstddjb/cdb_free.lo src/libstddjb/cdb_hash.lo src/libstddjb/cdb_hashadd.lo src/libstddjb/cdb_hashv.lo src/libstddjb/cdb_init.lo src/libstddjb/cdb_init_at.lo src/libstddjb/cdb_init_fromfd.lo src/libstddjb/cdb_p.lo src/libstddjb/cdb_traverse_next.lo src/libstddjb/cdb_zero.lo src/libstddjb/cdbmake_add.lo src/libstddjb/cdbmake_addbeginend.lo src/libstddjb/cdbmake_addv.lo src/libstddjb/cdbmake_finish.lo src/libstddjb/cdbmake_posplus.lo src/libstddjb/cdbmake_start.lo src/libstddjb/coe.lo src/libstddjb/deepsleepuntil.lo src/libstddjb/devino_cmp.lo src/libstddjb/dir_close.lo src/libstddjb/dir_fd.lo src/libstddjb/error_isalready.lo src/libstddjb/error_temp.lo src/libstddjb/fd_cat.lo src/libstddjb/fd_catn.lo src/libstddjb/fd_chdir.lo src/libstddjb/fd_chmod.lo src/libstddjb/fd_chown.lo src/libstddjb/fd_close.lo src/libstddjb/fd_copy.lo src/libstddjb/fd_copy2.lo src/libstddjb/fd_ensure_open.lo src/libstddjb/fd_islocked.lo src/libstddjb/fd_lock.lo src/libstddjb/fd_move.lo src/libstddjb/fd_move2.lo src/libstddjb/fd_read.lo src/libstddjb/fd_readv.lo src/libstddjb/fd_recv.lo src/libstddjb/fd_send.lo src/libstddjb/fd_shutdown.lo src/libstddjb/fd_sync.lo src/libstddjb/fd_unlock.lo src/libstddjb/fd_write.lo src/libstddjb/fd_writev.lo src/libstddjb/filecopy_suffix.lo src/libstddjb/filecopy_unsafe.lo src/libstddjb/fmtscan_asc.lo src/libstddjb/fmtscan_num.lo src/libstddjb/genalloc_deepfree.lo src/libstddjb/genwrite_flush_bufalloc.lo src/libstddjb/genwrite_flush_buffer.lo src/libstddjb/genwrite_flush_stralloc.lo src/libstddjb/genwrite_put_bufalloc.lo src/libstddjb/genwrite_put_buffer.lo src/libstddjb/genwrite_put_stralloc.lo src/libstddjb/genwrite_stderr.lo src/libstddjb/genwrite_stdout.lo src/libstddjb/getlnmax.lo src/libstddjb/getlnmaxsep.lo src/libstddjb/gol.lo src/libstddjb/gol_argv.lo src/libstddjb/hiercopy.lo src/libstddjb/hiercopy_internal.lo src/libstddjb/hiercopy_loose.lo src/libstddjb/hiercopy_loose_tmp.lo src/libstddjb/hiercopy_tmp.lo src/libstddjb/int160_scan.lo src/libstddjb/int16_fmtlist.lo src/libstddjb/int16_scan.lo src/libstddjb/int16_scanlist.lo src/libstddjb/int320_scan.lo src/libstddjb/int32_fmtlist.lo src/libstddjb/int32_scan.lo src/libstddjb/int32_scanlist.lo src/libstddjb/int640_scan.lo src/libstddjb/int64_fmt_generic.lo src/libstddjb/int64_fmtlist.lo src/libstddjb/int64_scan.lo src/libstddjb/int64_scan_base_max.lo src/libstddjb/int64_scanlist.lo src/libstddjb/iopause.lo src/libstddjb/iopause_poll.lo src/libstddjb/iopause_ppoll.lo src/libstddjb/iopause_select.lo src/libstddjb/iopause_stamp.lo src/libstddjb/ip46_scan.lo src/libstddjb/ip46_scanlist.lo src/libstddjb/ip4_fmt.lo src/libstddjb/ip4_fmtu32.lo src/libstddjb/ip4_scan.lo src/libstddjb/ip4_scanlist.lo src/libstddjb/ip4_scanlist_u32.lo src/libstddjb/ip4_scanu32.lo src/libstddjb/ip6_fmt.lo src/libstddjb/ip6_scan.lo src/libstddjb/ip6_scanlist.lo src/libstddjb/ipc_accept.lo src/libstddjb/ipc_bind.lo src/libstddjb/ipc_bind_reuse.lo src/libstddjb/ipc_bind_reuse_lock_perms.lo src/libstddjb/ipc_bind_reuse_perms.lo src/libstddjb/ipc_connect.lo src/libstddjb/ipc_connected.lo src/libstddjb/ipc_dgram.lo src/libstddjb/ipc_listen.lo src/libstddjb/ipc_local.lo src/libstddjb/ipc_pair.lo src/libstddjb/ipc_recv.lo src/libstddjb/ipc_send.lo src/libstddjb/ipc_stream.lo src/libstddjb/ipc_timed_connect.lo src/libstddjb/leapsecs_add.lo src/libstddjb/leapsecs_sub.lo src/libstddjb/leapsecs_table.lo src/libstddjb/localtm_fmt.lo src/libstddjb/localtm_from_ltm64.lo src/libstddjb/localtm_from_sysclock.lo src/libstddjb/localtm_from_tai.lo src/libstddjb/localtm_from_utc.lo src/libstddjb/localtm_scan.lo src/libstddjb/localtmn_fmt.lo src/libstddjb/localtmn_from_sysclock.lo src/libstddjb/localtmn_from_tain.lo src/libstddjb/localtmn_scan.lo src/libstddjb/lolprintf.lo src/libstddjb/ltm64_from_localtm.lo src/libstddjb/ltm64_from_sysclock.lo src/libstddjb/ltm64_from_tai.lo src/libstddjb/ltm64_from_utc.lo src/libstddjb/ndelay_off.lo src/libstddjb/ndelay_on.lo src/libstddjb/netstring_append.lo src/libstddjb/netstring_appendv.lo src/libstddjb/netstring_decode.lo src/libstddjb/netstring_encode.lo src/libstddjb/netstring_get.lo src/libstddjb/netstring_put.lo src/libstddjb/ntp_from_tain.lo src/libstddjb/open2.lo src/libstddjb/open3.lo src/libstddjb/open_append.lo src/libstddjb/open_create.lo src/libstddjb/open_excl.lo src/libstddjb/open_read.lo src/libstddjb/open_readb.lo src/libstddjb/open_trunc.lo src/libstddjb/open_write.lo src/libstddjb/openb_read.lo src/libstddjb/openbc_read.lo src/libstddjb/openc_append.lo src/libstddjb/openc_create.lo src/libstddjb/openc_excl.lo src/libstddjb/openc_read.lo src/libstddjb/openc_readb.lo src/libstddjb/openc_trunc.lo src/libstddjb/openc_write.lo src/libstddjb/openreadfileclose.lo src/libstddjb/openreadnclose.lo src/libstddjb/openreadnclose_nb.lo src/libstddjb/openslurpnclose.lo src/libstddjb/openwritenclose5.lo src/libstddjb/openwritenclose_suffix6.lo src/libstddjb/openwritenclose_unsafe5.lo src/libstddjb/openwritevnclose5.lo src/libstddjb/openwritevnclose_suffix6.lo src/libstddjb/openwritevnclose_unsafe5.lo src/libstddjb/path_canonicalize.lo src/libstddjb/pipe_internal.lo src/libstddjb/prog.lo src/libstddjb/readnclose.lo src/libstddjb/rm_rf.lo src/libstddjb/rm_rf_in_tmp.lo src/libstddjb/rm_rf_tmp.lo src/libstddjb/rmstar.lo src/libstddjb/sabasename.lo src/libstddjb/sadirname.lo src/libstddjb/sagetcwd.lo src/libstddjb/sagethostname.lo src/libstddjb/sals.lo src/libstddjb/sanitize_read.lo src/libstddjb/sareadlink.lo src/libstddjb/sarealpath.lo src/libstddjb/satmp.lo src/libstddjb/sauniquename.lo src/libstddjb/selfpipe.lo src/libstddjb/sgetopt.lo src/libstddjb/sig0_scan.lo src/libstddjb/sig_altignore.lo src/libstddjb/sig_block.lo src/libstddjb/sig_blocknone.lo src/libstddjb/sig_catch.lo src/libstddjb/sig_name.lo src/libstddjb/sig_number.lo src/libstddjb/sig_restoreto.lo src/libstddjb/sig_table.lo src/libstddjb/sig_unblock.lo src/libstddjb/sigfpe.lo src/libstddjb/sigsegv.lo src/libstddjb/siovec_bytechr.lo src/libstddjb/siovec_bytein.lo src/libstddjb/siovec_deal.lo src/libstddjb/siovec_gather.lo src/libstddjb/siovec_len.lo src/libstddjb/siovec_scatter.lo src/libstddjb/siovec_search.lo src/libstddjb/siovec_seek.lo src/libstddjb/siovec_trunc.lo src/libstddjb/skagetln.lo src/libstddjb/skagetln_loose.lo src/libstddjb/skagetln_nofill.lo src/libstddjb/skagetlnmaxsep.lo src/libstddjb/skagetlnsep.lo src/libstddjb/skagetlnsep_loose.lo src/libstddjb/skalibs_tzisright.lo src/libstddjb/slurpn.lo src/libstddjb/socket_accept4.lo src/libstddjb/socket_accept4_u32.lo src/libstddjb/socket_accept6.lo src/libstddjb/socket_bind4.lo src/libstddjb/socket_bind4r.lo src/libstddjb/socket_bind6.lo src/libstddjb/socket_bind6r.lo src/libstddjb/socket_connect4.lo src/libstddjb/socket_connect4_u32.lo src/libstddjb/socket_connect6.lo src/libstddjb/socket_connected.lo src/libstddjb/socket_deadlineconnstamp4.lo src/libstddjb/socket_deadlineconnstamp46.lo src/libstddjb/socket_deadlineconnstamp4_u32.lo src/libstddjb/socket_deadlineconnstamp6.lo src/libstddjb/socket_internal.lo src/libstddjb/socket_ioloop.lo src/libstddjb/socket_ioloop_send4.lo src/libstddjb/socket_ioloop_send6.lo src/libstddjb/socket_local4.lo src/libstddjb/socket_local46.lo src/libstddjb/socket_local6.lo src/libstddjb/socket_recv4.lo src/libstddjb/socket_recv46.lo src/libstddjb/socket_recv6.lo src/libstddjb/socket_recvnb46.lo src/libstddjb/socket_remote4.lo src/libstddjb/socket_remote46.lo src/libstddjb/socket_remote6.lo src/libstddjb/socket_send4.lo src/libstddjb/socket_send6.lo src/libstddjb/socket_tcp4.lo src/libstddjb/socket_tcp6.lo src/libstddjb/socket_tcpnodelay.lo src/libstddjb/socket_timeoutconn.lo src/libstddjb/socket_tryreservein.lo src/libstddjb/socket_udp4.lo src/libstddjb/socket_udp6.lo src/libstddjb/socket_waitconn.lo src/libstddjb/socketpair_internal.lo src/libstddjb/stamp.lo src/libstddjb/str_chr.lo src/libstddjb/str_fmt.lo src/libstddjb/str_rchr.lo src/libstddjb/str_start.lo src/libstddjb/str_strn.lo src/libstddjb/stralloc_append.lo src/libstddjb/stralloc_catb.lo src/libstddjb/stralloc_catv.lo src/libstddjb/stralloc_copyb.lo src/libstddjb/stralloc_free.lo src/libstddjb/stralloc_insertb.lo src/libstddjb/stralloc_ready_tuned.lo src/libstddjb/stralloc_readyplus_tuned.lo src/libstddjb/stralloc_reverse.lo src/libstddjb/stralloc_reverse_blocks.lo src/libstddjb/stralloc_shrink.lo src/libstddjb/stralloc_zero.lo src/libstddjb/strerr_diev.lo src/libstddjb/strerr_dievsys.lo src/libstddjb/strerr_warnv.lo src/libstddjb/strerr_warnvsys.lo src/libstddjb/string_format.lo src/libstddjb/string_quote.lo src/libstddjb/string_quote_nodelim_mustquote.lo src/libstddjb/string_unquote.lo src/libstddjb/string_unquote_nodelim.lo src/libstddjb/string_unquote_withdelim.lo src/libstddjb/strn_fmt.lo src/libstddjb/subgetopt.lo src/libstddjb/subgetopt_here.lo src/libstddjb/sysclock_from_localtm.lo src/libstddjb/sysclock_from_localtmn.lo src/libstddjb/sysclock_from_ltm64.lo src/libstddjb/sysclock_from_tai.lo src/libstddjb/sysclock_from_tain.lo src/libstddjb/sysclock_from_utc.lo src/libstddjb/sysclock_get.lo src/libstddjb/sysclock_set.lo src/libstddjb/tai_add.lo src/libstddjb/tai_from_localtm.lo src/libstddjb/tai_from_ltm64.lo src/libstddjb/tai_from_sysclock.lo src/libstddjb/tai_from_utc.lo src/libstddjb/tai_now.lo src/libstddjb/tai_pack.lo src/libstddjb/tai_pack_little.lo src/libstddjb/tai_sub.lo src/libstddjb/tai_u64.lo src/libstddjb/tai_unpack.lo src/libstddjb/tai_unpack_little.lo src/libstddjb/tain_add.lo src/libstddjb/tain_addsec.lo src/libstddjb/tain_approx.lo src/libstddjb/tain_earliest1.lo src/libstddjb/tain_earliestv.lo src/libstddjb/tain_fmt.lo src/libstddjb/tain_frac.lo src/libstddjb/tain_from_localtmn.lo src/libstddjb/tain_from_millisecs.lo src/libstddjb/tain_from_ntp.lo src/libstddjb/tain_from_sysclock.lo src/libstddjb/tain_from_timespec.lo src/libstddjb/tain_from_timespec_sysclock.lo src/libstddjb/tain_from_timeval.lo src/libstddjb/tain_from_timeval_sysclock.lo src/libstddjb/tain_half.lo src/libstddjb/tain_infinite.lo src/libstddjb/tain_infinite_relative.lo src/libstddjb/tain_less.lo src/libstddjb/tain_nano500.lo src/libstddjb/tain_now.lo src/libstddjb/tain_now_set_stopwatch.lo src/libstddjb/tain_now_set_wallclock.lo src/libstddjb/tain_pack.lo src/libstddjb/tain_pack_little.lo src/libstddjb/tain_relative_from_timespec.lo src/libstddjb/tain_relative_from_timeval.lo src/libstddjb/tain_scan.lo src/libstddjb/tain_setnow.lo src/libstddjb/tain_stopwatch.lo src/libstddjb/tain_sub.lo src/libstddjb/tain_to_millisecs.lo src/libstddjb/tain_ulong.lo src/libstddjb/tain_unpack.lo src/libstddjb/tain_unpack_little.lo src/libstddjb/tain_wallclock_read.lo src/libstddjb/tain_zero.lo src/libstddjb/time_from_tai.lo src/libstddjb/time_from_tai_relative.lo src/libstddjb/time_sysclock_from_tai.lo src/libstddjb/timespec_cmp.lo src/libstddjb/timespec_from_tain.lo src/libstddjb/timespec_from_tain_relative.lo src/libstddjb/timespec_sysclock_from_tain.lo src/libstddjb/timestamp.lo src/libstddjb/timestamp_fmt.lo src/libstddjb/timestamp_r.lo src/libstddjb/timestamp_scan.lo src/libstddjb/timeval_from_tain.lo src/libstddjb/timeval_from_tain_relative.lo src/libstddjb/timeval_sysclock_from_tain.lo src/libstddjb/ucharn_findlen.lo src/libstddjb/ucharn_fmt.lo src/libstddjb/ucharn_fmt_little.lo src/libstddjb/ucharn_scan.lo src/libstddjb/ucharn_scan_little.lo src/libstddjb/ucspi_get.lo src/libstddjb/uint160_scan.lo src/libstddjb/uint16_bswap.lo src/libstddjb/uint16_bswapn.lo src/libstddjb/uint16_bswapp.lo src/libstddjb/uint16_fmtlist.lo src/libstddjb/uint16_pack.lo src/libstddjb/uint16_pack_big.lo src/libstddjb/uint16_scan.lo src/libstddjb/uint16_scanlist.lo src/libstddjb/uint16_unpack.lo src/libstddjb/uint16_unpack_big.lo src/libstddjb/uint320_scan.lo src/libstddjb/uint32_bswap.lo src/libstddjb/uint32_bswapn.lo src/libstddjb/uint32_bswapp.lo src/libstddjb/uint32_fmtlist.lo src/libstddjb/uint32_pack.lo src/libstddjb/uint32_pack_big.lo src/libstddjb/uint32_scan.lo src/libstddjb/uint32_scanlist.lo src/libstddjb/uint32_unpack.lo src/libstddjb/uint32_unpack_big.lo src/libstddjb/uint640_fmt_generic.lo src/libstddjb/uint640_scan.lo src/libstddjb/uint640_scan_base_max.lo src/libstddjb/uint64_bswap.lo src/libstddjb/uint64_bswapn.lo src/libstddjb/uint64_bswapp.lo src/libstddjb/uint64_fmt_generic.lo src/libstddjb/uint64_fmtlist.lo src/libstddjb/uint64_fmtlist_generic.lo src/libstddjb/uint64_pack.lo src/libstddjb/uint64_pack_big.lo src/libstddjb/uint64_scan.lo src/libstddjb/uint64_scan_base_max.lo src/libstddjb/uint64_scanlist.lo src/libstddjb/uint64_unpack.lo src/libstddjb/uint64_unpack_big.lo src/libstddjb/uncoe.lo src/libstddjb/unsanitize_read.lo src/libstddjb/utc_from_localtm.lo src/libstddjb/utc_from_ltm64.lo src/libstddjb/utc_from_sysclock.lo src/libstddjb/utc_from_tai.lo src/libstddjb/vbaprintf.lo src/libstddjb/vbprintf.lo src/libstddjb/wait_nointr.lo src/libstddjb/wait_pid_nohang.lo src/libstddjb/wait_pids_nohang.lo src/libstddjb/wait_reap.lo src/libstddjb/waitn.lo src/libstddjb/waitn_posix.lo src/libstddjb/waitn_reap.lo src/libstddjb/waitn_reap_posix.lo src/libstddjb/waitpid_nointr.lo src/libstddjb/writenclose_unsafe5.lo src/libstddjb/writevnclose_unsafe5.lo src/libunixonacid/access_at.lo src/libunixonacid/ancil_recv_fd.lo src/libunixonacid/ancil_send_fd.lo src/libunixonacid/atomic_rm_rf.lo src/libunixonacid/atomic_rm_rf_tmp.lo src/libunixonacid/atomic_symlink.lo src/libunixonacid/bufalloc_timed_flush.lo src/libunixonacid/buffer_timed_fill.lo src/libunixonacid/buffer_timed_flush.lo src/libunixonacid/buffer_timed_get.lo src/libunixonacid/buffer_timed_put.lo src/libunixonacid/buffer_timed_puts.lo src/libunixonacid/ipc_timed_recv.lo src/libunixonacid/ipc_timed_send.lo src/libunixonacid/ipc_timed_sendv.lo src/libunixonacid/kolbak_call.lo src/libunixonacid/kolbak_enqueue.lo src/libunixonacid/kolbak_queue_init.lo src/libunixonacid/kolbak_unenqueue.lo src/libunixonacid/netstring_timed_get.lo src/libunixonacid/open2_at.lo src/libunixonacid/open3_at.lo src/libunixonacid/open_appendat.lo src/libunixonacid/open_appendatb.lo src/libunixonacid/open_readat.lo src/libunixonacid/open_readatb.lo src/libunixonacid/open_truncat.lo src/libunixonacid/open_truncatb.lo src/libunixonacid/open_writeat.lo src/libunixonacid/open_writeatb.lo src/libunixonacid/openc_appendat.lo src/libunixonacid/openc_appendatb.lo src/libunixonacid/openc_readat.lo src/libunixonacid/openc_readatb.lo src/libunixonacid/openc_truncat.lo src/libunixonacid/openc_truncatb.lo src/libunixonacid/openc_writeat.lo src/libunixonacid/openc_writeatb.lo src/libunixonacid/opendir_at.lo src/libunixonacid/opengetlnclose.lo src/libunixonacid/opengetlnclose_at.lo src/libunixonacid/openreadnclose_at.lo src/libunixonacid/openslurpclose_at.lo src/libunixonacid/openwritenclose_at.lo src/libunixonacid/openwritevnclose_at.lo src/libunixonacid/skaclient_default_cb.lo src/libunixonacid/skaclient_end.lo src/libunixonacid/skaclient_init.lo src/libunixonacid/skaclient_put.lo src/libunixonacid/skaclient_putmsg.lo src/libunixonacid/skaclient_putmsgv.lo src/libunixonacid/skaclient_putv.lo src/libunixonacid/skaclient_send.lo src/libunixonacid/skaclient_sendmsg.lo src/libunixonacid/skaclient_sendmsgv.lo src/libunixonacid/skaclient_sendv.lo src/libunixonacid/skaclient_server_ack.lo src/libunixonacid/skaclient_server_bidi_ack.lo src/libunixonacid/skaclient_server_init.lo src/libunixonacid/skaclient_start.lo src/libunixonacid/skaclient_start_async.lo src/libunixonacid/skaclient_start_cb.lo src/libunixonacid/skaclient_startf.lo src/libunixonacid/skaclient_startf_async.lo src/libunixonacid/skaclient_syncify.lo src/libunixonacid/skaclient_zero.lo src/libunixonacid/stat_at.lo src/libunixonacid/textclient_command.lo src/libunixonacid/textclient_commandv.lo src/libunixonacid/textclient_end.lo src/libunixonacid/textclient_server_init.lo src/libunixonacid/textclient_server_init_frompipe.lo src/libunixonacid/textclient_server_init_fromsocket.lo src/libunixonacid/textclient_start.lo src/libunixonacid/textclient_startf.lo src/libunixonacid/textclient_zero.lo src/libunixonacid/textmessage_create_send_channel.lo src/libunixonacid/textmessage_handle.lo src/libunixonacid/textmessage_put.lo src/libunixonacid/textmessage_putv.lo src/libunixonacid/textmessage_receive.lo src/libunixonacid/textmessage_receiver_0.lo src/libunixonacid/textmessage_receiver_free.lo src/libunixonacid/textmessage_receiver_hasmsginbuf.lo src/libunixonacid/textmessage_receiver_init.lo src/libunixonacid/textmessage_receiver_zero.lo src/libunixonacid/textmessage_recv_channel.lo src/libunixonacid/textmessage_sender_1.lo src/libunixonacid/textmessage_sender_flush.lo src/libunixonacid/textmessage_sender_getfd.lo src/libunixonacid/textmessage_sender_timed_flush.lo src/libunixonacid/textmessage_sender_x.lo src/libunixonacid/textmessage_sender_zero.lo src/libunixonacid/textmessage_timed_handle.lo src/libunixonacid/textmessage_timed_receive.lo src/libunixonacid/timed_flush.lo src/libunixonacid/timed_get.lo src/libunixonacid/timed_getln.lo src/libunixonacid/timed_getlnmax.lo src/libunixonacid/unixconnection_free.lo src/libunixonacid/unixconnection_init.lo src/libunixonacid/unixconnection_init_withclosecb.lo src/libunixonacid/unixconnection_zero.lo src/libunixonacid/unixmessage_bits_closeall.lo src/libunixonacid/unixmessage_bits_closenone.lo src/libunixonacid/unixmessage_drop.lo src/libunixonacid/unixmessage_handle.lo src/libunixonacid/unixmessage_put.lo src/libunixonacid/unixmessage_receive.lo src/libunixonacid/unixmessage_receiver_0.lo src/libunixonacid/unixmessage_receiver_free.lo src/libunixonacid/unixmessage_receiver_hasmsginbuf.lo src/libunixonacid/unixmessage_receiver_init.lo src/libunixonacid/unixmessage_sender_1.lo src/libunixonacid/unixmessage_sender_closecb.lo src/libunixonacid/unixmessage_sender_flush.lo src/libunixonacid/unixmessage_sender_free.lo src/libunixonacid/unixmessage_sender_getfd.lo src/libunixonacid/unixmessage_sender_init.lo src/libunixonacid/unixmessage_sender_init_withclosecb.lo src/libunixonacid/unixmessage_sender_timed_flush.lo src/libunixonacid/unixmessage_sender_x.lo src/libunixonacid/unixmessage_sender_zero.lo src/libunixonacid/unixmessage_timed_handle.lo src/libunixonacid/unixmessage_timed_receive.lo src/libunixonacid/unixmessage_unput.lo src/libunixonacid/unixmessage_zero.lo src/libunixonacid/unixmessagev_zero.lo exec ar rc libskarnet.a.xyzzy src/libdatastruct/avlnode_delete.lo src/libdatastruct/avlnode_doublerotate.lo src/libdatastruct/avlnode_extreme.lo src/libdatastruct/avlnode_extremenode.lo src/libdatastruct/avlnode_height.lo src/libdatastruct/avlnode_insertnode.lo src/libdatastruct/avlnode_iter.lo src/libdatastruct/avlnode_iter_withcancel.lo src/libdatastruct/avlnode_rotate.lo src/libdatastruct/avlnode_search.lo src/libdatastruct/avlnode_searchnode.lo src/libdatastruct/avlnode_zero.lo src/libdatastruct/avltree_delete.lo src/libdatastruct/avltree_free.lo src/libdatastruct/avltree_init.lo src/libdatastruct/avltree_insert.lo src/libdatastruct/avltree_newnode.lo src/libdatastruct/avltree_zero.lo src/libdatastruct/avltreen_delete.lo src/libdatastruct/avltreen_init.lo src/libdatastruct/avltreen_insert.lo src/libdatastruct/avltreen_newnode.lo src/libdatastruct/bigkv_fill.lo src/libdatastruct/bigkv_free.lo src/libdatastruct/bigkv_search.lo src/libdatastruct/bigkv_zero.lo src/libdatastruct/genqdyn_clean.lo src/libdatastruct/genqdyn_free.lo src/libdatastruct/genqdyn_init.lo src/libdatastruct/genqdyn_pop.lo src/libdatastruct/genqdyn_push.lo src/libdatastruct/genqdyn_unpush.lo src/libdatastruct/genqdyn_zero.lo src/libdatastruct/genset.lo src/libdatastruct/genset_deepfree.lo src/libdatastruct/genset_iter_nocancel.lo src/libdatastruct/genset_iter_withcancel.lo src/libdatastruct/gensetdyn_deepfree.lo src/libdatastruct/gensetdyn_delete.lo src/libdatastruct/gensetdyn_free.lo src/libdatastruct/gensetdyn_init.lo src/libdatastruct/gensetdyn_iter_nocancel.lo src/libdatastruct/gensetdyn_iter_withcancel.lo src/libdatastruct/gensetdyn_new.lo src/libdatastruct/gensetdyn_ready.lo src/libdatastruct/gensetdyn_zero.lo src/libenvexec/child_spawn.lo src/libenvexec/child_spawn0.lo src/libenvexec/child_spawn1_internal.lo src/libenvexec/child_spawn1_pipe.lo src/libenvexec/child_spawn1_socket.lo src/libenvexec/child_spawn2.lo src/libenvexec/child_spawn3.lo src/libenvexec/cspawn.lo src/libenvexec/env_addmodif.lo src/libenvexec/env_dump.lo src/libenvexec/env_get.lo src/libenvexec/env_get2.lo src/libenvexec/env_len.lo src/libenvexec/env_make.lo src/libenvexec/env_merg.lo src/libenvexec/env_merge.lo src/libenvexec/env_mergen.lo src/libenvexec/env_mergn.lo src/libenvexec/env_string.lo src/libenvexec/envalloc_0.lo src/libenvexec/envalloc_make.lo src/libenvexec/envalloc_merge.lo src/libenvexec/envalloc_uniq.lo src/libenvexec/envdir.lo src/libenvexec/envdir_clamp.lo src/libenvexec/envdir_noclamp.lo src/libenvexec/exec0_ae.lo src/libenvexec/exec_ae.lo src/libenvexec/gcspawn.lo src/libenvexec/gmspawn_afn.lo src/libenvexec/mexec0_af.lo src/libenvexec/mexec0_afm.lo src/libenvexec/mexec0_afn.lo src/libenvexec/mexec_af.lo src/libenvexec/mexec_afm.lo src/libenvexec/mexec_afn.lo src/libenvexec/mspawn_af.lo src/libenvexec/mspawn_afm.lo src/libenvexec/mspawn_afn.lo src/libenvexec/xexec0_ae.lo src/libenvexec/xexec_ae.lo src/libenvexec/xexecvep.lo src/libenvexec/xexecvep_loose.lo src/libenvexec/xmexec0_af.lo src/libenvexec/xmexec0_afm.lo src/libenvexec/xmexec0_afn.lo src/libenvexec/xmexec_af.lo src/libenvexec/xmexec_afm.lo src/libenvexec/xmexec_afn.lo src/libenvexec/xmspawn_af.lo src/libenvexec/xmspawn_afm.lo src/libenvexec/xmspawn_afn.lo src/libposixplz/doublefork.lo src/libposixplz/execvep.lo src/libposixplz/execvep_internal.lo src/libposixplz/execvep_loose.lo src/libposixplz/getpeereid.lo src/libposixplz/memmem.lo src/libposixplz/mkbtemp.lo src/libposixplz/mkctemp.lo src/libposixplz/mkfiletemp.lo src/libposixplz/mkhtemp.lo src/libposixplz/mklinktemp.lo src/libposixplz/mkltemp.lo src/libposixplz/mkptemp.lo src/libposixplz/mkptemp2.lo src/libposixplz/mkptemp3.lo src/libposixplz/munmap_void.lo src/libposixplz/setgroups.lo src/libposixplz/strcasestr.lo src/libposixplz/strnlen.lo src/libposixplz/touch.lo src/libposixplz/unlink_void.lo src/librandom/autosurf.lo src/librandom/autosurf_name.lo src/librandom/random_buf.lo src/librandom/random_buf_early.lo src/librandom/random_devurandom.lo src/librandom/random_name_from.lo src/librandom/random_sauniquename_from.lo src/librandom/random_uint32_from.lo src/librandom/random_unsort_from.lo src/librandom/surf.lo src/librandom/surf_init.lo src/libstdcrypto/blake2s_final.lo src/libstdcrypto/blake2s_init.lo src/libstdcrypto/blake2s_transform.lo src/libstdcrypto/blake2s_update.lo src/libstdcrypto/sha1_feed.lo src/libstdcrypto/sha1_final.lo src/libstdcrypto/sha1_init.lo src/libstdcrypto/sha1_transform.lo src/libstdcrypto/sha1_update.lo src/libstdcrypto/sha256_feed.lo src/libstdcrypto/sha256_final.lo src/libstdcrypto/sha256_init.lo src/libstdcrypto/sha256_transform.lo src/libstdcrypto/sha256_update.lo src/libstdcrypto/sha512_final.lo src/libstdcrypto/sha512_init.lo src/libstdcrypto/sha512_transform.lo src/libstdcrypto/sha512_update.lo src/libstddjb/alarm_deadline.lo src/libstddjb/alarm_disable.lo src/libstddjb/alarm_milliseconds.lo src/libstddjb/alarm_timeout.lo src/libstddjb/alloc.lo src/libstddjb/alloc_realloc.lo src/libstddjb/allread.lo src/libstddjb/allreadv.lo src/libstddjb/allreadwrite.lo src/libstddjb/allreadwritev.lo src/libstddjb/allwrite.lo src/libstddjb/allwritev.lo src/libstddjb/baprintf.lo src/libstddjb/bitarray_and.lo src/libstddjb/bitarray_clearsetn.lo src/libstddjb/bitarray_count.lo src/libstddjb/bitarray_firstclear.lo src/libstddjb/bitarray_firstclear_skip.lo src/libstddjb/bitarray_firstset.lo src/libstddjb/bitarray_firstset_skip.lo src/libstddjb/bitarray_not.lo src/libstddjb/bitarray_or.lo src/libstddjb/bitarray_testandpoke.lo src/libstddjb/bitarray_xor.lo src/libstddjb/bprintf.lo src/libstddjb/bufalloc_1.lo src/libstddjb/bufalloc_2.lo src/libstddjb/bufalloc_clean.lo src/libstddjb/bufalloc_flush.lo src/libstddjb/bufalloc_getfd.lo src/libstddjb/bufalloc_getlen.lo src/libstddjb/bufalloc_init.lo src/libstddjb/buffer_0.lo src/libstddjb/buffer_0f1.lo src/libstddjb/buffer_0small.lo src/libstddjb/buffer_1.lo src/libstddjb/buffer_1small.lo src/libstddjb/buffer_2.lo src/libstddjb/buffer_fill.lo src/libstddjb/buffer_flush.lo src/libstddjb/buffer_flush1read.lo src/libstddjb/buffer_get.lo src/libstddjb/buffer_getall.lo src/libstddjb/buffer_getallnf.lo src/libstddjb/buffer_getfd.lo src/libstddjb/buffer_getlen.lo src/libstddjb/buffer_getv.lo src/libstddjb/buffer_getvall.lo src/libstddjb/buffer_getvallnf.lo src/libstddjb/buffer_init.lo src/libstddjb/buffer_put.lo src/libstddjb/buffer_putall.lo src/libstddjb/buffer_putallnf.lo src/libstddjb/buffer_putflush.lo src/libstddjb/buffer_puts.lo src/libstddjb/buffer_putsall.lo src/libstddjb/buffer_putsallflush.lo src/libstddjb/buffer_putsallnoflush.lo src/libstddjb/buffer_putsflush.lo src/libstddjb/buffer_putsnoflush.lo src/libstddjb/buffer_putv.lo src/libstddjb/buffer_putvall.lo src/libstddjb/buffer_putvallnf.lo src/libstddjb/buffer_putvflush.lo src/libstddjb/byte_chr.lo src/libstddjb/byte_count.lo src/libstddjb/byte_in.lo src/libstddjb/byte_rchr.lo src/libstddjb/byte_search.lo src/libstddjb/byte_zzero.lo src/libstddjb/case_lowerb.lo src/libstddjb/case_lowers.lo src/libstddjb/case_startb.lo src/libstddjb/case_upperb.lo src/libstddjb/case_uppers.lo src/libstddjb/cbuffer_get.lo src/libstddjb/cbuffer_getv.lo src/libstddjb/cbuffer_init.lo src/libstddjb/cbuffer_put.lo src/libstddjb/cbuffer_putv.lo src/libstddjb/cbuffer_rpeek.lo src/libstddjb/cbuffer_rseek.lo src/libstddjb/cbuffer_unget.lo src/libstddjb/cbuffer_unput.lo src/libstddjb/cbuffer_wpeek.lo src/libstddjb/cbuffer_wseek.lo src/libstddjb/cdb_find.lo src/libstddjb/cdb_findnext.lo src/libstddjb/cdb_free.lo src/libstddjb/cdb_hash.lo src/libstddjb/cdb_hashadd.lo src/libstddjb/cdb_hashv.lo src/libstddjb/cdb_init.lo src/libstddjb/cdb_init_at.lo src/libstddjb/cdb_init_fromfd.lo src/libstddjb/cdb_p.lo src/libstddjb/cdb_traverse_next.lo src/libstddjb/cdb_zero.lo src/libstddjb/cdbmake_add.lo src/libstddjb/cdbmake_addbeginend.lo src/libstddjb/cdbmake_addv.lo src/libstddjb/cdbmake_finish.lo src/libstddjb/cdbmake_posplus.lo src/libstddjb/cdbmake_start.lo src/libstddjb/coe.lo src/libstddjb/deepsleepuntil.lo src/libstddjb/devino_cmp.lo src/libstddjb/dir_close.lo src/libstddjb/dir_fd.lo src/libstddjb/error_isalready.lo src/libstddjb/error_temp.lo src/libstddjb/fd_cat.lo src/libstddjb/fd_catn.lo src/libstddjb/fd_chdir.lo src/libstddjb/fd_chmod.lo src/libstddjb/fd_chown.lo src/libstddjb/fd_close.lo src/libstddjb/fd_copy.lo src/libstddjb/fd_copy2.lo src/libstddjb/fd_ensure_open.lo src/libstddjb/fd_islocked.lo src/libstddjb/fd_lock.lo src/libstddjb/fd_move.lo src/libstddjb/fd_move2.lo src/libstddjb/fd_read.lo src/libstddjb/fd_readv.lo src/libstddjb/fd_recv.lo src/libstddjb/fd_send.lo src/libstddjb/fd_shutdown.lo src/libstddjb/fd_sync.lo src/libstddjb/fd_unlock.lo src/libstddjb/fd_write.lo src/libstddjb/fd_writev.lo src/libstddjb/filecopy_suffix.lo src/libstddjb/filecopy_unsafe.lo src/libstddjb/fmtscan_asc.lo src/libstddjb/fmtscan_num.lo src/libstddjb/genalloc_deepfree.lo src/libstddjb/genwrite_flush_bufalloc.lo src/libstddjb/genwrite_flush_buffer.lo src/libstddjb/genwrite_flush_stralloc.lo src/libstddjb/genwrite_put_bufalloc.lo src/libstddjb/genwrite_put_buffer.lo src/libstddjb/genwrite_put_stralloc.lo src/libstddjb/genwrite_stderr.lo src/libstddjb/genwrite_stdout.lo src/libstddjb/getlnmax.lo src/libstddjb/getlnmaxsep.lo src/libstddjb/gol.lo src/libstddjb/gol_argv.lo src/libstddjb/hiercopy.lo src/libstddjb/hiercopy_internal.lo src/libstddjb/hiercopy_loose.lo src/libstddjb/hiercopy_loose_tmp.lo src/libstddjb/hiercopy_tmp.lo src/libstddjb/int160_scan.lo src/libstddjb/int16_fmtlist.lo src/libstddjb/int16_scan.lo src/libstddjb/int16_scanlist.lo src/libstddjb/int320_scan.lo src/libstddjb/int32_fmtlist.lo src/libstddjb/int32_scan.lo src/libstddjb/int32_scanlist.lo src/libstddjb/int640_scan.lo src/libstddjb/int64_fmt_generic.lo src/libstddjb/int64_fmtlist.lo src/libstddjb/int64_scan.lo src/libstddjb/int64_scan_base_max.lo src/libstddjb/int64_scanlist.lo src/libstddjb/iopause.lo src/libstddjb/iopause_poll.lo src/libstddjb/iopause_ppoll.lo src/libstddjb/iopause_select.lo src/libstddjb/iopause_stamp.lo src/libstddjb/ip46_scan.lo src/libstddjb/ip46_scanlist.lo src/libstddjb/ip4_fmt.lo src/libstddjb/ip4_fmtu32.lo src/libstddjb/ip4_scan.lo src/libstddjb/ip4_scanlist.lo src/libstddjb/ip4_scanlist_u32.lo src/libstddjb/ip4_scanu32.lo src/libstddjb/ip6_fmt.lo src/libstddjb/ip6_scan.lo src/libstddjb/ip6_scanlist.lo src/libstddjb/ipc_accept.lo src/libstddjb/ipc_bind.lo src/libstddjb/ipc_bind_reuse.lo src/libstddjb/ipc_bind_reuse_lock_perms.lo src/libstddjb/ipc_bind_reuse_perms.lo src/libstddjb/ipc_connect.lo src/libstddjb/ipc_connected.lo src/libstddjb/ipc_dgram.lo src/libstddjb/ipc_listen.lo src/libstddjb/ipc_local.lo src/libstddjb/ipc_pair.lo src/libstddjb/ipc_recv.lo src/libstddjb/ipc_send.lo src/libstddjb/ipc_stream.lo src/libstddjb/ipc_timed_connect.lo src/libstddjb/leapsecs_add.lo src/libstddjb/leapsecs_sub.lo src/libstddjb/leapsecs_table.lo src/libstddjb/localtm_fmt.lo src/libstddjb/localtm_from_ltm64.lo src/libstddjb/localtm_from_sysclock.lo src/libstddjb/localtm_from_tai.lo src/libstddjb/localtm_from_utc.lo src/libstddjb/localtm_scan.lo src/libstddjb/localtmn_fmt.lo src/libstddjb/localtmn_from_sysclock.lo src/libstddjb/localtmn_from_tain.lo src/libstddjb/localtmn_scan.lo src/libstddjb/lolprintf.lo src/libstddjb/ltm64_from_localtm.lo src/libstddjb/ltm64_from_sysclock.lo src/libstddjb/ltm64_from_tai.lo src/libstddjb/ltm64_from_utc.lo src/libstddjb/ndelay_off.lo src/libstddjb/ndelay_on.lo src/libstddjb/netstring_append.lo src/libstddjb/netstring_appendv.lo src/libstddjb/netstring_decode.lo src/libstddjb/netstring_encode.lo src/libstddjb/netstring_get.lo src/libstddjb/netstring_put.lo src/libstddjb/ntp_from_tain.lo src/libstddjb/open2.lo src/libstddjb/open3.lo src/libstddjb/open_append.lo src/libstddjb/open_create.lo src/libstddjb/open_excl.lo src/libstddjb/open_read.lo src/libstddjb/open_readb.lo src/libstddjb/open_trunc.lo src/libstddjb/open_write.lo src/libstddjb/openb_read.lo src/libstddjb/openbc_read.lo src/libstddjb/openc_append.lo src/libstddjb/openc_create.lo src/libstddjb/openc_excl.lo src/libstddjb/openc_read.lo src/libstddjb/openc_readb.lo src/libstddjb/openc_trunc.lo src/libstddjb/openc_write.lo src/libstddjb/openreadfileclose.lo src/libstddjb/openreadnclose.lo src/libstddjb/openreadnclose_nb.lo src/libstddjb/openslurpnclose.lo src/libstddjb/openwritenclose5.lo src/libstddjb/openwritenclose_suffix6.lo src/libstddjb/openwritenclose_unsafe5.lo src/libstddjb/openwritevnclose5.lo src/libstddjb/openwritevnclose_suffix6.lo src/libstddjb/openwritevnclose_unsafe5.lo src/libstddjb/path_canonicalize.lo src/libstddjb/pipe_internal.lo src/libstddjb/prog.lo src/libstddjb/readnclose.lo src/libstddjb/rm_rf.lo src/libstddjb/rm_rf_in_tmp.lo src/libstddjb/rm_rf_tmp.lo src/libstddjb/rmstar.lo src/libstddjb/sabasename.lo src/libstddjb/sadirname.lo src/libstddjb/sagetcwd.lo src/libstddjb/sagethostname.lo src/libstddjb/sals.lo src/libstddjb/sanitize_read.lo src/libstddjb/sareadlink.lo src/libstddjb/sarealpath.lo src/libstddjb/satmp.lo src/libstddjb/sauniquename.lo src/libstddjb/selfpipe.lo src/libstddjb/sgetopt.lo src/libstddjb/sig0_scan.lo src/libstddjb/sig_altignore.lo src/libstddjb/sig_block.lo src/libstddjb/sig_blocknone.lo src/libstddjb/sig_catch.lo src/libstddjb/sig_name.lo src/libstddjb/sig_number.lo src/libstddjb/sig_restoreto.lo src/libstddjb/sig_table.lo src/libstddjb/sig_unblock.lo src/libstddjb/sigfpe.lo src/libstddjb/sigsegv.lo src/libstddjb/siovec_bytechr.lo src/libstddjb/siovec_bytein.lo src/libstddjb/siovec_deal.lo src/libstddjb/siovec_gather.lo src/libstddjb/siovec_len.lo src/libstddjb/siovec_scatter.lo src/libstddjb/siovec_search.lo src/libstddjb/siovec_seek.lo src/libstddjb/siovec_trunc.lo src/libstddjb/skagetln.lo src/libstddjb/skagetln_loose.lo src/libstddjb/skagetln_nofill.lo src/libstddjb/skagetlnmaxsep.lo src/libstddjb/skagetlnsep.lo src/libstddjb/skagetlnsep_loose.lo src/libstddjb/skalibs_tzisright.lo src/libstddjb/slurpn.lo src/libstddjb/socket_accept4.lo src/libstddjb/socket_accept4_u32.lo src/libstddjb/socket_accept6.lo src/libstddjb/socket_bind4.lo src/libstddjb/socket_bind4r.lo src/libstddjb/socket_bind6.lo src/libstddjb/socket_bind6r.lo src/libstddjb/socket_connect4.lo src/libstddjb/socket_connect4_u32.lo src/libstddjb/socket_connect6.lo src/libstddjb/socket_connected.lo src/libstddjb/socket_deadlineconnstamp4.lo src/libstddjb/socket_deadlineconnstamp46.lo src/libstddjb/socket_deadlineconnstamp4_u32.lo src/libstddjb/socket_deadlineconnstamp6.lo src/libstddjb/socket_internal.lo src/libstddjb/socket_ioloop.lo src/libstddjb/socket_ioloop_send4.lo src/libstddjb/socket_ioloop_send6.lo src/libstddjb/socket_local4.lo src/libstddjb/socket_local46.lo src/libstddjb/socket_local6.lo src/libstddjb/socket_recv4.lo src/libstddjb/socket_recv46.lo src/libstddjb/socket_recv6.lo src/libstddjb/socket_recvnb46.lo src/libstddjb/socket_remote4.lo src/libstddjb/socket_remote46.lo src/libstddjb/socket_remote6.lo src/libstddjb/socket_send4.lo src/libstddjb/socket_send6.lo src/libstddjb/socket_tcp4.lo src/libstddjb/socket_tcp6.lo src/libstddjb/socket_tcpnodelay.lo src/libstddjb/socket_timeoutconn.lo src/libstddjb/socket_tryreservein.lo src/libstddjb/socket_udp4.lo src/libstddjb/socket_udp6.lo src/libstddjb/socket_waitconn.lo src/libstddjb/socketpair_internal.lo src/libstddjb/stamp.lo src/libstddjb/str_chr.lo src/libstddjb/str_fmt.lo src/libstddjb/str_rchr.lo src/libstddjb/str_start.lo src/libstddjb/str_strn.lo src/libstddjb/stralloc_append.lo src/libstddjb/stralloc_catb.lo src/libstddjb/stralloc_catv.lo src/libstddjb/stralloc_copyb.lo src/libstddjb/stralloc_free.lo src/libstddjb/stralloc_insertb.lo src/libstddjb/stralloc_ready_tuned.lo src/libstddjb/stralloc_readyplus_tuned.lo src/libstddjb/stralloc_reverse.lo src/libstddjb/stralloc_reverse_blocks.lo src/libstddjb/stralloc_shrink.lo src/libstddjb/stralloc_zero.lo src/libstddjb/strerr_diev.lo src/libstddjb/strerr_dievsys.lo src/libstddjb/strerr_warnv.lo src/libstddjb/strerr_warnvsys.lo src/libstddjb/string_format.lo src/libstddjb/string_quote.lo src/libstddjb/string_quote_nodelim_mustquote.lo src/libstddjb/string_unquote.lo src/libstddjb/string_unquote_nodelim.lo src/libstddjb/string_unquote_withdelim.lo src/libstddjb/strn_fmt.lo src/libstddjb/subgetopt.lo src/libstddjb/subgetopt_here.lo src/libstddjb/sysclock_from_localtm.lo src/libstddjb/sysclock_from_localtmn.lo src/libstddjb/sysclock_from_ltm64.lo src/libstddjb/sysclock_from_tai.lo src/libstddjb/sysclock_from_tain.lo src/libstddjb/sysclock_from_utc.lo src/libstddjb/sysclock_get.lo src/libstddjb/sysclock_set.lo src/libstddjb/tai_add.lo src/libstddjb/tai_from_localtm.lo src/libstddjb/tai_from_ltm64.lo src/libstddjb/tai_from_sysclock.lo src/libstddjb/tai_from_utc.lo src/libstddjb/tai_now.lo src/libstddjb/tai_pack.lo src/libstddjb/tai_pack_little.lo src/libstddjb/tai_sub.lo src/libstddjb/tai_u64.lo src/libstddjb/tai_unpack.lo src/libstddjb/tai_unpack_little.lo src/libstddjb/tain_add.lo src/libstddjb/tain_addsec.lo src/libstddjb/tain_approx.lo src/libstddjb/tain_earliest1.lo src/libstddjb/tain_earliestv.lo src/libstddjb/tain_fmt.lo src/libstddjb/tain_frac.lo src/libstddjb/tain_from_localtmn.lo src/libstddjb/tain_from_millisecs.lo src/libstddjb/tain_from_ntp.lo src/libstddjb/tain_from_sysclock.lo src/libstddjb/tain_from_timespec.lo src/libstddjb/tain_from_timespec_sysclock.lo src/libstddjb/tain_from_timeval.lo src/libstddjb/tain_from_timeval_sysclock.lo src/libstddjb/tain_half.lo src/libstddjb/tain_infinite.lo src/libstddjb/tain_infinite_relative.lo src/libstddjb/tain_less.lo src/libstddjb/tain_nano500.lo src/libstddjb/tain_now.lo src/libstddjb/tain_now_set_stopwatch.lo src/libstddjb/tain_now_set_wallclock.lo src/libstddjb/tain_pack.lo src/libstddjb/tain_pack_little.lo src/libstddjb/tain_relative_from_timespec.lo src/libstddjb/tain_relative_from_timeval.lo src/libstddjb/tain_scan.lo src/libstddjb/tain_setnow.lo src/libstddjb/tain_stopwatch.lo src/libstddjb/tain_sub.lo src/libstddjb/tain_to_millisecs.lo src/libstddjb/tain_ulong.lo src/libstddjb/tain_unpack.lo src/libstddjb/tain_unpack_little.lo src/libstddjb/tain_wallclock_read.lo src/libstddjb/tain_zero.lo src/libstddjb/time_from_tai.lo src/libstddjb/time_from_tai_relative.lo src/libstddjb/time_sysclock_from_tai.lo src/libstddjb/timespec_cmp.lo src/libstddjb/timespec_from_tain.lo src/libstddjb/timespec_from_tain_relative.lo src/libstddjb/timespec_sysclock_from_tain.lo src/libstddjb/timestamp.lo src/libstddjb/timestamp_fmt.lo src/libstddjb/timestamp_r.lo src/libstddjb/timestamp_scan.lo src/libstddjb/timeval_from_tain.lo src/libstddjb/timeval_from_tain_relative.lo src/libstddjb/timeval_sysclock_from_tain.lo src/libstddjb/ucharn_findlen.lo src/libstddjb/ucharn_fmt.lo src/libstddjb/ucharn_fmt_little.lo src/libstddjb/ucharn_scan.lo src/libstddjb/ucharn_scan_little.lo src/libstddjb/ucspi_get.lo src/libstddjb/uint160_scan.lo src/libstddjb/uint16_bswap.lo src/libstddjb/uint16_bswapn.lo src/libstddjb/uint16_bswapp.lo src/libstddjb/uint16_fmtlist.lo src/libstddjb/uint16_pack.lo src/libstddjb/uint16_pack_big.lo src/libstddjb/uint16_scan.lo src/libstddjb/uint16_scanlist.lo src/libstddjb/uint16_unpack.lo src/libstddjb/uint16_unpack_big.lo src/libstddjb/uint320_scan.lo src/libstddjb/uint32_bswap.lo src/libstddjb/uint32_bswapn.lo src/libstddjb/uint32_bswapp.lo src/libstddjb/uint32_fmtlist.lo src/libstddjb/uint32_pack.lo src/libstddjb/uint32_pack_big.lo src/libstddjb/uint32_scan.lo src/libstddjb/uint32_scanlist.lo src/libstddjb/uint32_unpack.lo src/libstddjb/uint32_unpack_big.lo src/libstddjb/uint640_fmt_generic.lo src/libstddjb/uint640_scan.lo src/libstddjb/uint640_scan_base_max.lo src/libstddjb/uint64_bswap.lo src/libstddjb/uint64_bswapn.lo src/libstddjb/uint64_bswapp.lo src/libstddjb/uint64_fmt_generic.lo src/libstddjb/uint64_fmtlist.lo src/libstddjb/uint64_fmtlist_generic.lo src/libstddjb/uint64_pack.lo src/libstddjb/uint64_pack_big.lo src/libstddjb/uint64_scan.lo src/libstddjb/uint64_scan_base_max.lo src/libstddjb/uint64_scanlist.lo src/libstddjb/uint64_unpack.lo src/libstddjb/uint64_unpack_big.lo src/libstddjb/uncoe.lo src/libstddjb/unsanitize_read.lo src/libstddjb/utc_from_localtm.lo src/libstddjb/utc_from_ltm64.lo src/libstddjb/utc_from_sysclock.lo src/libstddjb/utc_from_tai.lo src/libstddjb/vbaprintf.lo src/libstddjb/vbprintf.lo src/libstddjb/wait_nointr.lo src/libstddjb/wait_pid_nohang.lo src/libstddjb/wait_pids_nohang.lo src/libstddjb/wait_reap.lo src/libstddjb/waitn.lo src/libstddjb/waitn_posix.lo src/libstddjb/waitn_reap.lo src/libstddjb/waitn_reap_posix.lo src/libstddjb/waitpid_nointr.lo src/libstddjb/writenclose_unsafe5.lo src/libstddjb/writevnclose_unsafe5.lo src/libunixonacid/access_at.lo src/libunixonacid/ancil_recv_fd.lo src/libunixonacid/ancil_send_fd.lo src/libunixonacid/atomic_rm_rf.lo src/libunixonacid/atomic_rm_rf_tmp.lo src/libunixonacid/atomic_symlink.lo src/libunixonacid/bufalloc_timed_flush.lo src/libunixonacid/buffer_timed_fill.lo src/libunixonacid/buffer_timed_flush.lo src/libunixonacid/buffer_timed_get.lo src/libunixonacid/buffer_timed_put.lo src/libunixonacid/buffer_timed_puts.lo src/libunixonacid/ipc_timed_recv.lo src/libunixonacid/ipc_timed_send.lo src/libunixonacid/ipc_timed_sendv.lo src/libunixonacid/kolbak_call.lo src/libunixonacid/kolbak_enqueue.lo src/libunixonacid/kolbak_queue_init.lo src/libunixonacid/kolbak_unenqueue.lo src/libunixonacid/netstring_timed_get.lo src/libunixonacid/open2_at.lo src/libunixonacid/open3_at.lo src/libunixonacid/open_appendat.lo src/libunixonacid/open_appendatb.lo src/libunixonacid/open_readat.lo src/libunixonacid/open_readatb.lo src/libunixonacid/open_truncat.lo src/libunixonacid/open_truncatb.lo src/libunixonacid/open_writeat.lo src/libunixonacid/open_writeatb.lo src/libunixonacid/openc_appendat.lo src/libunixonacid/openc_appendatb.lo src/libunixonacid/openc_readat.lo src/libunixonacid/openc_readatb.lo src/libunixonacid/openc_truncat.lo src/libunixonacid/openc_truncatb.lo src/libunixonacid/openc_writeat.lo src/libunixonacid/openc_writeatb.lo src/libunixonacid/opendir_at.lo src/libunixonacid/opengetlnclose.lo src/libunixonacid/opengetlnclose_at.lo src/libunixonacid/openreadnclose_at.lo src/libunixonacid/openslurpclose_at.lo src/libunixonacid/openwritenclose_at.lo src/libunixonacid/openwritevnclose_at.lo src/libunixonacid/skaclient_default_cb.lo src/libunixonacid/skaclient_end.lo src/libunixonacid/skaclient_init.lo src/libunixonacid/skaclient_put.lo src/libunixonacid/skaclient_putmsg.lo src/libunixonacid/skaclient_putmsgv.lo src/libunixonacid/skaclient_putv.lo src/libunixonacid/skaclient_send.lo src/libunixonacid/skaclient_sendmsg.lo src/libunixonacid/skaclient_sendmsgv.lo src/libunixonacid/skaclient_sendv.lo src/libunixonacid/skaclient_server_ack.lo src/libunixonacid/skaclient_server_bidi_ack.lo src/libunixonacid/skaclient_server_init.lo src/libunixonacid/skaclient_start.lo src/libunixonacid/skaclient_start_async.lo src/libunixonacid/skaclient_start_cb.lo src/libunixonacid/skaclient_startf.lo src/libunixonacid/skaclient_startf_async.lo src/libunixonacid/skaclient_syncify.lo src/libunixonacid/skaclient_zero.lo src/libunixonacid/stat_at.lo src/libunixonacid/textclient_command.lo src/libunixonacid/textclient_commandv.lo src/libunixonacid/textclient_end.lo src/libunixonacid/textclient_server_init.lo src/libunixonacid/textclient_server_init_frompipe.lo src/libunixonacid/textclient_server_init_fromsocket.lo src/libunixonacid/textclient_start.lo src/libunixonacid/textclient_startf.lo src/libunixonacid/textclient_zero.lo src/libunixonacid/textmessage_create_send_channel.lo src/libunixonacid/textmessage_handle.lo src/libunixonacid/textmessage_put.lo src/libunixonacid/textmessage_putv.lo src/libunixonacid/textmessage_receive.lo src/libunixonacid/textmessage_receiver_0.lo src/libunixonacid/textmessage_receiver_free.lo src/libunixonacid/textmessage_receiver_hasmsginbuf.lo src/libunixonacid/textmessage_receiver_init.lo src/libunixonacid/textmessage_receiver_zero.lo src/libunixonacid/textmessage_recv_channel.lo src/libunixonacid/textmessage_sender_1.lo src/libunixonacid/textmessage_sender_flush.lo src/libunixonacid/textmessage_sender_getfd.lo src/libunixonacid/textmessage_sender_timed_flush.lo src/libunixonacid/textmessage_sender_x.lo src/libunixonacid/textmessage_sender_zero.lo src/libunixonacid/textmessage_timed_handle.lo src/libunixonacid/textmessage_timed_receive.lo src/libunixonacid/timed_flush.lo src/libunixonacid/timed_get.lo src/libunixonacid/timed_getln.lo src/libunixonacid/timed_getlnmax.lo src/libunixonacid/unixconnection_free.lo src/libunixonacid/unixconnection_init.lo src/libunixonacid/unixconnection_init_withclosecb.lo src/libunixonacid/unixconnection_zero.lo src/libunixonacid/unixmessage_bits_closeall.lo src/libunixonacid/unixmessage_bits_closenone.lo src/libunixonacid/unixmessage_drop.lo src/libunixonacid/unixmessage_handle.lo src/libunixonacid/unixmessage_put.lo src/libunixonacid/unixmessage_receive.lo src/libunixonacid/unixmessage_receiver_0.lo src/libunixonacid/unixmessage_receiver_free.lo src/libunixonacid/unixmessage_receiver_hasmsginbuf.lo src/libunixonacid/unixmessage_receiver_init.lo src/libunixonacid/unixmessage_sender_1.lo src/libunixonacid/unixmessage_sender_closecb.lo src/libunixonacid/unixmessage_sender_flush.lo src/libunixonacid/unixmessage_sender_free.lo src/libunixonacid/unixmessage_sender_getfd.lo src/libunixonacid/unixmessage_sender_init.lo src/libunixonacid/unixmessage_sender_init_withclosecb.lo src/libunixonacid/unixmessage_sender_timed_flush.lo src/libunixonacid/unixmessage_sender_x.lo src/libunixonacid/unixmessage_sender_zero.lo src/libunixonacid/unixmessage_timed_handle.lo src/libunixonacid/unixmessage_timed_receive.lo src/libunixonacid/unixmessage_unput.lo src/libunixonacid/unixmessage_zero.lo src/libunixonacid/unixmessagev_zero.lo exec ranlib libskarnet.a.xyzzy make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/skalibs-2.14.2.0' >>> skalibs 2.14.2.0 Installing to staging directory GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 -C /home/buildroot/instance-0/output-1/build/skalibs-2.14.2.0 DESTDIR=/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot install make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/skalibs-2.14.2.0' exec ./tools/install.sh -D -m 644 sysdeps.cfg/pthread.lib /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/lib/skalibs/sysdeps/pthread.lib exec ./tools/install.sh -D -m 644 sysdeps.cfg/socket.lib /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/lib/skalibs/sysdeps/socket.lib exec ./tools/install.sh -D -m 644 sysdeps.cfg/spawn.lib /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/lib/skalibs/sysdeps/spawn.lib exec ./tools/install.sh -D -m 644 sysdeps.cfg/sysclock.lib /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/lib/skalibs/sysdeps/sysclock.lib exec ./tools/install.sh -D -m 644 sysdeps.cfg/sysdeps /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/lib/skalibs/sysdeps/sysdeps exec ./tools/install.sh -D -m 644 sysdeps.cfg/target /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/lib/skalibs/sysdeps/target exec ./tools/install.sh -D -m 644 sysdeps.cfg/timer.lib /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/lib/skalibs/sysdeps/timer.lib exec ./tools/install.sh -D -m 644 sysdeps.cfg/util.lib /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/lib/skalibs/sysdeps/util.lib ./tools/install.sh -D -m 755 libskarnet.so.xyzzy /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/lib/libskarnet.so.2.14.2.0 && \ ./tools/install.sh -l libskarnet.so.2.14.2.0 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/lib/libskarnet.so.2.14 && \ exec ./tools/install.sh -l libskarnet.so.2.14 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/lib/libskarnet.so exec ./tools/install.sh -D -m 644 libskarnet.a.xyzzy /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/lib/skalibs/libskarnet.a exec ./tools/install.sh -D -m 644 src/include/skalibs/alarm.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/alarm.h exec ./tools/install.sh -D -m 644 src/include/skalibs/alloc.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/alloc.h exec ./tools/install.sh -D -m 644 src/include/skalibs/allreadwrite.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/allreadwrite.h exec ./tools/install.sh -D -m 644 src/include/skalibs/ancil.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/ancil.h exec ./tools/install.sh -D -m 644 src/include/skalibs/avlnode.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/avlnode.h exec ./tools/install.sh -D -m 644 src/include/skalibs/avltree.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/avltree.h exec ./tools/install.sh -D -m 644 src/include/skalibs/avltreen.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/avltreen.h exec ./tools/install.sh -D -m 644 src/include/skalibs/bigkv.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/bigkv.h exec ./tools/install.sh -D -m 644 src/include/skalibs/bitarray.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/bitarray.h exec ./tools/install.sh -D -m 644 src/include/skalibs/blake2s.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/blake2s.h exec ./tools/install.sh -D -m 644 src/include/skalibs/bsdsnowflake.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/bsdsnowflake.h exec ./tools/install.sh -D -m 644 src/include/skalibs/bufalloc.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/bufalloc.h exec ./tools/install.sh -D -m 644 src/include/skalibs/buffer.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/buffer.h exec ./tools/install.sh -D -m 644 src/include/skalibs/bytestr.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/bytestr.h exec ./tools/install.sh -D -m 644 src/include/skalibs/cbuffer.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/cbuffer.h exec ./tools/install.sh -D -m 644 src/include/skalibs/cdb.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/cdb.h exec ./tools/install.sh -D -m 644 src/include/skalibs/cdbmake.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/cdbmake.h exec ./tools/install.sh -D -m 644 src/include/skalibs/config.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/config.h exec ./tools/install.sh -D -m 644 src/include/skalibs/cspawn.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/cspawn.h exec ./tools/install.sh -D -m 644 src/include/skalibs/datastruct.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/datastruct.h exec ./tools/install.sh -D -m 644 src/include/skalibs/devino.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/devino.h exec ./tools/install.sh -D -m 644 src/include/skalibs/direntry.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/direntry.h exec ./tools/install.sh -D -m 644 src/include/skalibs/disize.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/disize.h exec ./tools/install.sh -D -m 644 src/include/skalibs/diuint.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/diuint.h exec ./tools/install.sh -D -m 644 src/include/skalibs/diuint32.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/diuint32.h exec ./tools/install.sh -D -m 644 src/include/skalibs/djbtime.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/djbtime.h exec ./tools/install.sh -D -m 644 src/include/skalibs/djbunix.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/djbunix.h exec ./tools/install.sh -D -m 644 src/include/skalibs/env.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/env.h exec ./tools/install.sh -D -m 644 src/include/skalibs/envalloc.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/envalloc.h exec ./tools/install.sh -D -m 644 src/include/skalibs/error.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/error.h exec ./tools/install.sh -D -m 644 src/include/skalibs/exec.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/exec.h exec ./tools/install.sh -D -m 644 src/include/skalibs/fcntl.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/fcntl.h exec ./tools/install.sh -D -m 644 src/include/skalibs/fmtscan.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/fmtscan.h exec ./tools/install.sh -D -m 644 src/include/skalibs/functypes.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/functypes.h exec ./tools/install.sh -D -m 644 src/include/skalibs/gccattributes.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/gccattributes.h exec ./tools/install.sh -D -m 644 src/include/skalibs/genalloc.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/genalloc.h exec ./tools/install.sh -D -m 644 src/include/skalibs/genqdyn.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/genqdyn.h exec ./tools/install.sh -D -m 644 src/include/skalibs/genset.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/genset.h exec ./tools/install.sh -D -m 644 src/include/skalibs/gensetdyn.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/gensetdyn.h exec ./tools/install.sh -D -m 644 src/include/skalibs/genwrite.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/genwrite.h exec ./tools/install.sh -D -m 644 src/include/skalibs/gol.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/gol.h exec ./tools/install.sh -D -m 644 src/include/skalibs/iopause.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/iopause.h exec ./tools/install.sh -D -m 644 src/include/skalibs/ip46.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/ip46.h exec ./tools/install.sh -D -m 644 src/include/skalibs/kolbak.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/kolbak.h exec ./tools/install.sh -D -m 644 src/include/skalibs/lolstdio.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/lolstdio.h exec ./tools/install.sh -D -m 644 src/include/skalibs/netstring.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/netstring.h exec ./tools/install.sh -D -m 644 src/include/skalibs/nonposix.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/nonposix.h exec ./tools/install.sh -D -m 644 src/include/skalibs/nsig.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/nsig.h exec ./tools/install.sh -D -m 644 src/include/skalibs/posixishard.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/posixishard.h exec ./tools/install.sh -D -m 644 src/include/skalibs/posixplz.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/posixplz.h exec ./tools/install.sh -D -m 644 src/include/skalibs/random.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/random.h exec ./tools/install.sh -D -m 644 src/include/skalibs/segfault.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/segfault.h exec ./tools/install.sh -D -m 644 src/include/skalibs/selfpipe.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/selfpipe.h exec ./tools/install.sh -D -m 644 src/include/skalibs/setgroups.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/setgroups.h exec ./tools/install.sh -D -m 644 src/include/skalibs/sgetopt.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/sgetopt.h exec ./tools/install.sh -D -m 644 src/include/skalibs/sha1.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/sha1.h exec ./tools/install.sh -D -m 644 src/include/skalibs/sha256.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/sha256.h exec ./tools/install.sh -D -m 644 src/include/skalibs/sha512.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/sha512.h exec ./tools/install.sh -D -m 644 src/include/skalibs/sig.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/sig.h exec ./tools/install.sh -D -m 644 src/include/skalibs/siovec.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/siovec.h exec ./tools/install.sh -D -m 644 src/include/skalibs/skaclient.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/skaclient.h exec ./tools/install.sh -D -m 644 src/include/skalibs/skalibs.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/skalibs.h exec ./tools/install.sh -D -m 644 src/include/skalibs/skamisc.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/skamisc.h exec ./tools/install.sh -D -m 644 src/include/skalibs/socket.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/socket.h exec ./tools/install.sh -D -m 644 src/include/skalibs/stat.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/stat.h exec ./tools/install.sh -D -m 644 src/include/skalibs/stdcrypto.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/stdcrypto.h exec ./tools/install.sh -D -m 644 src/include/skalibs/stddjb.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/stddjb.h exec ./tools/install.sh -D -m 644 src/include/skalibs/stralloc.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/stralloc.h exec ./tools/install.sh -D -m 644 src/include/skalibs/strerr.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/strerr.h exec ./tools/install.sh -D -m 644 src/include/skalibs/strerr2.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/strerr2.h exec ./tools/install.sh -D -m 644 src/include/skalibs/surf.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/surf.h exec ./tools/install.sh -D -m 644 src/include/skalibs/sysdeps.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/sysdeps.h exec ./tools/install.sh -D -m 644 src/include/skalibs/tai.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/tai.h exec ./tools/install.sh -D -m 644 src/include/skalibs/textclient.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/textclient.h exec ./tools/install.sh -D -m 644 src/include/skalibs/textmessage.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/textmessage.h exec ./tools/install.sh -D -m 644 src/include/skalibs/types.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/types.h exec ./tools/install.sh -D -m 644 src/include/skalibs/uint16.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/uint16.h exec ./tools/install.sh -D -m 644 src/include/skalibs/uint32.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/uint32.h exec ./tools/install.sh -D -m 644 src/include/skalibs/uint64.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/uint64.h exec ./tools/install.sh -D -m 644 src/include/skalibs/unix-timed.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/unix-timed.h exec ./tools/install.sh -D -m 644 src/include/skalibs/unix-transactional.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/unix-transactional.h exec ./tools/install.sh -D -m 644 src/include/skalibs/unixconnection.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/unixconnection.h exec ./tools/install.sh -D -m 644 src/include/skalibs/unixmessage.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/unixmessage.h exec ./tools/install.sh -D -m 644 src/include/skalibs/unixonacid.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/skalibs/unixonacid.h make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/skalibs-2.14.2.0' >>> skalibs 2.14.2.0 Fixing libtool files for la in $(find /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/instance-0/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 >>> skalibs 2.14.2.0 Installing to target GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 -C /home/buildroot/instance-0/output-1/build/skalibs-2.14.2.0 DESTDIR=/home/buildroot/instance-0/output-1/target install make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/skalibs-2.14.2.0' exec ./tools/install.sh -D -m 644 sysdeps.cfg/pthread.lib /home/buildroot/instance-0/output-1/target/lib/skalibs/sysdeps/pthread.lib exec ./tools/install.sh -D -m 644 sysdeps.cfg/socket.lib /home/buildroot/instance-0/output-1/target/lib/skalibs/sysdeps/socket.lib exec ./tools/install.sh -D -m 644 sysdeps.cfg/spawn.lib /home/buildroot/instance-0/output-1/target/lib/skalibs/sysdeps/spawn.lib exec ./tools/install.sh -D -m 644 sysdeps.cfg/sysclock.lib /home/buildroot/instance-0/output-1/target/lib/skalibs/sysdeps/sysclock.lib exec ./tools/install.sh -D -m 644 sysdeps.cfg/sysdeps /home/buildroot/instance-0/output-1/target/lib/skalibs/sysdeps/sysdeps exec ./tools/install.sh -D -m 644 sysdeps.cfg/target /home/buildroot/instance-0/output-1/target/lib/skalibs/sysdeps/target exec ./tools/install.sh -D -m 644 sysdeps.cfg/timer.lib /home/buildroot/instance-0/output-1/target/lib/skalibs/sysdeps/timer.lib exec ./tools/install.sh -D -m 644 sysdeps.cfg/util.lib /home/buildroot/instance-0/output-1/target/lib/skalibs/sysdeps/util.lib ./tools/install.sh -D -m 755 libskarnet.so.xyzzy /home/buildroot/instance-0/output-1/target/lib/libskarnet.so.2.14.2.0 && \ ./tools/install.sh -l libskarnet.so.2.14.2.0 /home/buildroot/instance-0/output-1/target/lib/libskarnet.so.2.14 && \ exec ./tools/install.sh -l libskarnet.so.2.14 /home/buildroot/instance-0/output-1/target/lib/libskarnet.so exec ./tools/install.sh -D -m 644 libskarnet.a.xyzzy /home/buildroot/instance-0/output-1/target/lib/skalibs/libskarnet.a exec ./tools/install.sh -D -m 644 src/include/skalibs/alarm.h /home/buildroot/instance-0/output-1/target/include/skalibs/alarm.h exec ./tools/install.sh -D -m 644 src/include/skalibs/alloc.h /home/buildroot/instance-0/output-1/target/include/skalibs/alloc.h exec ./tools/install.sh -D -m 644 src/include/skalibs/allreadwrite.h /home/buildroot/instance-0/output-1/target/include/skalibs/allreadwrite.h exec ./tools/install.sh -D -m 644 src/include/skalibs/ancil.h /home/buildroot/instance-0/output-1/target/include/skalibs/ancil.h exec ./tools/install.sh -D -m 644 src/include/skalibs/avlnode.h /home/buildroot/instance-0/output-1/target/include/skalibs/avlnode.h exec ./tools/install.sh -D -m 644 src/include/skalibs/avltree.h /home/buildroot/instance-0/output-1/target/include/skalibs/avltree.h exec ./tools/install.sh -D -m 644 src/include/skalibs/avltreen.h /home/buildroot/instance-0/output-1/target/include/skalibs/avltreen.h exec ./tools/install.sh -D -m 644 src/include/skalibs/bigkv.h /home/buildroot/instance-0/output-1/target/include/skalibs/bigkv.h exec ./tools/install.sh -D -m 644 src/include/skalibs/bitarray.h /home/buildroot/instance-0/output-1/target/include/skalibs/bitarray.h exec ./tools/install.sh -D -m 644 src/include/skalibs/blake2s.h /home/buildroot/instance-0/output-1/target/include/skalibs/blake2s.h exec ./tools/install.sh -D -m 644 src/include/skalibs/bsdsnowflake.h /home/buildroot/instance-0/output-1/target/include/skalibs/bsdsnowflake.h exec ./tools/install.sh -D -m 644 src/include/skalibs/bufalloc.h /home/buildroot/instance-0/output-1/target/include/skalibs/bufalloc.h exec ./tools/install.sh -D -m 644 src/include/skalibs/buffer.h /home/buildroot/instance-0/output-1/target/include/skalibs/buffer.h exec ./tools/install.sh -D -m 644 src/include/skalibs/bytestr.h /home/buildroot/instance-0/output-1/target/include/skalibs/bytestr.h exec ./tools/install.sh -D -m 644 src/include/skalibs/cbuffer.h /home/buildroot/instance-0/output-1/target/include/skalibs/cbuffer.h exec ./tools/install.sh -D -m 644 src/include/skalibs/cdb.h /home/buildroot/instance-0/output-1/target/include/skalibs/cdb.h exec ./tools/install.sh -D -m 644 src/include/skalibs/cdbmake.h /home/buildroot/instance-0/output-1/target/include/skalibs/cdbmake.h exec ./tools/install.sh -D -m 644 src/include/skalibs/config.h /home/buildroot/instance-0/output-1/target/include/skalibs/config.h exec ./tools/install.sh -D -m 644 src/include/skalibs/cspawn.h /home/buildroot/instance-0/output-1/target/include/skalibs/cspawn.h exec ./tools/install.sh -D -m 644 src/include/skalibs/datastruct.h /home/buildroot/instance-0/output-1/target/include/skalibs/datastruct.h exec ./tools/install.sh -D -m 644 src/include/skalibs/devino.h /home/buildroot/instance-0/output-1/target/include/skalibs/devino.h exec ./tools/install.sh -D -m 644 src/include/skalibs/direntry.h /home/buildroot/instance-0/output-1/target/include/skalibs/direntry.h exec ./tools/install.sh -D -m 644 src/include/skalibs/disize.h /home/buildroot/instance-0/output-1/target/include/skalibs/disize.h exec ./tools/install.sh -D -m 644 src/include/skalibs/diuint.h /home/buildroot/instance-0/output-1/target/include/skalibs/diuint.h exec ./tools/install.sh -D -m 644 src/include/skalibs/diuint32.h /home/buildroot/instance-0/output-1/target/include/skalibs/diuint32.h exec ./tools/install.sh -D -m 644 src/include/skalibs/djbtime.h /home/buildroot/instance-0/output-1/target/include/skalibs/djbtime.h exec ./tools/install.sh -D -m 644 src/include/skalibs/djbunix.h /home/buildroot/instance-0/output-1/target/include/skalibs/djbunix.h exec ./tools/install.sh -D -m 644 src/include/skalibs/env.h /home/buildroot/instance-0/output-1/target/include/skalibs/env.h exec ./tools/install.sh -D -m 644 src/include/skalibs/envalloc.h /home/buildroot/instance-0/output-1/target/include/skalibs/envalloc.h exec ./tools/install.sh -D -m 644 src/include/skalibs/error.h /home/buildroot/instance-0/output-1/target/include/skalibs/error.h exec ./tools/install.sh -D -m 644 src/include/skalibs/exec.h /home/buildroot/instance-0/output-1/target/include/skalibs/exec.h exec ./tools/install.sh -D -m 644 src/include/skalibs/fcntl.h /home/buildroot/instance-0/output-1/target/include/skalibs/fcntl.h exec ./tools/install.sh -D -m 644 src/include/skalibs/fmtscan.h /home/buildroot/instance-0/output-1/target/include/skalibs/fmtscan.h exec ./tools/install.sh -D -m 644 src/include/skalibs/functypes.h /home/buildroot/instance-0/output-1/target/include/skalibs/functypes.h exec ./tools/install.sh -D -m 644 src/include/skalibs/gccattributes.h /home/buildroot/instance-0/output-1/target/include/skalibs/gccattributes.h exec ./tools/install.sh -D -m 644 src/include/skalibs/genalloc.h /home/buildroot/instance-0/output-1/target/include/skalibs/genalloc.h exec ./tools/install.sh -D -m 644 src/include/skalibs/genqdyn.h /home/buildroot/instance-0/output-1/target/include/skalibs/genqdyn.h exec ./tools/install.sh -D -m 644 src/include/skalibs/genset.h /home/buildroot/instance-0/output-1/target/include/skalibs/genset.h exec ./tools/install.sh -D -m 644 src/include/skalibs/gensetdyn.h /home/buildroot/instance-0/output-1/target/include/skalibs/gensetdyn.h exec ./tools/install.sh -D -m 644 src/include/skalibs/genwrite.h /home/buildroot/instance-0/output-1/target/include/skalibs/genwrite.h exec ./tools/install.sh -D -m 644 src/include/skalibs/gol.h /home/buildroot/instance-0/output-1/target/include/skalibs/gol.h exec ./tools/install.sh -D -m 644 src/include/skalibs/iopause.h /home/buildroot/instance-0/output-1/target/include/skalibs/iopause.h exec ./tools/install.sh -D -m 644 src/include/skalibs/ip46.h /home/buildroot/instance-0/output-1/target/include/skalibs/ip46.h exec ./tools/install.sh -D -m 644 src/include/skalibs/kolbak.h /home/buildroot/instance-0/output-1/target/include/skalibs/kolbak.h exec ./tools/install.sh -D -m 644 src/include/skalibs/lolstdio.h /home/buildroot/instance-0/output-1/target/include/skalibs/lolstdio.h exec ./tools/install.sh -D -m 644 src/include/skalibs/netstring.h /home/buildroot/instance-0/output-1/target/include/skalibs/netstring.h exec ./tools/install.sh -D -m 644 src/include/skalibs/nonposix.h /home/buildroot/instance-0/output-1/target/include/skalibs/nonposix.h exec ./tools/install.sh -D -m 644 src/include/skalibs/nsig.h /home/buildroot/instance-0/output-1/target/include/skalibs/nsig.h exec ./tools/install.sh -D -m 644 src/include/skalibs/posixishard.h /home/buildroot/instance-0/output-1/target/include/skalibs/posixishard.h exec ./tools/install.sh -D -m 644 src/include/skalibs/posixplz.h /home/buildroot/instance-0/output-1/target/include/skalibs/posixplz.h exec ./tools/install.sh -D -m 644 src/include/skalibs/random.h /home/buildroot/instance-0/output-1/target/include/skalibs/random.h exec ./tools/install.sh -D -m 644 src/include/skalibs/segfault.h /home/buildroot/instance-0/output-1/target/include/skalibs/segfault.h exec ./tools/install.sh -D -m 644 src/include/skalibs/selfpipe.h /home/buildroot/instance-0/output-1/target/include/skalibs/selfpipe.h exec ./tools/install.sh -D -m 644 src/include/skalibs/setgroups.h /home/buildroot/instance-0/output-1/target/include/skalibs/setgroups.h exec ./tools/install.sh -D -m 644 src/include/skalibs/sgetopt.h /home/buildroot/instance-0/output-1/target/include/skalibs/sgetopt.h exec ./tools/install.sh -D -m 644 src/include/skalibs/sha1.h /home/buildroot/instance-0/output-1/target/include/skalibs/sha1.h exec ./tools/install.sh -D -m 644 src/include/skalibs/sha256.h /home/buildroot/instance-0/output-1/target/include/skalibs/sha256.h exec ./tools/install.sh -D -m 644 src/include/skalibs/sha512.h /home/buildroot/instance-0/output-1/target/include/skalibs/sha512.h exec ./tools/install.sh -D -m 644 src/include/skalibs/sig.h /home/buildroot/instance-0/output-1/target/include/skalibs/sig.h exec ./tools/install.sh -D -m 644 src/include/skalibs/siovec.h /home/buildroot/instance-0/output-1/target/include/skalibs/siovec.h exec ./tools/install.sh -D -m 644 src/include/skalibs/skaclient.h /home/buildroot/instance-0/output-1/target/include/skalibs/skaclient.h exec ./tools/install.sh -D -m 644 src/include/skalibs/skalibs.h /home/buildroot/instance-0/output-1/target/include/skalibs/skalibs.h exec ./tools/install.sh -D -m 644 src/include/skalibs/skamisc.h /home/buildroot/instance-0/output-1/target/include/skalibs/skamisc.h exec ./tools/install.sh -D -m 644 src/include/skalibs/socket.h /home/buildroot/instance-0/output-1/target/include/skalibs/socket.h exec ./tools/install.sh -D -m 644 src/include/skalibs/stat.h /home/buildroot/instance-0/output-1/target/include/skalibs/stat.h exec ./tools/install.sh -D -m 644 src/include/skalibs/stdcrypto.h /home/buildroot/instance-0/output-1/target/include/skalibs/stdcrypto.h exec ./tools/install.sh -D -m 644 src/include/skalibs/stddjb.h /home/buildroot/instance-0/output-1/target/include/skalibs/stddjb.h exec ./tools/install.sh -D -m 644 src/include/skalibs/stralloc.h /home/buildroot/instance-0/output-1/target/include/skalibs/stralloc.h exec ./tools/install.sh -D -m 644 src/include/skalibs/strerr.h /home/buildroot/instance-0/output-1/target/include/skalibs/strerr.h exec ./tools/install.sh -D -m 644 src/include/skalibs/strerr2.h /home/buildroot/instance-0/output-1/target/include/skalibs/strerr2.h exec ./tools/install.sh -D -m 644 src/include/skalibs/surf.h /home/buildroot/instance-0/output-1/target/include/skalibs/surf.h exec ./tools/install.sh -D -m 644 src/include/skalibs/sysdeps.h /home/buildroot/instance-0/output-1/target/include/skalibs/sysdeps.h exec ./tools/install.sh -D -m 644 src/include/skalibs/tai.h /home/buildroot/instance-0/output-1/target/include/skalibs/tai.h exec ./tools/install.sh -D -m 644 src/include/skalibs/textclient.h /home/buildroot/instance-0/output-1/target/include/skalibs/textclient.h exec ./tools/install.sh -D -m 644 src/include/skalibs/textmessage.h /home/buildroot/instance-0/output-1/target/include/skalibs/textmessage.h exec ./tools/install.sh -D -m 644 src/include/skalibs/types.h /home/buildroot/instance-0/output-1/target/include/skalibs/types.h exec ./tools/install.sh -D -m 644 src/include/skalibs/uint16.h /home/buildroot/instance-0/output-1/target/include/skalibs/uint16.h exec ./tools/install.sh -D -m 644 src/include/skalibs/uint32.h /home/buildroot/instance-0/output-1/target/include/skalibs/uint32.h exec ./tools/install.sh -D -m 644 src/include/skalibs/uint64.h /home/buildroot/instance-0/output-1/target/include/skalibs/uint64.h exec ./tools/install.sh -D -m 644 src/include/skalibs/unix-timed.h /home/buildroot/instance-0/output-1/target/include/skalibs/unix-timed.h exec ./tools/install.sh -D -m 644 src/include/skalibs/unix-transactional.h /home/buildroot/instance-0/output-1/target/include/skalibs/unix-transactional.h exec ./tools/install.sh -D -m 644 src/include/skalibs/unixconnection.h /home/buildroot/instance-0/output-1/target/include/skalibs/unixconnection.h exec ./tools/install.sh -D -m 644 src/include/skalibs/unixmessage.h /home/buildroot/instance-0/output-1/target/include/skalibs/unixmessage.h exec ./tools/install.sh -D -m 644 src/include/skalibs/unixonacid.h /home/buildroot/instance-0/output-1/target/include/skalibs/unixonacid.h make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/skalibs-2.14.2.0' rm -rf /home/buildroot/instance-0/output-1/target/usr/lib/skalibs mdevd-0.1.6.4.tar.gz: OK (sha256: 7358ce530b6b9befb715e48190981e9b69a12cca858519e6d2e4b46eab7e2470) >>> mdevd 0.1.6.4 Extracting gzip -d -c /home/buildroot/instance-0/dl/mdevd/mdevd-0.1.6.4.tar.gz | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/mdevd-0.1.6.4 -xf - >>> mdevd 0.1.6.4 Patching >>> mdevd 0.1.6.4 Configuring (cd /home/buildroot/instance-0/output-1/build/mdevd-0.1.6.4; GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" LD="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" NM="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" GCC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" CPP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-cpp" CXX="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-g++" FC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" F77="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/home/buildroot/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ./configure --prefix=/ --with-sysdeps=/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/lib/skalibs/sysdeps --with-include=/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include --with-dynlib=/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/lib --with-lib=/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/lib/skalibs --disable-allstatic --enable-static --enable-shared) Checking for C compiler... ./configure: warning: compiler /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc is declared with its own path. If it's not accessible via PATH, you will need to pass AR, RANLIB and STRIP make variables to the make invocation. ... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc Checking whether C compiler works... ... yes Checking target system type... ... powerpc64-buildroot-linux-gnu Checking whether compiler accepts -fPIC ... ... yes Checking whether compiler accepts -std=c99 ... ... yes Checking whether compiler accepts -fomit-frame-pointer ... ... yes Checking whether compiler accepts -fno-exceptions ... ... yes Checking whether compiler accepts -fno-unwind-tables ... ... yes Checking whether compiler accepts -fno-asynchronous-unwind-tables ... ... yes Checking whether compiler accepts -Werror=implicit-function-declaration ... ... yes Checking whether compiler accepts -Werror=implicit-int ... ... yes Checking whether compiler accepts -Werror=pointer-sign ... ... yes Checking whether compiler accepts -Werror=pointer-arith ... ... yes Checking whether compiler accepts -ffunction-sections ... ... yes Checking whether compiler accepts -fdata-sections ... ... yes Checking whether linker accepts -Wl,--sort-section=alignment ... ... yes Checking whether linker accepts -Wl,--sort-common ... ... yes Checking whether linker accepts -Wl,--hash-style=both ... ... yes Creating config.mak... ... done. Creating src/include/mdevd/config.h... ... done. >>> mdevd 0.1.6.4 Building GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 -C /home/buildroot/instance-0/output-1/build/mdevd-0.1.6.4 make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/mdevd-0.1.6.4' exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/mdevd/mdevd_netlink_init.lo src/mdevd/mdevd_netlink_init.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/mdevd/mdevd_uevent_read.lo src/mdevd/mdevd_uevent_read.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/mdevd/mdevd_uevent_getvar.lo src/mdevd/mdevd_uevent_getvar.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/mdevd/mdevd.o src/mdevd/mdevd.c exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/mdevd/mdevd-coldplug.o src/mdevd/mdevd-coldplug.c exec ar rc libmdevd.a.xyzzy src/mdevd/mdevd_netlink_init.lo src/mdevd/mdevd_uevent_read.lo src/mdevd/mdevd_uevent_getvar.lo exec ranlib libmdevd.a.xyzzy src/mdevd/mdevd.c: In function 'run_scriptelem': src/mdevd/mdevd.c:671:12: warning: ignoring return value of 'symlink' declared with attribute 'warn_unused_result' [-Wunused-result] 671 | else symlink(node, "root") ; | ^~~~~~~~~~~~~~~~~~~~~ exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o mdevd-coldplug -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/lib src/mdevd/mdevd-coldplug.o libmdevd.a.xyzzy -lskarnet exec /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o mdevd -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/lib src/mdevd/mdevd.o libmdevd.a.xyzzy -lskarnet make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/mdevd-0.1.6.4' >>> mdevd 0.1.6.4 Installing to staging directory GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 -C /home/buildroot/instance-0/output-1/build/mdevd-0.1.6.4 DESTDIR=/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot install make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/mdevd-0.1.6.4' exec ./tools/install.sh -D -m 600 mdevd /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/bin/mdevd exec ./tools/install.sh -D -m 600 mdevd-coldplug /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/bin/mdevd-coldplug exec ./tools/install.sh -D -m 644 src/include/mdevd/config.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/include/mdevd/config.h grep -- ^mdevd < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/bin/mdevd ; fi && \ chmod $mode /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/bin/mdevd ; } grep -- ^mdevd-coldplug < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/bin/mdevd-coldplug ; fi && \ chmod $mode /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/bin/mdevd-coldplug ; } make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/mdevd-0.1.6.4' >>> mdevd 0.1.6.4 Fixing libtool files for la in $(find /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/instance-0/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 >>> mdevd 0.1.6.4 Installing to target GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 -C /home/buildroot/instance-0/output-1/build/mdevd-0.1.6.4 DESTDIR=/home/buildroot/instance-0/output-1/target install make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/mdevd-0.1.6.4' exec ./tools/install.sh -D -m 600 mdevd /home/buildroot/instance-0/output-1/target/bin/mdevd exec ./tools/install.sh -D -m 600 mdevd-coldplug /home/buildroot/instance-0/output-1/target/bin/mdevd-coldplug exec ./tools/install.sh -D -m 644 src/include/mdevd/config.h /home/buildroot/instance-0/output-1/target/include/mdevd/config.h grep -- ^mdevd < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /home/buildroot/instance-0/output-1/target/bin/mdevd ; fi && \ chmod $mode /home/buildroot/instance-0/output-1/target/bin/mdevd ; } grep -- ^mdevd-coldplug < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /home/buildroot/instance-0/output-1/target/bin/mdevd-coldplug ; fi && \ chmod $mode /home/buildroot/instance-0/output-1/target/bin/mdevd-coldplug ; } make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/mdevd-0.1.6.4' memstat_1.0.tar.gz: OK (sha1: 26071dbc30a2796c0503c7d8060a548ca36f8df9) >>> memstat 1.0 Extracting gzip -d -c /home/buildroot/instance-0/dl/memstat/memstat_1.0.tar.gz | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/memstat-1.0 -xf - >>> memstat 1.0 Patching Applying 0001-PATH_MAX.patch using patch: patching file memstat.c >>> memstat 1.0 Configuring >>> memstat 1.0 Building GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 CC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" LD="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" -C /home/buildroot/instance-0/output-1/build/memstat-1.0 memstat make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/memstat-1.0' /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 memstat.c -o memstat make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/memstat-1.0' >>> memstat 1.0 Installing to target /usr/bin/install -D /home/buildroot/instance-0/output-1/build/memstat-1.0/memstat.conf -m 0644 /home/buildroot/instance-0/output-1/target/etc/memstat.conf /usr/bin/install -D /home/buildroot/instance-0/output-1/build/memstat-1.0/memstat /home/buildroot/instance-0/output-1/target/usr/bin/memstat mfoc-0.10.7.tar.gz: OK (sha256: 2dfd8ffa4a8b357807680d190a91c8cf3db54b4211a781edc1108af401dbaad7) >>> mfoc 0.10.7 Extracting gzip -d -c /home/buildroot/instance-0/dl/mfoc/mfoc-0.10.7.tar.gz | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/mfoc-0.10.7 -xf - >>> mfoc 0.10.7 Patching >>> mfoc 0.10.7 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/instance-0/output-1/build/mfoc-0.10.7 -name $file); do cp support/gnuconfig/$file $i; done; done >>> mfoc 0.10.7 Configuring >>> mfoc 0.10.7 Autoreconfiguring aclocal: warning: couldn't open directory 'm4': No such file or directory configure.ac:5: installing './compile' configure.ac:33: installing './config.guess' configure.ac:33: installing './config.sub' configure.ac:11: installing './install-sh' configure.ac:11: installing './missing' Makefile.am: installing './INSTALL' src/Makefile.am: installing './depcomp' >>> mfoc 0.10.7 Patching libtool >>> mfoc 0.10.7 Checking configure (powerpc64/powerpc64le) support/scripts/fix-configure-powerpc64.sh /home/buildroot/instance-0/output-1/build/mfoc-0.10.7 (cd /home/buildroot/instance-0/output-1/build/mfoc-0.10.7/ && rm -rf config.cache && GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" LD="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" NM="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" GCC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" CPP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-cpp" CXX="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-g++" FC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" F77="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/home/buildroot/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/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=powerpc64-buildroot-linux-gnu --host=powerpc64-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --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 powerpc64-buildroot-linux-gnu-gcc... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc option to enable C11 features... none needed checking whether /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc understands -c and -o together... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for powerpc64-buildroot-linux-gnu-strip... /bin/true checking for a race-free mkdir -p... /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 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc... none checking whether make supports nested variables... (cached) yes checking pkg-config is at least version 0.9.0... yes checking for libnfc... yes checking for inline... inline 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 _Bool... yes checking for stdbool.h that conforms to C99 or later... yes checking for size_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking build system type... x86_64-pc-linux-gnu checking host system type... powerpc64-buildroot-linux-gnu checking for GNU libc compatible malloc... (cached) yes checking for GNU libc compatible realloc... (cached) yes checking for memset... 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 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 >>> mfoc 0.10.7 Building GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 -C /home/buildroot/instance-0/output-1/build/mfoc-0.10.7/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/mfoc-0.10.7' /usr/bin/make all-recursive make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/mfoc-0.10.7' Making all in src make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/mfoc-0.10.7/src' CC crapto1.o CC crypto1.o CC mfoc.o CC mifare.o CC nfc-utils.o CCLD mfoc make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/mfoc-0.10.7/src' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/mfoc-0.10.7' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/mfoc-0.10.7' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/mfoc-0.10.7' make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/mfoc-0.10.7' >>> mfoc 0.10.7 Installing to staging directory GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 DESTDIR=/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot install -C /home/buildroot/instance-0/output-1/build/mfoc-0.10.7/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/mfoc-0.10.7' Making install in src make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/mfoc-0.10.7/src' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/mfoc-0.10.7/src' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man1' /usr/bin/install -c mfoc '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin' /usr/bin/install -c -m 644 mfoc.1 '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man1' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/mfoc-0.10.7/src' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/mfoc-0.10.7/src' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/mfoc-0.10.7' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/mfoc-0.10.7' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/mfoc-0.10.7' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/mfoc-0.10.7' make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/mfoc-0.10.7' >>> mfoc 0.10.7 Fixing libtool files for la in $(find /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/instance-0/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 >>> mfoc 0.10.7 Installing to target GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 DESTDIR=/home/buildroot/instance-0/output-1/target install -C /home/buildroot/instance-0/output-1/build/mfoc-0.10.7/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/mfoc-0.10.7' Making install in src make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/mfoc-0.10.7/src' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/mfoc-0.10.7/src' /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/bin' /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/share/man/man1' /usr/bin/install -c mfoc '/home/buildroot/instance-0/output-1/target/usr/bin' /usr/bin/install -c -m 644 mfoc.1 '/home/buildroot/instance-0/output-1/target/usr/share/man/man1' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/mfoc-0.10.7/src' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/mfoc-0.10.7/src' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/mfoc-0.10.7' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/mfoc-0.10.7' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/mfoc-0.10.7' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/mfoc-0.10.7' make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/mfoc-0.10.7' pcre-8.45.tar.bz2: OK (sha256: 4dae6fdcd2bb0bb6c37b5f97c33c2be954da743985369cddac3546e3218bffb8) >>> pcre 8.45 Extracting bzcat /home/buildroot/instance-0/dl/pcre/pcre-8.45.tar.bz2 | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/pcre-8.45 -xf - >>> pcre 8.45 Patching Applying 0001-Kill-compatibility-bits.patch using patch: patching file pcrecpp.cc Applying 0002-Disable-C-unit-tests.patch using patch: patching file Makefile.in >>> pcre 8.45 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/instance-0/output-1/build/pcre-8.45 -name $file); do cp support/gnuconfig/$file $i; done; done >>> pcre 8.45 Patching libtool patching file /home/buildroot/instance-0/output-1/build/pcre-8.45/ltmain.sh Hunk #1 succeeded at 2908 (offset 221 lines). Hunk #2 succeeded at 4498 (offset 221 lines). Hunk #3 succeeded at 6794 (offset 240 lines). Hunk #4 succeeded at 6804 (offset 240 lines). Hunk #5 succeeded at 7097 (offset 240 lines). Hunk #6 succeeded at 7389 (offset 240 lines). Hunk #7 succeeded at 8359 (offset 247 lines). Hunk #8 succeeded at 10991 (offset 281 lines). >>> pcre 8.45 Configuring >>> pcre 8.45 Checking configure (powerpc64/powerpc64le) support/scripts/fix-configure-powerpc64.sh /home/buildroot/instance-0/output-1/build/pcre-8.45 (cd /home/buildroot/instance-0/output-1/build/pcre-8.45/ && rm -rf config.cache && GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" LD="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" NM="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" GCC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" CPP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-cpp" CXX="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-g++" FC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" F77="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/home/buildroot/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/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=powerpc64-buildroot-linux-gnu --host=powerpc64-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --enable-shared --disable-cpp --enable-pcre8 --disable-pcre16 --enable-pcre32 --disable-utf --disable-unicode-properties ) 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... /usr/bin/install -c checking whether build environment is sane... yes checking for powerpc64-buildroot-linux-gnu-strip... /bin/true checking for a race-free mkdir -p... /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 whether make supports the include directive... yes (GNU style) checking for powerpc64-buildroot-linux-gnu-gcc... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc option to enable C11 features... none needed checking whether /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc understands -c and -o together... yes checking dependency style of /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc... none checking for powerpc64-buildroot-linux-gnu-ar... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar checking the archiver (/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar) interface... ar checking for powerpc64-buildroot-linux-gnu-gcc... (cached) /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc checking whether the compiler supports GNU C... (cached) yes checking whether /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc accepts -g... (cached) yes checking for /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc option to enable C11 features... (cached) none needed checking whether /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc understands -c and -o together... (cached) yes checking dependency style of /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-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 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 int64_t... yes checking build system type... x86_64-pc-linux-gnu checking host system type... powerpc64-buildroot-linux-gnu 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 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld checking if the linker (/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-nm checking the name lister (/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-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 powerpc64-buildroot-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 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld option to reload object files... -r checking for powerpc64-buildroot-linux-gnu-objdump... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for powerpc64-buildroot-linux-gnu-dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for powerpc64-buildroot-linux-gnu-ar... (cached) /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar checking for archiver @FILE support... @ checking for powerpc64-buildroot-linux-gnu-strip... (cached) /bin/true checking for powerpc64-buildroot-linux-gnu-ranlib... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib checking command to parse /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-nm output from /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for powerpc64-buildroot-linux-gnu-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 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc static flag -static works... yes checking if /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc supports -c -o file.o... yes checking if /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc linker (/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-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... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether ln -s works... yes checking whether the -Werror option is usable... yes checking for simple visibility declarations... yes checking for egrep... (cached) /bin/grep -E checking for limits.h... yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for dirent.h... yes checking for windows.h... no checking for an ANSI C-conforming const... yes checking for size_t... yes checking for bcopy... yes checking for memmove... yes checking for strerror... yes checking for zlib.h... yes checking for gzopen in -lz... yes checking for bzlib.h... yes checking for libbz2... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libpcre.pc config.status: creating libpcre16.pc config.status: creating libpcre32.pc config.status: creating libpcreposix.pc config.status: creating libpcrecpp.pc config.status: creating pcre-config config.status: creating pcre.h config.status: creating pcre_stringpiece.h config.status: creating pcrecpparg.h config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing script-chmod commands config.status: executing delete-old-chartables 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 pcre-8.45 configuration summary: Install prefix .................. : /usr C preprocessor .................. : /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-cpp C compiler ...................... : /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc C++ preprocessor ................ : C++ compiler .................... : Linker .......................... : /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld C preprocessor flags ............ : -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 C compiler flags ................ : -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fvisibility=hidden C++ compiler flags .............. : -fvisibility=hidden -fvisibility-inlines-hidden Linker flags .................... : Extra libraries ................. : Build 8 bit pcre library ........ : yes Build 16 bit pcre library ....... : no Build 32 bit pcre library ....... : yes Build C++ library ............... : no Enable JIT compiling support .... : no Enable UTF-8/16/32 support ...... : no Unicode properties .............. : no Newline char/sequence ........... : lf \R matches only ANYCRLF ......... : no EBCDIC coding ................... : no EBCDIC code for NL .............. : n/a Rebuild char tables ............. : no Use stack recursion ............. : yes POSIX mem threshold ............. : 10 Internal link size .............. : 2 Nested parentheses limit ........ : 250 Match limit ..................... : 10000000 Match limit recursion ........... : MATCH_LIMIT Build shared libs ............... : yes Build static libs ............... : yes Use JIT in pcregrep ............. : no Buffer size for pcregrep ........ : 20480 Link pcregrep with libz ......... : no Link pcregrep with libbz2 ....... : no Link pcretest with libedit ...... : no Link pcretest with libreadline .. : no Valgrind support ................ : no Code coverage ................... : no >>> pcre 8.45 Building GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 -C /home/buildroot/instance-0/output-1/build/pcre-8.45/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/pcre-8.45' rm -f pcre_chartables.c ln -s ./pcre_chartables.c.dist pcre_chartables.c /usr/bin/make all-am make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/pcre-8.45' CC pcretest-pcretest.o CC pcretest-pcre_printint.o CC pcretest-pcre32_printint.o CC libpcre_la-pcre_byte_order.lo CC libpcre_la-pcre_compile.lo CC libpcre_la-pcre_config.lo CC libpcre_la-pcre_exec.lo CC libpcre_la-pcre_dfa_exec.lo CC libpcre_la-pcre_fullinfo.lo CC libpcre_la-pcre_get.lo CC libpcre_la-pcre_globals.lo CC libpcre_la-pcre_jit_compile.lo CC libpcre_la-pcre_maketables.lo CC libpcre_la-pcre_newline.lo CC libpcre_la-pcre_ord2utf8.lo CC libpcre_la-pcre_refcount.lo CC libpcre_la-pcre_string_utils.lo CC libpcre_la-pcre_study.lo CC libpcre_la-pcre_tables.lo CC libpcre_la-pcre_ucd.lo CC libpcre_la-pcre_valid_utf8.lo CC libpcre_la-pcre_version.lo CC libpcre_la-pcre_xclass.lo CC libpcre_la-pcre_chartables.lo CC libpcreposix_la-pcreposix.lo CC libpcre32_la-pcre32_byte_order.lo CC libpcre32_la-pcre32_chartables.lo CC libpcre32_la-pcre32_compile.lo CC libpcre32_la-pcre32_config.lo CC libpcre32_la-pcre32_dfa_exec.lo CC libpcre32_la-pcre32_exec.lo CC libpcre32_la-pcre32_fullinfo.lo CC libpcre32_la-pcre32_get.lo CC libpcre32_la-pcre32_globals.lo CC libpcre32_la-pcre32_jit_compile.lo CC libpcre32_la-pcre32_maketables.lo CC libpcre32_la-pcre32_newline.lo CC libpcre32_la-pcre32_ord2utf32.lo CC libpcre32_la-pcre32_refcount.lo CC libpcre32_la-pcre32_string_utils.lo CC libpcre32_la-pcre32_study.lo CC libpcre32_la-pcre32_tables.lo CC libpcre32_la-pcre32_ucd.lo CC libpcre32_la-pcre32_utf32_utils.lo CC libpcre32_la-pcre32_valid_utf32.lo CC libpcre32_la-pcre32_version.lo CC libpcre32_la-pcre32_xclass.lo CC libpcre32_la-pcre_chartables.lo CC pcregrep-pcregrep.o CCLD libpcre.la CCLD libpcreposix.la CCLD libpcre32.la CCLD pcregrep CCLD pcretest make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/pcre-8.45' make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/pcre-8.45' >>> pcre 8.45 Installing to staging directory GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 DESTDIR=/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot install -C /home/buildroot/instance-0/output-1/build/pcre-8.45/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/pcre-8.45' /usr/bin/make install-am make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/pcre-8.45' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/pcre-8.45' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin' /bin/sh ./libtool --mode=install /usr/bin/install -c libpcre.la libpcre32.la libpcreposix.la '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/doc/pcre' /usr/bin/install -c pcre-config '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin' /usr/bin/install -c -m 644 doc/pcre.txt doc/pcre-config.txt doc/pcregrep.txt doc/pcretest.txt AUTHORS COPYING ChangeLog LICENCE NEWS README '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/doc/pcre' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/doc/pcre/html' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include' /usr/bin/install -c -m 644 pcreposix.h '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man1' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3' /usr/bin/install -c -m 644 doc/html/NON-AUTOTOOLS-BUILD.txt doc/html/README.txt doc/html/index.html doc/html/pcre-config.html doc/html/pcre.html doc/html/pcre16.html doc/html/pcre32.html doc/html/pcre_assign_jit_stack.html doc/html/pcre_compile.html doc/html/pcre_compile2.html doc/html/pcre_config.html doc/html/pcre_copy_named_substring.html doc/html/pcre_copy_substring.html doc/html/pcre_dfa_exec.html doc/html/pcre_exec.html doc/html/pcre_free_study.html doc/html/pcre_free_substring.html doc/html/pcre_free_substring_list.html doc/html/pcre_fullinfo.html doc/html/pcre_get_named_substring.html doc/html/pcre_get_stringnumber.html doc/html/pcre_get_stringtable_entries.html doc/html/pcre_get_substring.html doc/html/pcre_get_substring_list.html doc/html/pcre_jit_exec.html doc/html/pcre_jit_stack_alloc.html doc/html/pcre_jit_stack_free.html doc/html/pcre_maketables.html doc/html/pcre_pattern_to_host_byte_order.html doc/html/pcre_refcount.html doc/html/pcre_study.html doc/html/pcre_utf16_to_host_byte_order.html doc/html/pcre_utf32_to_host_byte_order.html doc/html/pcre_version.html doc/html/pcreapi.html doc/html/pcrebuild.html doc/html/pcrecallout.html doc/html/pcrecompat.html doc/html/pcredemo.html doc/html/pcregrep.html '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/doc/pcre/html' /usr/bin/install -c -m 644 pcre.h '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include' /usr/bin/install -c -m 644 libpcre.pc libpcreposix.pc libpcre32.pc '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 doc/pcre-config.1 doc/pcregrep.1 doc/pcretest.1 '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man1' /usr/bin/install -c -m 644 doc/html/pcrejit.html doc/html/pcrelimits.html doc/html/pcrematching.html doc/html/pcrepartial.html doc/html/pcrepattern.html doc/html/pcreperform.html doc/html/pcreposix.html doc/html/pcreprecompile.html doc/html/pcresample.html doc/html/pcrestack.html doc/html/pcresyntax.html doc/html/pcretest.html doc/html/pcreunicode.html '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/doc/pcre/html' /usr/bin/install -c -m 644 doc/pcre.3 doc/pcre16.3 doc/pcre32.3 doc/pcre_assign_jit_stack.3 doc/pcre_compile.3 doc/pcre_compile2.3 doc/pcre_config.3 doc/pcre_copy_named_substring.3 doc/pcre_copy_substring.3 doc/pcre_dfa_exec.3 doc/pcre_exec.3 doc/pcre_free_study.3 doc/pcre_free_substring.3 doc/pcre_free_substring_list.3 doc/pcre_fullinfo.3 doc/pcre_get_named_substring.3 doc/pcre_get_stringnumber.3 doc/pcre_get_stringtable_entries.3 doc/pcre_get_substring.3 doc/pcre_get_substring_list.3 doc/pcre_jit_exec.3 doc/pcre_jit_stack_alloc.3 doc/pcre_jit_stack_free.3 doc/pcre_maketables.3 doc/pcre_pattern_to_host_byte_order.3 doc/pcre_refcount.3 doc/pcre_study.3 doc/pcre_utf16_to_host_byte_order.3 doc/pcre_utf32_to_host_byte_order.3 doc/pcre_version.3 doc/pcreapi.3 doc/pcrebuild.3 doc/pcrecallout.3 doc/pcrecompat.3 doc/pcredemo.3 doc/pcrejit.3 doc/pcrelimits.3 doc/pcrematching.3 doc/pcrepartial.3 doc/pcrepattern.3 '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3' /usr/bin/install -c -m 644 doc/pcreperform.3 doc/pcreposix.3 doc/pcreprecompile.3 doc/pcresample.3 doc/pcrestack.3 doc/pcresyntax.3 doc/pcreunicode.3 '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3' /usr/bin/make install-data-hook make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/pcre-8.45' ln -sf pcre_assign_jit_stack.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_assign_jit_stack.3 ln -sf pcre_compile.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_compile.3 ln -sf pcre_compile2.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_compile2.3 libtool: install: /usr/bin/install -c .libs/libpcre.so.1.2.13 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libpcre.so.1.2.13 ln -sf pcre_config.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_config.3 ln -sf pcre_copy_named_substring.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_copy_named_substring.3 ln -sf pcre_copy_substring.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_copy_substring.3 ln -sf pcre_dfa_exec.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_dfa_exec.3 ln -sf pcre_exec.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_exec.3 ln -sf pcre_free_study.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_free_study.3 ln -sf pcre_free_substring.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_free_substring.3 libtool: install: (cd /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libpcre.so.1.2.13 libpcre.so.1 || { rm -f libpcre.so.1 && ln -s libpcre.so.1.2.13 libpcre.so.1; }; }) ln -sf pcre_free_substring_list.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_free_substring_list.3 ln -sf pcre_fullinfo.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_fullinfo.3 ln -sf pcre_get_named_substring.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_get_named_substring.3 ln -sf pcre_get_stringnumber.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_get_stringnumber.3 ln -sf pcre_get_stringtable_entries.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_get_stringtable_entries.3 ln -sf pcre_get_substring.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_get_substring.3 libtool: install: (cd /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libpcre.so.1.2.13 libpcre.so || { rm -f libpcre.so && ln -s libpcre.so.1.2.13 libpcre.so; }; }) ln -sf pcre_get_substring_list.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_get_substring_list.3 ln -sf pcre_jit_exec.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_jit_exec.3 ln -sf pcre_jit_stack_alloc.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_jit_stack_alloc.3 ln -sf pcre_jit_stack_free.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_jit_stack_free.3 ln -sf pcre_maketables.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_maketables.3 ln -sf pcre_pattern_to_host_byte_order.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_pattern_to_host_byte_order.3 ln -sf pcre_refcount.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_refcount.3 libtool: install: /usr/bin/install -c .libs/libpcre.lai /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libpcre.la ln -sf pcre_study.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_study.3 ln -sf pcre_utf16_to_host_byte_order.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_utf16_to_host_byte_order.3 ln -sf pcre_version.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_version.3 ln -sf pcre_assign_jit_stack.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_assign_jit_stack.3 ln -sf pcre_compile.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_compile.3 ln -sf pcre_compile2.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_compile2.3 ln -sf pcre_config.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_config.3 libtool: install: /usr/bin/install -c .libs/libpcre32.so.0.0.13 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libpcre32.so.0.0.13 ln -sf pcre_copy_named_substring.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_copy_named_substring.3 ln -sf pcre_copy_substring.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_copy_substring.3 ln -sf pcre_dfa_exec.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_dfa_exec.3 ln -sf pcre_exec.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_exec.3 ln -sf pcre_free_study.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_free_study.3 ln -sf pcre_free_substring.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_free_substring.3 ln -sf pcre_free_substring_list.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_free_substring_list.3 libtool: install: (cd /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libpcre32.so.0.0.13 libpcre32.so.0 || { rm -f libpcre32.so.0 && ln -s libpcre32.so.0.0.13 libpcre32.so.0; }; }) ln -sf pcre_fullinfo.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_fullinfo.3 ln -sf pcre_get_named_substring.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_get_named_substring.3 ln -sf pcre_get_stringnumber.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_get_stringnumber.3 ln -sf pcre_get_stringtable_entries.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_get_stringtable_entries.3 ln -sf pcre_get_substring.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_get_substring.3 libtool: install: (cd /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libpcre32.so.0.0.13 libpcre32.so || { rm -f libpcre32.so && ln -s libpcre32.so.0.0.13 libpcre32.so; }; }) ln -sf pcre_get_substring_list.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_get_substring_list.3 ln -sf pcre_jit_exec.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_jit_exec.3 ln -sf pcre_jit_stack_alloc.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_jit_stack_alloc.3 ln -sf pcre_jit_stack_free.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_jit_stack_free.3 ln -sf pcre_maketables.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_maketables.3 ln -sf pcre_pattern_to_host_byte_order.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_pattern_to_host_byte_order.3 ln -sf pcre_refcount.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_refcount.3 libtool: install: /usr/bin/install -c .libs/libpcre32.lai /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libpcre32.la ln -sf pcre_study.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_study.3 ln -sf pcre_utf32_to_host_byte_order.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_utf32_to_host_byte_order.3 ln -sf pcre_version.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_version.3 make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/pcre-8.45' libtool: install: /usr/bin/install -c .libs/libpcreposix.so.0.0.7 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libpcreposix.so.0.0.7 libtool: install: (cd /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libpcreposix.so.0.0.7 libpcreposix.so.0 || { rm -f libpcreposix.so.0 && ln -s libpcreposix.so.0.0.7 libpcreposix.so.0; }; }) libtool: install: (cd /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libpcreposix.so.0.0.7 libpcreposix.so || { rm -f libpcreposix.so && ln -s libpcreposix.so.0.0.7 libpcreposix.so; }; }) libtool: install: /usr/bin/install -c .libs/libpcreposix.lai /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libpcreposix.la libtool: install: /usr/bin/install -c .libs/libpcre.a /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libpcre.a libtool: install: chmod 644 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libpcre.a libtool: install: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libpcre.a libtool: install: /usr/bin/install -c .libs/libpcre32.a /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libpcre32.a libtool: install: chmod 644 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libpcre32.a libtool: install: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libpcre32.a libtool: install: /usr/bin/install -c .libs/libpcreposix.a /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libpcreposix.a libtool: install: chmod 644 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libpcreposix.a libtool: install: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libpcreposix.a libtool: warning: remember to run 'libtool --finish /usr/lib' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin' /bin/sh ./libtool --mode=install /usr/bin/install -c pcretest pcregrep '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin' libtool: install: /usr/bin/install -c pcretest /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin/pcretest libtool: install: /usr/bin/install -c pcregrep /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin/pcregrep make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/pcre-8.45' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/pcre-8.45' make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/pcre-8.45' >>> pcre 8.45 Fixing package configuration files >>> pcre 8.45 Fixing libtool files for la in $(find /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/instance-0/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 >>> pcre 8.45 Installing to target GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 DESTDIR=/home/buildroot/instance-0/output-1/target install -C /home/buildroot/instance-0/output-1/build/pcre-8.45/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/pcre-8.45' /usr/bin/make install-am make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/pcre-8.45' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/pcre-8.45' /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/lib' /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/bin' /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/share/doc/pcre' /bin/sh ./libtool --mode=install /usr/bin/install -c libpcre.la libpcre32.la libpcreposix.la '/home/buildroot/instance-0/output-1/target/usr/lib' /usr/bin/install -c pcre-config '/home/buildroot/instance-0/output-1/target/usr/bin' /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/share/doc/pcre/html' /usr/bin/install -c -m 644 doc/pcre.txt doc/pcre-config.txt doc/pcregrep.txt doc/pcretest.txt AUTHORS COPYING ChangeLog LICENCE NEWS README '/home/buildroot/instance-0/output-1/target/usr/share/doc/pcre' /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/include' /usr/bin/install -c -m 644 doc/html/NON-AUTOTOOLS-BUILD.txt doc/html/README.txt doc/html/index.html doc/html/pcre-config.html doc/html/pcre.html doc/html/pcre16.html doc/html/pcre32.html doc/html/pcre_assign_jit_stack.html doc/html/pcre_compile.html doc/html/pcre_compile2.html doc/html/pcre_config.html doc/html/pcre_copy_named_substring.html doc/html/pcre_copy_substring.html doc/html/pcre_dfa_exec.html doc/html/pcre_exec.html doc/html/pcre_free_study.html doc/html/pcre_free_substring.html doc/html/pcre_free_substring_list.html doc/html/pcre_fullinfo.html doc/html/pcre_get_named_substring.html doc/html/pcre_get_stringnumber.html doc/html/pcre_get_stringtable_entries.html doc/html/pcre_get_substring.html doc/html/pcre_get_substring_list.html doc/html/pcre_jit_exec.html doc/html/pcre_jit_stack_alloc.html doc/html/pcre_jit_stack_free.html doc/html/pcre_maketables.html doc/html/pcre_pattern_to_host_byte_order.html doc/html/pcre_refcount.html doc/html/pcre_study.html doc/html/pcre_utf16_to_host_byte_order.html doc/html/pcre_utf32_to_host_byte_order.html doc/html/pcre_version.html doc/html/pcreapi.html doc/html/pcrebuild.html doc/html/pcrecallout.html doc/html/pcrecompat.html doc/html/pcredemo.html doc/html/pcregrep.html '/home/buildroot/instance-0/output-1/target/usr/share/doc/pcre/html' /usr/bin/install -c -m 644 pcreposix.h '/home/buildroot/instance-0/output-1/target/usr/include' /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/share/man/man1' /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/include' /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/share/man/man3' /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 pcre.h '/home/buildroot/instance-0/output-1/target/usr/include' /usr/bin/install -c -m 644 libpcre.pc libpcreposix.pc libpcre32.pc '/home/buildroot/instance-0/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 doc/html/pcrejit.html doc/html/pcrelimits.html doc/html/pcrematching.html doc/html/pcrepartial.html doc/html/pcrepattern.html doc/html/pcreperform.html doc/html/pcreposix.html doc/html/pcreprecompile.html doc/html/pcresample.html doc/html/pcrestack.html doc/html/pcresyntax.html doc/html/pcretest.html doc/html/pcreunicode.html '/home/buildroot/instance-0/output-1/target/usr/share/doc/pcre/html' /usr/bin/install -c -m 644 doc/pcre-config.1 doc/pcregrep.1 doc/pcretest.1 '/home/buildroot/instance-0/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 doc/pcre.3 doc/pcre16.3 doc/pcre32.3 doc/pcre_assign_jit_stack.3 doc/pcre_compile.3 doc/pcre_compile2.3 doc/pcre_config.3 doc/pcre_copy_named_substring.3 doc/pcre_copy_substring.3 doc/pcre_dfa_exec.3 doc/pcre_exec.3 doc/pcre_free_study.3 doc/pcre_free_substring.3 doc/pcre_free_substring_list.3 doc/pcre_fullinfo.3 doc/pcre_get_named_substring.3 doc/pcre_get_stringnumber.3 doc/pcre_get_stringtable_entries.3 doc/pcre_get_substring.3 doc/pcre_get_substring_list.3 doc/pcre_jit_exec.3 doc/pcre_jit_stack_alloc.3 doc/pcre_jit_stack_free.3 doc/pcre_maketables.3 doc/pcre_pattern_to_host_byte_order.3 doc/pcre_refcount.3 doc/pcre_study.3 doc/pcre_utf16_to_host_byte_order.3 doc/pcre_utf32_to_host_byte_order.3 doc/pcre_version.3 doc/pcreapi.3 doc/pcrebuild.3 doc/pcrecallout.3 doc/pcrecompat.3 doc/pcredemo.3 doc/pcrejit.3 doc/pcrelimits.3 doc/pcrematching.3 doc/pcrepartial.3 doc/pcrepattern.3 '/home/buildroot/instance-0/output-1/target/usr/share/man/man3' /usr/bin/install -c -m 644 doc/pcreperform.3 doc/pcreposix.3 doc/pcreprecompile.3 doc/pcresample.3 doc/pcrestack.3 doc/pcresyntax.3 doc/pcreunicode.3 '/home/buildroot/instance-0/output-1/target/usr/share/man/man3' /usr/bin/make install-data-hook make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/pcre-8.45' ln -sf pcre_assign_jit_stack.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre16_assign_jit_stack.3 ln -sf pcre_compile.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre16_compile.3 ln -sf pcre_compile2.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre16_compile2.3 ln -sf pcre_config.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre16_config.3 libtool: install: /usr/bin/install -c .libs/libpcre.so.1.2.13 /home/buildroot/instance-0/output-1/target/usr/lib/libpcre.so.1.2.13 ln -sf pcre_copy_named_substring.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre16_copy_named_substring.3 ln -sf pcre_copy_substring.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre16_copy_substring.3 ln -sf pcre_dfa_exec.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre16_dfa_exec.3 ln -sf pcre_exec.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre16_exec.3 ln -sf pcre_free_study.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre16_free_study.3 ln -sf pcre_free_substring.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre16_free_substring.3 ln -sf pcre_free_substring_list.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre16_free_substring_list.3 libtool: install: (cd /home/buildroot/instance-0/output-1/target/usr/lib && { ln -s -f libpcre.so.1.2.13 libpcre.so.1 || { rm -f libpcre.so.1 && ln -s libpcre.so.1.2.13 libpcre.so.1; }; }) ln -sf pcre_fullinfo.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre16_fullinfo.3 ln -sf pcre_get_named_substring.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre16_get_named_substring.3 ln -sf pcre_get_stringnumber.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre16_get_stringnumber.3 ln -sf pcre_get_stringtable_entries.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre16_get_stringtable_entries.3 ln -sf pcre_get_substring.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre16_get_substring.3 ln -sf pcre_get_substring_list.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre16_get_substring_list.3 ln -sf pcre_jit_exec.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre16_jit_exec.3 libtool: install: (cd /home/buildroot/instance-0/output-1/target/usr/lib && { ln -s -f libpcre.so.1.2.13 libpcre.so || { rm -f libpcre.so && ln -s libpcre.so.1.2.13 libpcre.so; }; }) ln -sf pcre_jit_stack_alloc.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre16_jit_stack_alloc.3 ln -sf pcre_jit_stack_free.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre16_jit_stack_free.3 ln -sf pcre_maketables.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre16_maketables.3 ln -sf pcre_pattern_to_host_byte_order.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre16_pattern_to_host_byte_order.3 ln -sf pcre_refcount.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre16_refcount.3 ln -sf pcre_study.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre16_study.3 libtool: install: /usr/bin/install -c .libs/libpcre.lai /home/buildroot/instance-0/output-1/target/usr/lib/libpcre.la ln -sf pcre_utf16_to_host_byte_order.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre16_utf16_to_host_byte_order.3 ln -sf pcre_version.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre16_version.3 ln -sf pcre_assign_jit_stack.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre32_assign_jit_stack.3 ln -sf pcre_compile.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre32_compile.3 ln -sf pcre_compile2.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre32_compile2.3 ln -sf pcre_config.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre32_config.3 ln -sf pcre_copy_named_substring.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre32_copy_named_substring.3 libtool: install: /usr/bin/install -c .libs/libpcre32.so.0.0.13 /home/buildroot/instance-0/output-1/target/usr/lib/libpcre32.so.0.0.13 ln -sf pcre_copy_substring.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre32_copy_substring.3 ln -sf pcre_dfa_exec.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre32_dfa_exec.3 ln -sf pcre_exec.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre32_exec.3 ln -sf pcre_free_study.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre32_free_study.3 ln -sf pcre_free_substring.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre32_free_substring.3 ln -sf pcre_free_substring_list.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre32_free_substring_list.3 libtool: install: (cd /home/buildroot/instance-0/output-1/target/usr/lib && { ln -s -f libpcre32.so.0.0.13 libpcre32.so.0 || { rm -f libpcre32.so.0 && ln -s libpcre32.so.0.0.13 libpcre32.so.0; }; }) ln -sf pcre_fullinfo.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre32_fullinfo.3 ln -sf pcre_get_named_substring.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre32_get_named_substring.3 ln -sf pcre_get_stringnumber.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre32_get_stringnumber.3 ln -sf pcre_get_stringtable_entries.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre32_get_stringtable_entries.3 ln -sf pcre_get_substring.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre32_get_substring.3 ln -sf pcre_get_substring_list.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre32_get_substring_list.3 libtool: install: (cd /home/buildroot/instance-0/output-1/target/usr/lib && { ln -s -f libpcre32.so.0.0.13 libpcre32.so || { rm -f libpcre32.so && ln -s libpcre32.so.0.0.13 libpcre32.so; }; }) ln -sf pcre_jit_exec.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre32_jit_exec.3 ln -sf pcre_jit_stack_alloc.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre32_jit_stack_alloc.3 ln -sf pcre_jit_stack_free.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre32_jit_stack_free.3 ln -sf pcre_maketables.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre32_maketables.3 ln -sf pcre_pattern_to_host_byte_order.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre32_pattern_to_host_byte_order.3 ln -sf pcre_refcount.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre32_refcount.3 libtool: install: /usr/bin/install -c .libs/libpcre32.lai /home/buildroot/instance-0/output-1/target/usr/lib/libpcre32.la ln -sf pcre_study.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre32_study.3 ln -sf pcre_utf32_to_host_byte_order.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre32_utf32_to_host_byte_order.3 ln -sf pcre_version.3 /home/buildroot/instance-0/output-1/target/usr/share/man/man3/pcre32_version.3 make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/pcre-8.45' libtool: install: /usr/bin/install -c .libs/libpcreposix.so.0.0.7 /home/buildroot/instance-0/output-1/target/usr/lib/libpcreposix.so.0.0.7 libtool: install: (cd /home/buildroot/instance-0/output-1/target/usr/lib && { ln -s -f libpcreposix.so.0.0.7 libpcreposix.so.0 || { rm -f libpcreposix.so.0 && ln -s libpcreposix.so.0.0.7 libpcreposix.so.0; }; }) libtool: install: (cd /home/buildroot/instance-0/output-1/target/usr/lib && { ln -s -f libpcreposix.so.0.0.7 libpcreposix.so || { rm -f libpcreposix.so && ln -s libpcreposix.so.0.0.7 libpcreposix.so; }; }) libtool: install: /usr/bin/install -c .libs/libpcreposix.lai /home/buildroot/instance-0/output-1/target/usr/lib/libpcreposix.la libtool: install: /usr/bin/install -c .libs/libpcre.a /home/buildroot/instance-0/output-1/target/usr/lib/libpcre.a libtool: install: chmod 644 /home/buildroot/instance-0/output-1/target/usr/lib/libpcre.a libtool: install: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib /home/buildroot/instance-0/output-1/target/usr/lib/libpcre.a libtool: install: /usr/bin/install -c .libs/libpcre32.a /home/buildroot/instance-0/output-1/target/usr/lib/libpcre32.a libtool: install: chmod 644 /home/buildroot/instance-0/output-1/target/usr/lib/libpcre32.a libtool: install: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib /home/buildroot/instance-0/output-1/target/usr/lib/libpcre32.a libtool: install: /usr/bin/install -c .libs/libpcreposix.a /home/buildroot/instance-0/output-1/target/usr/lib/libpcreposix.a libtool: install: chmod 644 /home/buildroot/instance-0/output-1/target/usr/lib/libpcreposix.a libtool: install: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib /home/buildroot/instance-0/output-1/target/usr/lib/libpcreposix.a libtool: warning: remember to run 'libtool --finish /usr/lib' /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/bin' /bin/sh ./libtool --mode=install /usr/bin/install -c pcretest pcregrep '/home/buildroot/instance-0/output-1/target/usr/bin' libtool: install: /usr/bin/install -c pcretest /home/buildroot/instance-0/output-1/target/usr/bin/pcretest libtool: install: /usr/bin/install -c pcregrep /home/buildroot/instance-0/output-1/target/usr/bin/pcregrep make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/pcre-8.45' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/pcre-8.45' make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/pcre-8.45' slang-2.3.3.tar.bz2: OK (sha1: 38d9b8e80e4336f76dff3e1d85761d2d0f713595) slang-2.3.3.tar.bz2: OK (sha256: f9145054ae131973c61208ea82486d5dd10e3c5cdad23b7c4a0617743c8f5a18) >>> slang 2.3.3 Extracting bzcat /home/buildroot/instance-0/dl/slang/slang-2.3.3.tar.bz2 | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/slang-2.3.3 -xf - >>> slang 2.3.3 Patching Applying 0001-slsh-libs.patch using patch: patching file slsh/Makefile.in /bin/sed -i -e '/^TERMCAP=/s:=.*:=:' /home/buildroot/instance-0/output-1/build/slang-2.3.3/configure >>> slang 2.3.3 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/instance-0/output-1/build/slang-2.3.3 -name $file); do cp support/gnuconfig/$file $i; done; done >>> slang 2.3.3 Patching libtool >>> slang 2.3.3 Configuring >>> slang 2.3.3 Checking configure (powerpc64/powerpc64le) support/scripts/fix-configure-powerpc64.sh /home/buildroot/instance-0/output-1/build/slang-2.3.3 (cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/ && rm -rf config.cache && GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" LD="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" NM="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" GCC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" CPP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-cpp" CXX="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-g++" FC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" F77="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/home/buildroot/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/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_nc5config=/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin/ncurses6-config CONFIG_SITE=/dev/null ./configure --target=powerpc64-buildroot-linux-gnu --host=powerpc64-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --enable-shared --with-onig=no --with-png=/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr --with-pcre=/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr --with-z=/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr --with-readline=gnu ) 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 build system type... x86_64-pc-linux-gnu checking host system type... powerpc64-buildroot-linux-gnu checking for powerpc64-buildroot-linux-gnu-gcc... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc option to accept ISO C89... none needed checking how to run the C preprocessor... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-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 whether /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc needs -traditional... no checking C compiler that understands ANSI prototypes... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc looks ok. Good. checking whether make sets $(MAKE)... yes checking for powerpc64-buildroot-linux-gnu-ranlib... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib checking for a BSD-compatible install... /usr/bin/install -c checking terminfo layout... default checking type of readline support for slsh... gnu checking for slsyswrap... no checking for X... no checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for memory.h... (cached) yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... 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 langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/fcntl.h usability... yes checking sys/fcntl.h presence... yes checking for sys/fcntl.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 sys/utsname.h usability... yes checking sys/utsname.h presence... yes checking for sys/utsname.h... yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking floatingpoint.h usability... no checking floatingpoint.h presence... no checking for floatingpoint.h... no 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 fenv.h usability... yes checking fenv.h presence... yes checking for fenv.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking for mode_t... yes checking for pid_t... yes checking for uid_t in sys/types.h... yes checking for socklen_t... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for memset... yes checking for memcpy... yes checking for putenv... yes checking for getcwd... yes checking for setlocale... yes checking for tcgetattr... yes checking for tcsetattr... yes checking for cfgetospeed... yes checking for sigaction... yes checking for sigemptyset... yes checking for sigprocmask... yes checking for sigaddset... yes checking for alarm... yes checking for pause... yes checking for vfscanf... yes checking for lstat... yes checking for readlink... yes checking for symlink... yes checking for link... yes checking for kill... yes checking for killpg... yes checking for snprintf... yes checking for vsnprintf... yes checking for getppid... yes checking for getegid... yes checking for geteuid... yes checking for getuid... yes checking for getgid... yes checking for setgid... yes checking for setuid... yes checking for setpgid... yes checking for getpgid... yes checking for setpgrp... yes checking for getpgrp... yes checking for setsid... yes checking for getsid... yes checking for mmap... yes checking for chown... yes checking for lchown... yes checking for popen... yes checking for mkfifo... yes checking for atexit... yes checking for on_exit... yes checking for umask... yes checking for uname... yes checking for times... yes checking for gmtime... yes checking for mktime... yes checking for gettimeofday... yes checking for getitimer... yes checking for setitimer... yes checking for gmtime_r... yes checking for ctime_r... yes checking for localtime_r... yes checking for strtod... yes checking for atoll... yes checking for strtoll... yes checking for issetugid... no checking for isnan... yes checking for finite... yes checking for isinf... yes checking for round... no checking for siglongjmp... yes checking for fork... yes checking for waitpid... yes checking for socket... yes checking for socketpair... yes checking for confstr... yes checking for pathconf... yes checking for getpriority... yes checking for setpriority... yes checking for getrusage... yes checking for setvbuf... yes checking for utime... yes checking for utimes... yes checking for ttyname... yes checking for ttyname_r... yes checking for newlocale... yes checking for strtod_l... yes checking for localeconv... yes checking for statvfs... yes checking for flock... yes checking for nl_langinfo and CODESET... yes checking for environ variable... yes checking for acosh in -lm... yes checking for asinh in -lm... yes checking for atanh in -lm... yes checking for hypot in -lm... yes checking for atan2 in -lm... yes checking for frexp in -lm... yes checking for frexpf in -lm... yes checking for ldexp in -lm... yes checking for ldexpf in -lm... yes checking for sincos in -lm... yes checking for sincosf in -lm... yes checking for feclearexcept in -lm... yes checking for fpsetsticky in -lm... no checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for dlopen in -ldl... yes checking size of short... 2 checking size of int... 4 checking size of long... 8 checking size of float... 4 checking size of double... 8 checking for ptrdiff_t... yes checking for size_t... yes checking size of size_t... 8 checking for long long... yes checking size of long long... 8 checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGEFILE_SOURCE value needed for large files... no checking for off_t... yes checking size of off_t... 8 checking for ncurses5-config... (cached) /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin/ncurses6-config checking for terminfo... yes checking for the pcre library and header files ... yes: /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib and /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include checking for the onig library and header files oniguruma.h... no checking for the png library and header files ... yes: /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib and /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include checking for the z library and header files zlib.h... yes: /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib and /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include checking for the iconv library and header files ... no 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); checking for sysconf... yes checking SLANG_VERSION... 2.3.3 configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating slsh/Makefile config.status: creating modules/Makefile config.status: creating demo/Makefile config.status: creating slang.pc config.status: creating src/sysconf.h 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 Configuration complete. You may need to edit src/Makefile. You are compiling SLANG with the following compiler configuration: CC = /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc CFLAGS = -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 LDFLAGS = -Wl,-export-dynamic ELF_CC = $(CC) ELF_LINK = $(CC) $(LDFLAGS) -shared -Wl,-O1 -Wl,--version-script,$(VERSION_SCRIPT) -Wl,-soname,$(ELFLIB_MAJOR) ELF_CFLAGS= $(CFLAGS) $(CPPFLAGS) -fPIC prefix: /usr exec_prefix: /usr Installation Lib Dir: ${exec_prefix}/lib Installation Include Dir: ${prefix}/include See also src/sl-feat.h for various features. The following modules that depend upon external libraries will be built: pcre png z iconv While not required, it is recommended that you install the following libraries and reconfigure so that the corresponding modules can be built: oniguruma Type 'make' to build a shared version of the library. Type 'make help' for more options >>> slang 2.3.3 Building GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j1 -C /home/buildroot/instance-0/output-1/build/slang-2.3.3/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/slang-2.3.3' cd src; /usr/bin/make elf make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/slang-2.3.3/src' /home/buildroot/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs mkdir -p -- /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs touch /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs/tstamp cp sysconf.h config.h cp terminfo/default.inc terminfo.inc cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG -DMISC_TERMINFO_DIRS='"/usr/share/terminfo"' /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/sltermin.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/sldisply.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slutty.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slang.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slarray.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slclass.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slcmd.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slerr.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slgetkey.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slkeymap.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slmalloc.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slmath.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slmemchr.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slmemcmp.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slmemcpy.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slmemset.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slmisc.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slparse.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slprepr.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slregexp.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slrline.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slsearch.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slsmg.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG -DSLANG_DOC_DIR='"/usr/share/doc/slang/v2"' -DSLANG_INSTALL_PREFIX='"/usr"' /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slstd.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/sltoken.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/sltypes.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slxstrng.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slcurses.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slscroll.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slsignal.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slkeypad.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slerrno.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slstring.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slstruct.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slcmplex.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slarrfun.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG -DMODULE_INSTALL_DIR='"/usr/lib/slang/v2/modules"' -DMODULE_PATH_ENV_NAME='"SLANG_MODULE_PATH"' /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slimport.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slpath.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slarith.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slassoc.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slcompat.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slposdir.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slstdio.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slproc.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/sltime.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slstrops.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slbstr.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slpack.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slintall.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slistruc.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slposio.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slnspace.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slarrmis.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slospath.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slscanf.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/sllower.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slupper.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slischar.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slutf8.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slwcwidth.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slwclut.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slcommon.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/sllist.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slexcept.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slfpu.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slsig.c cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slboseos.c rm -f /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs/libslang.so.2.3.3 cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -shared -Wl,-O1 -Wl,--version-script,/home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slang.ver -Wl,-soname,libslang.so.2 -o libslang.so.2.3.3 sltermin.o sldisply.o slutty.o slang.o slarray.o slclass.o slcmd.o slerr.o slgetkey.o slkeymap.o slmalloc.o slmath.o slmemchr.o slmemcmp.o slmemcpy.o slmemset.o slmisc.o slparse.o slprepr.o slregexp.o slrline.o slsearch.o slsmg.o slstd.o sltoken.o sltypes.o slxstrng.o slcurses.o slscroll.o slsignal.o slkeypad.o slerrno.o slstring.o slstruct.o slcmplex.o slarrfun.o slimport.o slpath.o slarith.o slassoc.o slcompat.o slposdir.o slstdio.o slproc.o sltime.o slstrops.o slbstr.o slpack.o slintall.o slistruc.o slposio.o slnspace.o slarrmis.o slospath.o slscanf.o sllower.o slupper.o slischar.o slutf8.o slwcwidth.o slwclut.o slcommon.o sllist.o slexcept.o slfpu.o slsig.o slboseos.o -ldl -lm -lc if [ libslang.so.2 != libslang.so.2.3.3 ]; then \ cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && rm -f libslang.so.2 && /bin/ln -sf libslang.so.2.3.3 libslang.so.2; \ fi cd /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs && rm -f libslang.so && /bin/ln -sf libslang.so.2.3.3 libslang.so libslang.so.2.3.3 created in /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs. The link libslang.so to libslang.so.2.3.3 was also created. make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/slang-2.3.3/src' cd slsh; /usr/bin/make all make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/slang-2.3.3/slsh' /home/buildroot/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh objs mkdir -p -- objs touch objs/tstamp cp ../src/config.h . cd objs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -DSLSH_CONF_DIR='"/etc"' -DSLSH_PATH='"/usr/share/slsh"' -DSLSH_CONF_DIR_ENV='"SLSH_CONF_DIR"' -DSLSH_LIB_DIR_ENV='"SLSH_LIB_DIR"' -DSLSH_PATH_ENV='"SLSH_PATH"' /home/buildroot/instance-0/output-1/build/slang-2.3.3/slsh/slsh.c cd objs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -DSLSH_CONF_DIR='"/etc"' -DSLSH_PATH='"/usr/share/slsh"' -DSLSH_CONF_DIR_ENV='"SLSH_CONF_DIR"' -DSLSH_LIB_DIR_ENV='"SLSH_LIB_DIR"' -DSLSH_PATH_ENV='"SLSH_PATH"' -DUSE_GNU_READLINE=1 /home/buildroot/instance-0/output-1/build/slang-2.3.3/slsh/readline.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc objs/slsh.o objs/readline.o -o objs/slsh_exe -Wl,-export-dynamic -L/home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs -lslang -lreadline -ldl -lm make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/slang-2.3.3/slsh' cd modules; /usr/bin/make all make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/slang-2.3.3/modules' /home/buildroot/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh objs mkdir -p -- objs touch objs/tstamp cp Makefile objs cd objs && /usr/bin/make slsmg-module.so termios-module.so select-module.so fcntl-module.so varray-module.so socket-module.so rand-module.so fork-module.so csv-module.so base64-module.so chksum-module.so histogram-module.so stats-module.so json-module.so pcre-module.so png-module.so iconv-module.so zlib-module.so sysconf-module.so make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/slang-2.3.3/modules/objs' cp /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/config.h /home/buildroot/instance-0/output-1/build/slang-2.3.3/modules/config.h /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src /home/buildroot/instance-0/output-1/build/slang-2.3.3/modules/slsmg-module.c -o slsmg-module.so -Wl,-R/usr/lib:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib -lm /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src /home/buildroot/instance-0/output-1/build/slang-2.3.3/modules/termios-module.c -o termios-module.so -Wl,-R/usr/lib:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib -lm /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src /home/buildroot/instance-0/output-1/build/slang-2.3.3/modules/select-module.c -o select-module.so -Wl,-R/usr/lib:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib -lm /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src /home/buildroot/instance-0/output-1/build/slang-2.3.3/modules/fcntl-module.c -o fcntl-module.so -Wl,-R/usr/lib:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib -lm /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src /home/buildroot/instance-0/output-1/build/slang-2.3.3/modules/varray-module.c -o varray-module.so -Wl,-R/usr/lib:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib -lm /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src /home/buildroot/instance-0/output-1/build/slang-2.3.3/modules/socket-module.c -o socket-module.so -Wl,-R/usr/lib:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib -lm /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src /home/buildroot/instance-0/output-1/build/slang-2.3.3/modules/rand-module.c -o rand-module.so -Wl,-R/usr/lib:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib -lm /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src /home/buildroot/instance-0/output-1/build/slang-2.3.3/modules/fork-module.c -o fork-module.so -Wl,-R/usr/lib:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib -lm /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src /home/buildroot/instance-0/output-1/build/slang-2.3.3/modules/csv-module.c -o csv-module.so -Wl,-R/usr/lib:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib -lm /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src /home/buildroot/instance-0/output-1/build/slang-2.3.3/modules/base64-module.c -o base64-module.so -Wl,-R/usr/lib:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib -lm /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src -c /home/buildroot/instance-0/output-1/build/slang-2.3.3/modules/chksum-module.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src -c /home/buildroot/instance-0/output-1/build/slang-2.3.3/modules/chksum_md5.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src -c /home/buildroot/instance-0/output-1/build/slang-2.3.3/modules/chksum_sha1.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src -c /home/buildroot/instance-0/output-1/build/slang-2.3.3/modules/chksum_sha2.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src -c /home/buildroot/instance-0/output-1/build/slang-2.3.3/modules/chksum_crc.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src chksum-module.o chksum_md5.o chksum_sha1.o chksum_sha2.o chksum_crc.o -o chksum-module.so -Wl,-R/usr/lib:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib -lm /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src /home/buildroot/instance-0/output-1/build/slang-2.3.3/modules/histogram-module.c -o histogram-module.so -Wl,-R/usr/lib:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib -lm /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src -c /home/buildroot/instance-0/output-1/build/slang-2.3.3/modules/stats-module.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src -c /home/buildroot/instance-0/output-1/build/slang-2.3.3/modules/stats_kendall.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src stats-module.o stats_kendall.o -o stats-module.so -Wl,-R/usr/lib:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib -lm /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src /home/buildroot/instance-0/output-1/build/slang-2.3.3/modules/json-module.c -o json-module.so -Wl,-R/usr/lib:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib -lm /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include /home/buildroot/instance-0/output-1/build/slang-2.3.3/modules/pcre-module.c -o pcre-module.so -L/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib -lpcre -Wl,-R/usr/lib:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib -lm /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include /home/buildroot/instance-0/output-1/build/slang-2.3.3/modules/png-module.c -o png-module.so -L/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib -lpng -Wl,-R/usr/lib:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib -lm /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src /home/buildroot/instance-0/output-1/build/slang-2.3.3/modules/iconv-module.c -o iconv-module.so -Wl,-R/usr/lib:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib -lm /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include /home/buildroot/instance-0/output-1/build/slang-2.3.3/modules/zlib-module.c -o zlib-module.so -L/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib -lz -Wl,-R/usr/lib:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib -lm /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/instance-0/output-1/build/slang-2.3.3/src /home/buildroot/instance-0/output-1/build/slang-2.3.3/modules/sysconf-module.c -o sysconf-module.so -Wl,-R/usr/lib:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib -lm make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/slang-2.3.3/modules/objs' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/slang-2.3.3/modules' Use make install to install it. make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/slang-2.3.3' >>> slang 2.3.3 Installing to staging directory GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j1 DESTDIR=/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot install -C /home/buildroot/instance-0/output-1/build/slang-2.3.3/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/slang-2.3.3' autoconf/mkinsdir.sh /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig /usr/bin/install -c -m 644 slang.pc /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/ cd src; /usr/bin/make install-elf make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/slang-2.3.3/src' installing slang.h and slcurses.h in /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/ /usr/bin/install -c -m 644 /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slang.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/ /usr/bin/install -c -m 644 /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slcurses.h /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/ /home/buildroot/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/doc/slang/v2 mkdir -p -- /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/doc/slang/v2 /usr/bin/install -c -m 644 ../changes.txt /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/doc/slang/v2/ /usr/bin/install -c -m 644 ../COPYING /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/doc/slang/v2/ /usr/bin/install -c -m 644 ../doc/slangdoc.html /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/doc/slang/v2/ /usr/bin/install -c -m 644 ../doc/text/cref.txt /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/doc/slang/v2/ /usr/bin/install -c -m 644 ../doc/text/cslang.txt /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/doc/slang/v2/ /usr/bin/install -c -m 644 ../doc/text/slang.txt /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/doc/slang/v2/ /usr/bin/install -c -m 644 ../doc/text/slangfun.txt /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/doc/slang/v2/ rm -f /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libslang.so rm -f /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libslang.so.2 installing libslang.so.2.3.3 in /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib /usr/bin/install -c /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs/libslang.so.2.3.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/ cd /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib && /bin/ln -sf libslang.so.2.3.3 libslang.so.2 cd /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib && /bin/ln -sf libslang.so.2 libslang.so libslang.so.2.3.3 created in /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib. The links libslang.so and libslang.so.2 to libslang.so.2.3.3 were also created. make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/slang-2.3.3/src' Now installing slsh cd slsh; /usr/bin/make install make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/slang-2.3.3/slsh' /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc objs/slsh.o objs/readline.o -o objs/slsh -Wl,-export-dynamic -L/home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs -lslang -lreadline -ldl -lm /home/buildroot/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin /home/buildroot/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man1 /home/buildroot/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/etc /home/buildroot/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh mkdir -p -- /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/rline mkdir -p -- /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/rline /home/buildroot/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/help mkdir -p -- /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/help /home/buildroot/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/local-packages mkdir -p -- /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/local-packages /home/buildroot/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/scripts mkdir -p -- /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/scripts /home/buildroot/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/doc/slsh/html mkdir -p -- /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/doc/slsh/html /usr/bin/install -c -m 644 lib/arrayfuns.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 lib/autoload.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 lib/cmdopt.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 lib/fswalk.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 lib/glob.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 lib/listfuns.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 lib/print.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 lib/process.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 lib/profile.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 lib/readascii.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 lib/require.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 lib/setfuns.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 lib/sldb.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 lib/sldbcore.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 lib/sldbsock.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 lib/slshhelp.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 lib/slshrl.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 lib/stkcheck.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 lib/structfuns.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 lib/timestamp.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 lib/rline/complete.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/rline/ /usr/bin/install -c -m 644 lib/rline/editfuns.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/rline/ /usr/bin/install -c -m 644 lib/rline/editor.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/rline/ /usr/bin/install -c -m 644 lib/rline/emacskeys.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/rline/ /usr/bin/install -c -m 644 lib/rline/history.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/rline/ /usr/bin/install -c -m 644 lib/rline/histsrch.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/rline/ /usr/bin/install -c -m 644 lib/rline/vikeys.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/rline/ /usr/bin/install -c -m 644 lib/rline/slrline.rc /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/rline/ /usr/bin/install -c scripts/jpegsize /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/scripts /usr/bin/install -c scripts/lsrpm /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/scripts /usr/bin/install -c scripts/sldb /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/scripts /usr/bin/install -c scripts/svnsh /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/scripts /usr/bin/install -c scripts/slprof /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/scripts /usr/bin/install -c scripts/slstkchk /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/scripts /usr/bin/install -c scripts/slcov /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/scripts /usr/bin/install -c -m 644 lib/help/arrayfuns.hlp /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/cmdopt.hlp /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/fswalk.hlp /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/glob.hlp /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/listfuns.hlp /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/print.hlp /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/process.hlp /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/profile.hlp /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/readascii.hlp /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/require.hlp /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/setfuns.hlp /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/structfuns.hlp /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/timestamp.hlp /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 doc/html/slshfun-1.html /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-10.html /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-11.html /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-12.html /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-13.html /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-2.html /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-3.html /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-4.html /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-5.html /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-6.html /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-7.html /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-8.html /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-9.html /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun.html /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/man/slsh.1 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man1/ /usr/bin/install -c objs/slsh /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin/ /usr/bin/install -c -m 644 etc/slsh.rc /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/etc/ echo 'prepend_to_slang_load_path("/usr/share/slsh/local-packages");' >> /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/etc/slsh.rc make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/slang-2.3.3/slsh' Now installing the modules cd modules; /usr/bin/make install make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/slang-2.3.3/modules' cd objs && /usr/bin/make slsmg-module.so termios-module.so select-module.so fcntl-module.so varray-module.so socket-module.so rand-module.so fork-module.so csv-module.so base64-module.so chksum-module.so histogram-module.so stats-module.so json-module.so pcre-module.so png-module.so iconv-module.so zlib-module.so sysconf-module.so make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/slang-2.3.3/modules/objs' make[3]: 'slsmg-module.so' is up to date. make[3]: 'termios-module.so' is up to date. make[3]: 'select-module.so' is up to date. make[3]: 'fcntl-module.so' is up to date. make[3]: 'varray-module.so' is up to date. make[3]: 'socket-module.so' is up to date. make[3]: 'rand-module.so' is up to date. make[3]: 'fork-module.so' is up to date. make[3]: 'csv-module.so' is up to date. make[3]: 'base64-module.so' is up to date. make[3]: 'chksum-module.so' is up to date. make[3]: 'histogram-module.so' is up to date. make[3]: 'stats-module.so' is up to date. make[3]: 'json-module.so' is up to date. make[3]: 'pcre-module.so' is up to date. make[3]: 'png-module.so' is up to date. make[3]: 'iconv-module.so' is up to date. make[3]: 'zlib-module.so' is up to date. make[3]: 'sysconf-module.so' is up to date. make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/slang-2.3.3/modules/objs' /home/buildroot/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules mkdir -p -- /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules /usr/bin/install -c objs/slsmg-module.so /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules /usr/bin/install -c objs/termios-module.so /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules /usr/bin/install -c objs/select-module.so /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules /usr/bin/install -c objs/fcntl-module.so /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules /usr/bin/install -c objs/varray-module.so /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules /usr/bin/install -c objs/socket-module.so /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules /usr/bin/install -c objs/rand-module.so /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules /usr/bin/install -c objs/fork-module.so /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules /usr/bin/install -c objs/csv-module.so /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules /usr/bin/install -c objs/base64-module.so /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules /usr/bin/install -c objs/chksum-module.so /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules /usr/bin/install -c objs/histogram-module.so /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules /usr/bin/install -c objs/stats-module.so /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules /usr/bin/install -c objs/json-module.so /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules /usr/bin/install -c objs/pcre-module.so /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules /usr/bin/install -c objs/png-module.so /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules /usr/bin/install -c objs/iconv-module.so /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules /usr/bin/install -c objs/zlib-module.so /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules /usr/bin/install -c objs/sysconf-module.so /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules /home/buildroot/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 slsmg.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 termios.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 select.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 fcntl.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 varray.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 socket.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 rand.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 fork.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 csv.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 base64.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 chksum.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 histogram.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 stats.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 json.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 pcre.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 png.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 iconv.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 onig.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 zlib.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh /usr/bin/install -c -m 644 sysconf.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh mkdir -p -- /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/statslib /usr/bin/install -c -m 644 statslib/ad_test.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/statslib/ /usr/bin/install -c -m 644 statslib/ks_test.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/statslib/ /usr/bin/install -c -m 644 statslib/kuiper.sl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/statslib/ /home/buildroot/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps mkdir -p -- /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/cool.map /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/coolwarm.map /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/copper.map /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/cubicl.map /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/cubicyf.map /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/drywet.map /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/ds9b.map /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/ds9sls.map /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/edge.map /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/gebco.map /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/globe.map /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/gray.map /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/haxby.map /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/hot.map /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/jet.map /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/no_green.map /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/ocean.map /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/polar.map /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/rainbow.map /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/red2green.map /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/relief.map /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/sealand.map /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/seis.map /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/split.map /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/topo.map /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/wysiwyg.map /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /home/buildroot/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 help/base64funs.hlp /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 help/chksumfuns.hlp /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 help/csvfuns.hlp /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 help/forkfuns.hlp /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 help/histfuns.hlp /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 help/jsonfuns.hlp /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 help/onigfuns.hlp /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 help/pcrefuns.hlp /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 help/pngfuns.hlp /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 help/randfuns.hlp /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 help/slsmg.hlp /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 help/sockfuns.hlp /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 help/statsfuns.hlp /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/slsh/help make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/slang-2.3.3/modules' On some systems, e.g., linux, you may also have to run ldconfig. make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/slang-2.3.3' >>> slang 2.3.3 Fixing libtool files for la in $(find /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/instance-0/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 >>> slang 2.3.3 Installing to target GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j1 DESTDIR=/home/buildroot/instance-0/output-1/target install -C /home/buildroot/instance-0/output-1/build/slang-2.3.3/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/slang-2.3.3' autoconf/mkinsdir.sh /home/buildroot/instance-0/output-1/target/usr/lib/pkgconfig /usr/bin/install -c -m 644 slang.pc /home/buildroot/instance-0/output-1/target/usr/lib/pkgconfig/ cd src; /usr/bin/make install-elf make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/slang-2.3.3/src' installing slang.h and slcurses.h in /home/buildroot/instance-0/output-1/target/usr/include/ /usr/bin/install -c -m 644 /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slang.h /home/buildroot/instance-0/output-1/target/usr/include/ /usr/bin/install -c -m 644 /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/slcurses.h /home/buildroot/instance-0/output-1/target/usr/include/ /home/buildroot/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/instance-0/output-1/target/usr/share/doc/slang/v2 mkdir -p -- /home/buildroot/instance-0/output-1/target/usr/share/doc/slang/v2 /usr/bin/install -c -m 644 ../changes.txt /home/buildroot/instance-0/output-1/target/usr/share/doc/slang/v2/ /usr/bin/install -c -m 644 ../COPYING /home/buildroot/instance-0/output-1/target/usr/share/doc/slang/v2/ /usr/bin/install -c -m 644 ../doc/slangdoc.html /home/buildroot/instance-0/output-1/target/usr/share/doc/slang/v2/ /usr/bin/install -c -m 644 ../doc/text/cref.txt /home/buildroot/instance-0/output-1/target/usr/share/doc/slang/v2/ /usr/bin/install -c -m 644 ../doc/text/cslang.txt /home/buildroot/instance-0/output-1/target/usr/share/doc/slang/v2/ /usr/bin/install -c -m 644 ../doc/text/slang.txt /home/buildroot/instance-0/output-1/target/usr/share/doc/slang/v2/ /usr/bin/install -c -m 644 ../doc/text/slangfun.txt /home/buildroot/instance-0/output-1/target/usr/share/doc/slang/v2/ rm -f /home/buildroot/instance-0/output-1/target/usr/lib/libslang.so rm -f /home/buildroot/instance-0/output-1/target/usr/lib/libslang.so.2 installing libslang.so.2.3.3 in /home/buildroot/instance-0/output-1/target/usr/lib /usr/bin/install -c /home/buildroot/instance-0/output-1/build/slang-2.3.3/src/elfobjs/libslang.so.2.3.3 /home/buildroot/instance-0/output-1/target/usr/lib/ cd /home/buildroot/instance-0/output-1/target/usr/lib && /bin/ln -sf libslang.so.2.3.3 libslang.so.2 cd /home/buildroot/instance-0/output-1/target/usr/lib && /bin/ln -sf libslang.so.2 libslang.so libslang.so.2.3.3 created in /home/buildroot/instance-0/output-1/target/usr/lib. The links libslang.so and libslang.so.2 to libslang.so.2.3.3 were also created. make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/slang-2.3.3/src' Now installing slsh cd slsh; /usr/bin/make install make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/slang-2.3.3/slsh' /home/buildroot/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/instance-0/output-1/target/usr/bin /home/buildroot/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/instance-0/output-1/target/usr/share/man/man1 /home/buildroot/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/instance-0/output-1/target/etc /home/buildroot/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/instance-0/output-1/target/usr/share/slsh mkdir -p -- /home/buildroot/instance-0/output-1/target/usr/share/slsh /home/buildroot/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/instance-0/output-1/target/usr/share/slsh/rline mkdir -p -- /home/buildroot/instance-0/output-1/target/usr/share/slsh/rline /home/buildroot/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/instance-0/output-1/target/usr/share/slsh/help mkdir -p -- /home/buildroot/instance-0/output-1/target/usr/share/slsh/help /home/buildroot/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/instance-0/output-1/target/usr/share/slsh/local-packages mkdir -p -- /home/buildroot/instance-0/output-1/target/usr/share/slsh/local-packages /home/buildroot/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/instance-0/output-1/target/usr/share/slsh/scripts mkdir -p -- /home/buildroot/instance-0/output-1/target/usr/share/slsh/scripts /home/buildroot/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/instance-0/output-1/target/usr/share/doc/slsh/html mkdir -p -- /home/buildroot/instance-0/output-1/target/usr/share/doc/slsh/html /usr/bin/install -c -m 644 lib/arrayfuns.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 lib/autoload.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 lib/cmdopt.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 lib/fswalk.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 lib/glob.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 lib/listfuns.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 lib/print.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 lib/process.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 lib/profile.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 lib/readascii.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 lib/require.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 lib/setfuns.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 lib/sldb.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 lib/sldbcore.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 lib/sldbsock.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 lib/slshhelp.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 lib/slshrl.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 lib/stkcheck.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 lib/structfuns.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 lib/timestamp.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 lib/rline/complete.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh/rline/ /usr/bin/install -c -m 644 lib/rline/editfuns.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh/rline/ /usr/bin/install -c -m 644 lib/rline/editor.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh/rline/ /usr/bin/install -c -m 644 lib/rline/emacskeys.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh/rline/ /usr/bin/install -c -m 644 lib/rline/history.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh/rline/ /usr/bin/install -c -m 644 lib/rline/histsrch.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh/rline/ /usr/bin/install -c -m 644 lib/rline/vikeys.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh/rline/ /usr/bin/install -c -m 644 lib/rline/slrline.rc /home/buildroot/instance-0/output-1/target/usr/share/slsh/rline/ /usr/bin/install -c scripts/jpegsize /home/buildroot/instance-0/output-1/target/usr/share/slsh/scripts /usr/bin/install -c scripts/lsrpm /home/buildroot/instance-0/output-1/target/usr/share/slsh/scripts /usr/bin/install -c scripts/sldb /home/buildroot/instance-0/output-1/target/usr/share/slsh/scripts /usr/bin/install -c scripts/svnsh /home/buildroot/instance-0/output-1/target/usr/share/slsh/scripts /usr/bin/install -c scripts/slprof /home/buildroot/instance-0/output-1/target/usr/share/slsh/scripts /usr/bin/install -c scripts/slstkchk /home/buildroot/instance-0/output-1/target/usr/share/slsh/scripts /usr/bin/install -c scripts/slcov /home/buildroot/instance-0/output-1/target/usr/share/slsh/scripts /usr/bin/install -c -m 644 lib/help/arrayfuns.hlp /home/buildroot/instance-0/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/cmdopt.hlp /home/buildroot/instance-0/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/fswalk.hlp /home/buildroot/instance-0/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/glob.hlp /home/buildroot/instance-0/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/listfuns.hlp /home/buildroot/instance-0/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/print.hlp /home/buildroot/instance-0/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/process.hlp /home/buildroot/instance-0/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/profile.hlp /home/buildroot/instance-0/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/readascii.hlp /home/buildroot/instance-0/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/require.hlp /home/buildroot/instance-0/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/setfuns.hlp /home/buildroot/instance-0/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/structfuns.hlp /home/buildroot/instance-0/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/timestamp.hlp /home/buildroot/instance-0/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 doc/html/slshfun-1.html /home/buildroot/instance-0/output-1/target/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-10.html /home/buildroot/instance-0/output-1/target/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-11.html /home/buildroot/instance-0/output-1/target/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-12.html /home/buildroot/instance-0/output-1/target/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-13.html /home/buildroot/instance-0/output-1/target/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-2.html /home/buildroot/instance-0/output-1/target/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-3.html /home/buildroot/instance-0/output-1/target/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-4.html /home/buildroot/instance-0/output-1/target/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-5.html /home/buildroot/instance-0/output-1/target/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-6.html /home/buildroot/instance-0/output-1/target/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-7.html /home/buildroot/instance-0/output-1/target/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-8.html /home/buildroot/instance-0/output-1/target/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-9.html /home/buildroot/instance-0/output-1/target/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun.html /home/buildroot/instance-0/output-1/target/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/man/slsh.1 /home/buildroot/instance-0/output-1/target/usr/share/man/man1/ /usr/bin/install -c objs/slsh /home/buildroot/instance-0/output-1/target/usr/bin/ /usr/bin/install -c -m 644 etc/slsh.rc /home/buildroot/instance-0/output-1/target/etc/ echo 'prepend_to_slang_load_path("/usr/share/slsh/local-packages");' >> /home/buildroot/instance-0/output-1/target/etc/slsh.rc make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/slang-2.3.3/slsh' Now installing the modules cd modules; /usr/bin/make install make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/slang-2.3.3/modules' cd objs && /usr/bin/make slsmg-module.so termios-module.so select-module.so fcntl-module.so varray-module.so socket-module.so rand-module.so fork-module.so csv-module.so base64-module.so chksum-module.so histogram-module.so stats-module.so json-module.so pcre-module.so png-module.so iconv-module.so zlib-module.so sysconf-module.so make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/slang-2.3.3/modules/objs' make[3]: 'slsmg-module.so' is up to date. make[3]: 'termios-module.so' is up to date. make[3]: 'select-module.so' is up to date. make[3]: 'fcntl-module.so' is up to date. make[3]: 'varray-module.so' is up to date. make[3]: 'socket-module.so' is up to date. make[3]: 'rand-module.so' is up to date. make[3]: 'fork-module.so' is up to date. make[3]: 'csv-module.so' is up to date. make[3]: 'base64-module.so' is up to date. make[3]: 'chksum-module.so' is up to date. make[3]: 'histogram-module.so' is up to date. make[3]: 'stats-module.so' is up to date. make[3]: 'json-module.so' is up to date. make[3]: 'pcre-module.so' is up to date. make[3]: 'png-module.so' is up to date. make[3]: 'iconv-module.so' is up to date. make[3]: 'zlib-module.so' is up to date. make[3]: 'sysconf-module.so' is up to date. make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/slang-2.3.3/modules/objs' /home/buildroot/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/instance-0/output-1/target/usr/lib/slang/v2/modules mkdir -p -- /home/buildroot/instance-0/output-1/target/usr/lib/slang/v2/modules /usr/bin/install -c objs/slsmg-module.so /home/buildroot/instance-0/output-1/target/usr/lib/slang/v2/modules /usr/bin/install -c objs/termios-module.so /home/buildroot/instance-0/output-1/target/usr/lib/slang/v2/modules /usr/bin/install -c objs/select-module.so /home/buildroot/instance-0/output-1/target/usr/lib/slang/v2/modules /usr/bin/install -c objs/fcntl-module.so /home/buildroot/instance-0/output-1/target/usr/lib/slang/v2/modules /usr/bin/install -c objs/varray-module.so /home/buildroot/instance-0/output-1/target/usr/lib/slang/v2/modules /usr/bin/install -c objs/socket-module.so /home/buildroot/instance-0/output-1/target/usr/lib/slang/v2/modules /usr/bin/install -c objs/rand-module.so /home/buildroot/instance-0/output-1/target/usr/lib/slang/v2/modules /usr/bin/install -c objs/fork-module.so /home/buildroot/instance-0/output-1/target/usr/lib/slang/v2/modules /usr/bin/install -c objs/csv-module.so /home/buildroot/instance-0/output-1/target/usr/lib/slang/v2/modules /usr/bin/install -c objs/base64-module.so /home/buildroot/instance-0/output-1/target/usr/lib/slang/v2/modules /usr/bin/install -c objs/chksum-module.so /home/buildroot/instance-0/output-1/target/usr/lib/slang/v2/modules /usr/bin/install -c objs/histogram-module.so /home/buildroot/instance-0/output-1/target/usr/lib/slang/v2/modules /usr/bin/install -c objs/stats-module.so /home/buildroot/instance-0/output-1/target/usr/lib/slang/v2/modules /usr/bin/install -c objs/json-module.so /home/buildroot/instance-0/output-1/target/usr/lib/slang/v2/modules /usr/bin/install -c objs/pcre-module.so /home/buildroot/instance-0/output-1/target/usr/lib/slang/v2/modules /usr/bin/install -c objs/png-module.so /home/buildroot/instance-0/output-1/target/usr/lib/slang/v2/modules /usr/bin/install -c objs/iconv-module.so /home/buildroot/instance-0/output-1/target/usr/lib/slang/v2/modules /usr/bin/install -c objs/zlib-module.so /home/buildroot/instance-0/output-1/target/usr/lib/slang/v2/modules /usr/bin/install -c objs/sysconf-module.so /home/buildroot/instance-0/output-1/target/usr/lib/slang/v2/modules /home/buildroot/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 slsmg.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 termios.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 select.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 fcntl.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 varray.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 socket.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 rand.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 fork.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 csv.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 base64.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 chksum.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 histogram.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 stats.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 json.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 pcre.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 png.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 iconv.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 onig.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 zlib.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 sysconf.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh mkdir -p -- /home/buildroot/instance-0/output-1/target/usr/share/slsh/statslib /usr/bin/install -c -m 644 statslib/ad_test.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh/statslib/ /usr/bin/install -c -m 644 statslib/ks_test.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh/statslib/ /usr/bin/install -c -m 644 statslib/kuiper.sl /home/buildroot/instance-0/output-1/target/usr/share/slsh/statslib/ /home/buildroot/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/instance-0/output-1/target/usr/share/slsh/cmaps mkdir -p -- /home/buildroot/instance-0/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/cool.map /home/buildroot/instance-0/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/coolwarm.map /home/buildroot/instance-0/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/copper.map /home/buildroot/instance-0/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/cubicl.map /home/buildroot/instance-0/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/cubicyf.map /home/buildroot/instance-0/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/drywet.map /home/buildroot/instance-0/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/ds9b.map /home/buildroot/instance-0/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/ds9sls.map /home/buildroot/instance-0/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/edge.map /home/buildroot/instance-0/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/gebco.map /home/buildroot/instance-0/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/globe.map /home/buildroot/instance-0/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/gray.map /home/buildroot/instance-0/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/haxby.map /home/buildroot/instance-0/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/hot.map /home/buildroot/instance-0/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/jet.map /home/buildroot/instance-0/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/no_green.map /home/buildroot/instance-0/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/ocean.map /home/buildroot/instance-0/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/polar.map /home/buildroot/instance-0/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/rainbow.map /home/buildroot/instance-0/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/red2green.map /home/buildroot/instance-0/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/relief.map /home/buildroot/instance-0/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/sealand.map /home/buildroot/instance-0/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/seis.map /home/buildroot/instance-0/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/split.map /home/buildroot/instance-0/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/topo.map /home/buildroot/instance-0/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/wysiwyg.map /home/buildroot/instance-0/output-1/target/usr/share/slsh/cmaps /home/buildroot/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/instance-0/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 help/base64funs.hlp /home/buildroot/instance-0/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 help/chksumfuns.hlp /home/buildroot/instance-0/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 help/csvfuns.hlp /home/buildroot/instance-0/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 help/forkfuns.hlp /home/buildroot/instance-0/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 help/histfuns.hlp /home/buildroot/instance-0/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 help/jsonfuns.hlp /home/buildroot/instance-0/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 help/onigfuns.hlp /home/buildroot/instance-0/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 help/pcrefuns.hlp /home/buildroot/instance-0/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 help/pngfuns.hlp /home/buildroot/instance-0/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 help/randfuns.hlp /home/buildroot/instance-0/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 help/slsmg.hlp /home/buildroot/instance-0/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 help/sockfuns.hlp /home/buildroot/instance-0/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 help/statsfuns.hlp /home/buildroot/instance-0/output-1/target/usr/share/slsh/help make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/slang-2.3.3/modules' On some systems, e.g., linux, you may also have to run ldconfig. make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/slang-2.3.3' rm -rf /home/buildroot/instance-0/output-1/target/etc/slsh.rc /home/buildroot/instance-0/output-1/target/usr/share/slsh /home/buildroot/instance-0/output-1/target/usr/bin/slsh most-5.2.0.tar.gz: OK (sha1: 322073ee6e8c45ce084f4fccd08d3f026aa1f66d) most-5.2.0.tar.gz: OK (sha256: 9455aeb8f826fa8385c850dc22bf0f22cf9069b3c3423fba4bf2c6f6226d9903) >>> most 5.2.0 Extracting gzip -d -c /home/buildroot/instance-0/dl/most/most-5.2.0.tar.gz | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/most-5.2.0 -xf - >>> most 5.2.0 Patching /bin/sed -i -e 's/ slangversion / /g' /home/buildroot/instance-0/output-1/build/most-5.2.0/src/Makefile.in >>> most 5.2.0 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/instance-0/output-1/build/most-5.2.0 -name $file); do cp support/gnuconfig/$file $i; done; done >>> most 5.2.0 Patching libtool >>> most 5.2.0 Configuring >>> most 5.2.0 Checking configure (powerpc64/powerpc64le) support/scripts/fix-configure-powerpc64.sh /home/buildroot/instance-0/output-1/build/most-5.2.0 (cd /home/buildroot/instance-0/output-1/build/most-5.2.0/ && rm -rf config.cache && GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" LD="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" NM="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" GCC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" CPP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-cpp" CXX="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-g++" FC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" F77="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/home/buildroot/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/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=powerpc64-buildroot-linux-gnu --host=powerpc64-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --enable-shared --with-slang=/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr ) 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 powerpc64-buildroot-linux-gnu-gcc... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc option to accept ISO C89... none needed checking how to run the C preprocessor... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-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 whether /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc needs -traditional... no checking for library containing strerror... none required checking C compiler that understands ANSI prototypes... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc looks ok. Good. checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c checking build system type... x86_64-pc-linux-gnu checking host system type... powerpc64-buildroot-linux-gnu checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for dlopen in -ldl... yes checking for X... no checking if you want to use mmap if available... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for memory.h... (cached) yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for mode_t... yes checking for pid_t... yes checking for uid_t in sys/types.h... yes checking for size_t... yes checking size of short... 2 checking size of int... 4 checking size of long... 8 checking size of float... 4 checking size of double... 8 checking for long long... yes checking size of long long... 8 checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGEFILE_SOURCE value needed for large files... no checking for off_t... yes checking size of off_t... 8 checking for memset... yes checking for memcpy... yes checking for putenv... yes checking for getcwd... yes checking for mmap... yes checking for snprintf... yes checking for getpgrp... yes checking for tcgetpgrp... yes checking for ncurses5-config... /usr/bin/ncurses5-config checking for terminfo... yes checking for the slang library and header files ... yes: /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib and /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/sysconf.h 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 >>> most 5.2.0 Building GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j1 -C /home/buildroot/instance-0/output-1/build/most-5.2.0/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/most-5.2.0' cd src; /usr/bin/make all make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/most-5.2.0/src' mkdir /home/buildroot/instance-0/output-1/build/most-5.2.0/src/objs /bin/cp /home/buildroot/instance-0/output-1/build/most-5.2.0/src/sysconf.h config.h cd /home/buildroot/instance-0/output-1/build/most-5.2.0/src/objs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Dunix -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include -DMOST_SYSTEM_INITFILE='"/etc/most.conf"' /home/buildroot/instance-0/output-1/build/most-5.2.0/src/buffer.c cd /home/buildroot/instance-0/output-1/build/most-5.2.0/src/objs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Dunix -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include -DMOST_SYSTEM_INITFILE='"/etc/most.conf"' /home/buildroot/instance-0/output-1/build/most-5.2.0/src/cmd.c cd /home/buildroot/instance-0/output-1/build/most-5.2.0/src/objs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Dunix -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include -DMOST_SYSTEM_INITFILE='"/etc/most.conf"' /home/buildroot/instance-0/output-1/build/most-5.2.0/src/display.c cd /home/buildroot/instance-0/output-1/build/most-5.2.0/src/objs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Dunix -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include -DMOST_SYSTEM_INITFILE='"/etc/most.conf"' /home/buildroot/instance-0/output-1/build/most-5.2.0/src/edit.c cd /home/buildroot/instance-0/output-1/build/most-5.2.0/src/objs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Dunix -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include -DMOST_SYSTEM_INITFILE='"/etc/most.conf"' /home/buildroot/instance-0/output-1/build/most-5.2.0/src/file.c /home/buildroot/instance-0/output-1/build/most-5.2.0/src/file.c: In function 'expand_path': /home/buildroot/instance-0/output-1/build/most-5.2.0/src/file.c:746:16: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 746 | (void) chdir(Most_C_Dir); | ^~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/build/most-5.2.0/src/file.c: In function 'most_get_cdir': /home/buildroot/instance-0/output-1/build/most-5.2.0/src/file.c:838:4: warning: ignoring return value of 'getcwd' declared with attribute 'warn_unused_result' [-Wunused-result] 838 | getcwd(dir, MAX_PATHLEN); | ^~~~~~~~~~~~~~~~~~~~~~~~ cd /home/buildroot/instance-0/output-1/build/most-5.2.0/src/objs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Dunix -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include -DMOST_SYSTEM_INITFILE='"/etc/most.conf"' /home/buildroot/instance-0/output-1/build/most-5.2.0/src/help.c cd /home/buildroot/instance-0/output-1/build/most-5.2.0/src/objs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Dunix -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include -DMOST_SYSTEM_INITFILE='"/etc/most.conf"' /home/buildroot/instance-0/output-1/build/most-5.2.0/src/keym.c cd /home/buildroot/instance-0/output-1/build/most-5.2.0/src/objs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Dunix -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include -DMOST_SYSTEM_INITFILE='"/etc/most.conf"' /home/buildroot/instance-0/output-1/build/most-5.2.0/src/keyparse.c cd /home/buildroot/instance-0/output-1/build/most-5.2.0/src/objs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Dunix -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include -DMOST_SYSTEM_INITFILE='"/etc/most.conf"' /home/buildroot/instance-0/output-1/build/most-5.2.0/src/line.c cd /home/buildroot/instance-0/output-1/build/most-5.2.0/src/objs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Dunix -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include -DMOST_SYSTEM_INITFILE='"/etc/most.conf"' /home/buildroot/instance-0/output-1/build/most-5.2.0/src/main.c cd /home/buildroot/instance-0/output-1/build/most-5.2.0/src/objs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Dunix -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include -DMOST_SYSTEM_INITFILE='"/etc/most.conf"' /home/buildroot/instance-0/output-1/build/most-5.2.0/src/most.c cd /home/buildroot/instance-0/output-1/build/most-5.2.0/src/objs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Dunix -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include -DMOST_SYSTEM_INITFILE='"/etc/most.conf"' /home/buildroot/instance-0/output-1/build/most-5.2.0/src/search.c cd /home/buildroot/instance-0/output-1/build/most-5.2.0/src/objs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Dunix -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include -DMOST_SYSTEM_INITFILE='"/etc/most.conf"' /home/buildroot/instance-0/output-1/build/most-5.2.0/src/sysdep.c cd /home/buildroot/instance-0/output-1/build/most-5.2.0/src/objs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Dunix -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include -DMOST_SYSTEM_INITFILE='"/etc/most.conf"' /home/buildroot/instance-0/output-1/build/most-5.2.0/src/window.c cd /home/buildroot/instance-0/output-1/build/most-5.2.0/src/objs && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Dunix -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include -DMOST_SYSTEM_INITFILE='"/etc/most.conf"' /home/buildroot/instance-0/output-1/build/most-5.2.0/src/color.c cd /home/buildroot/instance-0/output-1/build/most-5.2.0/src/objs; /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc buffer.o cmd.o display.o edit.o file.o help.o keym.o keyparse.o line.o main.o most.o search.o sysdep.o window.o color.o -o most -Wl,-R/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib -L/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib -lslang -lm most created in /home/buildroot/instance-0/output-1/build/most-5.2.0/src/objs make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/most-5.2.0/src' make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/most-5.2.0' >>> most 5.2.0 Installing to target /usr/bin/install -D -m 0755 /home/buildroot/instance-0/output-1/build/most-5.2.0/src/objs/most /home/buildroot/instance-0/output-1/target/usr/bin/most mpg123-1.32.6.tar.bz2: OK (sha1: 886c8c5f100caccfb4fefabc1c75ff6e2a834128) mpg123-1.32.6.tar.bz2: OK (sha256: ccdd1d0abc31d73d8b435fc658c79049d0a905b30669b6a42a03ad169dc609e6) >>> mpg123 1.32.6 Extracting bzcat /home/buildroot/instance-0/dl/mpg123/mpg123-1.32.6.tar.bz2 | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/mpg123-1.32.6 -xf - >>> mpg123 1.32.6 Patching >>> mpg123 1.32.6 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/instance-0/output-1/build/mpg123-1.32.6 -name $file); do cp support/gnuconfig/$file $i; done; done >>> mpg123 1.32.6 Patching libtool patching file /home/buildroot/instance-0/output-1/build/mpg123-1.32.6/build/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). >>> mpg123 1.32.6 Configuring >>> mpg123 1.32.6 Checking configure (powerpc64/powerpc64le) support/scripts/fix-configure-powerpc64.sh /home/buildroot/instance-0/output-1/build/mpg123-1.32.6 (cd /home/buildroot/instance-0/output-1/build/mpg123-1.32.6/ && rm -rf config.cache && GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" LD="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" NM="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" GCC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" CPP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-cpp" CXX="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-g++" FC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" F77="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/home/buildroot/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/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=powerpc64-buildroot-linux-gnu --host=powerpc64-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --enable-shared --with-cpu=generic_fpu --with-audio=dummy,oss --enable-modules ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-nls checking build system type... x86_64-pc-linux-gnu checking host system type... powerpc64-buildroot-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for powerpc64-buildroot-linux-gnu-strip... /bin/true checking for a race-free mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for -Werror in CFLAGS (It breaks tests)... no checking if you are up to something totally static with LDFLAGS/CFLAGS... no checking whether make supports the include directive... yes (GNU style) checking for powerpc64-buildroot-linux-gnu-gcc... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc option to enable C11 features... none needed checking whether /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc understands -c and -o together... yes checking dependency style of /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc... none checking dependency style of /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc... none checking for powerpc64-buildroot-linux-gnu-gcc... (cached) /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc checking whether the compiler supports GNU C... (cached) yes checking whether /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc accepts -g... (cached) yes checking for /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc option to enable C11 features... (cached) none needed checking whether /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc understands -c and -o together... (cached) yes checking dependency style of /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc... (cached) none checking how to run the C preprocessor... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-cpp checking for cos in -lm... yes checking for library containing clock_gettime... none required checking for clock_gettime... yes checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for an ANSI C-conforming const... yes checking for inline... inline 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 byte ordering is bigendian... (cached) yes checking for windows.h... no checking for library containing dlopen... none required checking for library containing dlsym... none required checking for library containing dlclose... none required checking for dlfcn.h... yes checking for dlopen... yes checking for dlsym... yes checking for dlclose... 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 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld checking if the linker (/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-nm checking the name lister (/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-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 powerpc64-buildroot-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 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld option to reload object files... -r checking for powerpc64-buildroot-linux-gnu-objdump... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for powerpc64-buildroot-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for powerpc64-buildroot-linux-gnu-ar... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar checking for archiver @FILE support... @ checking for powerpc64-buildroot-linux-gnu-strip... (cached) /bin/true checking for powerpc64-buildroot-linux-gnu-ranlib... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib checking command to parse /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-nm output from /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for powerpc64-buildroot-linux-gnu-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... (cached) yes checking for objdir... .libs checking if /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc static flag -static works... yes checking if /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc supports -c -o file.o... yes checking if /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc linker (/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-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... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking what extension is used for runtime loadable modules... .so We assume IEEE754 floating point format. checking if .balign is present... yes checking __attribute__((aligned(16)))... yes checking if assembler supports AVX instructions... no checking for yasm... no checking for basic C99 features... yes checking for unistd.h... (cached) yes checking for sched.h... yes checking for sys/ioctl.h... yes checking for sys/types.h... (cached) yes checking for sys/time.h... yes checking for sys/wait.h... yes checking for sys/resource.h... yes checking for sys/signal.h... yes checking for signal.h... yes checking for sys/select.h... yes checking for dirent.h... yes checking for sys/stat.h... (cached) yes checking switched off_t size... 8 checking unswitched off_t size... 8 checking size of off_t... 8 checking if native off_t is already 64 bits... yes checking for mmap... yes checking POSIX termios... yes checking if we have wincon.h... no checking for random... yes checking for setenv... yes checking for unsetenv... yes checking for sched_setscheduler... yes checking for setuid... yes checking for getuid... yes checking for setpriority... yes checking for strerror... yes checking for strerror_l... yes checking for uselocale... yes checking for setlocale... yes checking for nl_langinfo... yes checking for mbstowcs... yes checking for wcstombs... yes checking for wcswidth... yes checking for iswprint... yes checking for atoll... yes checking for mkfifo... yes checking for fork... yes checking for execvp... yes checking for ctermid... yes checking for locale.h... yes checking for langinfo.h... yes checking for wchar.h... yes checking for wctype.h... yes checking for netdb.h... yes checking for sys/param.h... yes checking for sys/socket.h... yes checking for netinet/in.h... yes checking for arpa/inet.h... yes checking for library containing gethostbyname... none required checking for library containing socket... none required checking for getaddrinfo... yes checking for sqrt in -lm... yes checking for powf in -lmx... no checking for byteswap.h... yes checking for os2.h... no checking if we want feature report function... yes Limiting outputs to build according to your preference: dummy oss checking pkg-config is at least version 0.9.0... yes checking if you are too dumbing dumb for the dummy... no checking for sys/soundcard.h... yes checking for linux/soundcard.h... yes checking for machine/soundcard.h... no checking if we have EOVERFLOW macro... yes checking for preferred network support... auto checking for automatic network support... exec checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libmpg123.pc config.status: creating libout123.pc config.status: creating libsyn123.pc config.status: creating mpg123.spec config.status: creating src/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, --disable-nls mpg123 1.32.6 Install path ............ /usr Components .............. programs libmpg123 libout123 libout123-modules libsyn123 CPU Optimization ........ generic_fpu Compiler Optimization ... 2 Use yasm (for AVX only) . disabled Gapless Support ......... enabled Debugging ............... disabled Terminal control ........ posix Extreme debugging ....... disabled Seek table size ......... 1000 FIFO support ............ enabled Buffer .................. enabled External network ........ exec Internal network type ... posix IPv6 (getaddrinfo) ...... enabled largefile sensitive ..... no default offsets ......... 64 explicit 64 bit offsets . no forced 64 bit offsets ... no only portable API ....... no Core libmpg123 features: Layer I ................. enabled Layer II ................ enabled Layer III ............... enabled NtoM resampling ......... enabled downsampled decoding .... enabled Feeder/buffered input ... enabled ID3v2 parsing ........... enabled String API .............. enabled ICY parsing/conversion .. enabled Error/warning messages .. enabled Win32 Unicode File Open.. unneeded Feature Report Function.. enabled Output formats (nofpu will disable all but 16 or 8 bit!): 8 bit integer ........... enabled 16 bit integer .......... enabled 32/24 bit integer ....... enabled real (32 bit float) ..... enabled Equalizer ............... enabled Optimization detail: Integer conversion ...... quality IEEE 754 hackery ........ enabled New/old WRITE_SAMPLE .... disabled new Huffman scheme ...... enabled runtime tables .......... disabled Note: Disabling core features is not commonly done and some combinations might not build/work. If you encounter such a case, help yourself (and provide a patch) or just poke the maintainers. libsyn123 special cases . enabled Modules ................. enabled Checked audio modules ... dummy oss Detected audio support .. dummy oss Runtime order ........... oss CPPFLAGS=' -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' CFLAGS='-O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1' PROG_LIBS='-lm ' (derived from LIBS, only used for end-user binaries and modules) LIBDL='' LIBMPG123_LIBS='-lm ' LIBSYN123_LIBS='-lm' LIBOUT123_LIBS=' -lm ' Next type 'make' and then 'make install'. >>> mpg123 1.32.6 Building GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 -C /home/buildroot/instance-0/output-1/build/mpg123-1.32.6/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/mpg123-1.32.6' /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/audio.o src/audio.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/common.o src/common.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/control_generic.o src/control_generic.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/equalizer.o src/equalizer.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/httpget.o src/httpget.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/resolver.o src/resolver.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/genre.o src/genre.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/mpg123.o src/mpg123.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/metaprint.o src/metaprint.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/playlist.o src/playlist.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/streamdump.o src/streamdump.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/term.o src/term.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/term_posix.o src/term_posix.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/net123_exec.o src/net123_exec.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/mpg123-id3dump.o src/mpg123-id3dump.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/mpg123-strip.o src/mpg123-strip.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/sysutil.o src/sysutil.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/getlopt.o src/getlopt.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/local.o src/local.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/filters.o src/filters.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/out123.o src/out123.c /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/compat/compat_str.lo src/compat/compat_str.c /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/compat/compat.lo src/compat/compat.c /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libsyn123/libsyn123_la-pinknoise.lo `test -f 'src/libsyn123/pinknoise.c' || echo './'`src/libsyn123/pinknoise.c /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libsyn123/libsyn123_la-geiger.lo `test -f 'src/libsyn123/geiger.c' || echo './'`src/libsyn123/geiger.c /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libsyn123/libsyn123_la-libsyn123.lo `test -f 'src/libsyn123/libsyn123.c' || echo './'`src/libsyn123/libsyn123.c /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libsyn123/libsyn123_la-volume.lo `test -f 'src/libsyn123/volume.c' || echo './'`src/libsyn123/volume.c libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/compat/compat.c -fPIC -DPIC -o src/compat/.libs/compat.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/compat/compat_str.c -fPIC -DPIC -o src/compat/.libs/compat_str.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libsyn123/pinknoise.c -fPIC -DPIC -o src/libsyn123/.libs/libsyn123_la-pinknoise.o /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libsyn123/libsyn123_la-resample.lo `test -f 'src/libsyn123/resample.c' || echo './'`src/libsyn123/resample.c /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libsyn123/libsyn123_la-filter.lo `test -f 'src/libsyn123/filter.c' || echo './'`src/libsyn123/filter.c /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libsyn123/libsyn123_la-sampleconv.lo `test -f 'src/libsyn123/sampleconv.c' || echo './'`src/libsyn123/sampleconv.c libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libsyn123/libsyn123.c -fPIC -DPIC -o src/libsyn123/.libs/libsyn123_la-libsyn123.o /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libout123/libout123_la-libout123.lo `test -f 'src/libout123/libout123.c' || echo './'`src/libout123/libout123.c /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libout123/libout123_la-stringlists.lo `test -f 'src/libout123/stringlists.c' || echo './'`src/libout123/stringlists.c /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libout123/libout123_la-wav.lo `test -f 'src/libout123/wav.c' || echo './'`src/libout123/wav.c libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libsyn123/volume.c -fPIC -DPIC -o src/libsyn123/.libs/libsyn123_la-volume.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libsyn123/geiger.c -fPIC -DPIC -o src/libsyn123/.libs/libsyn123_la-geiger.o /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libout123/libout123_la-hextxt.lo `test -f 'src/libout123/hextxt.c' || echo './'`src/libout123/hextxt.c libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/compat/compat_str.c -o src/compat/compat_str.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libsyn123/filter.c -fPIC -DPIC -o src/libsyn123/.libs/libsyn123_la-filter.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libsyn123/resample.c -fPIC -DPIC -o src/libsyn123/.libs/libsyn123_la-resample.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libsyn123/sampleconv.c -fPIC -DPIC -o src/libsyn123/.libs/libsyn123_la-sampleconv.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libout123/libout123.c -fPIC -DPIC -o src/libout123/.libs/libout123_la-libout123.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libsyn123/pinknoise.c -o src/libsyn123/libsyn123_la-pinknoise.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libout123/libout123_la-buffer.lo `test -f 'src/libout123/buffer.c' || echo './'`src/libout123/buffer.c libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libout123/wav.c -fPIC -DPIC -o src/libout123/.libs/libout123_la-wav.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libout123/stringlists.c -fPIC -DPIC -o src/libout123/.libs/libout123_la-stringlists.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/compat/compat.c -o src/compat/compat.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libout123/hextxt.c -fPIC -DPIC -o src/libout123/.libs/libout123_la-hextxt.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libsyn123/volume.c -o src/libsyn123/libsyn123_la-volume.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libout123/libout123_la-xfermem.lo `test -f 'src/libout123/xfermem.c' || echo './'`src/libout123/xfermem.c libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libsyn123/geiger.c -o src/libsyn123/libsyn123_la-geiger.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libout123/module.lo src/libout123/module.c libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libout123/xfermem.c -fPIC -DPIC -o src/libout123/.libs/libout123_la-xfermem.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libout123/stringlists.c -o src/libout123/libout123_la-stringlists.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libout123/buffer.c -fPIC -DPIC -o src/libout123/.libs/libout123_la-buffer.o /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/compat/compat_dl.lo src/compat/compat_dl.c /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libmpg123/libmpg123_la-parse.lo `test -f 'src/libmpg123/parse.c' || echo './'`src/libmpg123/parse.c /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libmpg123/libmpg123_la-frame.lo `test -f 'src/libmpg123/frame.c' || echo './'`src/libmpg123/frame.c /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libmpg123/libmpg123_la-format.lo `test -f 'src/libmpg123/format.c' || echo './'`src/libmpg123/format.c libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/compat/compat_dl.c -fPIC -DPIC -o src/compat/.libs/compat_dl.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libout123/module.c -fPIC -DPIC -o src/libout123/.libs/module.o /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libmpg123/libmpg123_la-dct64.lo `test -f 'src/libmpg123/dct64.c' || echo './'`src/libmpg123/dct64.c libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/parse.c -fPIC -DPIC -o src/libmpg123/.libs/libmpg123_la-parse.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libsyn123/filter.c -o src/libsyn123/libsyn123_la-filter.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/frame.c -fPIC -DPIC -o src/libmpg123/.libs/libmpg123_la-frame.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libout123/hextxt.c -o src/libout123/libout123_la-hextxt.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libmpg123/libmpg123_la-id3.lo `test -f 'src/libmpg123/id3.c' || echo './'`src/libmpg123/id3.c libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/format.c -fPIC -DPIC -o src/libmpg123/.libs/libmpg123_la-format.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/compat/compat_dl.c -o src/compat/compat_dl.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libout123/xfermem.c -o src/libout123/libout123_la-xfermem.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libout123/wav.c -o src/libout123/libout123_la-wav.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libsyn123/libsyn123.c -o src/libsyn123/libsyn123_la-libsyn123.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/id3.c -fPIC -DPIC -o src/libmpg123/.libs/libmpg123_la-id3.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/dct64.c -fPIC -DPIC -o src/libmpg123/.libs/libmpg123_la-dct64.o /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libmpg123/libmpg123_la-optimize.lo `test -f 'src/libmpg123/optimize.c' || echo './'`src/libmpg123/optimize.c libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libout123/module.c -o src/libout123/module.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libmpg123/libmpg123_la-readers.lo `test -f 'src/libmpg123/readers.c' || echo './'`src/libmpg123/readers.c libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libout123/buffer.c -o src/libout123/libout123_la-buffer.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libmpg123/libmpg123_la-tabinit.lo `test -f 'src/libmpg123/tabinit.c' || echo './'`src/libmpg123/tabinit.c libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libout123/libout123.c -o src/libout123/libout123_la-libout123.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/readers.c -fPIC -DPIC -o src/libmpg123/.libs/libmpg123_la-readers.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/dct64.c -o src/libmpg123/libmpg123_la-dct64.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/optimize.c -fPIC -DPIC -o src/libmpg123/.libs/libmpg123_la-optimize.o /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libmpg123/libmpg123_la-libmpg123.lo `test -f 'src/libmpg123/libmpg123.c' || echo './'`src/libmpg123/libmpg123.c /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libmpg123/libmpg123_la-index.lo `test -f 'src/libmpg123/index.c' || echo './'`src/libmpg123/index.c libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/tabinit.c -fPIC -DPIC -o src/libmpg123/.libs/libmpg123_la-tabinit.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/frame.c -o src/libmpg123/libmpg123_la-frame.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libmpg123/libmpg123_la-layer1.lo `test -f 'src/libmpg123/layer1.c' || echo './'`src/libmpg123/layer1.c /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libmpg123/libmpg123_la-layer2.lo `test -f 'src/libmpg123/layer2.c' || echo './'`src/libmpg123/layer2.c libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/format.c -o src/libmpg123/libmpg123_la-format.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/index.c -fPIC -DPIC -o src/libmpg123/.libs/libmpg123_la-index.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/libmpg123.c -fPIC -DPIC -o src/libmpg123/.libs/libmpg123_la-libmpg123.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/optimize.c -o src/libmpg123/libmpg123_la-optimize.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libmpg123/libmpg123_la-layer3.lo `test -f 'src/libmpg123/layer3.c' || echo './'`src/libmpg123/layer3.c libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/layer2.c -fPIC -DPIC -o src/libmpg123/.libs/libmpg123_la-layer2.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/layer1.c -fPIC -DPIC -o src/libmpg123/.libs/libmpg123_la-layer1.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/tabinit.c -o src/libmpg123/libmpg123_la-tabinit.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/index.c -o src/libmpg123/libmpg123_la-index.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libmpg123/libmpg123_la-equalizer.lo `test -f 'src/libmpg123/equalizer.c' || echo './'`src/libmpg123/equalizer.c /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libmpg123/libmpg123_la-synth_8bit.lo `test -f 'src/libmpg123/synth_8bit.c' || echo './'`src/libmpg123/synth_8bit.c libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/layer3.c -fPIC -DPIC -o src/libmpg123/.libs/libmpg123_la-layer3.o /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libmpg123/libmpg123_la-synth.lo `test -f 'src/libmpg123/synth.c' || echo './'`src/libmpg123/synth.c libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/parse.c -o src/libmpg123/libmpg123_la-parse.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/synth_8bit.c -fPIC -DPIC -o src/libmpg123/.libs/libmpg123_la-synth_8bit.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/equalizer.c -fPIC -DPIC -o src/libmpg123/.libs/libmpg123_la-equalizer.o /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libmpg123/libmpg123_la-synth_s32.lo `test -f 'src/libmpg123/synth_s32.c' || echo './'`src/libmpg123/synth_s32.c /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libmpg123/libmpg123_la-synth_real.lo `test -f 'src/libmpg123/synth_real.c' || echo './'`src/libmpg123/synth_real.c libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/readers.c -o src/libmpg123/libmpg123_la-readers.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libmpg123/libmpg123_la-lfs_wrap.lo `test -f 'src/libmpg123/lfs_wrap.c' || echo './'`src/libmpg123/lfs_wrap.c libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/synth.c -fPIC -DPIC -o src/libmpg123/.libs/libmpg123_la-synth.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/synth_real.c -fPIC -DPIC -o src/libmpg123/.libs/libmpg123_la-synth_real.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/synth_s32.c -fPIC -DPIC -o src/libmpg123/.libs/libmpg123_la-synth_s32.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/equalizer.c -o src/libmpg123/libmpg123_la-equalizer.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libmpg123/libmpg123_la-icy.lo `test -f 'src/libmpg123/icy.c' || echo './'`src/libmpg123/icy.c libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/id3.c -o src/libmpg123/libmpg123_la-id3.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libmpg123/libmpg123_la-icy2utf8.lo `test -f 'src/libmpg123/icy2utf8.c' || echo './'`src/libmpg123/icy2utf8.c libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/lfs_wrap.c -fPIC -DPIC -o src/libmpg123/.libs/libmpg123_la-lfs_wrap.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/layer1.c -o src/libmpg123/libmpg123_la-layer1.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/layer2.c -o src/libmpg123/libmpg123_la-layer2.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/icy2utf8.c -fPIC -DPIC -o src/libmpg123/.libs/libmpg123_la-icy2utf8.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libsyn123/sampleconv.c -o src/libsyn123/libsyn123_la-sampleconv.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libmpg123/libmpg123_la-feature.lo `test -f 'src/libmpg123/feature.c' || echo './'`src/libmpg123/feature.c libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/icy.c -fPIC -DPIC -o src/libmpg123/.libs/libmpg123_la-icy.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/icy2utf8.c -o src/libmpg123/libmpg123_la-icy2utf8.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/icy.c -o src/libmpg123/libmpg123_la-icy.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/libmpg123.c -o src/libmpg123/libmpg123_la-libmpg123.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/lfs_wrap.c -o src/libmpg123/libmpg123_la-lfs_wrap.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/synth_real.c -o src/libmpg123/libmpg123_la-synth_real.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/feature.c -fPIC -DPIC -o src/libmpg123/.libs/libmpg123_la-feature.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/synth_8bit.c -o src/libmpg123/libmpg123_la-synth_8bit.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libmpg123/libmpg123_la-ntom.lo `test -f 'src/libmpg123/ntom.c' || echo './'`src/libmpg123/ntom.c /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libmpg123/libmpg123_la-stringbuf.lo `test -f 'src/libmpg123/stringbuf.c' || echo './'`src/libmpg123/stringbuf.c /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -shared -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libout123/modules/output_dummy_la-dummy.lo `test -f 'src/libout123/modules/dummy.c' || echo './'`src/libout123/modules/dummy.c /bin/sh ./libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR="\"/usr/lib/mpg123\"" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -shared -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/libout123/modules/output_oss_la-oss.lo `test -f 'src/libout123/modules/oss.c' || echo './'`src/libout123/modules/oss.c libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/synth.c -o src/libmpg123/libmpg123_la-synth.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/ntom.c -fPIC -DPIC -o src/libmpg123/.libs/libmpg123_la-ntom.o /bin/sh ./libtool --tag=CC --mode=link /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -o src/compat/libcompat.la src/compat/compat_str.lo src/compat/compat.lo libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/synth_s32.c -o src/libmpg123/libmpg123_la-synth_s32.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libout123/modules/oss.c -fPIC -DPIC -o src/libout123/modules/.libs/output_oss_la-oss.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/stringbuf.c -fPIC -DPIC -o src/libmpg123/.libs/libmpg123_la-stringbuf.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/feature.c -o src/libmpg123/libmpg123_la-feature.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libout123/modules/dummy.c -fPIC -DPIC -o src/libout123/modules/.libs/output_dummy_la-dummy.o /bin/sh ./libtool --tag=CC --mode=link /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -o src/compat/libcompat_str.la src/compat/compat_str.lo libtool: link: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar cr src/compat/.libs/libcompat.a src/compat/.libs/compat_str.o src/compat/.libs/compat.o libtool: link: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib src/compat/.libs/libcompat.a /bin/sh ./libtool --tag=CC --mode=link /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -o src/libout123/libmodule.la src/libout123/module.lo libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/ntom.c -o src/libmpg123/libmpg123_la-ntom.o >/dev/null 2>&1 libtool: link: ( cd "src/compat/.libs" && rm -f "libcompat.la" && ln -s "../libcompat.la" "libcompat.la" ) /bin/sh ./libtool --tag=CC --mode=link /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -o src/compat/libcompat_dl.la src/compat/compat_dl.lo libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libsyn123/resample.c -o src/libsyn123/libsyn123_la-resample.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/stringbuf.c -o src/libmpg123/libmpg123_la-stringbuf.o >/dev/null 2>&1 libtool: link: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar cr src/libout123/.libs/libmodule.a src/libout123/.libs/module.o libtool: link: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib src/libout123/.libs/libmodule.a libtool: link: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar cr src/compat/.libs/libcompat_str.a src/compat/.libs/compat_str.o libtool: link: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib src/compat/.libs/libcompat_str.a libtool: link: ( cd "src/libout123/.libs" && rm -f "libmodule.la" && ln -s "../libmodule.la" "libmodule.la" ) libtool: link: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar cr src/compat/.libs/libcompat_dl.a src/compat/.libs/compat_dl.o libtool: link: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib src/compat/.libs/libcompat_dl.a libtool: link: ( cd "src/compat/.libs" && rm -f "libcompat_str.la" && ln -s "../libcompat_str.la" "libcompat_str.la" ) /bin/sh ./libtool --tag=CC --mode=link /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -shared -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -module -no-undefined -avoid-version -export-dynamic -export-symbols-regex '^mpg123_' -o src/libout123/modules/output_dummy.la -rpath /usr/lib/mpg123 src/libout123/modules/output_dummy_la-dummy.lo -lm src/compat/libcompat_str.la /bin/sh ./libtool --tag=CC --mode=link /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -shared -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -module -no-undefined -avoid-version -export-dynamic -export-symbols-regex '^mpg123_' -o src/libout123/modules/output_oss.la -rpath /usr/lib/mpg123 src/libout123/modules/output_oss_la-oss.lo -lm src/compat/libcompat_str.la libtool: link: ( cd "src/compat/.libs" && rm -f "libcompat_dl.la" && ln -s "../libcompat_dl.la" "libcompat_dl.la" ) /bin/sh ./libtool --tag=CC --mode=link /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -no-undefined -version-info 5:1:5 -export-symbols-regex '^out123_' -o src/libout123/libout123.la -rpath /usr/lib src/libout123/libout123_la-libout123.lo src/libout123/libout123_la-stringlists.lo src/libout123/libout123_la-wav.lo src/libout123/libout123_la-hextxt.lo src/libout123/libout123_la-buffer.lo src/libout123/libout123_la-xfermem.lo src/libout123/libmodule.la src/compat/libcompat.la -lm src/compat/libcompat_dl.la libtool: link: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-nm src/libout123/modules/.libs/output_dummy_la-dummy.o src/compat/.libs/libcompat_str.a | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /bin/sed 's/.* //' | sort | uniq > src/libout123/modules/.libs/output_dummy.exp libtool: link: /bin/grep -E -e "^mpg123_" "src/libout123/modules/.libs/output_dummy.exp" > "src/libout123/modules/.libs/output_dummy.expT" libtool: link: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-nm src/libout123/modules/.libs/output_oss_la-oss.o src/compat/.libs/libcompat_str.a | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /bin/sed 's/.* //' | sort | uniq > src/libout123/modules/.libs/output_oss.exp libtool: link: mv -f "src/libout123/modules/.libs/output_dummy.expT" "src/libout123/modules/.libs/output_dummy.exp" libtool: link: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-nm src/libout123/.libs/libout123_la-libout123.o src/libout123/.libs/libout123_la-stringlists.o src/libout123/.libs/libout123_la-wav.o src/libout123/.libs/libout123_la-hextxt.o src/libout123/.libs/libout123_la-buffer.o src/libout123/.libs/libout123_la-xfermem.o src/libout123/.libs/libmodule.a src/compat/.libs/libcompat.a src/compat/.libs/libcompat_dl.a | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /bin/sed 's/.* //' | sort | uniq > src/libout123/.libs/libout123.exp libtool: link: /bin/grep -E -e "^mpg123_" "src/libout123/modules/.libs/output_oss.exp" > "src/libout123/modules/.libs/output_oss.expT" libtool: link: echo "{ global:" > src/libout123/modules/.libs/output_dummy.ver libtool: link: cat src/libout123/modules/.libs/output_dummy.exp | sed -e "s/\(.*\)/\1;/" >> src/libout123/modules/.libs/output_dummy.ver libtool: link: mv -f "src/libout123/modules/.libs/output_oss.expT" "src/libout123/modules/.libs/output_oss.exp" libtool: link: /bin/grep -E -e "^out123_" "src/libout123/.libs/libout123.exp" > "src/libout123/.libs/libout123.expT" libtool: link: echo "local: *; };" >> src/libout123/modules/.libs/output_dummy.ver libtool: link: echo "{ global:" > src/libout123/modules/.libs/output_oss.ver libtool: link: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -shared -fPIC -DPIC src/libout123/modules/.libs/output_dummy_la-dummy.o -Wl,--whole-archive src/compat/.libs/libcompat_str.a -Wl,--no-whole-archive -lm -O2 -Os -g0 -Wl,-soname -Wl,output_dummy.so -Wl,-version-script -Wl,src/libout123/modules/.libs/output_dummy.ver -o src/libout123/modules/.libs/output_dummy.so libtool: link: mv -f "src/libout123/.libs/libout123.expT" "src/libout123/.libs/libout123.exp" libtool: link: cat src/libout123/modules/.libs/output_oss.exp | sed -e "s/\(.*\)/\1;/" >> src/libout123/modules/.libs/output_oss.ver libtool: link: echo "{ global:" > src/libout123/.libs/libout123.ver libtool: link: echo "local: *; };" >> src/libout123/modules/.libs/output_oss.ver libtool: link: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -shared -fPIC -DPIC src/libout123/modules/.libs/output_oss_la-oss.o -Wl,--whole-archive src/compat/.libs/libcompat_str.a -Wl,--no-whole-archive -lm -O2 -Os -g0 -Wl,-soname -Wl,output_oss.so -Wl,-version-script -Wl,src/libout123/modules/.libs/output_oss.ver -o src/libout123/modules/.libs/output_oss.so libtool: link: cat src/libout123/.libs/libout123.exp | sed -e "s/\(.*\)/\1;/" >> src/libout123/.libs/libout123.ver libtool: link: echo "local: *; };" >> src/libout123/.libs/libout123.ver libtool: link: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -shared -fPIC -DPIC src/libout123/.libs/libout123_la-libout123.o src/libout123/.libs/libout123_la-stringlists.o src/libout123/.libs/libout123_la-wav.o src/libout123/.libs/libout123_la-hextxt.o src/libout123/.libs/libout123_la-buffer.o src/libout123/.libs/libout123_la-xfermem.o -Wl,--whole-archive src/libout123/.libs/libmodule.a src/compat/.libs/libcompat.a src/compat/.libs/libcompat_dl.a -Wl,--no-whole-archive -lm -O2 -Os -g0 -Wl,-soname -Wl,libout123.so.0 -Wl,-version-script -Wl,src/libout123/.libs/libout123.ver -o src/libout123/.libs/libout123.so.0.5.1 libtool: link: ( cd "src/libout123/modules/.libs" && rm -f "output_dummy.la" && ln -s "../output_dummy.la" "output_dummy.la" ) libtool: link: ( cd "src/libout123/modules/.libs" && rm -f "output_oss.la" && ln -s "../output_oss.la" "output_oss.la" ) libtool: link: (cd "src/libout123/.libs" && rm -f "libout123.so.0" && ln -s "libout123.so.0.5.1" "libout123.so.0") libtool: link: (cd "src/libout123/.libs" && rm -f "libout123.so" && ln -s "libout123.so.0.5.1" "libout123.so") libtool: link: (cd src/libout123/.libs/libout123.lax/libmodule.a && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar x "/home/buildroot/instance-0/output-1/build/mpg123-1.32.6/src/libout123/.libs/libmodule.a") libtool: link: (cd src/libout123/.libs/libout123.lax/libcompat.a && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar x "/home/buildroot/instance-0/output-1/build/mpg123-1.32.6/src/compat/.libs/libcompat.a") libtool: link: (cd src/libout123/.libs/libout123.lax/libcompat_dl.a && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar x "/home/buildroot/instance-0/output-1/build/mpg123-1.32.6/src/compat/.libs/libcompat_dl.a") libtool: link: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar cr src/libout123/.libs/libout123.a src/libout123/libout123_la-libout123.o src/libout123/libout123_la-stringlists.o src/libout123/libout123_la-wav.o src/libout123/libout123_la-hextxt.o src/libout123/libout123_la-buffer.o src/libout123/libout123_la-xfermem.o src/libout123/.libs/libout123.lax/libmodule.a/module.o src/libout123/.libs/libout123.lax/libcompat.a/compat.o src/libout123/.libs/libout123.lax/libcompat.a/compat_str.o src/libout123/.libs/libout123.lax/libcompat_dl.a/compat_dl.o libtool: link: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib src/libout123/.libs/libout123.a libtool: link: rm -fr src/libout123/.libs/libout123.lax libtool: link: ( cd "src/libout123/.libs" && rm -f "libout123.la" && ln -s "../libout123.la" "libout123.la" ) libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DPKGLIBDIR=\"/usr/lib/mpg123\" -I./src/include -DOPT_GENERIC -DREAL_IS_FLOAT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c src/libmpg123/layer3.c -o src/libmpg123/libmpg123_la-layer3.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CC --mode=link /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -no-undefined -version-info 48:2:48 -export-symbols-regex '^mpg123_' -o src/libmpg123/libmpg123.la -rpath /usr/lib src/libmpg123/libmpg123_la-parse.lo src/libmpg123/libmpg123_la-frame.lo src/libmpg123/libmpg123_la-format.lo src/libmpg123/libmpg123_la-dct64.lo src/libmpg123/libmpg123_la-id3.lo src/libmpg123/libmpg123_la-optimize.lo src/libmpg123/libmpg123_la-readers.lo src/libmpg123/libmpg123_la-tabinit.lo src/libmpg123/libmpg123_la-libmpg123.lo src/libmpg123/libmpg123_la-index.lo src/libmpg123/libmpg123_la-layer1.lo src/libmpg123/libmpg123_la-layer2.lo src/libmpg123/libmpg123_la-layer3.lo src/libmpg123/libmpg123_la-equalizer.lo src/libmpg123/libmpg123_la-synth_8bit.lo src/libmpg123/libmpg123_la-synth.lo src/libmpg123/libmpg123_la-synth_s32.lo src/libmpg123/libmpg123_la-synth_real.lo src/libmpg123/libmpg123_la-lfs_wrap.lo src/libmpg123/libmpg123_la-icy.lo src/libmpg123/libmpg123_la-icy2utf8.lo src/libmpg123/libmpg123_la-feature.lo src/libmpg123/libmpg123_la-ntom.lo src/libmpg123/libmpg123_la-stringbuf.lo src/compat/libcompat.la -lm libtool: link: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-nm src/libmpg123/.libs/libmpg123_la-parse.o src/libmpg123/.libs/libmpg123_la-frame.o src/libmpg123/.libs/libmpg123_la-format.o src/libmpg123/.libs/libmpg123_la-dct64.o src/libmpg123/.libs/libmpg123_la-id3.o src/libmpg123/.libs/libmpg123_la-optimize.o src/libmpg123/.libs/libmpg123_la-readers.o src/libmpg123/.libs/libmpg123_la-tabinit.o src/libmpg123/.libs/libmpg123_la-libmpg123.o src/libmpg123/.libs/libmpg123_la-index.o src/libmpg123/.libs/libmpg123_la-layer1.o src/libmpg123/.libs/libmpg123_la-layer2.o src/libmpg123/.libs/libmpg123_la-layer3.o src/libmpg123/.libs/libmpg123_la-equalizer.o src/libmpg123/.libs/libmpg123_la-synth_8bit.o src/libmpg123/.libs/libmpg123_la-synth.o src/libmpg123/.libs/libmpg123_la-synth_s32.o src/libmpg123/.libs/libmpg123_la-synth_real.o src/libmpg123/.libs/libmpg123_la-lfs_wrap.o src/libmpg123/.libs/libmpg123_la-icy.o src/libmpg123/.libs/libmpg123_la-icy2utf8.o src/libmpg123/.libs/libmpg123_la-feature.o src/libmpg123/.libs/libmpg123_la-ntom.o src/libmpg123/.libs/libmpg123_la-stringbuf.o src/compat/.libs/libcompat.a | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /bin/sed 's/.* //' | sort | uniq > src/libmpg123/.libs/libmpg123.exp libtool: link: /bin/grep -E -e "^mpg123_" "src/libmpg123/.libs/libmpg123.exp" > "src/libmpg123/.libs/libmpg123.expT" /bin/sh ./libtool --tag=CC --mode=link /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -no-undefined -version-info 2:3:2 -export-symbols-regex '^syn123_' -o src/libsyn123/libsyn123.la -rpath /usr/lib src/libsyn123/libsyn123_la-pinknoise.lo src/libsyn123/libsyn123_la-geiger.lo src/libsyn123/libsyn123_la-libsyn123.lo src/libsyn123/libsyn123_la-volume.lo src/libsyn123/libsyn123_la-resample.lo src/libsyn123/libsyn123_la-filter.lo src/libsyn123/libsyn123_la-sampleconv.lo src/compat/libcompat_str.la -lm libtool: link: mv -f "src/libmpg123/.libs/libmpg123.expT" "src/libmpg123/.libs/libmpg123.exp" libtool: link: echo "{ global:" > src/libmpg123/.libs/libmpg123.ver libtool: link: cat src/libmpg123/.libs/libmpg123.exp | sed -e "s/\(.*\)/\1;/" >> src/libmpg123/.libs/libmpg123.ver libtool: link: echo "local: *; };" >> src/libmpg123/.libs/libmpg123.ver libtool: link: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -shared -fPIC -DPIC src/libmpg123/.libs/libmpg123_la-parse.o src/libmpg123/.libs/libmpg123_la-frame.o src/libmpg123/.libs/libmpg123_la-format.o src/libmpg123/.libs/libmpg123_la-dct64.o src/libmpg123/.libs/libmpg123_la-id3.o src/libmpg123/.libs/libmpg123_la-optimize.o src/libmpg123/.libs/libmpg123_la-readers.o src/libmpg123/.libs/libmpg123_la-tabinit.o src/libmpg123/.libs/libmpg123_la-libmpg123.o src/libmpg123/.libs/libmpg123_la-index.o src/libmpg123/.libs/libmpg123_la-layer1.o src/libmpg123/.libs/libmpg123_la-layer2.o src/libmpg123/.libs/libmpg123_la-layer3.o src/libmpg123/.libs/libmpg123_la-equalizer.o src/libmpg123/.libs/libmpg123_la-synth_8bit.o src/libmpg123/.libs/libmpg123_la-synth.o src/libmpg123/.libs/libmpg123_la-synth_s32.o src/libmpg123/.libs/libmpg123_la-synth_real.o src/libmpg123/.libs/libmpg123_la-lfs_wrap.o src/libmpg123/.libs/libmpg123_la-icy.o src/libmpg123/.libs/libmpg123_la-icy2utf8.o src/libmpg123/.libs/libmpg123_la-feature.o src/libmpg123/.libs/libmpg123_la-ntom.o src/libmpg123/.libs/libmpg123_la-stringbuf.o -Wl,--whole-archive src/compat/.libs/libcompat.a -Wl,--no-whole-archive -lm -O2 -Os -g0 -Wl,-soname -Wl,libmpg123.so.0 -Wl,-version-script -Wl,src/libmpg123/.libs/libmpg123.ver -o src/libmpg123/.libs/libmpg123.so.0.48.2 libtool: link: (cd "src/libmpg123/.libs" && rm -f "libmpg123.so.0" && ln -s "libmpg123.so.0.48.2" "libmpg123.so.0") libtool: link: (cd "src/libmpg123/.libs" && rm -f "libmpg123.so" && ln -s "libmpg123.so.0.48.2" "libmpg123.so") libtool: link: (cd src/libmpg123/.libs/libmpg123.lax/libcompat.a && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar x "/home/buildroot/instance-0/output-1/build/mpg123-1.32.6/src/compat/.libs/libcompat.a") libtool: link: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-nm src/libsyn123/.libs/libsyn123_la-pinknoise.o src/libsyn123/.libs/libsyn123_la-geiger.o src/libsyn123/.libs/libsyn123_la-libsyn123.o src/libsyn123/.libs/libsyn123_la-volume.o src/libsyn123/.libs/libsyn123_la-resample.o src/libsyn123/.libs/libsyn123_la-filter.o src/libsyn123/.libs/libsyn123_la-sampleconv.o src/compat/.libs/libcompat_str.a | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /bin/sed 's/.* //' | sort | uniq > src/libsyn123/.libs/libsyn123.exp libtool: link: /bin/grep -E -e "^syn123_" "src/libsyn123/.libs/libsyn123.exp" > "src/libsyn123/.libs/libsyn123.expT" libtool: link: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar cr src/libmpg123/.libs/libmpg123.a src/libmpg123/libmpg123_la-parse.o src/libmpg123/libmpg123_la-frame.o src/libmpg123/libmpg123_la-format.o src/libmpg123/libmpg123_la-dct64.o src/libmpg123/libmpg123_la-id3.o src/libmpg123/libmpg123_la-optimize.o src/libmpg123/libmpg123_la-readers.o src/libmpg123/libmpg123_la-tabinit.o src/libmpg123/libmpg123_la-libmpg123.o src/libmpg123/libmpg123_la-index.o src/libmpg123/libmpg123_la-layer1.o src/libmpg123/libmpg123_la-layer2.o src/libmpg123/libmpg123_la-layer3.o src/libmpg123/libmpg123_la-equalizer.o src/libmpg123/libmpg123_la-synth_8bit.o src/libmpg123/libmpg123_la-synth.o src/libmpg123/libmpg123_la-synth_s32.o src/libmpg123/libmpg123_la-synth_real.o src/libmpg123/libmpg123_la-lfs_wrap.o src/libmpg123/libmpg123_la-icy.o src/libmpg123/libmpg123_la-icy2utf8.o src/libmpg123/libmpg123_la-feature.o src/libmpg123/libmpg123_la-ntom.o src/libmpg123/libmpg123_la-stringbuf.o src/libmpg123/.libs/libmpg123.lax/libcompat.a/compat.o src/libmpg123/.libs/libmpg123.lax/libcompat.a/compat_str.o libtool: link: mv -f "src/libsyn123/.libs/libsyn123.expT" "src/libsyn123/.libs/libsyn123.exp" libtool: link: echo "{ global:" > src/libsyn123/.libs/libsyn123.ver libtool: link: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib src/libmpg123/.libs/libmpg123.a libtool: link: cat src/libsyn123/.libs/libsyn123.exp | sed -e "s/\(.*\)/\1;/" >> src/libsyn123/.libs/libsyn123.ver libtool: link: echo "local: *; };" >> src/libsyn123/.libs/libsyn123.ver libtool: link: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -shared -fPIC -DPIC src/libsyn123/.libs/libsyn123_la-pinknoise.o src/libsyn123/.libs/libsyn123_la-geiger.o src/libsyn123/.libs/libsyn123_la-libsyn123.o src/libsyn123/.libs/libsyn123_la-volume.o src/libsyn123/.libs/libsyn123_la-resample.o src/libsyn123/.libs/libsyn123_la-filter.o src/libsyn123/.libs/libsyn123_la-sampleconv.o -Wl,--whole-archive src/compat/.libs/libcompat_str.a -Wl,--no-whole-archive -lm -O2 -Os -g0 -Wl,-soname -Wl,libsyn123.so.0 -Wl,-version-script -Wl,src/libsyn123/.libs/libsyn123.ver -o src/libsyn123/.libs/libsyn123.so.0.2.3 libtool: link: rm -fr src/libmpg123/.libs/libmpg123.lax libtool: link: ( cd "src/libmpg123/.libs" && rm -f "libmpg123.la" && ln -s "../libmpg123.la" "libmpg123.la" ) /bin/sh ./libtool --tag=CC --mode=link /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -o src/mpg123-id3dump src/mpg123-id3dump.o src/getlopt.o src/compat/libcompat.la src/libmpg123/libmpg123.la -lm /bin/sh ./libtool --tag=CC --mode=link /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -o src/mpg123-strip src/mpg123-strip.o src/getlopt.o src/compat/libcompat.la src/libmpg123/libmpg123.la -lm libtool: link: (cd "src/libsyn123/.libs" && rm -f "libsyn123.so.0" && ln -s "libsyn123.so.0.2.3" "libsyn123.so.0") libtool: link: (cd "src/libsyn123/.libs" && rm -f "libsyn123.so" && ln -s "libsyn123.so.0.2.3" "libsyn123.so") libtool: link: (cd src/libsyn123/.libs/libsyn123.lax/libcompat_str.a && /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar x "/home/buildroot/instance-0/output-1/build/mpg123-1.32.6/src/compat/.libs/libcompat_str.a") libtool: link: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar cr src/libsyn123/.libs/libsyn123.a src/libsyn123/libsyn123_la-pinknoise.o src/libsyn123/libsyn123_la-geiger.o src/libsyn123/libsyn123_la-libsyn123.o src/libsyn123/libsyn123_la-volume.o src/libsyn123/libsyn123_la-resample.o src/libsyn123/libsyn123_la-filter.o src/libsyn123/libsyn123_la-sampleconv.o src/libsyn123/.libs/libsyn123.lax/libcompat_str.a/compat_str.o libtool: link: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib src/libsyn123/.libs/libsyn123.a libtool: link: rm -fr src/libsyn123/.libs/libsyn123.lax libtool: link: ( cd "src/libsyn123/.libs" && rm -f "libsyn123.la" && ln -s "../libsyn123.la" "libsyn123.la" ) libtool: link: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -o src/mpg123-strip src/mpg123-strip.o src/getlopt.o src/compat/.libs/libcompat.a src/libmpg123/.libs/libmpg123.so -lm -Wl,-rpath -Wl,/home/buildroot/instance-0/output-1/build/mpg123-1.32.6/src/libmpg123/.libs /bin/sh ./libtool --tag=CC --mode=link /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -o src/out123 src/sysutil.o src/getlopt.o src/local.o src/filters.o src/out123.o src/compat/libcompat.la src/libsyn123/libsyn123.la src/libout123/libout123.la -lm /bin/sh ./libtool --tag=CC --mode=link /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -o src/mpg123 src/audio.o src/common.o src/sysutil.o src/control_generic.o src/equalizer.o src/getlopt.o src/httpget.o src/resolver.o src/genre.o src/mpg123.o src/metaprint.o src/local.o src/playlist.o src/streamdump.o src/term.o src/term_posix.o src/net123_exec.o src/compat/libcompat.la src/libmpg123/libmpg123.la src/libout123/libout123.la src/libsyn123/libsyn123.la -lm libtool: link: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -o src/mpg123-id3dump src/mpg123-id3dump.o src/getlopt.o src/compat/.libs/libcompat.a src/libmpg123/.libs/libmpg123.so -lm -Wl,-rpath -Wl,/home/buildroot/instance-0/output-1/build/mpg123-1.32.6/src/libmpg123/.libs libtool: link: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -o src/out123 src/sysutil.o src/getlopt.o src/local.o src/filters.o src/out123.o src/compat/.libs/libcompat.a src/libsyn123/.libs/libsyn123.so src/libout123/.libs/libout123.so -lm -Wl,-rpath -Wl,/home/buildroot/instance-0/output-1/build/mpg123-1.32.6/src/libsyn123/.libs -Wl,-rpath -Wl,/home/buildroot/instance-0/output-1/build/mpg123-1.32.6/src/libout123/.libs libtool: link: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -o src/mpg123 src/audio.o src/common.o src/sysutil.o src/control_generic.o src/equalizer.o src/getlopt.o src/httpget.o src/resolver.o src/genre.o src/mpg123.o src/metaprint.o src/local.o src/playlist.o src/streamdump.o src/term.o src/term_posix.o src/net123_exec.o src/compat/.libs/libcompat.a src/libmpg123/.libs/libmpg123.so src/libout123/.libs/libout123.so src/libsyn123/.libs/libsyn123.so -lm -Wl,-rpath -Wl,/home/buildroot/instance-0/output-1/build/mpg123-1.32.6/src/libmpg123/.libs -Wl,-rpath -Wl,/home/buildroot/instance-0/output-1/build/mpg123-1.32.6/src/libout123/.libs -Wl,-rpath -Wl,/home/buildroot/instance-0/output-1/build/mpg123-1.32.6/src/libsyn123/.libs make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/mpg123-1.32.6' >>> mpg123 1.32.6 Installing to staging directory GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 DESTDIR=/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot install -C /home/buildroot/instance-0/output-1/build/mpg123-1.32.6/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/mpg123-1.32.6' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/mpg123-1.32.6' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include' /bin/sh ./libtool --mode=install /usr/bin/install -c src/libout123/libout123.la src/libmpg123/libmpg123.la src/libsyn123/libsyn123.la '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man1' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 src/include/out123.h src/include/mpg123.h src/include/syn123.h src/include/fmt123.h '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include' /usr/bin/install -c -m 644 libmpg123.pc libout123.pc libsyn123.pc '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 man1/mpg123.1 man1/out123.1 '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man1' libtool: install: /usr/bin/install -c src/libout123/.libs/libout123.so.0.5.1 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libout123.so.0.5.1 libtool: install: (cd /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libout123.so.0.5.1 libout123.so.0 || { rm -f libout123.so.0 && ln -s libout123.so.0.5.1 libout123.so.0; }; }) libtool: install: (cd /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libout123.so.0.5.1 libout123.so || { rm -f libout123.so && ln -s libout123.so.0.5.1 libout123.so; }; }) libtool: install: /usr/bin/install -c src/libout123/.libs/libout123.lai /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libout123.la libtool: install: /usr/bin/install -c src/libmpg123/.libs/libmpg123.so.0.48.2 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libmpg123.so.0.48.2 libtool: install: (cd /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libmpg123.so.0.48.2 libmpg123.so.0 || { rm -f libmpg123.so.0 && ln -s libmpg123.so.0.48.2 libmpg123.so.0; }; }) libtool: install: (cd /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libmpg123.so.0.48.2 libmpg123.so || { rm -f libmpg123.so && ln -s libmpg123.so.0.48.2 libmpg123.so; }; }) libtool: install: /usr/bin/install -c src/libmpg123/.libs/libmpg123.lai /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libmpg123.la libtool: install: /usr/bin/install -c src/libsyn123/.libs/libsyn123.so.0.2.3 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libsyn123.so.0.2.3 libtool: install: (cd /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libsyn123.so.0.2.3 libsyn123.so.0 || { rm -f libsyn123.so.0 && ln -s libsyn123.so.0.2.3 libsyn123.so.0; }; }) libtool: install: (cd /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libsyn123.so.0.2.3 libsyn123.so || { rm -f libsyn123.so && ln -s libsyn123.so.0.2.3 libsyn123.so; }; }) libtool: install: /usr/bin/install -c src/libsyn123/.libs/libsyn123.lai /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libsyn123.la libtool: install: /usr/bin/install -c src/libout123/.libs/libout123.a /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libout123.a libtool: install: chmod 644 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libout123.a libtool: install: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libout123.a libtool: install: /usr/bin/install -c src/libmpg123/.libs/libmpg123.a /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libmpg123.a libtool: install: chmod 644 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libmpg123.a libtool: install: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libmpg123.a libtool: install: /usr/bin/install -c src/libsyn123/.libs/libsyn123.a /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libsyn123.a libtool: install: chmod 644 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libsyn123.a libtool: install: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libsyn123.a libtool: warning: remember to run 'libtool --finish /usr/lib' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/mpg123' /bin/sh ./libtool --mode=install /usr/bin/install -c src/libout123/modules/output_dummy.la src/libout123/modules/output_oss.la '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/mpg123' /bin/sh ./libtool --mode=install /usr/bin/install -c src/out123 src/mpg123 src/mpg123-id3dump src/mpg123-strip '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin' libtool: install: /usr/bin/install -c src/libout123/modules/.libs/output_dummy.so /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/mpg123/output_dummy.so libtool: install: /usr/bin/install -c src/libout123/modules/.libs/output_dummy.lai /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/mpg123/output_dummy.la libtool: install: /usr/bin/install -c src/out123 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin/out123 libtool: install: /usr/bin/install -c src/libout123/modules/.libs/output_oss.so /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/mpg123/output_oss.so libtool: install: /usr/bin/install -c src/libout123/modules/.libs/output_oss.lai /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/mpg123/output_oss.la libtool: install: /usr/bin/install -c src/mpg123 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin/mpg123 libtool: warning: remember to run 'libtool --finish /usr/lib/mpg123' libtool: install: /usr/bin/install -c src/mpg123-id3dump /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin/mpg123-id3dump libtool: install: /usr/bin/install -c src/mpg123-strip /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin/mpg123-strip /usr/bin/make install-exec-hook make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/mpg123-1.32.6' cd /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/mpg123 && rm -f output_dummy.la output_oss.la make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/mpg123-1.32.6' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/mpg123-1.32.6' make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/mpg123-1.32.6' >>> mpg123 1.32.6 Fixing libtool files for la in $(find /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/instance-0/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 >>> mpg123 1.32.6 Installing to target GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 DESTDIR=/home/buildroot/instance-0/output-1/target install -C /home/buildroot/instance-0/output-1/build/mpg123-1.32.6/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/mpg123-1.32.6' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/mpg123-1.32.6' /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/lib' /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/include' /bin/sh ./libtool --mode=install /usr/bin/install -c src/libout123/libout123.la src/libmpg123/libmpg123.la src/libsyn123/libsyn123.la '/home/buildroot/instance-0/output-1/target/usr/lib' /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/share/man/man1' /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 src/include/out123.h src/include/mpg123.h src/include/syn123.h src/include/fmt123.h '/home/buildroot/instance-0/output-1/target/usr/include' /usr/bin/install -c -m 644 libmpg123.pc libout123.pc libsyn123.pc '/home/buildroot/instance-0/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 man1/mpg123.1 man1/out123.1 '/home/buildroot/instance-0/output-1/target/usr/share/man/man1' libtool: install: /usr/bin/install -c src/libout123/.libs/libout123.so.0.5.1 /home/buildroot/instance-0/output-1/target/usr/lib/libout123.so.0.5.1 libtool: install: (cd /home/buildroot/instance-0/output-1/target/usr/lib && { ln -s -f libout123.so.0.5.1 libout123.so.0 || { rm -f libout123.so.0 && ln -s libout123.so.0.5.1 libout123.so.0; }; }) libtool: install: (cd /home/buildroot/instance-0/output-1/target/usr/lib && { ln -s -f libout123.so.0.5.1 libout123.so || { rm -f libout123.so && ln -s libout123.so.0.5.1 libout123.so; }; }) libtool: install: /usr/bin/install -c src/libout123/.libs/libout123.lai /home/buildroot/instance-0/output-1/target/usr/lib/libout123.la libtool: install: /usr/bin/install -c src/libmpg123/.libs/libmpg123.so.0.48.2 /home/buildroot/instance-0/output-1/target/usr/lib/libmpg123.so.0.48.2 libtool: install: (cd /home/buildroot/instance-0/output-1/target/usr/lib && { ln -s -f libmpg123.so.0.48.2 libmpg123.so.0 || { rm -f libmpg123.so.0 && ln -s libmpg123.so.0.48.2 libmpg123.so.0; }; }) libtool: install: (cd /home/buildroot/instance-0/output-1/target/usr/lib && { ln -s -f libmpg123.so.0.48.2 libmpg123.so || { rm -f libmpg123.so && ln -s libmpg123.so.0.48.2 libmpg123.so; }; }) libtool: install: /usr/bin/install -c src/libmpg123/.libs/libmpg123.lai /home/buildroot/instance-0/output-1/target/usr/lib/libmpg123.la libtool: install: /usr/bin/install -c src/libsyn123/.libs/libsyn123.so.0.2.3 /home/buildroot/instance-0/output-1/target/usr/lib/libsyn123.so.0.2.3 libtool: install: (cd /home/buildroot/instance-0/output-1/target/usr/lib && { ln -s -f libsyn123.so.0.2.3 libsyn123.so.0 || { rm -f libsyn123.so.0 && ln -s libsyn123.so.0.2.3 libsyn123.so.0; }; }) libtool: install: (cd /home/buildroot/instance-0/output-1/target/usr/lib && { ln -s -f libsyn123.so.0.2.3 libsyn123.so || { rm -f libsyn123.so && ln -s libsyn123.so.0.2.3 libsyn123.so; }; }) libtool: install: /usr/bin/install -c src/libsyn123/.libs/libsyn123.lai /home/buildroot/instance-0/output-1/target/usr/lib/libsyn123.la libtool: install: /usr/bin/install -c src/libout123/.libs/libout123.a /home/buildroot/instance-0/output-1/target/usr/lib/libout123.a libtool: install: chmod 644 /home/buildroot/instance-0/output-1/target/usr/lib/libout123.a libtool: install: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib /home/buildroot/instance-0/output-1/target/usr/lib/libout123.a libtool: install: /usr/bin/install -c src/libmpg123/.libs/libmpg123.a /home/buildroot/instance-0/output-1/target/usr/lib/libmpg123.a libtool: install: chmod 644 /home/buildroot/instance-0/output-1/target/usr/lib/libmpg123.a libtool: install: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib /home/buildroot/instance-0/output-1/target/usr/lib/libmpg123.a libtool: install: /usr/bin/install -c src/libsyn123/.libs/libsyn123.a /home/buildroot/instance-0/output-1/target/usr/lib/libsyn123.a libtool: install: chmod 644 /home/buildroot/instance-0/output-1/target/usr/lib/libsyn123.a libtool: install: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib /home/buildroot/instance-0/output-1/target/usr/lib/libsyn123.a libtool: warning: remember to run 'libtool --finish /usr/lib' /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/bin' /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/lib/mpg123' /bin/sh ./libtool --mode=install /usr/bin/install -c src/libout123/modules/output_dummy.la src/libout123/modules/output_oss.la '/home/buildroot/instance-0/output-1/target/usr/lib/mpg123' /bin/sh ./libtool --mode=install /usr/bin/install -c src/out123 src/mpg123 src/mpg123-id3dump src/mpg123-strip '/home/buildroot/instance-0/output-1/target/usr/bin' libtool: install: /usr/bin/install -c src/libout123/modules/.libs/output_dummy.so /home/buildroot/instance-0/output-1/target/usr/lib/mpg123/output_dummy.so libtool: install: /usr/bin/install -c src/libout123/modules/.libs/output_dummy.lai /home/buildroot/instance-0/output-1/target/usr/lib/mpg123/output_dummy.la libtool: install: /usr/bin/install -c src/libout123/modules/.libs/output_oss.so /home/buildroot/instance-0/output-1/target/usr/lib/mpg123/output_oss.so libtool: install: /usr/bin/install -c src/out123 /home/buildroot/instance-0/output-1/target/usr/bin/out123 libtool: install: /usr/bin/install -c src/libout123/modules/.libs/output_oss.lai /home/buildroot/instance-0/output-1/target/usr/lib/mpg123/output_oss.la libtool: install: /usr/bin/install -c src/mpg123 /home/buildroot/instance-0/output-1/target/usr/bin/mpg123 libtool: warning: remember to run 'libtool --finish /usr/lib/mpg123' libtool: install: /usr/bin/install -c src/mpg123-id3dump /home/buildroot/instance-0/output-1/target/usr/bin/mpg123-id3dump libtool: install: /usr/bin/install -c src/mpg123-strip /home/buildroot/instance-0/output-1/target/usr/bin/mpg123-strip /usr/bin/make install-exec-hook make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/mpg123-1.32.6' cd /home/buildroot/instance-0/output-1/target/usr/lib/mpg123 && rm -f output_dummy.la output_oss.la make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/mpg123-1.32.6' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/mpg123-1.32.6' make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/mpg123-1.32.6' mtools-4.0.43.tar.lz: OK (sha256: 997ffe4125a19de1fd433ed63f128f7d54bc1a5915f3cdb36da6491ef917f217) lzip-1.23.tar.gz: OK (sha256: 4792c047ddf15ef29d55ba8e68a1a21e0cb7692d87ecdf7204419864582f280d) >>> host-lzip 1.23 Extracting gzip -d -c /home/buildroot/instance-0/dl/lzip/lzip-1.23.tar.gz | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/host-lzip-1.23 -xf - >>> host-lzip 1.23 Patching >>> host-lzip 1.23 Configuring (cd /home/buildroot/instance-0/output-1/build/host-lzip-1.23; GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/instance-0/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="/home/buildroot/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/instance-0/output-1/host/share/pkgconfig" ./configure --prefix=/home/buildroot/instance-0/output-1/host GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/instance-0/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="/home/buildroot/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/instance-0/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/home/buildroot/instance-0/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/instance-0/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/instance-0/output-1/host/include" LDFLAGS="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CC="/usr/bin/gcc" CXX="/usr/bin/g++") creating config.status creating Makefile VPATH = . prefix = /home/buildroot/instance-0/output-1/host exec_prefix = $(prefix) bindir = $(exec_prefix)/bin datarootdir = $(prefix)/share infodir = $(datarootdir)/info mandir = $(datarootdir)/man CXX = /usr/bin/g++ CPPFLAGS = -I/home/buildroot/instance-0/output-1/host/include CXXFLAGS = -O2 -I/home/buildroot/instance-0/output-1/host/include LDFLAGS = -L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib OK. Now you can run make. >>> host-lzip 1.23 Building GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/instance-0/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="/home/buildroot/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j17 -C /home/buildroot/instance-0/output-1/build/host-lzip-1.23 make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/host-lzip-1.23' /usr/bin/g++ -I/home/buildroot/instance-0/output-1/host/include -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o arg_parser.o arg_parser.cc /usr/bin/g++ -I/home/buildroot/instance-0/output-1/host/include -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o lzip_index.o lzip_index.cc /usr/bin/g++ -I/home/buildroot/instance-0/output-1/host/include -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o list.o list.cc /usr/bin/g++ -I/home/buildroot/instance-0/output-1/host/include -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o encoder_base.o encoder_base.cc /usr/bin/g++ -I/home/buildroot/instance-0/output-1/host/include -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o encoder.o encoder.cc /usr/bin/g++ -I/home/buildroot/instance-0/output-1/host/include -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o fast_encoder.o fast_encoder.cc /usr/bin/g++ -I/home/buildroot/instance-0/output-1/host/include -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o decoder.o decoder.cc /usr/bin/g++ -I/home/buildroot/instance-0/output-1/host/include -O2 -I/home/buildroot/instance-0/output-1/host/include -DPROGVERSION=\"1.23\" -c -o main.o main.cc /usr/bin/g++ -O2 -I/home/buildroot/instance-0/output-1/host/include -L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib -o lzip arg_parser.o lzip_index.o list.o encoder_base.o encoder.o fast_encoder.o decoder.o main.o make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-lzip-1.23' >>> host-lzip 1.23 Installing to host directory GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/instance-0/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="/home/buildroot/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j17 -C /home/buildroot/instance-0/output-1/build/host-lzip-1.23 install make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/host-lzip-1.23' if [ ! -d "/home/buildroot/instance-0/output-1/host/bin" ] ; then install -d -m 755 "/home/buildroot/instance-0/output-1/host/bin" ; fi if [ ! -d "/home/buildroot/instance-0/output-1/host/share/info" ] ; then install -d -m 755 "/home/buildroot/instance-0/output-1/host/share/info" ; fi if [ ! -d "/home/buildroot/instance-0/output-1/host/share/man/man1" ] ; then install -d -m 755 "/home/buildroot/instance-0/output-1/host/share/man/man1" ; fi install -m 755 ./lzip "/home/buildroot/instance-0/output-1/host/bin/lzip" rm -f "/home/buildroot/instance-0/output-1/host/share/info/lzip.info"* rm -f "/home/buildroot/instance-0/output-1/host/share/man/man1/lzip.1"* install -m 644 ./doc/lzip.info "/home/buildroot/instance-0/output-1/host/share/info/lzip.info" install -m 644 ./doc/lzip.1 "/home/buildroot/instance-0/output-1/host/share/man/man1/lzip.1" if /bin/sh -c "install-info --version" > /dev/null 2>&1 ; then \ install-info --info-dir="/home/buildroot/instance-0/output-1/host/share/info" "/home/buildroot/instance-0/output-1/host/share/info/lzip.info" ; \ fi make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-lzip-1.23' >>> host-mtools 4.0.43 Extracting /home/buildroot/instance-0/output-1/host/bin/lzip -d -c /home/buildroot/instance-0/dl/mtools/mtools-4.0.43.tar.lz | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/host-mtools-4.0.43 -xf - >>> host-mtools 4.0.43 Patching >>> host-mtools 4.0.43 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/instance-0/output-1/build/host-mtools-4.0.43 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-mtools 4.0.43 Patching libtool >>> host-mtools 4.0.43 Configuring (cd /home/buildroot/instance-0/output-1/build/host-mtools-4.0.43/ && rm -rf config.cache; GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/instance-0/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="/home/buildroot/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/instance-0/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/home/buildroot/instance-0/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/instance-0/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/instance-0/output-1/host/include" LDFLAGS="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/home/buildroot/instance-0/output-1/host/include" LDFLAGS="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" ac_cv_lib_bsd_gethostbyname=no ac_cv_lib_bsd_main=no ac_cv_path_INSTALL_INFO= CONFIG_SITE=/dev/null ./configure --prefix="/home/buildroot/instance-0/output-1/host" --sysconfdir="/home/buildroot/instance-0/output-1/host/etc" --localstatedir="/home/buildroot/instance-0/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, --disable-nls, --disable-dependency-tracking checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for install-info... (cached) no 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 for an ANSI C-conforming const... yes checking for inline... inline checking for getpwnam in -lsun... no checking for iconv in -liconv... no checking for sys/wait.h that is POSIX.1 compatible... 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 for stdbool.h that conforms to C99... yes checking for _Bool... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for inttypes.h... (cached) yes checking libc.h usability... no checking libc.h presence... no checking for libc.h... no checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for memory.h... (cached) yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking io.h usability... no checking io.h presence... no checking for io.h... no checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking sys/signal.h usability... yes checking sys/signal.h presence... yes checking for sys/signal.h... yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking sgtty.h usability... yes checking sgtty.h presence... yes checking for sgtty.h... yes checking sys/floppy.h usability... no checking sys/floppy.h presence... no checking for sys/floppy.h... no checking mntent.h usability... yes checking mntent.h presence... yes checking for mntent.h... yes checking sys/sysmacros.h usability... yes checking sys/sysmacros.h presence... yes checking for sys/sysmacros.h... yes checking assert.h usability... yes checking assert.h presence... yes checking for assert.h... yes checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... 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 dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking termio.h usability... yes checking termio.h presence... yes checking for termio.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking sys/fdio.h usability... no checking sys/fdio.h presence... no checking for sys/fdio.h... 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 int8_t... yes checking for int16_t... yes checking for int32_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for ssize_t... yes checking for size_t... yes checking for off_t... yes checking for uid_t in sys/types.h... yes checking for pid_t... yes checking for caddr_t... yes checking for long long... yes checking size of size_t... 8 checking size of off_t... 8 checking size of time_t... 8 checking size of long... 8 checking size of int... 4 checking for htons... yes checking for an ANSI C-conforming const... (cached) yes checking for inline... (cached) inline checking for size_t... (cached) yes checking whether struct tm is in sys/time.h or time.h... time.h checking for strerror... yes checking for random... yes checking for srandom... yes checking for strchr... yes checking for strrchr... yes checking for lockf... yes checking for flock... yes checking for strcasecmp... yes checking for strncasecmp... yes checking for strnlen... yes checking for atexit... yes checking for on_exit... yes checking for getpass... yes checking for memmove... yes checking for strdup... yes checking for strndup... yes checking for strcspn... yes checking for strspn... yes checking for strtoul... yes checking for strtol... yes checking for strtoll... yes checking for strtoui... no checking for memcpy... yes checking for strpbrk... yes checking for memset... yes checking for setenv... yes checking for seteuid... yes checking for setresuid... yes checking for tcsetattr... yes checking for tcflush... yes checking for basename... yes checking for readdir... yes checking for snprintf... yes checking for setlocale... yes checking for strstr... yes checking for toupper_l... yes checking for strncasecmp_l... yes checking for wcsdup... yes checking for wcscasecmp... yes checking for wcsnlen... yes checking for putwc... yes checking for alarm... yes checking for sigaction... yes checking for usleep... yes checking for lstat... yes checking for unsetenv... yes checking for mkdir... yes checking for utimes... yes checking for tzset... yes checking for gettimeofday... yes checking whether sys_errlist is declared... yes checking whether optarg is declared... yes checking for X... no configure: creating ./config.status config.status: creating Makefile 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, --with-xmlto, --with-fop, --disable-nls, --disable-dependency-tracking >>> host-mtools 4.0.43 Building GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/instance-0/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="/home/buildroot/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /home/buildroot/instance-0/output-1/build/host-mtools-4.0.43/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/host-mtools-4.0.43' /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c buffer.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c charsetConv.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c codepages.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c config.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c copyfile.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c device.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c devices.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c dirCache.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c directory.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c direntry.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c dos2unix.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c expand.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c fat.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c fat_free.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c file.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c file_name.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c force_io.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c hash.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c init.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c lba.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c llong.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c lockdev.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c match.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c mainloop.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c mattrib.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c mbadblocks.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c mcat.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c mcd.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c mcopy.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c mdel.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c mdir.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c mdoctorfat.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c mdu.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c mformat.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c minfo.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c misc.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c missFuncs.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c mk_direntry.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c mlabel.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c mmd.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c mmount.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c mmove.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c mpartition.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c mshortname.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c mshowfat.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c mzip.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c mtools.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c offset.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c old_dos.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c open_image.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c patchlevel.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c partition.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c plain_io.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c precmd.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c privileges.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c remap.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c scsi_io.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c scsi.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c signal.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c stream.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c streamcache.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c swap.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c unix2dos.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c unixdir.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c tty.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c vfat.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c strtonum.c /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c xdf_io.c /usr/bin/gcc -L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib buffer.o charsetConv.o codepages.o config.o copyfile.o device.o devices.o dirCache.o directory.o direntry.o dos2unix.o expand.o fat.o fat_free.o file.o file_name.o force_io.o hash.o init.o lba.o llong.o lockdev.o match.o mainloop.o mattrib.o mbadblocks.o mcat.o mcd.o mcopy.o mdel.o mdir.o mdoctorfat.o mdu.o mformat.o minfo.o misc.o missFuncs.o mk_direntry.o mlabel.o mmd.o mmount.o mmove.o mpartition.o mshortname.o mshowfat.o mzip.o mtools.o offset.o old_dos.o open_image.o patchlevel.o partition.o plain_io.o precmd.o privileges.o remap.o scsi_io.o scsi.o signal.o stream.o streamcache.o swap.o unix2dos.o unixdir.o tty.o vfat.o strtonum.o xdf_io.o -o mtools rm -f mattrib && ln -s mtools mattrib rm -f mcat && ln -s mtools mcat rm -f mcd && ln -s mtools mcd rm -f mcopy && ln -s mtools mcopy rm -f mdel && ln -s mtools mdel rm -f mdeltree && ln -s mtools mdeltree rm -f mdir && ln -s mtools mdir rm -f mdu && ln -s mtools mdu rm -f mformat && ln -s mtools mformat rm -f minfo && ln -s mtools minfo rm -f mlabel && ln -s mtools mlabel rm -f mmd && ln -s mtools mmd rm -f mmount && ln -s mtools mmount rm -f mmove && ln -s mtools mmove rm -f mpartition && ln -s mtools mpartition rm -f mrd && ln -s mtools mrd rm -f mren && ln -s mtools mren rm -f mtype && ln -s mtools mtype rm -f mtoolstest && ln -s mtools mtoolstest rm -f mshortname && ln -s mtools mshortname rm -f mshowfat && ln -s mtools mshowfat rm -f mbadblocks && ln -s mtools mbadblocks rm -f mzip && ln -s mtools mzip /usr/bin/gcc -I/home/buildroot/instance-0/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/instance-0/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/instance-0/output-1/host/include -I. -I. -c mkmanifest.c /usr/bin/gcc -L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib missFuncs.o mkmanifest.o misc.o patchlevel.o -o mkmanifest sed "s%SYSCONFDIR%/home/buildroot/instance-0/output-1/host/etc/%g" ./mtools.tmpl.1 >mtools.1 sed "s%SYSCONFDIR%/home/buildroot/instance-0/output-1/host/etc/%g" ./mtools.tmpl.5 >mtools.5 make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-mtools-4.0.43' >>> host-mtools 4.0.43 Installing to host directory GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/instance-0/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="/home/buildroot/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /home/buildroot/instance-0/output-1/build/host-mtools-4.0.43/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/host-mtools-4.0.43' ./mkinstalldirs /home/buildroot/instance-0/output-1/host/bin /usr/bin/install -c mtools /home/buildroot/instance-0/output-1/host/bin/mtools /home/buildroot/instance-0/output-1/host/share/man/man1/floppyd.1 /home/buildroot/instance-0/output-1/host/share/man/man1/floppyd_installtest.1 /home/buildroot/instance-0/output-1/host/share/man/man1/mattrib.1 /home/buildroot/instance-0/output-1/host/share/man/man1/mbadblocks.1 /home/buildroot/instance-0/output-1/host/share/man/man1/mcat.1 /home/buildroot/instance-0/output-1/host/share/man/man1/mcd.1 /home/buildroot/instance-0/output-1/host/share/man/man1/mcopy.1 /home/buildroot/instance-0/output-1/host/share/man/man1/mdel.1 /home/buildroot/instance-0/output-1/host/share/man/man1/mdeltree.1 /home/buildroot/instance-0/output-1/host/share/man/man1/mdir.1 /home/buildroot/instance-0/output-1/host/share/man/man1/mdu.1 /home/buildroot/instance-0/output-1/host/share/man/man1/mformat.1 /home/buildroot/instance-0/output-1/host/share/man/man1/minfo.1 /home/buildroot/instance-0/output-1/host/share/man/man1/mkmanifest.1 /home/buildroot/instance-0/output-1/host/share/man/man1/mlabel.1 /home/buildroot/instance-0/output-1/host/share/man/man1/mmd.1 /home/buildroot/instance-0/output-1/host/share/man/man1/mmount.1 /home/buildroot/instance-0/output-1/host/share/man/man1/mmove.1 /home/buildroot/instance-0/output-1/host/share/man/man1/mpartition.1 /home/buildroot/instance-0/output-1/host/share/man/man1/mrd.1 /home/buildroot/instance-0/output-1/host/share/man/man1/mren.1 /home/buildroot/instance-0/output-1/host/share/man/man1/mshortname.1 /home/buildroot/instance-0/output-1/host/share/man/man1/mshowfat.1 /home/buildroot/instance-0/output-1/host/share/man/man1/mtoolstest.1 /home/buildroot/instance-0/output-1/host/share/man/man1/mtools.1 /home/buildroot/instance-0/output-1/host/share/man/man1/mtype.1 /home/buildroot/instance-0/output-1/host/share/man/man1/mzip.1 /home/buildroot/instance-0/output-1/host/share/man/man5/mtools.5 /home/buildroot/instance-0/output-1/host/bin/mattrib /home/buildroot/instance-0/output-1/host/bin/mcat /home/buildroot/instance-0/output-1/host/bin/mcd /home/buildroot/instance-0/output-1/host/bin/mcopy /home/buildroot/instance-0/output-1/host/bin/mdel /home/buildroot/instance-0/output-1/host/bin/mdeltree /home/buildroot/instance-0/output-1/host/bin/mdir /home/buildroot/instance-0/output-1/host/bin/mdu /home/buildroot/instance-0/output-1/host/bin/mformat /home/buildroot/instance-0/output-1/host/bin/minfo /home/buildroot/instance-0/output-1/host/bin/mlabel /home/buildroot/instance-0/output-1/host/bin/mmd /home/buildroot/instance-0/output-1/host/bin/mmount /home/buildroot/instance-0/output-1/host/bin/mmove /home/buildroot/instance-0/output-1/host/bin/mpartition /home/buildroot/instance-0/output-1/host/bin/mrd /home/buildroot/instance-0/output-1/host/bin/mren /home/buildroot/instance-0/output-1/host/bin/mtype /home/buildroot/instance-0/output-1/host/bin/mtoolstest /home/buildroot/instance-0/output-1/host/bin/mshortname /home/buildroot/instance-0/output-1/host/bin/mshowfat /home/buildroot/instance-0/output-1/host/bin/mbadblocks /home/buildroot/instance-0/output-1/host/bin/mzip ./mkinstalldirs /home/buildroot/instance-0/output-1/host/bin /usr/bin/install -c mkmanifest /home/buildroot/instance-0/output-1/host/bin/mkmanifest /home/buildroot/instance-0/output-1/host/bin/mcheck /home/buildroot/instance-0/output-1/host/bin/mxtar /home/buildroot/instance-0/output-1/host/bin/uz /home/buildroot/instance-0/output-1/host/bin/tgz /home/buildroot/instance-0/output-1/host/bin/mcomp /home/buildroot/instance-0/output-1/host/bin/amuFormat.sh rm -f /home/buildroot/instance-0/output-1/host/bin/lz cd /home/buildroot/instance-0/output-1/host/bin && ln -s uz lz ./mkinstalldirs /home/buildroot/instance-0/output-1/host/share/info if test -f mtools.info; then \ for i in mtools.info*; do \ /usr/bin/install -c -m 644 $i /home/buildroot/instance-0/output-1/host/share/info/$i; \ done; \ else \ for i in ./mtools.info*; do \ /usr/bin/install -c -m 644 $i /home/buildroot/instance-0/output-1/host/share/info/`echo $i | sed 's|^./||'`; \ done; \ fi; \ if [ -n "" ] ; then \ --info-dir=/home/buildroot/instance-0/output-1/host/share/info /home/buildroot/instance-0/output-1/host/share/info/mtools.info; \ fi make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-mtools-4.0.43' murata-cyw-fw-8d87950bfad28c65926695b7357bd8995b60016a.tar.gz: OK (sha256: c3ecf357786d6db6f3283c0ea36ec067b1728f801fd8871694aed1502a82e9bc) cyw-fmac-nvram-d27f1bf105fa1e5b828e355793b88d4b66188411.tar.gz: OK (sha256: 03c140ae04f9c2036678262d6457b9c4b4a9ebb523c5e681af6d57b97c11da37) cyw-bt-patch-748462f0b02ec4aeb500bedd60780ac51c37be31.tar.gz: OK (sha256: 8f23ebb9a262112b62ace1e1bedcdeb00523d9a45e8d48a829d4ca35db4f0280) >>> murata-cyw-fw 8d87950bfad28c65926695b7357bd8995b60016a Extracting gzip -d -c /home/buildroot/instance-0/dl/murata-cyw-fw/murata-cyw-fw-8d87950bfad28c65926695b7357bd8995b60016a.tar.gz | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/murata-cyw-fw-8d87950bfad28c65926695b7357bd8995b60016a -xf - gzip -d -c /home/buildroot/instance-0/dl/murata-cyw-fw/cyw-fmac-nvram-d27f1bf105fa1e5b828e355793b88d4b66188411.tar.gz | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/murata-cyw-fw-8d87950bfad28c65926695b7357bd8995b60016a -xf - gzip -d -c /home/buildroot/instance-0/dl/murata-cyw-fw/cyw-bt-patch-748462f0b02ec4aeb500bedd60780ac51c37be31.tar.gz | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/murata-cyw-fw-8d87950bfad28c65926695b7357bd8995b60016a -xf - >>> murata-cyw-fw 8d87950bfad28c65926695b7357bd8995b60016a Patching >>> murata-cyw-fw 8d87950bfad28c65926695b7357bd8995b60016a Configuring >>> murata-cyw-fw 8d87950bfad28c65926695b7357bd8995b60016a Building >>> murata-cyw-fw 8d87950bfad28c65926695b7357bd8995b60016a Installing to target mxml-3.3.1.tar.gz: OK (sha256: 0c663ed1fe393b5619f80101798202eea43534abd7c8aff389022fd8c1dacc32) >>> mxml 3.3.1 Extracting gzip -d -c /home/buildroot/instance-0/dl/mxml/mxml-3.3.1.tar.gz | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/mxml-3.3.1 -xf - >>> mxml 3.3.1 Patching >>> mxml 3.3.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/instance-0/output-1/build/mxml-3.3.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> mxml 3.3.1 Patching libtool >>> mxml 3.3.1 Configuring >>> mxml 3.3.1 Checking configure (powerpc64/powerpc64le) support/scripts/fix-configure-powerpc64.sh /home/buildroot/instance-0/output-1/build/mxml-3.3.1 (cd /home/buildroot/instance-0/output-1/build/mxml-3.3.1/ && rm -rf config.cache && GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" LD="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" NM="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" GCC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" CPP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-cpp" CXX="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-g++" FC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" F77="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/home/buildroot/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/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=powerpc64-buildroot-linux-gnu --host=powerpc64-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --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 checking build system type... x86_64-pc-linux-gnu checking host system type... powerpc64-buildroot-linux-gnu checking for powerpc64-buildroot-linux-gnu-gcc... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc option to enable C11 features... 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 for a BSD-compatible install... /usr/bin/install -c checking for powerpc64-buildroot-linux-gnu-ranlib... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib checking for powerpc64-buildroot-linux-gnu-ar... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar checking for cp... /bin/cp checking for ldconfig... /sbin/ldconfig checking for ln... /bin/ln checking for mkdir... /bin/mkdir checking for rm... /bin/rm checking for inline... inline checking for strdup... yes checking for strlcat... yes checking for strlcpy... yes checking for snprintf... yes checking for vasprintf... yes checking for vsnprintf... yes checking for unsigned long long int... yes checking for long long int... 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 pthread.h... yes checking for pthread_create using -lpthreads... no checking for pthread_create using -lpthread... yes checking for shared library support... yes checking whether compiler supports -Wno-char-subscripts... no checking whether compiler supports -Wno-format-truncation... no checking whether compiler supports -Wno-format-y2k... no checking whether compiler supports -Wno-switch... no checking whether compiler supports -Wno-unused-result... no configure: creating ./config.status config.status: creating Makefile config.status: creating mxml.pc config.status: creating config.h 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 >>> mxml 3.3.1 Building GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 -C /home/buildroot/instance-0/output-1/build/mxml-3.3.1/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/mxml-3.3.1' Compiling mxml-attr.c Compiling mxml-entity.c Compiling mxml-file.c Compiling mxml-get.c Compiling mxml-index.c Compiling mxml-node.c Compiling mxml-search.c Compiling mxml-set.c Compiling mxml-private.c Compiling mxml-string.c : warning: "_FORTIFY_SOURCE" redefined : warning: "_FORTIFY_SOURCE" redefined : warning: "_FORTIFY_SOURCE" redefined : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition : note: this is the location of the previous definition : note: this is the location of the previous definition : note: this is the location of the previous definition : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition Creating libmxml.so.1.6... make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/mxml-3.3.1' >>> mxml 3.3.1 Installing to staging directory GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 DSTROOT=/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot install -C /home/buildroot/instance-0/output-1/build/mxml-3.3.1/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/mxml-3.3.1' Installing libmxml.so to /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib... Creating libmxml.a... a - mxml-attr.o a - mxml-entity.o a - mxml-file.o a - mxml-get.o a - mxml-index.o a - mxml-node.o a - mxml-search.o a - mxml-set.o a - mxml-private.o a - mxml-string.o Installing libmxml.a to /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib... Installing documentation in /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/doc/mxml... Installing header files in /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include... Installing pkgconfig files in /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig... Installing man pages in /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man... make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/mxml-3.3.1' >>> mxml 3.3.1 Fixing libtool files for la in $(find /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/instance-0/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 >>> mxml 3.3.1 Installing to target GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 DSTROOT=/home/buildroot/instance-0/output-1/target install -C /home/buildroot/instance-0/output-1/build/mxml-3.3.1/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/mxml-3.3.1' Installing libmxml.so to /home/buildroot/instance-0/output-1/target/usr/lib... Installing libmxml.a to /home/buildroot/instance-0/output-1/target/usr/lib... Installing documentation in /home/buildroot/instance-0/output-1/target/usr/share/doc/mxml... Installing header files in /home/buildroot/instance-0/output-1/target/usr/include... Installing pkgconfig files in /home/buildroot/instance-0/output-1/target/usr/lib/pkgconfig... Installing man pages in /home/buildroot/instance-0/output-1/target/usr/share/man... make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/mxml-3.3.1' ncftp-3.2.7-src.tar.xz: OK (sha256: d41c5c4d6614a8eae2ed4e4d7ada6b6d3afcc9fb65a4ed9b8711344bef24f7e8) >>> ncftp 3.2.7 Extracting xzcat /home/buildroot/instance-0/dl/ncftp/ncftp-3.2.7-src.tar.xz | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -xf - >>> ncftp 3.2.7 Patching Applying 0001-ncftp-3.2.7-fix-gcc14.patch using patch: patching file autoconf_local/aclocal.m4 Hunk #1 succeeded at 4193 (offset -3 lines). Applying 0002-ncftp-3.2.7-fix-clang.patch using patch: patching file autoconf_local/aclocal.m4 >>> ncftp 3.2.7 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -name $file); do cp support/gnuconfig/$file $i; done; done >>> ncftp 3.2.7 Patching libtool >>> ncftp 3.2.7 Configuring (cd /home/buildroot/instance-0/output-1/build/ncftp-3.2.7; /home/buildroot/instance-0/output-1/host/bin/autoconf -I "/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/aclocal" -I "/home/buildroot/instance-0/output-1/host/share/aclocal" -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/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:2845: AC_TRY_COMPILE is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1155: 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... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/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:2845: AC_TRY_COMPILE is expanded from... lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:697: 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... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/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:2845: AC_TRY_COMPILE is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1022: wi_CFLAGS_NO_Y2K_WARNINGS is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1190: wi_CFLAGS is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1439: wi_CFLAGS_LFS64 is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1480: 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:2918: AC_TRY_LINK is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:452: wi_SSP_CFLAGS is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1190: wi_CFLAGS is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1439: wi_CFLAGS_LFS64 is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1480: 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:448: ac_cv_prog_gcc is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1052: wi_USE_STATIC_LIBGCC is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1101: wi_STATIC_LIBGCC is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1190: wi_CFLAGS is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1439: wi_CFLAGS_LFS64 is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1480: 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:2918: AC_TRY_LINK is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1052: wi_USE_STATIC_LIBGCC is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1101: wi_STATIC_LIBGCC is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1190: wi_CFLAGS is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1439: wi_CFLAGS_LFS64 is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1480: 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:448: ac_cv_prog_gcc is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1052: wi_USE_STATIC_LIBGCC is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1129: wi_CROSS_COMPILER_CFLAGS is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1190: wi_CFLAGS is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1439: wi_CFLAGS_LFS64 is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1480: 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:2918: AC_TRY_LINK is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1052: wi_USE_STATIC_LIBGCC is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1129: wi_CROSS_COMPILER_CFLAGS is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1190: wi_CFLAGS is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1439: wi_CFLAGS_LFS64 is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1480: 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:2995: AC_TRY_RUN is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1246: wi_HPUX_GCC___STDC_EXT__ is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1439: wi_CFLAGS_LFS64 is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1480: 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:2995: AC_TRY_RUN is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:2654: wi_SIZEOF_ST_SIZE is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1439: wi_CFLAGS_LFS64 is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1480: 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:2995: AC_TRY_RUN is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:2589: wi_SIZEOF_OFF_T is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1439: wi_CFLAGS_LFS64 is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1480: 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:2995: AC_TRY_RUN is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:2782: wi_SIZEOF_STAT64_ST_SIZE is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1439: wi_CFLAGS_LFS64 is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1480: 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:2995: AC_TRY_RUN is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:2719: wi_SIZEOF_OFF64_T is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1439: wi_CFLAGS_LFS64 is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1480: 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:2845: AC_TRY_COMPILE is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1022: wi_CFLAGS_NO_Y2K_WARNINGS is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1190: wi_CFLAGS is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1375: wi_CFLAGS_LFS is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1480: 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:2918: AC_TRY_LINK is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:452: wi_SSP_CFLAGS is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1190: wi_CFLAGS is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1375: wi_CFLAGS_LFS is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1480: 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:448: ac_cv_prog_gcc is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1052: wi_USE_STATIC_LIBGCC is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1101: wi_STATIC_LIBGCC is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1190: wi_CFLAGS is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1375: wi_CFLAGS_LFS is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1480: 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:2918: AC_TRY_LINK is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1052: wi_USE_STATIC_LIBGCC is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1101: wi_STATIC_LIBGCC is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1190: wi_CFLAGS is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1375: wi_CFLAGS_LFS is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1480: 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:448: ac_cv_prog_gcc is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1052: wi_USE_STATIC_LIBGCC is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1129: wi_CROSS_COMPILER_CFLAGS is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1190: wi_CFLAGS is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1375: wi_CFLAGS_LFS is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1480: 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:2918: AC_TRY_LINK is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1052: wi_USE_STATIC_LIBGCC is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1129: wi_CROSS_COMPILER_CFLAGS is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1190: wi_CFLAGS is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1375: wi_CFLAGS_LFS is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1480: 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:2995: AC_TRY_RUN is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1246: wi_HPUX_GCC___STDC_EXT__ is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1375: wi_CFLAGS_LFS is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1480: 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:2995: AC_TRY_RUN is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:2654: wi_SIZEOF_ST_SIZE is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1375: wi_CFLAGS_LFS is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1480: 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:2995: AC_TRY_RUN is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:2589: wi_SIZEOF_OFF_T is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1375: wi_CFLAGS_LFS is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1480: 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:2995: AC_TRY_RUN is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:2524: wi_SIZEOF_SIZE_T is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1375: wi_CFLAGS_LFS is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1480: 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:2995: AC_TRY_RUN is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:2782: wi_SIZEOF_STAT64_ST_SIZE is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1375: wi_CFLAGS_LFS is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1480: 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:2995: AC_TRY_RUN is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:2719: wi_SIZEOF_OFF64_T is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1375: wi_CFLAGS_LFS is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1480: 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:663: 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:702: 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:2995: AC_TRY_RUN is expanded from... lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:697: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:6: wi_CACHE_CHECK_GUESS_MESSAGE is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:2006: 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:2918: AC_TRY_LINK is expanded from... lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:697: 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... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:3048: wi_SOCKADDR_UN_SUN_LEN is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:2006: 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:2995: AC_TRY_RUN is expanded from... lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:697: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:6: wi_CACHE_CHECK_GUESS_MESSAGE is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:2091: wi_LIB_RESOLV is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:2191: 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:2918: AC_TRY_LINK is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:5131: 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:2995: AC_TRY_RUN is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:5131: 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:2995: AC_TRY_RUN is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:3544: 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:2995: AC_TRY_RUN is expanded from... lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:697: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:6: wi_CACHE_CHECK_GUESS_MESSAGE is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1543: 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:2845: AC_TRY_COMPILE is expanded from... lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:697: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:697: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:697: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:4176: 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:2918: AC_TRY_LINK is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:2845: 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:2918: AC_TRY_LINK is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:3308: 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:2845: AC_TRY_COMPILE is expanded from... lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:697: 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... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1740: 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:2918: AC_TRY_LINK is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:3270: 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:2918: AC_TRY_LINK is expanded from... lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:697: 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... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:2877: 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:2918: AC_TRY_LINK is expanded from... lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:697: 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... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:2909: 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:2918: AC_TRY_LINK is expanded from... lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:697: 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... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:2940: 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... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1959: 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:2845: AC_TRY_COMPILE is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1959: 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... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/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:2995: AC_TRY_RUN is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1809: wi_SNPRINTF_TERMINATES is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1928: 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:2995: AC_TRY_RUN is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1873: wi_SNPRINTF_RETVAL is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:1928: 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:2918: AC_TRY_LINK is expanded from... lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:697: 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... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:2253: 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:2995: AC_TRY_RUN is expanded from... lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:697: 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... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:6604: 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:2845: AC_TRY_COMPILE is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:5340: 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:2918: AC_TRY_LINK is expanded from... /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/autoconf_local/aclocal.m4:5340: 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. >>> ncftp 3.2.7 Checking configure (powerpc64/powerpc64le) support/scripts/fix-configure-powerpc64.sh /home/buildroot/instance-0/output-1/build/ncftp-3.2.7 (cd /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/ && rm -rf config.cache && GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" LD="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" NM="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" GCC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" CPP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-cpp" CXX="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-g++" FC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" F77="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/home/buildroot/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/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=powerpc64-buildroot-linux-gnu --host=powerpc64-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --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... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc checking for environment variable CFLAGS... -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 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 powerpc64-buildroot-linux-gnu-gcc... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc option to enable C11 features... none needed checking for clang C compiler... "no" checking if CC should now be set... no checking for powerpc64-buildroot-linux-gnu-gcc... (cached) /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc checking whether the compiler supports GNU C... (cached) yes checking whether /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc accepts -g... (cached) yes checking for /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-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... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-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... 13.3.0 checking if we should customize your CFLAGS environment variable... no checking for ldd... no checking if compiled programs use a shared library version of libgcc... unknown (ldd is not available to check) 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... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-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... yes checking for gid_t... 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... /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 egrep -e... (cached) /bin/grep -E 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... yes 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... no 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... /home/buildroot/instance-0/output-1/host/bin/tar checking how to create TAR files... /home/buildroot/instance-0/output-1/host/bin/tar -c --owner=root --group=root --verbose -f checking for powerpc64-buildroot-linux-gnu-ranlib... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ranlib checking for ar... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ar checking for a BSD-compatible install... /usr/bin/install -c checking for pwd... /bin/pwd checking for ccdv... (disabled) checking if shell can test for symlinks... yes checking CC... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc checking CFLAGS... -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc checking CPPFLAGS... -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 checking DEFS... checking NDEFS... -DLINUX=61000 -DLINUX_LIBC=5 checking LDFLAGS... -L/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -L/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -L/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/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.7 Building GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 -C /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/ncftp-3.2.7' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn' /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 DStrCat.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 DStrFree.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 Dynscpy.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 Strncpy.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 strtokc.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 DStrCatList.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 DStrInit.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 Dynsrecpy.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 Strnpcat.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 DStrCpy.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 DStrNew.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 StrFree.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 Strnpcpy.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 DStrCpyList.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 Dynscat.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 Strncat.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 Strntok.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 Strncpy_NoZeroPad.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 Strncat_NoZeroPad.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-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 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ar: creating libStrn.a /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ranlib "libStrn.a" -rw-r--r-- 1 buildroot buildroot 38794 Sep 19 19:20 libStrn.a Done making Strn. make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio' /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 UAccept.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 UBind.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 UConnectByName.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 UConnect.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 UNew.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 URecvfrom.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 USendtoByName.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 USendto.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 DNSUtil.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 main.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 PRead.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 PWrite.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 SAccept.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 SBind.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 SClose.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 SConnectByName.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 SConnect.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 SError.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 SNew.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 SocketUtil.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 SRead.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 SReadline.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 SRecv.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 SRecvfrom.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 SRecvmsg.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 SSelect.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 SSend.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 SSendtoByName.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 SSendto.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 StrAddr.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 SWait.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 SWrite.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-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 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ar: creating libsio.a /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ranlib libsio.a -rw-r--r-- 1 buildroot buildroot 112930 Sep 19 19:20 libsio.a make[2]: [Makefile:66: libsio.a] Error 2 (ignored) Done. make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp' /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_chdir.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_chdir3.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_chdirlist.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_chmod.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_delete.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_exists.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_filetype.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_getcwd.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_mkdir.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_mlist1.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_modtime.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_opennologin.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_rename.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_rhelp.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_rmdir.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_rmdirr.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_size.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_sizemdtm.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_symlink.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_type.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_umask.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_utime.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 errno.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 ftp.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 ftw.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 io_get.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 io_getfiles.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 io_getmem.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 io_getonefile.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 io_gettar.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 io_list.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 io_listmem.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 io_put.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 io_putfiles.c -c ftw.c: In function 'Readdir': ftw.c:134:9: warning: 'readdir_r' is deprecated [-Wdeprecated-declarations] 134 | if ((readdir_r(dir, dp, &p) == 0) && (p != NULL)) | ^~ In file included from /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/features.h:511, from /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/unistd.h:25, from syshdrs.h:112, from ftw.c:12: /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/dirent.h:191:12: note: declared here 191 | extern int __REDIRECT (readdir_r, | ^~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 io_putmem.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 io_putonefile.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 io_sendfile.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 io_util.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 lglob.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 lglobr.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 linelist.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 open.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 rcmd.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 rftw.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 rglob.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 rglobr.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_close.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_decodeurl.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_decodehost.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_error.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_fileextn.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_getcwd.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_gethome.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_getpass.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_getopt.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_getpw.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_getusr.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_getutc.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_gmtime.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_localtime.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_misc.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_miscdebug.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_mkdirs.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_pathcat.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_printf.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_rebuildci.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_scram.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_shutdownci.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_signal.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_slash.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_unmdtm.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 unls.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_feat.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-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 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ar: creating libncftp.a -rw-r--r-- 1 buildroot buildroot 385836 Sep 19 19:20 libncftp.a make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio' Done. make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn' Done making Strn. make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn' Done. make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/ncftp' /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -Dncftp -DO_S=\"linux-x86_64-libc5\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I../libncftp -I../Strn -I../sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 cmds.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -Dncftp -DO_S=\"linux-x86_64-libc5\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I../libncftp -I../Strn -I../sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 cmdlist.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -Dncftp -DO_S=\"linux-x86_64-libc5\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I../libncftp -I../Strn -I../sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 ls.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -Dncftp -DO_S=\"linux-x86_64-libc5\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I../libncftp -I../Strn -I../sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 main.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -Dncftp -DO_S=\"linux-x86_64-libc5\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I../libncftp -I../Strn -I../sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DO_S=\"linux-x86_64-libc5\" version.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -Dncftp -DO_S=\"linux-x86_64-libc5\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I../libncftp -I../Strn -I../sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 shell.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -Dncftp -DO_S=\"linux-x86_64-libc5\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I../libncftp -I../Strn -I../sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 util.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -Dncftp -DO_S=\"linux-x86_64-libc5\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I../libncftp -I../Strn -I../sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 readln.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -Dncftp -DO_S=\"linux-x86_64-libc5\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I../libncftp -I../Strn -I../sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 progress.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -Dncftp -DO_S=\"linux-x86_64-libc5\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I../libncftp -I../Strn -I../sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 bookmark.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -Dncftp -DO_S=\"linux-x86_64-libc5\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I../libncftp -I../Strn -I../sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 pref.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -Dncftp -DO_S=\"linux-x86_64-libc5\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I../libncftp -I../Strn -I../sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 preffw.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -Dncftp -DO_S=\"linux-x86_64-libc5\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I../libncftp -I../Strn -I../sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 trace.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -Dncftp -DO_S=\"linux-x86_64-libc5\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I../libncftp -I../Strn -I../sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 spool.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -Dncftp -DO_S=\"linux-x86_64-libc5\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I../libncftp -I../Strn -I../sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 spoolutil.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -Dncftp -DO_S=\"linux-x86_64-libc5\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I../libncftp -I../Strn -I../sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 log.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -Dncftp -DO_S=\"linux-x86_64-libc5\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I../libncftp -I../Strn -I../sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 gl_getline.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 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/features.h:511, from /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/unistd.h:25, from syshdrs.h:143, from spoolutil.c:8: /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/sys/stat.h:327:12: note: expected 'struct stat * restrict' but argument is of type 'struct stat64 *' 327 | extern int __REDIRECT_NTH (lstat, | ^~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -Dncftp -DO_S=\"linux-x86_64-libc5\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I../libncftp -I../Strn -I../sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/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/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -L/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -L/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -lncftp -lStrn -lsio -lresolv Done making NcFTP. make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/ncftp' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sh_util' /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -Dsh_util -DO_S=\"linux-x86_64-libc5\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I../libncftp -I../Strn -I../sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c gpshare.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -Dsh_util -DO_S=\"linux-x86_64-libc5\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I../libncftp -I../Strn -I../sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c ../ncftp/bookmark.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -Dsh_util -DO_S=\"linux-x86_64-libc5\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I../libncftp -I../Strn -I../sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c ../ncftp/preffw.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -Dsh_util -DO_S=\"linux-x86_64-libc5\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I../libncftp -I../Strn -I../sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c ../ncftp/spoolutil.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -Dsh_util -DO_S=\"linux-x86_64-libc5\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I../libncftp -I../Strn -I../sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c ../ncftp/util.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -Dsh_util -DO_S=\"linux-x86_64-libc5\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I../libncftp -I../Strn -I../sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c ../ncftp/gl_getline.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -Dsh_util -DO_S=\"linux-x86_64-libc5\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I../libncftp -I../Strn -I../sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 ../ncftp/version.c -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 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/features.h:511, from /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/unistd.h:25, from ../ncftp/syshdrs.h:143, from ../ncftp/spoolutil.c:8: /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/sys/stat.h:327:12: note: expected 'struct stat * restrict' but argument is of type 'struct stat64 *' 327 | extern int __REDIRECT_NTH (lstat, | ^~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -Dsh_util -DO_S=\"linux-x86_64-libc5\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I../libncftp -I../Strn -I../sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/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/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -L/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -L/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -lncftp -lStrn -lsio -lresolv /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -Dsh_util -DO_S=\"linux-x86_64-libc5\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I../libncftp -I../Strn -I../sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/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/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -L/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -L/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -lncftp -lStrn -lsio -lresolv /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -Dsh_util -DO_S=\"linux-x86_64-libc5\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I../libncftp -I../Strn -I../sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/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/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -L/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -L/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -lncftp -lStrn -lsio -lresolv /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -Dsh_util -DO_S=\"linux-x86_64-libc5\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I../libncftp -I../Strn -I../sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/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/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -L/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -L/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -lncftp -lStrn -lsio -lresolv Done making NcFTP shell utilities. make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sh_util' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/vis' /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -Dvis -DO_S=\"linux-x86_64-libc5\" -DNCFTPPATH=\"/usr/bin/ncftp\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I../libncftp -I../Strn -I../sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 wgets.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -Dvis -DO_S=\"linux-x86_64-libc5\" -DNCFTPPATH=\"/usr/bin/ncftp\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I../libncftp -I../Strn -I../sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 wutil.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -Dvis -DO_S=\"linux-x86_64-libc5\" -DNCFTPPATH=\"/usr/bin/ncftp\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I../libncftp -I../Strn -I../sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 ../ncftp/pref.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -Dvis -DO_S=\"linux-x86_64-libc5\" -DNCFTPPATH=\"/usr/bin/ncftp\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I../libncftp -I../Strn -I../sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 ../ncftp/preffw.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -Dvis -DO_S=\"linux-x86_64-libc5\" -DNCFTPPATH=\"/usr/bin/ncftp\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I../libncftp -I../Strn -I../sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 ../ncftp/trace.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -Dvis -DO_S=\"linux-x86_64-libc5\" -DNCFTPPATH=\"/usr/bin/ncftp\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I../libncftp -I../Strn -I../sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 ../ncftp/util.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -Dvis -DO_S=\"linux-x86_64-libc5\" -DNCFTPPATH=\"/usr/bin/ncftp\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I../libncftp -I../Strn -I../sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 ../ncftp/bookmark.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -Dvis -DO_S=\"linux-x86_64-libc5\" -DNCFTPPATH=\"/usr/bin/ncftp\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I../libncftp -I../Strn -I../sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 ../ncftp/version.c -c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-format-y2k -static-libgcc -DLINUX=61000 -DLINUX_LIBC=5 -Dvis -DO_S=\"linux-x86_64-libc5\" -DNCFTPPATH=\"/usr/bin/ncftp\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=61000 -DLINUX_LIBC=5 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I../libncftp -I../Strn -I../sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7 -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -I/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/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/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/libncftp -L/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/sio -L/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/Strn -lncftp -lStrn -lsio -lncurses -lresolv Done making NcFTP full-screen utilities. make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/ncftp-3.2.7/vis' total 1524 -rwxr-xr-x 1 buildroot buildroot 337960 Sep 19 19:20 ncftp -rwxr-xr-x 1 buildroot buildroot 268104 Sep 19 19:20 ncftpbatch -rwxr-xr-x 1 buildroot buildroot 203112 Sep 19 19:20 ncftpbookmarks -rwxr-xr-x 1 buildroot buildroot 267912 Sep 19 19:20 ncftpget -rwxr-xr-x 1 buildroot buildroot 201896 Sep 19 19:20 ncftpls -rwxr-xr-x 1 buildroot buildroot 267912 Sep 19 19:20 ncftpput lrwxrwxrwx 1 buildroot buildroot 10 Sep 19 19:20 ncftpspooler -> ncftpbatch Done. ** Please report any problems to http://www.NcFTP.com/contact/ ** make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/ncftp-3.2.7' >>> ncftp 3.2.7 Installing to target /usr/bin/install -m 0755 /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/bin/ncftp /home/buildroot/instance-0/output-1/build/ncftp-3.2.7/bin/ncftpbookmarks /home/buildroot/instance-0/output-1/target/usr/bin ngrep-1.47.tar.gz: OK (sha256: dc4dbe20991cc36bac5e97e99475e2a1522fd88c59ee2e08f813432c04c5fff3) >>> ngrep 1.47 Extracting gzip -d -c /home/buildroot/instance-0/dl/ngrep/ngrep-1.47.tar.gz | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/ngrep-1.47 -xf - >>> ngrep 1.47 Patching Applying 0001-Fix-typo-in-configure-in-when-testing-for-use_pcre.patch using patch: patching file configure.in Applying 0002-Check-for-libnet_init-in-configure-in.patch using patch: patching file configure.in Applying 0003-fix-disable-tcpkill.patch using patch: patching file configure.in Applying 0004-configure.in-use-pkg-config-to-find-libnet.patch using patch: patching file configure.in >>> ngrep 1.47 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/instance-0/output-1/build/ngrep-1.47 -name $file); do cp support/gnuconfig/$file $i; done; done >>> ngrep 1.47 Configuring >>> ngrep 1.47 Autoreconfiguring autoreconf: warning: autoconf input should be named 'configure.ac', not 'configure.in' aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' configure.in:14: warning: The macro 'AC_CANONICAL_SYSTEM' is obsolete. configure.in:14: You should run autoupdate. ./lib/autoconf/general.m4:2081: AC_CANONICAL_SYSTEM is expanded from... configure.in:14: the top level configure.in:16: warning: The macro 'AC_HEADER_STDC' is obsolete. configure.in:16: You should run autoupdate. ./lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from... configure.in:16: the top level autoheader: warning: autoconf input should be named 'configure.ac', not 'configure.in' >>> ngrep 1.47 Patching libtool >>> ngrep 1.47 Checking configure (powerpc64/powerpc64le) support/scripts/fix-configure-powerpc64.sh /home/buildroot/instance-0/output-1/build/ngrep-1.47 (cd /home/buildroot/instance-0/output-1/build/ngrep-1.47/ && rm -rf config.cache && GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" LD="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" NM="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" GCC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" CPP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-cpp" CXX="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-g++" FC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" F77="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/home/buildroot/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/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=powerpc64-buildroot-linux-gnu --host=powerpc64-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --enable-shared --with-pcap-includes=/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/pcap --enable-pcre --disable-dropprivs --disable-pcap-restart --disable-tcpkill ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --disable-nls, --enable-static, --enable-shared Configuring System ... checking build system type... x86_64-pc-linux-gnu checking host system type... powerpc64-buildroot-linux-gnu checking target system type... powerpc64-buildroot-linux-gnu checking for powerpc64-buildroot-linux-gnu-gcc... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-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 grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking pkg-config is at least version 0.9.0... yes Configuring Network Grep ... checking for a complete set of pcap headers... checking how to run the C preprocessor... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-cpp checking for egrep -e... (cached) /bin/grep -E found /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/pcap checking for pcap_open_live in -lpcap... yes checking for BPF include path... pcap/bpf.h checking for DLT_LINUX_SLL in pcap/bpf.h... yes checking for DLT_LOOP in pcap/bpf.h... yes checking for DLT_IEEE802_11 in pcap/bpf.h... yes checking for DLT_IEEE802_11_RADIO in pcap/bpf.h... yes checking for DLT_RAW in pcap/bpf.h... yes checking for DLT_PFLOG in pcap/bpf.h... yes checking for DLT_IPNET in pcap/bpf.h... yes CONFIG: IPv6 support enabled CONFIG: privilege dropping DISABLED CONFIG: using PCRE regex library CONFIG: tcpkill feature disabled CONFIG: automatically including VLAN frames configure: creating ./config.status config.status: creating Makefile config.status: creating config.h configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --disable-nls, --enable-static, --enable-shared >>> ngrep 1.47 Building GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 -C /home/buildroot/instance-0/output-1/build/ngrep-1.47/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/ngrep-1.47' /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLINUX -D_BSD_SOURCE=1 -D__FAVOR_BSD=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/pcap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -g -c ngrep.c In file included from /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/getopt.h:24, from ngrep.c:34: /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/features.h:197:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 197 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ ngrep.c: In function 'setup_pcap_source': ngrep.c:449:13: warning: 'pcap_lookupdev' is deprecated: use 'pcap_findalldevs' and use the first device [-Wdeprecated-declarations] 449 | pcap_lookupdev(pc_err); | ^~~~~~~~~~~~~~ In file included from ngrep.c:83: /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/pcap/pcap.h:395:18: note: declared here 395 | PCAP_API char *pcap_lookupdev(char *); | ^~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -s -o ngrep ngrep.o -lpcap -lpcre make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/ngrep-1.47' >>> ngrep 1.47 Installing to staging directory GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 DESTDIR=/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot install -C /home/buildroot/instance-0/output-1/build/ngrep-1.47/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/ngrep-1.47' ./install-sh -c -m 0755 ngrep /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot//usr/bin/ngrep ./install-sh -c -m 0644 ngrep.8 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot//usr/share/man/man8/ngrep.8 make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/ngrep-1.47' >>> ngrep 1.47 Fixing libtool files for la in $(find /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/instance-0/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 >>> ngrep 1.47 Installing to target GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 DESTDIR=/home/buildroot/instance-0/output-1/target install -C /home/buildroot/instance-0/output-1/build/ngrep-1.47/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/ngrep-1.47' ./install-sh -c -m 0755 ngrep /home/buildroot/instance-0/output-1/target//usr/bin/ngrep ./install-sh -c -m 0644 ngrep.8 /home/buildroot/instance-0/output-1/target//usr/share/man/man8/ngrep.8 make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/ngrep-1.47' odhcp6c-53f07e90b7f1da6977143a488dd5cb73a33b233b-git4.tar.gz: OK (sha256: c5cadd71a72e94df6b664d3e9f0b1eeffa779ba9624ab35b6a93c7172fe378a0) >>> odhcp6c 53f07e90b7f1da6977143a488dd5cb73a33b233b Extracting gzip -d -c /home/buildroot/instance-0/dl/odhcp6c/odhcp6c-53f07e90b7f1da6977143a488dd5cb73a33b233b-git4.tar.gz | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/odhcp6c-53f07e90b7f1da6977143a488dd5cb73a33b233b -xf - >>> odhcp6c 53f07e90b7f1da6977143a488dd5cb73a33b233b Patching >>> odhcp6c 53f07e90b7f1da6977143a488dd5cb73a33b233b Configuring (mkdir -p /home/buildroot/instance-0/output-1/build/odhcp6c-53f07e90b7f1da6977143a488dd5cb73a33b233b/ && cd /home/buildroot/instance-0/output-1/build/odhcp6c-53f07e90b7f1da6977143a488dd5cb73a33b233b/ && rm -f CMakeCache.txt && PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/instance-0/output-1/host/bin/cmake /home/buildroot/instance-0/output-1/build/odhcp6c-53f07e90b7f1da6977143a488dd5cb73a33b233b/ -G"Unix Makefiles" -DCMAKE_MAKE_PROGRAM="/usr/bin/make" -DCMAKE_TOOLCHAIN_FILE="/home/buildroot/instance-0/output-1/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_INSTALL_RUNSTATEDIR="/run" -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 -DUSE_LIBUBOX=0 ) CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 13.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Configuring done (0.1s) -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_SHARED_LIBS BUILD_TEST BUILD_TESTING BUILD_TESTS CMAKE_INSTALL_RUNSTATEDIR -- Build files have been written to: /home/buildroot/instance-0/output-1/build/odhcp6c-53f07e90b7f1da6977143a488dd5cb73a33b233b >>> odhcp6c 53f07e90b7f1da6977143a488dd5cb73a33b233b Building GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/instance-0/output-1/host/bin/cmake --build /home/buildroot/instance-0/output-1/build/odhcp6c-53f07e90b7f1da6977143a488dd5cb73a33b233b/ -j17 -- make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/odhcp6c-53f07e90b7f1da6977143a488dd5cb73a33b233b' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/odhcp6c-53f07e90b7f1da6977143a488dd5cb73a33b233b' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/odhcp6c-53f07e90b7f1da6977143a488dd5cb73a33b233b' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/odhcp6c-53f07e90b7f1da6977143a488dd5cb73a33b233b' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/odhcp6c-53f07e90b7f1da6977143a488dd5cb73a33b233b' [ 16%] Building C object CMakeFiles/odhcp6c.dir/src/odhcp6c.c.o [ 33%] Building C object CMakeFiles/odhcp6c.dir/src/dhcpv6.c.o [ 50%] Building C object CMakeFiles/odhcp6c.dir/src/ra.c.o [ 66%] Building C object CMakeFiles/odhcp6c.dir/src/script.c.o [ 83%] Building C object CMakeFiles/odhcp6c.dir/src/md5.c.o [100%] Linking C executable odhcp6c make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/odhcp6c-53f07e90b7f1da6977143a488dd5cb73a33b233b' [100%] Built target odhcp6c make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/odhcp6c-53f07e90b7f1da6977143a488dd5cb73a33b233b' make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/odhcp6c-53f07e90b7f1da6977143a488dd5cb73a33b233b' >>> odhcp6c 53f07e90b7f1da6977143a488dd5cb73a33b233b Installing to target GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" DESTDIR=/home/buildroot/instance-0/output-1/target /home/buildroot/instance-0/output-1/host/bin/cmake --install /home/buildroot/instance-0/output-1/build/odhcp6c-53f07e90b7f1da6977143a488dd5cb73a33b233b/ -- Install configuration: "Release" -- Installing: /home/buildroot/instance-0/output-1/target/usr/sbin/odhcp6c /usr/bin/install -m 0755 -D /home/buildroot/instance-0/output-1/build/odhcp6c-53f07e90b7f1da6977143a488dd5cb73a33b233b/odhcp6c-example-script.sh /home/buildroot/instance-0/output-1/target/usr/sbin/odhcp6c-update odhcploc-20111021.tar.gz: OK (sha256: b0360a3aece8a29d131531da7bfc36d57c30c6eed30ff1ea360f7cccea1d62d7) >>> odhcploc 20111021 Extracting gzip -d -c /home/buildroot/instance-0/dl/odhcploc/odhcploc-20111021.tar.gz | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/odhcploc-20111021 -xf - >>> odhcploc 20111021 Patching >>> odhcploc 20111021 Configuring >>> odhcploc 20111021 Building GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" LD="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" NM="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" GCC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" CPP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-cpp" CXX="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-g++" FC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" F77="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/home/buildroot/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no -C /home/buildroot/instance-0/output-1/build/odhcploc-20111021 all make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/odhcploc-20111021' /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 odhcploc.c -o odhcploc.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 opt.c -o opt.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 odhcploc.o opt.o -o odhcploc make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/odhcploc-20111021' >>> odhcploc 20111021 Installing to target GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 PREFIX=/usr DESTDIR=/home/buildroot/instance-0/output-1/target -C /home/buildroot/instance-0/output-1/build/odhcploc-20111021 install make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/odhcploc-20111021' test -z "/home/buildroot/instance-0/output-1/target/usr/bin" || mkdir -p "/home/buildroot/instance-0/output-1/target/usr/bin" install -c odhcploc /home/buildroot/instance-0/output-1/target/usr/bin test -z "/home/buildroot/instance-0/output-1/target/usr/share/man/man8" || mkdir -p "/home/buildroot/instance-0/output-1/target/usr/share/man/man8" install -c -m 0644 odhcploc.8 /home/buildroot/instance-0/output-1/target/usr/share/man/man8 make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/odhcploc-20111021' odroidc2-firmware-s905_6.0.1_v5.5.tar.gz: OK (sha256: a2fba4c6d9332ecc5f04283f370d5c275f35d6cb62dba1f685d011269bacb6d0) >>> odroidc2-firmware s905_6.0.1_v5.5 Extracting gzip -d -c /home/buildroot/instance-0/dl/odroidc2-firmware/odroidc2-firmware-s905_6.0.1_v5.5.tar.gz | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/odroidc2-firmware-s905_6.0.1_v5.5 -xf - >>> odroidc2-firmware s905_6.0.1_v5.5 Patching >>> odroidc2-firmware s905_6.0.1_v5.5 Configuring >>> odroidc2-firmware s905_6.0.1_v5.5 Building GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/instance-0/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="/home/buildroot/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j17 GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/instance-0/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="/home/buildroot/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/instance-0/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/home/buildroot/instance-0/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/instance-0/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/instance-0/output-1/host/include" LDFLAGS="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl -C /home/buildroot/instance-0/output-1/build/odroidc2-firmware-s905_6.0.1_v5.5/tools/fip_create/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/odroidc2-firmware-s905_6.0.1_v5.5/tools/fip_create' HOSTCC fip_create.c HOSTLD fip_create make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/odroidc2-firmware-s905_6.0.1_v5.5/tools/fip_create' >>> odroidc2-firmware s905_6.0.1_v5.5 Installing to target >>> odroidc2-firmware s905_6.0.1_v5.5 Installing to images directory /usr/bin/install -D -m 0644 /home/buildroot/instance-0/output-1/build/odroidc2-firmware-s905_6.0.1_v5.5/fip/gxb/bl301.bin /home/buildroot/instance-0/output-1/images/bl301.bin /usr/bin/install -D -m 0644 /home/buildroot/instance-0/output-1/build/odroidc2-firmware-s905_6.0.1_v5.5/fip/gxb/bl30.bin /home/buildroot/instance-0/output-1/images/bl30.bin /usr/bin/install -D -m 0644 /home/buildroot/instance-0/output-1/build/odroidc2-firmware-s905_6.0.1_v5.5/fip/gxb/bl31.bin /home/buildroot/instance-0/output-1/images/bl31.bin /usr/bin/install -D -m 0644 /home/buildroot/instance-0/output-1/build/odroidc2-firmware-s905_6.0.1_v5.5/fip/gxb/bl2.package /home/buildroot/instance-0/output-1/images/bl2.package /usr/bin/install -D -m 0644 /home/buildroot/instance-0/output-1/build/odroidc2-firmware-s905_6.0.1_v5.5/sd_fuse/bl1.bin.hardkernel /home/buildroot/instance-0/output-1/images/bl1.bin.hardkernel /usr/bin/install -D -m0755 /home/buildroot/instance-0/output-1/build/odroidc2-firmware-s905_6.0.1_v5.5/tools/fip_create/fip_create /home/buildroot/instance-0/output-1/host/bin/fip_create open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2.tar.gz: OK (sha256: 4b1b55896939f178321ffe1ec2dc6937ea688d577b3671a5f0edb5c3326dfa3d) >>> open-plc-utils 1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2 Extracting gzip -d -c /home/buildroot/instance-0/dl/open-plc-utils/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2.tar.gz | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2 -xf - >>> open-plc-utils 1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2 Patching Applying 0001-Remove-OWNER-and-GROUPS-parameters-to-install.patch using patch: patching file docbook/Makefile patching file ether/Makefile patching file key/Makefile patching file mdio/Makefile patching file mme/Makefile patching file nvm/Makefile patching file pib/Makefile patching file plc/Makefile patching file ram/Makefile patching file serial/Makefile patching file slac/Makefile patching file tools/Makefile >>> open-plc-utils 1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2 Configuring >>> open-plc-utils 1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2 Building GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 CROSS=/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu- EXTRA_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__" EXTRA_CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" EXTRA_LDFLAGS="" -C /home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2 make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/ether' /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c efbu.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/getoptv.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/putoptv.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/version.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/error.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/todigit.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/hexencode.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/uintspec.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/hexdump.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c channel.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c initchannel.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c openchannel.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c sendpacket.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c readpacket.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c closechannel.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/basespec.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/desuid.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c efeu.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/memswap.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c efru.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c efsu.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/hexload.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/synonym.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c edru.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/hexdecode.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/hexstring.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c edsu.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/efreopen.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c nics.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/decdecode.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/decstring.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c hostnics.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o efbu efbu.o getoptv.o putoptv.o version.o error.o todigit.o hexencode.o uintspec.o hexdump.o channel.o initchannel.o openchannel.o sendpacket.o readpacket.o closechannel.o basespec.o desuid.o edru.c: In function 'main': edru.c:232:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 232 | write (STDOUT_FILENO, frame.frame_data, ntohs (frame.frame_type)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o efeu efeu.o getoptv.o putoptv.o version.o basespec.o uintspec.o todigit.o hexdump.o error.o channel.o initchannel.o openchannel.o closechannel.o sendpacket.o readpacket.o memswap.o desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o efru efru.o getoptv.o putoptv.o version.o basespec.o uintspec.o todigit.o hexdump.o error.o channel.o initchannel.o openchannel.o closechannel.o sendpacket.o readpacket.o desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o edru edru.o getoptv.o putoptv.o version.o error.o hexdump.o hexdecode.o hexstring.o channel.o initchannel.o openchannel.o closechannel.o sendpacket.o readpacket.o uintspec.o todigit.o basespec.o desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o nics nics.o getoptv.o putoptv.o version.o error.o hexdecode.o decdecode.o hexstring.o decstring.o hostnics.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o efsu efsu.o getoptv.o putoptv.o version.o error.o todigit.o hexencode.o uintspec.o hexload.o hexdump.o channel.o initchannel.o openchannel.o sendpacket.o readpacket.o closechannel.o basespec.o synonym.o desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o edsu edsu.o getoptv.o putoptv.o version.o efreopen.o uintspec.o todigit.o hexdump.o hexencode.o error.o channel.o initchannel.o openchannel.o closechannel.o readpacket.o sendpacket.o basespec.o desuid.o make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/ether' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/key' /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c hpavkey.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c HPAVKeyDAK.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c HPAVKeyNID.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c HPAVKeyNMK.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c HPAVKeyOut.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c HPAVKeySHA.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c SHA256.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/hexout.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c hpavkeys.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c rkey.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c SHA256Block.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c SHA256Fetch.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c SHA256Reset.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c SHA256Write.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/strincr.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c strnpwd.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c MACPasswords.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c RNDPasswords.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c putpwd.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c mac2pw.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c mac2pwd.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o hpavkey hpavkey.o HPAVKeyDAK.o HPAVKeyNID.o HPAVKeyNMK.o HPAVKeyOut.o HPAVKeySHA.o SHA256.o ../ether/error.o ../ether/getoptv.o hexout.o ../ether/putoptv.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o rm -f libkeys.a /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ar rc libkeys.a HPAVKeySHA.o HPAVKeyDAK.o HPAVKeyNMK.o HPAVKeyNID.o HPAVKeyOut.o SHA256.o strnpwd.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ranlib libkeys.a /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o hpavkeys hpavkeys.o HPAVKeyDAK.o HPAVKeyNID.o HPAVKeyNMK.o HPAVKeyOut.o HPAVKeySHA.o SHA256.o ../ether/error.o ../ether/getoptv.o hexout.o ../ether/putoptv.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o rkey rkey.o HPAVKeyDAK.o HPAVKeyNID.o HPAVKeyNMK.o HPAVKeyOut.o HPAVKeySHA.o SHA256Block.o SHA256Fetch.o SHA256Reset.o SHA256Write.o ../ether/error.o ../ether/getoptv.o hexout.o ../ether/putoptv.o strincr.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o mac2pw mac2pw.o MACPasswords.o RNDPasswords.o putpwd.o ../ether/error.o ../ether/getoptv.o ../ether/putoptv.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o mac2pwd mac2pwd.o MACPasswords.o RNDPasswords.o putpwd.o ../ether/error.o ../ether/getoptv.o ../ether/putoptv.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/key' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/mdio' /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c mdioblock.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DINT6x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c mdioblock2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DINT6x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c mdiodump.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DINT6x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/assist.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DINT6x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/codelist.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DINT6x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/lookup.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DINT6x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c mdiogen.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DINT6x00 mdioblock.c: In function 'main': mdioblock.c:275:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 275 | write (STDOUT_FILENO, &instr, sizeof (instr)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdioblock.c:295:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 295 | write (STDOUT_FILENO, &pad, sizeof (pad) - addr % sizeof (pad)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdioblock.c:299:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 299 | write (STDOUT_FILENO, &instr, sizeof (instr)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdioblock.c: In function 'assemble': mdioblock.c:201:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 201 | write (STDOUT_FILENO, &instr, sizeof (instr)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdioblock.c:203:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 203 | write (STDOUT_FILENO, &data, sizeof (data)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdioblock.c:205:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 205 | write (STDOUT_FILENO, &mask, sizeof (mask)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdioblock2.c: In function 'main': mdioblock2.c:286:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 286 | write (STDOUT_FILENO, &instr, sizeof (instr)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdioblock2.c:306:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | write (STDOUT_FILENO, &pad, sizeof (pad) - addr % sizeof (pad)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdioblock2.c:310:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 310 | write (STDOUT_FILENO, &instr, sizeof (instr)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdioblock2.c: In function 'assemble': mdioblock2.c:198:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 198 | write (STDOUT_FILENO, &instr, sizeof (instr)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdioblock2.c:200:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 200 | write (STDOUT_FILENO, &instr, sizeof (instr)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdioblock2.c:202:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 202 | write (STDOUT_FILENO, &instr, sizeof (instr)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdioblock2.c:205:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 205 | write (STDOUT_FILENO, &instr, sizeof (instr)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdioblock2.c:207:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 207 | write (STDOUT_FILENO, &instr, sizeof (instr)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdioblock2.c:209:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 209 | write (STDOUT_FILENO, &instr, sizeof (instr)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdioblock2.c:212:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 212 | write (STDOUT_FILENO, &instr, sizeof (instr)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdioblock2.c:214:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 214 | write (STDOUT_FILENO, &instr, sizeof (instr)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdioblock2.c:216:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 216 | write (STDOUT_FILENO, &instr, sizeof (instr)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o mdiogen mdiogen.o ../ether/error.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o mdioblock mdioblock.o ../ether/error.o ../ether/getoptv.o ../ether/putoptv.o ../ether/todigit.o ../ether/version.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o mdioblock2 mdioblock2.o ../ether/error.o ../ether/getoptv.o ../ether/putoptv.o ../ether/todigit.o ../ether/version.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o mdiodump mdiodump.o assist.o ../ether/error.o codelist.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexstring.o lookup.o ../ether/putoptv.o ../ether/version.o make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/mdio' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/mme' /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c hpav.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c MMEPeek.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c MMEName.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c MMEMode.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c mme.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/output.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o hpav hpav.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/hexdump.o ../ether/hexdecode.o ../ether/hexstring.o ../ether/error.o ../ether/channel.o ../ether/initchannel.o ../ether/openchannel.o ../ether/closechannel.o ../ether/sendpacket.o ../ether/readpacket.o MMEPeek.o MMEName.o MMEMode.o ../ether/uintspec.o ../ether/todigit.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o mme mme.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/uintspec.o ../ether/todigit.o output.o ../ether/error.o MMEName.o MMEMode.o make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/mme' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/nvm' /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c chknvm.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/checksum32.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/fdchecksum32.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c fdmanifest.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c manifest.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c nvm.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c nvmpeek.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c nvmpeek1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c nvmpeek2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../ram/sdrampeek.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/strfbits.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c chknvm2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c nvmsplit.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c nvmmerge.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ chknvm.c: In function 'nvmchain1': chknvm.c:260:41: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 260 | read (fd, &config_ram, sizeof (config_ram)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ chknvm.c:275:33: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 275 | read (fd, &config_ram, sizeof (config_ram)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ chknvm.c: In function 'firmware': chknvm.c:158:9: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 158 | read (fd, memory, sizeof (memory)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o nvmsplit nvmsplit.o checksum32.o ../ether/error.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o nvmmerge nvmmerge.o checksum32.o ../ether/error.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o chknvm2 chknvm2.o checksum32.o ../ether/error.o ../ether/getoptv.o manifest.o nvm.o nvmpeek.o nvmpeek1.o nvmpeek2.o ../ether/putoptv.o strfbits.o ../ether/version.o ../key/hexout.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o chknvm chknvm.o checksum32.o ../ether/error.o fdchecksum32.o ../ether/getoptv.o fdmanifest.o manifest.o nvm.o nvmpeek.o nvmpeek1.o nvmpeek2.o ../ether/putoptv.o sdrampeek.o strfbits.o ../ether/version.o ../key/hexout.o make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/nvm' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/nodes' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/nodes' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/pib' /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c chkpib.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c pibpeek1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c pibpeek2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../key/keys.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c chkpib2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c setpib.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/hexpeek.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/dataspec.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/bytespec.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c pibfile1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/memencode.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../nvm/nvmseek2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c getpib.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c modpib.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/memincr.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c pibfile.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c pibfile2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c pib2xml.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/hexview.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../nodes/xmlschema.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c pibcomp.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/hexoffset.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/emalloc.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c pibdump.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c pibruin.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/reword.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/getargv.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/memout.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/ipv4spec.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/ipv6spec.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../plc/rules.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../plc/ParseRule.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c piblock.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ruledump.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c xml2pib.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../nodes/xmledit.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../nodes/xmlfree.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../nodes/xmlnode.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../nodes/xmlopen.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../nodes/xmlscan.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../nodes/xmltree.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c psin.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c pibscalers.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c psout.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c pskey.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c psgraph.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c psnotch.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c pibrump.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o chkpib chkpib.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o pibpeek1.o pibpeek2.o ../nvm/checksum32.o ../nvm/fdchecksum32.o keys.o ../ether/hexstring.o ../ether/error.o ../ether/hexdecode.o ../key/SHA256.o ../key/HPAVKeyNID.o ../nvm/fdmanifest.o ../nvm/manifest.o ../nvm/strfbits.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o chkpib2 chkpib2.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o pibpeek1.o pibpeek2.o ../nvm/checksum32.o ../nvm/fdchecksum32.o keys.o ../ether/hexstring.o ../ether/error.o ../ether/hexdecode.o ../key/SHA256.o ../key/HPAVKeyNID.o ../nvm/manifest.o ../nvm/strfbits.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o setpib setpib.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o hexpeek.o ../ether/hexdump.o dataspec.o ../ether/basespec.o ../ether/error.o ../ether/todigit.o ../ether/uintspec.o bytespec.o pibfile1.o ../nvm/checksum32.o ../nvm/fdchecksum32.o memencode.o nvmseek2.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o getpib getpib.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/uintspec.o ../ether/basespec.o ../ether/todigit.o ../key/hexout.o ../ether/error.o nvmseek2.o ../nvm/checksum32.o ../nvm/fdchecksum32.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o modpib modpib.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/hexencode.o ../ether/hexdecode.o ../ether/todigit.o memincr.o ../nvm/fdchecksum32.o keys.o ../tools/uintspec.c ../ether/error.o pibpeek1.o pibpeek2.o ../ether/hexstring.o pibfile.o pibfile1.o pibfile2.o ../key/SHA256.o ../key/HPAVKeyNID.o ../nvm/checksum32.o ../ether/synonym.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o pib2xml pib2xml.o ../nvm/checksum32.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o hexview.o ../mme/output.o nvmseek2.o ../ether/putoptv.o ../ether/version.o xmlschema.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o pibcomp pibcomp.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o hexoffset.o hexview.o emalloc.o ../ether/error.o ../nvm/checksum32.o ../nvm/fdchecksum32.o nvmseek2.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o pibdump pibdump.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o hexoffset.o hexview.o emalloc.o ../ether/error.o ../nvm/checksum32.o ../nvm/fdchecksum32.o nvmseek2.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o pibruin pibruin.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/error.o pibfile1.o nvmseek2.o ../nvm/checksum32.o ../nvm/fdchecksum32.o reword.o getargv.o ../ether/hexstring.o ../ether/hexdecode.o memout.o ../mdio/lookup.o ../mdio/assist.o bytespec.o ../ether/basespec.o ipv4spec.o ipv6spec.o ../ether/todigit.o ../mdio/codelist.o emalloc.o rules.o ParseRule.o piblock.o ruledump.o ../nodes/xmlscan.c: In function 'xmlscan': ../nodes/xmlscan.c:474:44: warning: 'element' may be used uninitialized [-Wmaybe-uninitialized] 474 | if (element->below) | ~~~~~~~^~~~~~~ ../nodes/xmlscan.c:356:16: note: 'element' was declared here 356 | NODE * element; | ^~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o pskey pskey.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/error.o ../ether/hexdecode.o ../ether/hexstring.o ../key/hexout.o pibfile1.o ../key/SHA256Reset.o ../key/SHA256Write.o ../key/SHA256Block.o ../key/SHA256Fetch.o keys.o ../nvm/fdchecksum32.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o xml2pib xml2pib.o ../key/HPAVKeyNID.o ../key/SHA256Block.o ../key/SHA256Fetch.o ../key/SHA256Reset.o ../key/SHA256Write.o ../nvm/checksum32.o emalloc.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexstring.o keys.o ../nvm/manifest.o pibpeek1.o pibpeek2.o ../ether/putoptv.o ../nvm/strfbits.o ../ether/todigit.o ../ether/version.o xmledit.o xmlfree.o xmlnode.o xmlopen.o xmlscan.o xmltree.o ../mme/output.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o psgraph psgraph.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/error.o ../ether/todigit.o ../ether/uintspec.o pibscalers.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o psin psin.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/hexdecode.o ../ether/hexstring.o ../ether/todigit.o ../ether/error.o pibfile.o pibfile1.o pibfile2.o piblock.o pibscalers.o ../nvm/fdchecksum32.o ../nvm/checksum32.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o psout psout.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/error.o pibfile.o pibfile1.o pibfile2.o pibscalers.o ../nvm/checksum32.o ../nvm/fdchecksum32.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o pibrump pibrump.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/error.o pibfile1.o ../nvm/fdchecksum32.o reword.o ../ether/hexstring.o ../ether/hexdecode.o memout.o rules.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o psnotch psnotch.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/error.o ../ether/todigit.o ../ether/uintspec.o make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/pib' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/plc' /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c int6k.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c Attributes1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c Confirm.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c Devices.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c Display.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../mme/EthernetHeader.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c FactoryDefaults.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c Failure.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c FlashNVM.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../mme/QualcommHeader1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c HostActionResponse.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c Identity1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../mme/MMECode.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ModuleRead.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c NVRAMInfo.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c NetInfo1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c PushButton.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../mme/QualcommHeader.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ReadFirmware1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ReadMFG.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ReadMME.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ReadParameters1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 In file included from int6k.c:407: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c Request.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ResetDevice.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c SDRAMInfo.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c SendMME.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c SetNMK.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c StationRole.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../mme/UnwantedMessage.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c VersionInfo1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c WaitForReset.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c WaitForRestart.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c WaitForStart.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c WatchdogReport.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c WriteCFG.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c WriteNVM.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c WritePIB.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/checkfilename.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c chipset.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../nvm/nvmfile1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../ram/nvram.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../ram/sdramfile.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/typename.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c int6kboot.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c BootDevice1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c BootFirmware1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c BootParameters1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c FlashDevice1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c InitDevice1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c StartFirmware1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c WriteExecuteFirmware1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c WriteFirmware1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c WriteMEM.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c WriteExecutePIB.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c int6keth.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c int6kf.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../mme/HomePlugHeader.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c StartDevice1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c UpgradeDevice1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c int6khost.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c EmulateHost.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 In file included from int6kboot.c:211: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c int64host.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c EmulateHost64.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c int6kid.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c int6klist.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ListLocalDevices.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ListRemoteDevices1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c int6klog.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/b64dump.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c int6kmdio.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 In file included from int6kf.c:229: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/regview32.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 In file included from int6khost.c:215: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c int6kmdio2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 In file included from int64host.c:213: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c int6kmod.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 In file included from int6klist.c:164: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ModuleCommit.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ModuleDump.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ModuleSession.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ModuleSpec.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 In file included from int6klog.c:606: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ModuleWrite.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c int6kstat.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 int6klog.c: In function 'PrintRawWatchdogReport': int6klog.c:244:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 244 | write (STDOUT_FILENO, indicate->RDATA + indicate->RDATAOFFSET, LE16TOH (indicate->RDATALENGTH) - indicate->RDATAOFFSET); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c LinkStatistics.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c LocalDevices.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c NetworkInformation1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c Platform.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c Topology1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c int6ktest.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 In file included from int6kmod.c:239: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c int6krate.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c Antiphon.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c NetworkTraffic1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c PhyRates1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c Traffic1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 In file included from int6kstat.c:294: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c Transmit.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c int6krule.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c MakeRule.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ReadRules.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 In file included from int6ktest.c:376: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c PrintRule.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c int6ktone.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c SignalToNoise1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ToneMaps1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c int6kwait.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 In file included from int6krate.c:258: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c CMEncrypt.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 In file included from int6krule.c:183: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c sada.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c SlaveMembership.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c coqos_add.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c coqos_info.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c coqos_man.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 In file included from int6ktone.c:177: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c coqos_mod.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c coqos_rel.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c mdustats.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c MDUTrafficStats.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/set32bitmap.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 In file included from int6kwait.c:676: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ampboot.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c amphost.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ampID.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c amplist.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 In file included from sada.c:217: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ListRemoteDevices2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 In file included from coqos_info.c:319: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../tools/memory.h:31, from coqos_add.c:70: coqos_add.c: In function 'main': coqos_add.c:401:45: warning: value computed is not used [-Wunused-value] 401 | HTOBE16 ((uint16_t)(* ++byte)); | ~^~~~~~~~~ ../tools/../tools/endian.h:111:36: note: in definition of macro 'HTOBE16' 111 | # define HTOBE16(x) (x) | ^ In file included from coqos_add.c:243: ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from coqos_man.c:329: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c amprate.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c NetworkTraffic2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 In file included from coqos_mod.c:262: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from coqos_rel.c:230: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c PLCSelect.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 In file included from ampboot.c:196: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MDUTrafficStats.c: In function 'MDUTrafficStats': MDUTrafficStats.c:403:29: warning: taking address of packed member of 'struct vs_mdu_station_stats_request' may result in an unaligned pointer value [-Waddress-of-packed-member] 403 | set32bitmap (request->SLAVE_BITMAP, slave); | ~~~~~~~^~~~~~~~~~~~~~ In file included from amphost.c:425: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c PhyRates2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 In file included from mdustats.c:191: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from amplist.c:164: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c RxRates2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c Traffic2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c amprule.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ampstat.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 In file included from amprate.c:264: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c NetworkInformation.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c NetworkInformation2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c Topology.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c Topology2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c amptest.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../mme/ARPCPrint.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ExecuteApplets1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../mme/FirmwareMessage.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c NVMSelect.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c amptool.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c NetInfo2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c RemoteHosts.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 In file included from amprule.c:183: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c amptone.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 In file included from ampstat.c:294: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c SignalToNoise2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ToneMaps2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ampwait.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c plcboot.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 In file included from amptest.c:273: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c BootDevice2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c BootFirmware2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c BootParameters2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c FlashDevice2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c FlashFirmware.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 In file included from amptool.c:408: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c FlashParameters.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c FlashSoftloader.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c InitDevice2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c WriteExecuteApplet2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 In file included from amptone.c:199: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ampwait.c:669: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from plcboot.c:208: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c WriteExecuteFirmware2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c WriteExecuteParameters2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c WriteFirmware2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c WriteParameters2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../nvm/nvmfile2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c plchost.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ReadFirmware2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ReadParameters2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c plcID.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c plclist.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ListRemoteDevices.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c plcrate.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c VersionInfo2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c plcrule.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c plcstat.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c plctest.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 In file included from plclist.c:162: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ExecuteApplets.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ExecuteApplets2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 In file included from plchost.c:408: ../plc/plc.c: In function 'main': /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../nvm/nvmfile.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c plctool.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c Attributes2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c Identity.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 In file included from plcID.c:531: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c Identity2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c LinkStatus.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 In file included from plcrate.c:258: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c plctone.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 In file included from plcrule.c:182: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c plcwait.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 In file included from plcstat.c:291: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c plchostd.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c InitDevice.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c PLCTopology.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 In file included from plctest.c:275: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c PLCTopologyPrint.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 In file included from plctool.c:398: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ReadParameters.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c StartFirmware2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c WriteExecuteFirmware.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c WriteExecuteParameters.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 In file included from plctone.c:197: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c WriteExecuteParameters1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 In file included from plcwait.c:682: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c plchostd2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c plcget.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c GetProperty.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/binout.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 plchostd.c: In function 'function': plchostd.c:343:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 343 | write (fd, MESSAGE, strlen (MESSAGE)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/chrout.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 In file included from plchostd.c:529: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/decout.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c plcset.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c SetProperty.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c plcotst.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c plcfwd.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c plcdevs.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 In file included from plcget.c:186: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c plclog.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c plcmdio16.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 plchostd2.c: In function 'function': plchostd2.c:330:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 330 | write (fd, MESSAGE, strlen (MESSAGE)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from plchostd2.c:522: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c plcmdio32.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o int6k int6k.o Attributes1.o Confirm.o Devices.o Display.o EthernetHeader.o FactoryDefaults.o Failure.o FlashNVM.o QualcommHeader1.o HostActionResponse.o Identity1.o MMECode.o ModuleRead.o NVRAMInfo.o NetInfo1.o PushButton.o QualcommHeader.o ReadFirmware1.o ReadMFG.o ReadMME.o ReadParameters1.o Request.o ResetDevice.o SDRAMInfo.o SendMME.o SetNMK.o StationRole.o UnwantedMessage.o VersionInfo1.o WaitForReset.o WaitForRestart.o WaitForStart.o WatchdogReport.o WriteCFG.o WriteNVM.o WritePIB.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o chipset.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/hexstring.o ../pib/keys.o nvmfile1.o nvram.o ../ether/initchannel.o ../ether/openchannel.o ../pib/pibfile1.o ../pib/pibpeek1.o ../ether/putoptv.o ../ether/readpacket.o sdramfile.o ../nvm/sdrampeek.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/synonym.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o int6kboot int6kboot.o BootDevice1.o BootFirmware1.o BootParameters1.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o FlashDevice1.o FlashNVM.o InitDevice1.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o StartFirmware1.o UnwantedMessage.o WaitForReset.o WaitForRestart.o WaitForStart.o WriteExecuteFirmware1.o WriteFirmware1.o WriteMEM.o WriteNVM.o WritePIB.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o chipset.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexstring.o ../pib/keys.o nvmfile1.o ../ether/initchannel.o ../ether/openchannel.o ../pib/pibfile1.o ../pib/pibpeek1.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o WriteExecutePIB.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o int6keth int6keth.o Devices.o EthernetHeader.o MMECode.o QualcommHeader.o UnwantedMessage.o ../mdio/assist.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o ../ether/closechannel.o ../ether/error.o ../mdio/codelist.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/hexstring.o ../mdio/lookup.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/synonym.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o int6kf int6kf.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o FlashDevice1.o FlashNVM.o HomePlugHeader.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o StartDevice1.o StartFirmware1.o UnwantedMessage.o UpgradeDevice1.o WaitForReset.o WaitForStart.o WaitForRestart.o WriteCFG.o WriteFirmware1.o WriteMEM.o WriteNVM.o WritePIB.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o chipset.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexstring.o ../pib/keys.o ../nvm/nvm.o nvmfile1.o ../nvm/nvmpeek1.o ../ether/initchannel.o ../ether/openchannel.o ../pib/pibfile1.o ../pib/pibpeek1.o ../ether/putoptv.o ../ether/readpacket.o sdramfile.o ../nvm/sdrampeek.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o int6khost int6khost.o Confirm.o Devices.o Display.o EmulateHost.o EthernetHeader.o FactoryDefaults.o Failure.o FlashNVM.o HostActionResponse.o MMECode.o ModuleRead.o QualcommHeader.o ReadFirmware1.o ReadMME.o ReadParameters1.o Request.o ResetDevice.o SendMME.o StartFirmware1.o UnwantedMessage.o WaitForReset.o WaitForStart.o WriteCFG.o WriteMEM.o WriteNVM.o WritePIB.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o chipset.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexstring.o ../pib/keys.o nvmfile1.o ../ether/initchannel.o ../ether/openchannel.o ../pib/pibfile1.o ../pib/pibpeek1.o ../ether/putoptv.o ../ether/readpacket.o sdramfile.o ../nvm/sdrampeek.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/todigit.o typename.o ../ether/uintspec.o WriteFirmware1.o ../ether/version.o ../ether/desuid.o In file included from plcset.c:193: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o int64host int64host.o BootDevice1.o BootFirmware1.o BootParameters1.o Confirm.o Devices.o EmulateHost64.o EthernetHeader.o Failure.o FlashNVM.o HostActionResponse.o InitDevice1.o MMECode.o ModuleRead.o QualcommHeader.o ReadFirmware1.o ReadMME.o ReadParameters1.o Request.o ResetDevice.o SendMME.o StartFirmware1.o UnwantedMessage.o WaitForReset.o WaitForStart.o WriteCFG.o WriteExecuteFirmware1.o WriteFirmware1.o WriteMEM.o WriteNVM.o WritePIB.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o chipset.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexstring.o ../pib/keys.o nvmfile1.o ../ether/initchannel.o ../ether/openchannel.o ../pib/pibfile1.o ../pib/pibpeek1.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o WriteExecutePIB.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o int6kid int6kid.o Devices.o Display.o EthernetHeader.o MMECode.o QualcommHeader.o UnwantedMessage.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../key/hexout.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o int6klist int6klist.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o ListLocalDevices.o ListRemoteDevices1.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o UnwantedMessage.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../key/hexout.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o int6klog int6klog.o Devices.o EthernetHeader.o Failure.o MMECode.o QualcommHeader.o ReadMME.o SendMME.o UnwantedMessage.o ../mdio/assist.o b64dump.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../mdio/codelist.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/hexstring.o ../mdio/lookup.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o plcfwd.c: In function 'AddVLANIDs': plcfwd.c:503:30: warning: taking address of packed member of 'struct vs_forward_config_request' may result in an unaligned pointer value [-Waddress-of-packed-member] 503 | struct item * item = request->LIST; | ^~~~~~~ plcfwd.c: In function 'RemoveVLANIDs': plcfwd.c:588:30: warning: taking address of packed member of 'struct vs_forward_config_request' may result in an unaligned pointer value [-Waddress-of-packed-member] 588 | struct item * item = request->LIST; | ^~~~~~~ In file included from plclog.c:587: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from plcotst.c:368: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o int6kmdio int6kmdio.o Devices.o Display.o EthernetHeader.o MMECode.o QualcommHeader.o UnwantedMessage.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../pib/hexview.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o regview32.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o int6kmdio2 int6kmdio2.o Devices.o Display.o EthernetHeader.o MMECode.o QualcommHeader.o UnwantedMessage.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../pib/hexview.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o regview32.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o plclog.c: In function 'PrintRawWatchdogReport': plclog.c:220:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 220 | write (STDOUT_FILENO, indicate->RDATA + indicate->RDATAOFFSET, LE16TOH (indicate->RDATALENGTH) - indicate->RDATAOFFSET); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from plcfwd.c:1002: ../plc/plc.c: In function 'main': ../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o int6kmod int6kmod.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o MMECode.o ModuleCommit.o ModuleDump.o ModuleRead.o ModuleSession.o ModuleSpec.o ModuleWrite.o QualcommHeader.o ReadMME.o Request.o SendMME.o UnwantedMessage.o ../ether/basespec.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/hexstring.o ../pib/hexview.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/synonym.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o int6kstat int6kstat.o Devices.o Display.o EthernetHeader.o Failure.o QualcommHeader1.o LinkStatistics.o LocalDevices.o MMECode.o NetworkInformation1.o Platform.o QualcommHeader.o ReadMME.o Request.o SendMME.o Topology1.o UnwantedMessage.o ../ether/channel.o chipset.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/hexstring.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o int6ktest int6ktest.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o MMECode.o QualcommHeader.o Request.o SendMME.o StartFirmware1.o UnwantedMessage.o WaitForStart.o WriteFirmware1.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o chipset.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o nvmfile1.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o int6krate int6krate.o Antiphon.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o QualcommHeader1.o LocalDevices.o MMECode.o NetworkTraffic1.o PhyRates1.o QualcommHeader.o ReadMME.o Request.o ResetDevice.o SendMME.o StationRole.o Traffic1.o Transmit.o UnwantedMessage.o VersionInfo1.o WaitForStart.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o chipset.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/hexstring.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o int6krule int6krule.o Confirm.o Devices.o Display.o EthernetHeader.o ../ether/hexstring.o Failure.o MMECode.o MakeRule.o ../pib/memout.o ReadRules.o ../pib/reword.o ../pib/ParseRule.o PrintRule.o QualcommHeader.o ReadMME.o Request.o SendMME.o UnwantedMessage.o ../mdio/assist.o ../ether/basespec.o ../pib/bytespec.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../mdio/codelist.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../pib/ipv4spec.o ../pib/ipv6spec.o ../mdio/lookup.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../pib/rules.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o int6ktone int6ktone.o Devices.o EthernetHeader.o Failure.o MMECode.o QualcommHeader.o ReadMME.o SendMME.o SignalToNoise1.o ToneMaps1.o UnwantedMessage.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/hexstring.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o int6kwait int6kwait.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o QualcommHeader1.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o UnwantedMessage.o ../ether/channel.o checkfilename.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o CMEncrypt CMEncrypt.o Confirm.o Devices.o EthernetHeader.o Failure.o HomePlugHeader.o MMECode.o Request.o ../key/SHA256Block.o ../key/SHA256Fetch.o ../key/SHA256Reset.o ../key/SHA256Write.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o sada sada.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o SlaveMembership.o UnwantedMessage.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o coqos_add coqos_add.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o UnwantedMessage.o ../mdio/assist.o ../ether/basespec.o ../pib/bytespec.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../mdio/codelist.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../pib/ipv4spec.o ../pib/ipv6spec.o ../mdio/lookup.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o ../pib/rules.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o coqos_info coqos_info.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o UnwantedMessage.o ../mdio/assist.o ../pib/bytespec.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../mdio/codelist.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../pib/ipv4spec.o ../pib/ipv6spec.o ../mdio/lookup.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o typename.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o coqos_man coqos_man.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o UnwantedMessage.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o coqos_mod coqos_mod.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o UnwantedMessage.o ../mdio/assist.o ../pib/bytespec.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../mdio/codelist.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../pib/ipv4spec.o ../pib/ipv6spec.o ../mdio/lookup.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o typename.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o coqos_rel coqos_rel.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o UnwantedMessage.o ../pib/bytespec.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../pib/ipv4spec.o ../pib/ipv6spec.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o typename.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o mdustats mdustats.o Devices.o Display.o EthernetHeader.o MDUTrafficStats.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o UnwantedMessage.o ../ether/channel.o chipset.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/hexstring.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o set32bitmap.o ../ether/synonym.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o ampboot ampboot.o BootDevice1.o BootFirmware1.o BootParameters1.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o FlashDevice1.o FlashNVM.o InitDevice1.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o StartFirmware1.o UnwantedMessage.o WaitForReset.o WaitForStart.o WaitForRestart.o WriteExecuteFirmware1.o WriteFirmware1.o WriteMEM.o WriteNVM.o WritePIB.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o chipset.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexstring.o ../pib/keys.o nvmfile1.o ../ether/initchannel.o ../ether/openchannel.o ../pib/pibfile1.o ../pib/pibpeek1.o ../ether/putoptv.o ../ether/readpacket.o sdramfile.o ../nvm/sdrampeek.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o WriteExecutePIB.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o amphost amphost.o BootDevice1.o BootFirmware1.o BootParameters1.o Confirm.o Devices.o EthernetHeader.o FactoryDefaults.o Failure.o FlashDevice1.o FlashNVM.o HostActionResponse.o InitDevice1.o MMECode.o ModuleRead.o QualcommHeader.o ReadFirmware1.o ReadMME.o ReadParameters1.o Request.o ResetDevice.o SendMME.o StartFirmware1.o UnwantedMessage.o WaitForReset.o WaitForStart.o WaitForRestart.o WriteExecuteFirmware1.o WriteFirmware1.o WriteMEM.o WriteNVM.o WritePIB.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o chipset.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexstring.o ../pib/keys.o nvmfile1.o ../ether/initchannel.o ../ether/openchannel.o ../pib/pibfile1.o ../pib/pibpeek1.o ../ether/putoptv.o ../ether/readpacket.o sdramfile.o ../nvm/sdrampeek.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o WriteExecutePIB.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o ampID ampID.o Devices.o Display.o EthernetHeader.o MMECode.o QualcommHeader.o UnwantedMessage.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../key/hexout.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o amplist amplist.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o QualcommHeader1.o ListLocalDevices.o ListRemoteDevices2.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o UnwantedMessage.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../key/hexout.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o amprate amprate.o Antiphon.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o QualcommHeader1.o LocalDevices.o MMECode.o NetworkTraffic2.o PLCSelect.o PhyRates2.o QualcommHeader.o ReadMME.o Request.o ResetDevice.o RxRates2.o SendMME.o StationRole.o Traffic2.o Transmit.o UnwantedMessage.o VersionInfo1.o WaitForStart.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o chipset.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o amprule amprule.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o ../ether/hexstring.o MakeRule.o ../pib/memout.o MMECode.o ../pib/ParseRule.o PrintRule.o QualcommHeader.o ReadMME.o ReadRules.o Request.o ../pib/reword.o SendMME.o UnwantedMessage.o ../mdio/assist.o ../ether/basespec.o ../pib/bytespec.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../mdio/codelist.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../pib/ipv4spec.o ../pib/ipv6spec.o ../mdio/lookup.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../pib/rules.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o ampstat ampstat.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o QualcommHeader1.o LinkStatistics.o LocalDevices.o MMECode.o NetworkInformation.o NetworkInformation1.o NetworkInformation2.o PLCSelect.o Platform.o QualcommHeader.o ReadMME.o Request.o SendMME.o Topology.o Topology1.o Topology2.o UnwantedMessage.o WaitForStart.o ../ether/channel.o chipset.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/hexstring.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o amptest amptest.o ARPCPrint.o Confirm.o Devices.o Display.o EthernetHeader.o ExecuteApplets1.o Failure.o FirmwareMessage.o MMECode.o NVMSelect.o QualcommHeader.o Request.o SendMME.o StartFirmware1.o UnwantedMessage.o WaitForStart.o WriteExecuteFirmware1.o WriteFirmware1.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o chipset.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o nvmfile1.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o amptool amptool.o Attributes1.o Confirm.o Devices.o Display.o EthernetHeader.o FactoryDefaults.o Failure.o FlashNVM.o QualcommHeader1.o HostActionResponse.o Identity1.o MMECode.o NVRAMInfo.o NetInfo2.o PLCSelect.o PushButton.o QualcommHeader.o ReadFirmware1.o ReadMFG.o ReadMME.o ReadParameters1.o RemoteHosts.o Request.o ResetDevice.o SDRAMInfo.o SendMME.o SetNMK.o StartFirmware1.o StationRole.o UnwantedMessage.o VersionInfo1.o WaitForReset.o WaitForStart.o WatchdogReport.o WriteNVM.o WritePIB.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o chipset.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../key/hexout.o ../ether/hexstring.o ../pib/keys.o nvmfile1.o nvram.o ../ether/initchannel.o ../ether/openchannel.o ../pib/pibfile1.o ../pib/pibpeek1.o ../ether/putoptv.o ../ether/readpacket.o sdramfile.o ../nvm/sdrampeek.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/synonym.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o amptone amptone.o Devices.o EthernetHeader.o Failure.o QualcommHeader1.o MMECode.o ReadMME.o SendMME.o SignalToNoise2.o ToneMaps2.o UnwantedMessage.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/hexstring.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o ampwait ampwait.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o QualcommHeader1.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o UnwantedMessage.o ../ether/channel.o checkfilename.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o plcboot plcboot.o BootDevice2.o BootFirmware2.o BootParameters2.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o FlashDevice2.o FlashFirmware.o FlashNVM.o FlashParameters.o FlashSoftloader.o InitDevice2.o MMECode.o ModuleCommit.o ModuleSession.o ModuleSpec.o ModuleWrite.o NVMSelect.o QualcommHeader.o ReadMME.o Request.o SendMME.o UnwantedMessage.o WaitForReset.o WaitForStart.o WriteExecuteApplet2.o WriteExecuteFirmware2.o WriteExecuteParameters2.o WriteFirmware2.o WriteMEM.o WriteNVM.o WritePIB.o WriteParameters2.o ../ether/basespec.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o chipset.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexstring.o ../pib/keys.o nvmfile2.o ../ether/initchannel.o ../ether/openchannel.o ../pib/pibfile2.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o ResetDevice.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o plchost plchost.o BootDevice2.o BootFirmware2.o BootParameters2.o Confirm.o Devices.o EthernetHeader.o Failure.o FlashDevice2.o FlashFirmware.o FlashNVM.o FlashParameters.o FlashSoftloader.o QualcommHeader1.o HostActionResponse.o InitDevice2.o LocalDevices.o MMECode.o ModuleCommit.o ModuleRead.o ModuleSession.o ModuleSpec.o ModuleWrite.o NVMSelect.o PLCSelect.o QualcommHeader.o ReadFirmware2.o ReadMME.o ReadParameters2.o Request.o ResetDevice.o SendMME.o UnwantedMessage.o WaitForReset.o WaitForStart.o WriteExecuteApplet2.o WriteExecuteFirmware2.o WriteExecuteParameters2.o WriteFirmware2.o WriteMEM.o WriteNVM.o WritePIB.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o chipset.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexstring.o ../pib/keys.o nvmfile2.o ../ether/initchannel.o ../ether/openchannel.o ../pib/pibfile2.o ../pib/pibpeek2.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o plcID plcID.o Devices.o Display.o EthernetHeader.o Failure.o MMECode.o QualcommHeader.o ReadMME.o SendMME.o UnwantedMessage.o ../ether/channel.o ../nvm/checksum32.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../key/hexout.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o WaitForStart.o chipset.o typename.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o plclist plclist.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o QualcommHeader1.o ListLocalDevices.o ListRemoteDevices.o ListRemoteDevices1.o ListRemoteDevices2.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o UnwantedMessage.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../key/hexout.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o plcrate plcrate.o Antiphon.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o QualcommHeader1.o LocalDevices.o MMECode.o NetworkTraffic2.o PLCSelect.o PhyRates2.o QualcommHeader.o ReadMME.o Request.o ResetDevice.o SendMME.o Traffic2.o Transmit.o UnwantedMessage.o VersionInfo2.o WaitForStart.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o chipset.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o plcrule plcrule.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o ../ether/hexstring.o MakeRule.o ../pib/memout.o MMECode.o ../pib/ParseRule.o PrintRule.o QualcommHeader.o ReadMME.o ../pib/reword.o ReadRules.o Request.o SendMME.o UnwantedMessage.o ../mdio/assist.o ../ether/basespec.o ../pib/bytespec.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../mdio/codelist.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../pib/ipv4spec.o ../pib/ipv6spec.o ../mdio/lookup.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../pib/rules.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o plcstat plcstat.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o QualcommHeader1.o LinkStatistics.o LocalDevices.o MMECode.o NetworkInformation2.o Platform.o QualcommHeader.o ReadMME.o Request.o SendMME.o Topology2.o UnwantedMessage.o WaitForStart.o ../ether/channel.o chipset.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/hexstring.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o plctest plctest.o ARPCPrint.o Confirm.o Devices.o Display.o EthernetHeader.o ExecuteApplets.o ExecuteApplets1.o ExecuteApplets2.o Failure.o FirmwareMessage.o MMECode.o NVMSelect.o QualcommHeader.o Request.o SendMME.o StartFirmware1.o UnwantedMessage.o WaitForStart.o WriteExecuteApplet2.o WriteExecuteFirmware1.o WriteExecuteFirmware2.o WriteFirmware1.o WriteFirmware2.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o chipset.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o nvmfile.o nvmfile1.o nvmfile2.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o plctool plctool.o Attributes2.o Confirm.o Devices.o Display.o EthernetHeader.o FactoryDefaults.o Failure.o FlashDevice2.o FlashFirmware.o FlashNVM.o FlashParameters.o FlashSoftloader.o QualcommHeader1.o HostActionResponse.o Identity.o Identity1.o Identity2.o MMECode.o ModuleCommit.o ModuleRead.o ModuleSession.o ModuleSpec.o ModuleWrite.o NVRAMInfo.o NetInfo2.o PLCSelect.o PushButton.o QualcommHeader.o ReadFirmware2.o ReadMFG.o ReadMME.o ReadParameters2.o RemoteHosts.o Request.o ResetDevice.o SDRAMInfo.o SendMME.o SetNMK.o StartFirmware1.o StationRole.o UnwantedMessage.o VersionInfo2.o WaitForReset.o WaitForStart.o WatchdogReport.o WriteNVM.o WritePIB.o ../ether/basespec.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o chipset.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../key/hexout.o ../ether/decdecode.o ../ether/decstring.o ../ether/hexstring.o ../pib/keys.o nvmfile2.o nvram.o ../ether/initchannel.o ../ether/openchannel.o ../pib/pibfile2.o ../pib/pibpeek1.o ../pib/pibpeek2.o ../ether/putoptv.o ../ether/readpacket.o sdramfile.o ../nvm/sdrampeek.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/synonym.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o LinkStatus.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o plctone plctone.o Devices.o EthernetHeader.o Failure.o QualcommHeader1.o MMECode.o ReadMME.o SendMME.o SignalToNoise2.o ToneMaps2.o UnwantedMessage.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/hexstring.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o plcwait plcwait.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o QualcommHeader1.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o UnwantedMessage.o ../ether/channel.o checkfilename.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o plchostd plchostd.o BootDevice1.o BootDevice2.o BootFirmware1.o BootFirmware2.o BootParameters1.o BootParameters2.o Confirm.o Devices.o EthernetHeader.o ExecuteApplets.o ExecuteApplets1.o ExecuteApplets2.o Failure.o FlashDevice1.o FlashDevice2.o FlashFirmware.o FlashNVM.o FlashParameters.o FlashSoftloader.o QualcommHeader1.o HostActionResponse.o InitDevice.o InitDevice1.o InitDevice2.o LocalDevices.o MMECode.o ModuleCommit.o ModuleRead.o ModuleSession.o ModuleSpec.o ModuleWrite.o NVMSelect.o PLCSelect.o PLCTopology.o PLCTopologyPrint.o Platform.o QualcommHeader.o ReadFirmware1.o ReadMME.o ReadParameters.o ReadParameters1.o ReadParameters2.o Request.o ResetDevice.o SendMME.o StartFirmware1.o StartFirmware2.o UnwantedMessage.o WaitForReset.o WaitForStart.o WaitForRestart.o WriteExecuteApplet2.o WriteExecuteFirmware.o WriteExecuteFirmware1.o WriteExecuteFirmware2.o WriteExecuteParameters.o WriteExecuteParameters1.o WriteExecuteParameters2.o WriteFirmware1.o WriteFirmware2.o WriteMEM.o WriteNVM.o WritePIB.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o chipset.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexstring.o ../pib/keys.o nvmfile.o nvmfile1.o nvmfile2.o ../ether/initchannel.o ../ether/openchannel.o ../pib/pibfile.o ../pib/pibfile1.o ../pib/pibfile2.o ../pib/pibpeek1.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o WriteExecutePIB.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o plchostd2 plchostd2.o BootDevice2.o BootFirmware2.o BootParameters2.o Confirm.o Devices.o EthernetHeader.o Failure.o FlashDevice2.o FlashFirmware.o FlashNVM.o FlashParameters.o FlashSoftloader.o QualcommHeader1.o HostActionResponse.o InitDevice2.o LocalDevices.o MMECode.o ModuleCommit.o ModuleRead.o ModuleSession.o ModuleSpec.o ModuleWrite.o NVMSelect.o PLCSelect.o Platform.o QualcommHeader.o ReadFirmware2.o ReadMME.o ReadParameters2.o Request.o ResetDevice.o SendMME.o UnwantedMessage.o WaitForReset.o WaitForStart.o WriteExecuteApplet2.o WriteExecuteFirmware2.o WriteExecuteParameters2.o WriteFirmware2.o WriteMEM.o WriteNVM.o WritePIB.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o chipset.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexstring.o ../pib/keys.o nvmfile2.o ../ether/initchannel.o ../ether/openchannel.o ../pib/pibfile2.o ../pib/pibpeek2.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o plcget plcget.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o GetProperty.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o UnwantedMessage.o ../ether/basespec.o binout.o ../ether/channel.o chrout.o ../ether/closechannel.o decout.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../key/hexout.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o plcset plcset.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o SetProperty.o UnwantedMessage.o ../ether/basespec.o binout.o ../pib/bytespec.o ../ether/channel.o ../ether/closechannel.o ../pib/dataspec.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../pib/memencode.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o plcotst plcotst.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o UnwantedMessage.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o plcfwd plcfwd.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o UnwantedMessage.o ../ether/basespec.o binout.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../key/hexout.o ../pib/hexview.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o plcdevs plcdevs.o Devices.o EthernetHeader.o Platform.o QualcommHeader.o UnwantedMessage.o ../ether/channel.o chipset.o ../ether/closechannel.o ../ether/decdecode.o ../ether/decstring.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexstring.o ../ether/hostnics.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o plclog plclog.o Devices.o EthernetHeader.o Failure.o MMECode.o QualcommHeader.o ReadMME.o SendMME.o UnwantedMessage.o b64dump.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/hexstring.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o plcmdio16 plcmdio16.o Devices.o Display.o EthernetHeader.o MMECode.o QualcommHeader.o UnwantedMessage.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../pib/hexview.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o regview32.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o plcmdio32 plcmdio32.o Devices.o Display.o EthernetHeader.o MMECode.o QualcommHeader.o UnwantedMessage.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../pib/hexview.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o regview32.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o ../ether/desuid.o make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/plc' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/ram' /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c config2cfg.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c sdram.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ sdram.c: In function 'main': sdram.c:155:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 155 | write (fd, sdram16mb, sizeof (sdram16mb)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sdram.c:156:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 156 | write (fd, &checksum, sizeof (checksum)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sdram.c:163:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 163 | write (fd, sdram64mb, sizeof (sdram64mb)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sdram.c:164:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 164 | write (fd, &checksum, sizeof (checksum)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ config2cfg.c: In function 'main': config2cfg.c:181:25: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 181 | write (fd, &config_ram, sizeof (config_ram)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ config2cfg.c:182:25: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 182 | write (fd, &checksum, sizeof (checksum)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o sdram sdram.o ../nvm/checksum32.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o config2cfg config2cfg.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/error.o ../nvm/checksum32.o ../ether/hexencode.o ../ether/todigit.o make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/ram' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/serial' /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c int6kuart.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c openport.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c closeport.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c serial.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c int6kbaud.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ttysig.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ptsctl.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c weeder.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ttysend.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c baudrate.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ttyrecv.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ttycat.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c int6kdetect.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ serial.c: In function 'sendcommand': serial.c:127:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 127 | write (STDERR_FILENO, command.buffer, command.length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ serial.c:128:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 128 | write (STDERR_FILENO, "\n", sizeof (char)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ serial.c: In function 'readcommand': serial.c:198:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 198 | write (STDERR_FILENO, command.buffer, command.length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ serial.c:199:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 199 | write (STDERR_FILENO, "\n", sizeof (char)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o ttycat ttycat.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/efreopen.o ../ether/error.o baudrate.o ../ether/uintspec.o ../ether/todigit.o int6kuart.c: In function 'at_readpib': int6kuart.c:434:25: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 434 | write (STDOUT_FILENO, ".", 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ int6kuart.c:442:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 442 | write (STDOUT_FILENO, "\n", 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ int6kuart.c: In function 'at_writenvm': int6kuart.c:232:25: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 232 | write (STDOUT_FILENO, ".", 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ int6kuart.c:240:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 240 | write (STDOUT_FILENO, "\n", 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ int6kuart.c: In function 'at_writepib': int6kuart.c:328:25: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 328 | write (STDOUT_FILENO, ".", 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ int6kuart.c:336:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 336 | write (STDOUT_FILENO, "\n", 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ int6kuart.c: In function 'atm': int6kuart.c:1066:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 1066 | write (STDOUT_FILENO, command.buffer, command.length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ int6kuart.c:1067:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 1067 | write (STDOUT_FILENO, "\n", sizeof (char)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o ttysend ttysend.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/error.o ../ether/uintspec.o ../ether/todigit.o baudrate.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o ttyrecv ttyrecv.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/error.o ../ether/uintspec.o ../ether/todigit.o baudrate.o ttysig.c: In function 'main': ttysig.c:292:46: warning: 'dtr_value' may be used uninitialized [-Wmaybe-uninitialized] 292 | if (_anyset (flags, TTYSIG_SET_DTR)) set_status (fd, TIOCM_DTR, dtr_value); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ttysig.c:251:17: note: 'dtr_value' was declared here 251 | uint8_t dtr_value; | ^~~~~~~~~ ttysig.c:293:46: warning: 'rts_value' may be used uninitialized [-Wmaybe-uninitialized] 293 | if (_anyset (flags, TTYSIG_SET_RTS)) set_status (fd, TIOCM_RTS, rts_value); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ttysig.c:252:17: note: 'rts_value' was declared here 252 | uint8_t rts_value; | ^~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o ptsctl ptsctl.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/uintspec.o ../ether/synonym.o ../ether/todigit.o ../ether/error.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o weeder weeder.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/uintspec.o ../ether/synonym.o ../ether/todigit.o ../ether/error.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o int6kbaud int6kbaud.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/uintspec.o ../ether/basespec.o ../ether/todigit.o ../ether/error.o ../nvm/checksum32.o ../ether/hexencode.o ../ether/hexdump.o ../ether/hexstring.o ../ether/hexdecode.o ../ether/synonym.o openport.o closeport.o serial.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o ttysig ttysig.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/error.o ../ether/uintspec.o ../ether/todigit.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o int6kdetect int6kdetect.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/error.o baudrate.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o int6kuart int6kuart.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/uintspec.o ../ether/basespec.o ../ether/todigit.o ../ether/error.o ../nvm/checksum32.o ../ether/hexencode.o ../ether/hexdump.o ../ether/hexstring.o ../ether/hexdecode.o openport.o closeport.o serial.o make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/serial' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/slac' /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c evse.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../mme/HomePlugHeader1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../tools/config.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c evse_cm_atten_char.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c evse_cm_mnbc_sound.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c evse_cm_slac_match.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c evse_cm_slac_param.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c evse_cm_start_atten_char.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c evse_cm_set_key.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../mme/readmessage.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c ../mme/sendmessage.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c slac_session.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c slac_debug.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c pev.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c pev_cm_atten_char.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c pev_cm_mnbc_sound.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c pev_cm_slac_match.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c pev_cm_slac_param.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c pev_cm_start_atten_char.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c pev_cm_set_key.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c slac_connect.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o evse evse.o ../plc/Devices.o ../plc/EthernetHeader.o ../plc/QualcommHeader.o HomePlugHeader1.o ../plc/UnwantedMessage.o ../ether/channel.o ../ether/closechannel.o config.o ../ether/decdecode.o ../ether/decstring.o ../ether/error.o evse_cm_atten_char.o evse_cm_mnbc_sound.o evse_cm_slac_match.o evse_cm_slac_param.o evse_cm_start_atten_char.o evse_cm_set_key.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../key/hexout.o ../ether/hexstring.o ../ether/initchannel.o ../ether/openchannel.o ../ether/putoptv.o readmessage.o ../ether/readpacket.o sendmessage.o ../ether/sendpacket.o slac_session.o ../nvm/strfbits.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o slac_debug.o ../ether/desuid.o /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o pev pev.o ../plc/Devices.o ../plc/EthernetHeader.o ../plc/QualcommHeader.o HomePlugHeader1.o ../plc/UnwantedMessage.o ../ether/channel.o ../ether/closechannel.o config.o ../ether/decdecode.o ../ether/decstring.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/hexstring.o ../pib/memincr.o ../ether/initchannel.o ../ether/openchannel.o pev_cm_atten_char.o pev_cm_mnbc_sound.o pev_cm_slac_match.o pev_cm_slac_param.o pev_cm_start_atten_char.o pev_cm_set_key.o ../ether/putoptv.o readmessage.o ../ether/readpacket.o sendmessage.o ../ether/sendpacket.o slac_connect.o slac_session.o ../nvm/strfbits.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o slac_debug.o ../ether/desuid.o make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/slac' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/tools' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/tools' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/VisualStudioNET' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/VisualStudioNET' make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2' >>> open-plc-utils 1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2 Installing to target GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 ROOTFS=/home/buildroot/instance-0/output-1/target BIN="/home/buildroot/instance-0/output-1/target/usr/bin" -C /home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2 install make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/ether' install -m 0755 -d /home/buildroot/instance-0/output-1/target/usr/bin install -m 4555 efbu efeu efru efsu edru edsu nics /home/buildroot/instance-0/output-1/target/usr/bin make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/ether' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/key' install -m 0555 hpavkey hpavkeys rkey mac2pw mac2pwd /home/buildroot/instance-0/output-1/target/usr/bin make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/key' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/mdio' install -m 0755 -d /home/buildroot/instance-0/output-1/target/usr/bin install -m 0555 mdioblock mdioblock2 mdiodump mdiogen /home/buildroot/instance-0/output-1/target/usr/bin make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/mdio' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/mme' install -m 0755 -d /home/buildroot/instance-0/output-1/target/usr/bin install -m 0555 hpav mme /home/buildroot/instance-0/output-1/target/usr/bin make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/mme' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/nvm' install -m 0755 -d /home/buildroot/instance-0/output-1/target/usr/bin install -m 0555 chknvm chknvm2 nvmsplit nvmmerge /home/buildroot/instance-0/output-1/target/usr/bin make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/nvm' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/nodes' make[2]: Nothing to be done for 'install'. make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/nodes' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/pib' install -m 0755 -d /home/buildroot/instance-0/output-1/target/usr/bin install -m 0555 chkpib chkpib2 setpib getpib modpib pib2xml pibcomp pibdump pibruin xml2pib psin psout pskey psgraph psnotch pibrump /home/buildroot/instance-0/output-1/target/usr/bin make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/pib' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/plc' install -m 0755 -d /home/buildroot/instance-0/output-1/target/usr/bin install -m 4555 int6k int6kboot int6keth int6kf int6khost int64host int6kid int6klist int6klog int6kmdio int6kmdio2 int6kmod int6kstat int6ktest int6krate int6krule int6ktone int6kwait CMEncrypt sada coqos_add coqos_info coqos_man coqos_mod coqos_rel mdustats ampboot amphost ampID amplist amprate amprule ampstat amptest amptool amptone ampwait plcboot plchost plcID plclist plcrate plcrule plcstat plctest plctool plctone plcwait plchostd plchostd2 plcget plcset plcotst plcfwd plcdevs plclog plcmdio16 plcmdio32 /home/buildroot/instance-0/output-1/target/usr/bin make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/plc' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/ram' install -m 0755 -d /home/buildroot/instance-0/output-1/target/usr/bin install -m 0555 config2cfg sdram /home/buildroot/instance-0/output-1/target/usr/bin make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/ram' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/serial' install -m 0755 -d /home/buildroot/instance-0/output-1/target/usr/bin install -m 0555 int6kuart int6kbaud ttysig ptsctl weeder ttysend ttyrecv ttycat int6kdetect /home/buildroot/instance-0/output-1/target/usr/bin make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/serial' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/slac' install -m 0755 -d /home/buildroot/instance-0/output-1/target/usr/bin install -m 4555 evse pev /home/buildroot/instance-0/output-1/target/usr/bin make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/slac' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/tools' install -m 0755 -d /home/buildroot/instance-0/output-1/target/usr/bin make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/tools' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/VisualStudioNET' make[2]: Nothing to be done for 'install'. make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2/VisualStudioNET' make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/open-plc-utils-1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2' openresolv-3.13.2.tar.xz: OK (sha256: 36b5bcbe257a940c884f0d74321a47407baabab9e265e38859851c8311f6f0b0) >>> openresolv 3.13.2 Extracting xzcat /home/buildroot/instance-0/dl/openresolv/openresolv-3.13.2.tar.xz | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/openresolv-3.13.2 -xf - >>> openresolv 3.13.2 Patching >>> openresolv 3.13.2 Configuring cd /home/buildroot/instance-0/output-1/build/openresolv-3.13.2 && GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" LD="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" NM="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" GCC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" CPP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-cpp" CXX="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-g++" FC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" F77="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/home/buildroot/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ./configure --sysconfdir=/etc Deriving operating system from ... x86_64-unknown-linux Configuring openresolv for ... linux Checking for directory /libexec ... no Checking for directory /run ... yes SYSCONFDIR = /etc SBINDIR = /sbin LIBEXECDIR = /lib/resolvconf VARDIR = /run MANDIR = /usr/share/man RESTARTCMD = RCDIR = STATUSARG = >>> openresolv 3.13.2 Building GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 -C /home/buildroot/instance-0/output-1/build/openresolv-3.13.2 make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/openresolv-3.13.2' sed -e 's:@SBINDIR@:/sbin:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/lib/resolvconf:g' \ -e 's:@VARDIR@:/run/resolvconf:g' \ -e 's:@RCDIR@::g' -e 's:@RESTARTCMD@::g' -e 's:@RCDIR@::g' -e 's:@STATUSARG@::g' \ resolvconf.in > resolvconf sed -e 's:@SBINDIR@:/sbin:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/lib/resolvconf:g' \ -e 's:@VARDIR@:/run/resolvconf:g' \ -e 's:@RCDIR@::g' -e 's:@RESTARTCMD@::g' -e 's:@RCDIR@::g' -e 's:@STATUSARG@::g' \ resolvconf.8.in > resolvconf.8 sed -e 's:@SBINDIR@:/sbin:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/lib/resolvconf:g' \ -e 's:@VARDIR@:/run/resolvconf:g' \ -e 's:@RCDIR@::g' -e 's:@RESTARTCMD@::g' -e 's:@RCDIR@::g' -e 's:@STATUSARG@::g' \ resolvconf.conf.5.in > resolvconf.conf.5 sed -e 's:@SBINDIR@:/sbin:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/lib/resolvconf:g' \ -e 's:@VARDIR@:/run/resolvconf:g' \ -e 's:@RCDIR@::g' -e 's:@RESTARTCMD@::g' -e 's:@RCDIR@::g' -e 's:@STATUSARG@::g' \ libc.in > libc sed -e 's:@SBINDIR@:/sbin:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/lib/resolvconf:g' \ -e 's:@VARDIR@:/run/resolvconf:g' \ -e 's:@RCDIR@::g' -e 's:@RESTARTCMD@::g' -e 's:@RCDIR@::g' -e 's:@STATUSARG@::g' \ dnsmasq.in > dnsmasq sed -e 's:@SBINDIR@:/sbin:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/lib/resolvconf:g' \ -e 's:@VARDIR@:/run/resolvconf:g' \ -e 's:@RCDIR@::g' -e 's:@RESTARTCMD@::g' -e 's:@RCDIR@::g' -e 's:@STATUSARG@::g' \ named.in > named sed -e 's:@SBINDIR@:/sbin:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/lib/resolvconf:g' \ -e 's:@VARDIR@:/run/resolvconf:g' \ -e 's:@RCDIR@::g' -e 's:@RESTARTCMD@::g' -e 's:@RCDIR@::g' -e 's:@STATUSARG@::g' \ pdnsd.in > pdnsd sed -e 's:@SBINDIR@:/sbin:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/lib/resolvconf:g' \ -e 's:@VARDIR@:/run/resolvconf:g' \ -e 's:@RCDIR@::g' -e 's:@RESTARTCMD@::g' -e 's:@RCDIR@::g' -e 's:@STATUSARG@::g' \ pdns_recursor.in > pdns_recursor sed -e 's:@SBINDIR@:/sbin:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/lib/resolvconf:g' \ -e 's:@VARDIR@:/run/resolvconf:g' \ -e 's:@RCDIR@::g' -e 's:@RESTARTCMD@::g' -e 's:@RCDIR@::g' -e 's:@STATUSARG@::g' \ unbound.in > unbound sed -e 's:@SBINDIR@:/sbin:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/lib/resolvconf:g' \ -e 's:@VARDIR@:/run/resolvconf:g' \ -e 's:@RCDIR@::g' -e 's:@RESTARTCMD@::g' -e 's:@RCDIR@::g' -e 's:@STATUSARG@::g' \ avahi-daemon.in > avahi-daemon sed -e 's:@SBINDIR@:/sbin:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/lib/resolvconf:g' \ -e 's:@VARDIR@:/run/resolvconf:g' \ -e 's:@RCDIR@::g' -e 's:@RESTARTCMD@::g' -e 's:@RCDIR@::g' -e 's:@STATUSARG@::g' \ mdnsd.in > mdnsd make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/openresolv-3.13.2' >>> openresolv 3.13.2 Installing to target GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 -C /home/buildroot/instance-0/output-1/build/openresolv-3.13.2 DESTDIR="/home/buildroot/instance-0/output-1/target" install make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/openresolv-3.13.2' install -d /home/buildroot/instance-0/output-1/target/sbin install -d /home/buildroot/instance-0/output-1/target/usr/share/man/man8 install -m 0755 resolvconf /home/buildroot/instance-0/output-1/target/sbin install -m 0444 resolvconf.8 /home/buildroot/instance-0/output-1/target/usr/share/man/man8 install -d /home/buildroot/instance-0/output-1/target/etc install -d /home/buildroot/instance-0/output-1/target/usr/share/man/man5 test -e /home/buildroot/instance-0/output-1/target/etc/resolvconf.conf || \ install -m 0644 resolvconf.conf /home/buildroot/instance-0/output-1/target/etc install -m 0444 resolvconf.conf.5 /home/buildroot/instance-0/output-1/target/usr/share/man/man5 install -d /home/buildroot/instance-0/output-1/target/lib/resolvconf install -m 0644 libc dnsmasq named pdnsd pdns_recursor unbound /home/buildroot/instance-0/output-1/target/lib/resolvconf install -d /home/buildroot/instance-0/output-1/target/lib/resolvconf/libc.d install -m 0644 avahi-daemon mdnsd \ /home/buildroot/instance-0/output-1/target/lib/resolvconf/libc.d make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/openresolv-3.13.2' pkcs11-helper-1.30.0.tar.bz2: OK (sha256: 4c5815ba910cabf26df08d449ca2909daf4538c9899aa7f7fadc61229d3488a9) >>> pkcs11-helper 1.30.0 Extracting bzcat /home/buildroot/instance-0/dl/pkcs11-helper/pkcs11-helper-1.30.0.tar.bz2 | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0 -xf - >>> pkcs11-helper 1.30.0 Patching >>> pkcs11-helper 1.30.0 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0 -name $file); do cp support/gnuconfig/$file $i; done; done >>> pkcs11-helper 1.30.0 Patching libtool patching file /home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/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). >>> pkcs11-helper 1.30.0 Configuring >>> pkcs11-helper 1.30.0 Checking configure (powerpc64/powerpc64le) support/scripts/fix-configure-powerpc64.sh /home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0 (cd /home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/ && rm -rf config.cache && GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" LD="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" NM="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" GCC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" CPP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-cpp" CXX="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-g++" FC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" F77="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/home/buildroot/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/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=powerpc64-buildroot-linux-gnu --host=powerpc64-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --enable-shared --disable-crypto-engine-polarssl --disable-crypto-engine-cryptoapi --enable-slotevent --enable-threading --disable-crypto-engine-gnutls --disable-crypto-engine-nss --disable-crypto-engine-mbedtls --enable-openssl --enable-crypto-engine-openssl ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for powerpc64-buildroot-linux-gnu-strip... /bin/true checking for a race-free mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking build system type... x86_64-pc-linux-gnu checking host system type... powerpc64-buildroot-linux-gnu checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for powerpc64-buildroot-linux-gnu-gcc... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc option to enable C11 features... none needed checking whether /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc... none checking pkg-config is at least version 0.9.0... yes checking for m4... m4 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 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld checking if the linker (/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-nm checking the name lister (/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-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 powerpc64-buildroot-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 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld option to reload object files... -r checking for powerpc64-buildroot-linux-gnu-objdump... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for powerpc64-buildroot-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for powerpc64-buildroot-linux-gnu-ar... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar checking for archiver @FILE support... @ checking for powerpc64-buildroot-linux-gnu-strip... (cached) /bin/true checking for powerpc64-buildroot-linux-gnu-ranlib... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib checking command to parse /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-nm output from /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for powerpc64-buildroot-linux-gnu-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 sys/time.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc static flag -static works... yes checking if /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc supports -c -o file.o... yes checking if /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc linker (/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-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... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for powerpc64-buildroot-linux-gnu-windres... no checking for windres... no checking for alarm... yes checking for vprintf... yes checking for working mktime... no checking for gettimeofday... yes checking for memmove... yes checking for memset... yes checking for socket... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strrchr... yes checking for snprintf... yes checking for dlopen in -ldl... yes checking for pthread_create in -lpthread... yes checking for OPENSSL... yes checking for RSA_meth_dup... yes checking for RSA_meth_free... yes checking for RSA_meth_set_priv_enc... yes checking for RSA_meth_set_priv_dec... yes checking for RSA_meth_set1_name... yes checking for RSA_meth_set_flags... yes checking for DSA_meth_dup... yes checking for DSA_meth_free... yes checking for DSA_meth_set_sign... yes checking for DSA_meth_set1_name... yes checking for DSA_SIG_set0... yes checking for ECDSA_SIG_set0... yes checking for EC_KEY_METHOD_get_sign... yes checking for EC_KEY_METHOD_set_sign... yes checking for X509_get0_notBefore... yes checking for X509_get0_notAfter... yes checking for EC_KEY_METHOD_new... yes checking for OpenSSL ec support... yes checking for GNUTLS... no checking for NSS... no checking for mbedtls_x509_crt_init in -lmbedtls... no checking for x509_crt_parse in -lpolarssl... no checking for ISO C 1999 vararg macro support... yes checking for GNU GCC vararg macro support... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for working volatile... yes checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for size_t... (cached) yes checking size of size_t... 8 checking size_t printf format... %016lx checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for stdargs.h... no checking for malloc.h... yes checking for ctype.h... yes checking for string.h... (cached) yes checking for errno.h... yes checking for assert.h... yes checking for time.h... yes checking for signal.h... yes checking for dlfcn.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/time.h... (cached) yes checking for pthread.h... yes checking OpenSSL interface... yes checking Win32 crypto engine... no checking OpenSSL crypto engine... yes checking GnuTLS crypto engine... no checking NSS crypto engine... no checking mbed TLS crypto engine... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config-w32-vc.h config.status: creating include/Makefile config.status: creating include/pkcs11-helper-1.0/Makefile config.status: creating include/pkcs11-helper-1.0/pkcs11h-version.h config.status: creating man/Makefile config.status: creating doc/Makefile config.status: creating doc/api/Makefile config.status: creating doc/api/Doxyfile config.status: creating lib/Makefile config.status: creating lib/libpkcs11-helper-1.pc config.status: creating lib/versioninfo.rc config.status: creating m4dir/Makefile config.status: creating distro/Makefile config.status: creating distro/rpm/Makefile config.status: creating distro/rpm/pkcs11-helper.spec config.status: creating distro/debian/Makefile config.status: creating tests/Makefile config.status: creating tests/test-basic/Makefile config.status: creating tests/test-certificate/Makefile config.status: creating tests/test-fork/Makefile config.status: creating tests/test-openssl/Makefile config.status: creating tests/test-slotevent/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-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls >>> pkcs11-helper 1.30.0 Building GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 -C /home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0' /usr/bin/make all-recursive make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0' Making all in man make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/man' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/man' Making all in include make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/include' Making all in pkcs11-helper-1.0 make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/include/pkcs11-helper-1.0' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/include/pkcs11-helper-1.0' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/include' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/include' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/include' Making all in lib make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/lib' cat "./core.exports" > pkcs11-helper.exports cat "./certificate.exports" >> pkcs11-helper.exports cat "./data.exports" >> pkcs11-helper.exports cat "./openssl.exports" >> pkcs11-helper.exports cat "./slotevent.exports" >> pkcs11-helper.exports cat "./token.exports" >> pkcs11-helper.exports /usr/bin/make all-am make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/lib' /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o pkcs11h-mem.lo pkcs11h-mem.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o pkcs11h-sys.lo pkcs11h-sys.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o pkcs11h-crypto.lo pkcs11h-crypto.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o _pkcs11h-crypto-openssl.lo _pkcs11h-crypto-openssl.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o _pkcs11h-crypto-nss.lo _pkcs11h-crypto-nss.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o _pkcs11h-crypto-gnutls.lo _pkcs11h-crypto-gnutls.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o _pkcs11h-crypto-mbedtls.lo _pkcs11h-crypto-mbedtls.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o _pkcs11h-crypto-cryptoapi.lo _pkcs11h-crypto-cryptoapi.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o pkcs11h-threading.lo pkcs11h-threading.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o pkcs11h-util.lo pkcs11h-util.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o pkcs11h-session.lo pkcs11h-session.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o pkcs11h-token.lo pkcs11h-token.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o pkcs11h-certificate.lo pkcs11h-certificate.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o pkcs11h-slotevent.lo pkcs11h-slotevent.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o pkcs11h-core.lo pkcs11h-core.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o pkcs11h-data.lo pkcs11h-data.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o pkcs11h-serialization.lo pkcs11h-serialization.c libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c pkcs11h-mem.c -fPIC -DPIC -o .libs/pkcs11h-mem.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c _pkcs11h-crypto-gnutls.c -fPIC -DPIC -o .libs/_pkcs11h-crypto-gnutls.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c _pkcs11h-crypto-nss.c -fPIC -DPIC -o .libs/_pkcs11h-crypto-nss.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c _pkcs11h-crypto-openssl.c -fPIC -DPIC -o .libs/_pkcs11h-crypto-openssl.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c pkcs11h-util.c -fPIC -DPIC -o .libs/pkcs11h-util.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c pkcs11h-threading.c -fPIC -DPIC -o .libs/pkcs11h-threading.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c pkcs11h-certificate.c -fPIC -DPIC -o .libs/pkcs11h-certificate.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c pkcs11h-session.c -fPIC -DPIC -o .libs/pkcs11h-session.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c pkcs11h-serialization.c -fPIC -DPIC -o .libs/pkcs11h-serialization.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c _pkcs11h-crypto-mbedtls.c -fPIC -DPIC -o .libs/_pkcs11h-crypto-mbedtls.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c pkcs11h-data.c -fPIC -DPIC -o .libs/pkcs11h-data.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c pkcs11h-core.c -fPIC -DPIC -o .libs/pkcs11h-core.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c pkcs11h-slotevent.c -fPIC -DPIC -o .libs/pkcs11h-slotevent.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c pkcs11h-token.c -fPIC -DPIC -o .libs/pkcs11h-token.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c pkcs11h-sys.c -fPIC -DPIC -o .libs/pkcs11h-sys.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c _pkcs11h-crypto-cryptoapi.c -fPIC -DPIC -o .libs/_pkcs11h-crypto-cryptoapi.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c _pkcs11h-crypto-nss.c -o _pkcs11h-crypto-nss.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c pkcs11h-crypto.c -fPIC -DPIC -o .libs/pkcs11h-crypto.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o pkcs11h-openssl.lo pkcs11h-openssl.c libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c _pkcs11h-crypto-mbedtls.c -o _pkcs11h-crypto-mbedtls.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c _pkcs11h-crypto-gnutls.c -o _pkcs11h-crypto-gnutls.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c _pkcs11h-crypto-cryptoapi.c -o _pkcs11h-crypto-cryptoapi.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c pkcs11h-sys.c -o pkcs11h-sys.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c pkcs11h-crypto.c -o pkcs11h-crypto.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c pkcs11h-mem.c -o pkcs11h-mem.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c pkcs11h-openssl.c -fPIC -DPIC -o .libs/pkcs11h-openssl.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c pkcs11h-threading.c -o pkcs11h-threading.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c pkcs11h-util.c -o pkcs11h-util.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c pkcs11h-serialization.c -o pkcs11h-serialization.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c pkcs11h-slotevent.c -o pkcs11h-slotevent.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c pkcs11h-data.c -o pkcs11h-data.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c _pkcs11h-crypto-openssl.c -o _pkcs11h-crypto-openssl.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c pkcs11h-token.c -o pkcs11h-token.o >/dev/null 2>&1 pkcs11h-openssl.c: In function '__pkcs11h_openssl_rsa_get_pkcs11h_certificate': pkcs11h-openssl.c:425:9: warning: 'RSA_get_ex_data' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 425 | session = (pkcs11h_openssl_session_t)RSA_get_ex_data (rsa, __openssl_methods.rsa_index); | ^~~~~~~ In file included from /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/x509.h:36, from ../include/pkcs11-helper-1.0/pkcs11h-openssl.h:69, from pkcs11h-openssl.c:55: /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/rsa.h:457:29: note: declared here 457 | OSSL_DEPRECATEDIN_3_0 void *RSA_get_ex_data(const RSA *r, int idx); | ^~~~~~~~~~~~~~~ pkcs11h-openssl.c: In function '__pkcs11h_openssl_rsa_enc': pkcs11h-openssl.c:587:9: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 587 | tlen = (size_t)RSA_size(rsa); | ^~~~ /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/rsa.h:215:27: note: declared here 215 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ pkcs11h-openssl.c: In function '__pkcs11h_openssl_session_setRSA': pkcs11h-openssl.c:649:17: warning: 'EVP_PKEY_get1_RSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 649 | (rsa = EVP_PKEY_get1_RSA (evp)) == NULL | ^ In file included from /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/x509.h:29: /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/evp.h:1358:16: note: declared here 1358 | struct rsa_st *EVP_PKEY_get1_RSA(EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ pkcs11h-openssl.c:655:9: warning: 'RSA_set_method' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 655 | RSA_set_method (rsa, __openssl_methods.rsa); | ^~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/rsa.h:313:27: note: declared here 313 | OSSL_DEPRECATEDIN_3_0 int RSA_set_method(RSA *rsa, const RSA_METHOD *meth); | ^~~~~~~~~~~~~~ pkcs11h-openssl.c:656:9: warning: 'RSA_set_ex_data' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 656 | RSA_set_ex_data (rsa, __openssl_methods.rsa_index, openssl_session); | ^~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/rsa.h:456:27: note: declared here 456 | OSSL_DEPRECATEDIN_3_0 int RSA_set_ex_data(RSA *r, int idx, void *arg); | ^~~~~~~~~~~~~~~ pkcs11h-openssl.c:660:9: warning: 'EVP_PKEY_set1_RSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 660 | if (EVP_PKEY_set1_RSA (evp, rsa) != 1) { | ^~ /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/evp.h:1354:5: note: declared here 1354 | int EVP_PKEY_set1_RSA(EVP_PKEY *pkey, struct rsa_st *key); | ^~~~~~~~~~~~~~~~~ pkcs11h-openssl.c:679:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 679 | RSA_free (rsa); | ^~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/rsa.h:304:28: note: declared here 304 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ pkcs11h-openssl.c: In function '__pkcs11h_openssl_dsa_get_pkcs11h_certificate': pkcs11h-openssl.c:705:9: warning: 'DSA_get_ex_data' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 705 | session = (pkcs11h_openssl_session_t)DSA_get_ex_data (dsa, __openssl_methods.dsa_index); | ^~~~~~~ In file included from /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/x509.h:37: /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/dsa.h:151:29: note: declared here 151 | OSSL_DEPRECATEDIN_3_0 void *DSA_get_ex_data(const DSA *d, int idx); | ^~~~~~~~~~~~~~~ pkcs11h-openssl.c: In function '__pkcs11h_openssl_session_setDSA': pkcs11h-openssl.c:851:17: warning: 'EVP_PKEY_get1_DSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 851 | (dsa = EVP_PKEY_get1_DSA (evp)) == NULL | ^ /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/evp.h:1367:16: note: declared here 1367 | struct dsa_st *EVP_PKEY_get1_DSA(EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ pkcs11h-openssl.c:857:9: warning: 'DSA_set_method' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 857 | DSA_set_method (dsa, __openssl_methods.dsa); | ^~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/dsa.h:127:27: note: declared here 127 | OSSL_DEPRECATEDIN_3_0 int DSA_set_method(DSA *dsa, const DSA_METHOD *); | ^~~~~~~~~~~~~~ pkcs11h-openssl.c:858:9: warning: 'DSA_set_ex_data' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 858 | DSA_set_ex_data (dsa, __openssl_methods.dsa_index, openssl_session); | ^~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/dsa.h:150:27: note: declared here 150 | OSSL_DEPRECATEDIN_3_0 int DSA_set_ex_data(DSA *d, int idx, void *arg); | ^~~~~~~~~~~~~~~ pkcs11h-openssl.c:860:9: warning: 'EVP_PKEY_set1_DSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 860 | if (EVP_PKEY_set1_DSA (evp, dsa) != 1) { | ^~ /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/evp.h:1363:5: note: declared here 1363 | int EVP_PKEY_set1_DSA(EVP_PKEY *pkey, struct dsa_st *key); | ^~~~~~~~~~~~~~~~~ pkcs11h-openssl.c:870:17: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 870 | DSA_free (dsa); | ^~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/dsa.h:132:28: note: declared here 132 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r); | ^~~~~~~~ pkcs11h-openssl.c: In function '__pkcs11h_openssl_eckey_get_pkcs11h_certificate': pkcs11h-openssl.c:896:9: warning: 'EC_KEY_get_ex_data' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 896 | session = (pkcs11h_openssl_session_t)EC_KEY_get_ex_data (ec, __openssl_methods.eckey_index); | ^~~~~~~ In file included from /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/x509.h:33: /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/ec.h:1103:29: note: declared here 1103 | OSSL_DEPRECATEDIN_3_0 void *EC_KEY_get_ex_data(const EC_KEY *key, int idx); | ^~~~~~~~~~~~~~~~~~ pkcs11h-openssl.c: In function '__pkcs11h_openssl_session_setECDSA': pkcs11h-openssl.c:1054:17: warning: 'EVP_PKEY_get1_EC_KEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1054 | (ec = EVP_PKEY_get1_EC_KEY (evp)) == NULL | ^ /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/evp.h:1384:19: note: declared here 1384 | struct ec_key_st *EVP_PKEY_get1_EC_KEY(EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~~~~ pkcs11h-openssl.c:1060:9: warning: 'EC_KEY_set_method' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1060 | EC_KEY_set_method (ec, __openssl_methods.eckey); | ^~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/ec.h:1302:27: note: declared here 1302 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_method(EC_KEY *key, const EC_KEY_METHOD *meth); | ^~~~~~~~~~~~~~~~~ pkcs11h-openssl.c:1061:9: warning: 'EC_KEY_set_ex_data' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1061 | EC_KEY_set_ex_data (ec, __openssl_methods.eckey_index, openssl_session); | ^~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/ec.h:1102:27: note: declared here 1102 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_ex_data(EC_KEY *key, int idx, void *arg); | ^~~~~~~~~~~~~~~~~~ pkcs11h-openssl.c:1063:9: warning: 'EVP_PKEY_set1_EC_KEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1063 | if (EVP_PKEY_set1_EC_KEY (evp, ec) != 1) { | ^~ /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/evp.h:1380:5: note: declared here 1380 | int EVP_PKEY_set1_EC_KEY(EVP_PKEY *pkey, struct ec_key_st *key); | ^~~~~~~~~~~~~~~~~~~~ pkcs11h-openssl.c:1073:17: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1073 | EC_KEY_free (ec); | ^~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/ec.h:1022:28: note: declared here 1022 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ pkcs11h-openssl.c: In function '_pkcs11h_openssl_initialize': pkcs11h-openssl.c:1099:17: warning: 'RSA_meth_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1099 | RSA_meth_free (__openssl_methods.rsa); | ^~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/rsa.h:485:28: note: declared here 485 | OSSL_DEPRECATEDIN_3_0 void RSA_meth_free(RSA_METHOD *meth); | ^~~~~~~~~~~~~ pkcs11h-openssl.c:1101:9: warning: 'RSA_meth_dup' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1101 | if ((__openssl_methods.rsa = RSA_meth_dup (RSA_get_default_method ())) == NULL) { | ^~ /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/rsa.h:486:35: note: declared here 486 | OSSL_DEPRECATEDIN_3_0 RSA_METHOD *RSA_meth_dup(const RSA_METHOD *meth); | ^~~~~~~~~~~~ pkcs11h-openssl.c:1101:9: warning: 'RSA_get_default_method' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1101 | if ((__openssl_methods.rsa = RSA_meth_dup (RSA_get_default_method ())) == NULL) { | ^~ /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/rsa.h:310:41: note: declared here 310 | OSSL_DEPRECATEDIN_3_0 const RSA_METHOD *RSA_get_default_method(void); | ^~~~~~~~~~~~~~~~~~~~~~ pkcs11h-openssl.c:1104:9: warning: 'RSA_meth_set1_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1104 | RSA_meth_set1_name (__openssl_methods.rsa, "pkcs11h"); | ^~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/rsa.h:488:27: note: declared here 488 | OSSL_DEPRECATEDIN_3_0 int RSA_meth_set1_name(RSA_METHOD *meth, | ^~~~~~~~~~~~~~~~~~ pkcs11h-openssl.c:1105:9: warning: 'RSA_meth_set_priv_dec' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1105 | RSA_meth_set_priv_dec (__openssl_methods.rsa, __pkcs11h_openssl_rsa_dec); | ^~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/rsa.h:531:5: note: declared here 531 | int RSA_meth_set_priv_dec(RSA_METHOD *rsa, | ^~~~~~~~~~~~~~~~~~~~~ pkcs11h-openssl.c:1106:9: warning: 'RSA_meth_set_priv_enc' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1106 | RSA_meth_set_priv_enc (__openssl_methods.rsa, __pkcs11h_openssl_rsa_enc); | ^~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/rsa.h:521:5: note: declared here 521 | int RSA_meth_set_priv_enc(RSA_METHOD *rsa, | ^~~~~~~~~~~~~~~~~~~~~ pkcs11h-openssl.c:1107:9: warning: 'RSA_meth_set_flags' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1107 | RSA_meth_set_flags (__openssl_methods.rsa, RSA_METHOD_FLAG_NO_CHECK | RSA_FLAG_EXT_PKEY); | ^~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/rsa.h:491:27: note: declared here 491 | OSSL_DEPRECATEDIN_3_0 int RSA_meth_set_flags(RSA_METHOD *meth, int flags); | ^~~~~~~~~~~~~~~~~~ pkcs11h-openssl.c:1118:17: warning: 'DSA_meth_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1118 | DSA_meth_free (__openssl_methods.dsa); | ^~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/dsa.h:224:28: note: declared here 224 | OSSL_DEPRECATEDIN_3_0 void DSA_meth_free(DSA_METHOD *dsam); | ^~~~~~~~~~~~~ pkcs11h-openssl.c:1120:9: warning: 'DSA_meth_dup' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1120 | __openssl_methods.dsa = DSA_meth_dup (DSA_get_default_method ()); | ^~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/dsa.h:225:35: note: declared here 225 | OSSL_DEPRECATEDIN_3_0 DSA_METHOD *DSA_meth_dup(const DSA_METHOD *dsam); | ^~~~~~~~~~~~ pkcs11h-openssl.c:1120:9: warning: 'DSA_get_default_method' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1120 | __openssl_methods.dsa = DSA_meth_dup (DSA_get_default_method ()); | ^~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/dsa.h:126:41: note: declared here 126 | OSSL_DEPRECATEDIN_3_0 const DSA_METHOD *DSA_get_default_method(void); | ^~~~~~~~~~~~~~~~~~~~~~ pkcs11h-openssl.c:1121:9: warning: 'DSA_meth_set1_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1121 | DSA_meth_set1_name (__openssl_methods.dsa, "pkcs11h"); | ^~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/dsa.h:227:27: note: declared here 227 | OSSL_DEPRECATEDIN_3_0 int DSA_meth_set1_name(DSA_METHOD *dsam, | ^~~~~~~~~~~~~~~~~~ pkcs11h-openssl.c:1122:9: warning: 'DSA_meth_set_sign' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1122 | DSA_meth_set_sign (__openssl_methods.dsa, __pkcs11h_openssl_dsa_do_sign); | ^~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/dsa.h:236:27: note: declared here 236 | OSSL_DEPRECATEDIN_3_0 int DSA_meth_set_sign(DSA_METHOD *dsam, | ^~~~~~~~~~~~~~~~~ pkcs11h-openssl.c:1133:17: warning: 'EC_KEY_METHOD_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1133 | EC_KEY_METHOD_free(__openssl_methods.eckey); | ^~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/ec.h:1481:28: note: declared here 1481 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_METHOD_free(EC_KEY_METHOD *meth); | ^~~~~~~~~~~~~~~~~~ pkcs11h-openssl.c:1135:9: warning: 'EC_KEY_METHOD_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1135 | __openssl_methods.eckey = EC_KEY_METHOD_new (EC_KEY_get_default_method ()); | ^~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/ec.h:1480:38: note: declared here 1480 | OSSL_DEPRECATEDIN_3_0 EC_KEY_METHOD *EC_KEY_METHOD_new(const EC_KEY_METHOD *meth); | ^~~~~~~~~~~~~~~~~ pkcs11h-openssl.c:1135:9: warning: 'EC_KEY_get_default_method' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1135 | __openssl_methods.eckey = EC_KEY_METHOD_new (EC_KEY_get_default_method ()); | ^~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/ec.h:1299:44: note: declared here 1299 | OSSL_DEPRECATEDIN_3_0 const EC_KEY_METHOD *EC_KEY_get_default_method(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~ pkcs11h-openssl.c:1148:17: warning: 'EC_KEY_METHOD_get_sign' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1148 | EC_KEY_METHOD_get_sign(__openssl_methods.eckey, &sig, NULL, NULL); | ^~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/ec.h:1543:28: note: declared here 1543 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_METHOD_get_sign | ^~~~~~~~~~~~~~~~~~~~~~ pkcs11h-openssl.c:1149:17: warning: 'EC_KEY_METHOD_set_sign' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1149 | EC_KEY_METHOD_set_sign(__openssl_methods.eckey, sig, NULL, __pkcs11h_openssl_eckey_do_sign); | ^~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/ec.h:1499:28: note: declared here 1499 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_METHOD_set_sign | ^~~~~~~~~~~~~~~~~~~~~~ pkcs11h-openssl.c: In function '_pkcs11h_openssl_terminate': pkcs11h-openssl.c:1178:17: warning: 'RSA_meth_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1178 | RSA_meth_free (__openssl_methods.rsa); | ^~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/rsa.h:485:28: note: declared here 485 | OSSL_DEPRECATEDIN_3_0 void RSA_meth_free(RSA_METHOD *meth); | ^~~~~~~~~~~~~ pkcs11h-openssl.c:1184:17: warning: 'DSA_meth_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1184 | DSA_meth_free (__openssl_methods.dsa); | ^~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/dsa.h:224:28: note: declared here 224 | OSSL_DEPRECATEDIN_3_0 void DSA_meth_free(DSA_METHOD *dsam); | ^~~~~~~~~~~~~ pkcs11h-openssl.c:1190:17: warning: 'EC_KEY_METHOD_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1190 | EC_KEY_METHOD_free(__openssl_methods.eckey); | ^~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/ec.h:1481:28: note: declared here 1481 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_METHOD_free(EC_KEY_METHOD *meth); | ^~~~~~~~~~~~~~~~~~ pkcs11h-openssl.c: In function 'pkcs11h_openssl_session_getRSA': pkcs11h-openssl.c:1432:17: warning: 'EVP_PKEY_get1_RSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1432 | (rsa = EVP_PKEY_get1_RSA (evp)) == NULL | ^ /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/evp.h:1358:16: note: declared here 1358 | struct rsa_st *EVP_PKEY_get1_RSA(EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ pkcs11h-openssl.c:1448:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1448 | RSA_free (rsa); | ^~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/openssl/rsa.h:304:28: note: declared here 304 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c pkcs11h-session.c -o pkcs11h-session.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c pkcs11h-core.c -o pkcs11h-core.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c pkcs11h-openssl.c -o pkcs11h-openssl.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c pkcs11h-certificate.c -o pkcs11h-certificate.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -version-info 1:0:0 -export-symbols "pkcs11-helper.exports" -no-undefined -o libpkcs11-helper.la -rpath /usr/lib pkcs11h-mem.lo pkcs11h-sys.lo pkcs11h-crypto.lo _pkcs11h-crypto-openssl.lo _pkcs11h-crypto-nss.lo _pkcs11h-crypto-gnutls.lo _pkcs11h-crypto-mbedtls.lo _pkcs11h-crypto-cryptoapi.lo pkcs11h-threading.lo pkcs11h-util.lo pkcs11h-session.lo pkcs11h-token.lo pkcs11h-certificate.lo pkcs11h-slotevent.lo pkcs11h-core.lo pkcs11h-data.lo pkcs11h-serialization.lo pkcs11h-openssl.lo -lpthread -ldl -L/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/lib64 -lcrypto libtool: link: echo "{ global:" > .libs/libpkcs11-helper.ver libtool: link: cat pkcs11-helper.exports | sed -e "s/\(.*\)/\1;/" >> .libs/libpkcs11-helper.ver libtool: link: echo "local: *; };" >> .libs/libpkcs11-helper.ver libtool: link: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -shared -fPIC -DPIC .libs/pkcs11h-mem.o .libs/pkcs11h-sys.o .libs/pkcs11h-crypto.o .libs/_pkcs11h-crypto-openssl.o .libs/_pkcs11h-crypto-nss.o .libs/_pkcs11h-crypto-gnutls.o .libs/_pkcs11h-crypto-mbedtls.o .libs/_pkcs11h-crypto-cryptoapi.o .libs/pkcs11h-threading.o .libs/pkcs11h-util.o .libs/pkcs11h-session.o .libs/pkcs11h-token.o .libs/pkcs11h-certificate.o .libs/pkcs11h-slotevent.o .libs/pkcs11h-core.o .libs/pkcs11h-data.o .libs/pkcs11h-serialization.o .libs/pkcs11h-openssl.o -lpthread -ldl -L/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/lib64 -lcrypto -Os -g0 -Wl,-soname -Wl,libpkcs11-helper.so.1 -Wl,-version-script -Wl,.libs/libpkcs11-helper.ver -o .libs/libpkcs11-helper.so.1.0.0 libtool: link: (cd ".libs" && rm -f "libpkcs11-helper.so.1" && ln -s "libpkcs11-helper.so.1.0.0" "libpkcs11-helper.so.1") libtool: link: (cd ".libs" && rm -f "libpkcs11-helper.so" && ln -s "libpkcs11-helper.so.1.0.0" "libpkcs11-helper.so") libtool: link: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar cr .libs/libpkcs11-helper.a pkcs11h-mem.o pkcs11h-sys.o pkcs11h-crypto.o _pkcs11h-crypto-openssl.o _pkcs11h-crypto-nss.o _pkcs11h-crypto-gnutls.o _pkcs11h-crypto-mbedtls.o _pkcs11h-crypto-cryptoapi.o pkcs11h-threading.o pkcs11h-util.o pkcs11h-session.o pkcs11h-token.o pkcs11h-certificate.o pkcs11h-slotevent.o pkcs11h-core.o pkcs11h-data.o pkcs11h-serialization.o pkcs11h-openssl.o libtool: link: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib .libs/libpkcs11-helper.a libtool: link: ( cd ".libs" && rm -f "libpkcs11-helper.la" && ln -s "../libpkcs11-helper.la" "libpkcs11-helper.la" ) make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/lib' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/lib' Making all in m4dir make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/m4dir' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/m4dir' Making all in doc make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/doc' Making all in api make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/doc/api' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/doc/api' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/doc' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/doc' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/doc' Making all in distro make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro' Making all in rpm make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro/rpm' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro/rpm' Making all in debian make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro/debian' /usr/bin/make all-am make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro/debian' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro/debian' make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro/debian' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro' Making all in tests make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/tests' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/tests' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/tests' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/tests' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0' make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0' >>> pkcs11-helper 1.30.0 Installing to staging directory GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 DESTDIR=/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot install -C /home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0' Making install in man make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/man' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/man' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man8' /usr/bin/install -c -m 644 pkcs11-helper-1.8 '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/man/man8' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/man' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/man' Making install in include make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/include' Making install in pkcs11-helper-1.0 make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/include/pkcs11-helper-1.0' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/include/pkcs11-helper-1.0' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/pkcs11-helper-1.0' /usr/bin/install -c -m 644 pkcs11.h pkcs11h-def.h pkcs11h-engines.h pkcs11h-core.h pkcs11h-version.h pkcs11h-certificate.h pkcs11h-data.h pkcs11h-openssl.h pkcs11h-token.h '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/pkcs11-helper-1.0' make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/include/pkcs11-helper-1.0' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/include/pkcs11-helper-1.0' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/include' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/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 '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/include' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/include' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/include' Making install in lib make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/lib' /usr/bin/make install-am make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/lib' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/lib' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c libpkcs11-helper.la '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 libpkcs11-helper-1.pc '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' libtool: install: /usr/bin/install -c .libs/libpkcs11-helper.so.1.0.0 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libpkcs11-helper.so.1.0.0 libtool: install: (cd /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libpkcs11-helper.so.1.0.0 libpkcs11-helper.so.1 || { rm -f libpkcs11-helper.so.1 && ln -s libpkcs11-helper.so.1.0.0 libpkcs11-helper.so.1; }; }) libtool: install: (cd /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libpkcs11-helper.so.1.0.0 libpkcs11-helper.so || { rm -f libpkcs11-helper.so && ln -s libpkcs11-helper.so.1.0.0 libpkcs11-helper.so; }; }) libtool: install: /usr/bin/install -c .libs/libpkcs11-helper.lai /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libpkcs11-helper.la libtool: install: /usr/bin/install -c .libs/libpkcs11-helper.a /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libpkcs11-helper.a libtool: install: chmod 644 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libpkcs11-helper.a libtool: install: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libpkcs11-helper.a libtool: warning: remember to run 'libtool --finish /usr/lib' make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/lib' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/lib' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/lib' Making install in m4dir make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/m4dir' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/m4dir' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/aclocal' /usr/bin/install -c -m 644 pkcs11-helper-1.m4 '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/aclocal' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/m4dir' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/m4dir' Making install in doc make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/doc' Making install in api make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/doc/api' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/doc/api' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/doc/api' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/doc/api' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/doc' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/doc' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/doc' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/doc' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/doc' Making install in distro make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro' Making install in rpm make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro/rpm' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro/rpm' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro/rpm' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro/rpm' Making install in debian make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro/debian' /usr/bin/make install-am make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro/debian' make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro/debian' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro/debian' make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro/debian' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro/debian' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro' Making install in tests make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/tests' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/tests' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/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 '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/tests' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/tests' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/tests' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/doc/pkcs11-helper' /usr/bin/install -c -m 644 README COPYING.GPL COPYING.BSD COPYING '/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/doc/pkcs11-helper' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0' make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0' >>> pkcs11-helper 1.30.0 Fixing libtool files for la in $(find /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/instance-0/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 >>> pkcs11-helper 1.30.0 Installing to target GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 DESTDIR=/home/buildroot/instance-0/output-1/target install -C /home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0' Making install in man make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/man' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/man' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/share/man/man8' /usr/bin/install -c -m 644 pkcs11-helper-1.8 '/home/buildroot/instance-0/output-1/target/usr/share/man/man8' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/man' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/man' Making install in include make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/include' Making install in pkcs11-helper-1.0 make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/include/pkcs11-helper-1.0' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/include/pkcs11-helper-1.0' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/include/pkcs11-helper-1.0' /usr/bin/install -c -m 644 pkcs11.h pkcs11h-def.h pkcs11h-engines.h pkcs11h-core.h pkcs11h-version.h pkcs11h-certificate.h pkcs11h-data.h pkcs11h-openssl.h pkcs11h-token.h '/home/buildroot/instance-0/output-1/target/usr/include/pkcs11-helper-1.0' make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/include/pkcs11-helper-1.0' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/include/pkcs11-helper-1.0' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/include' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/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 '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/include' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/include' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/include' Making install in lib make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/lib' /usr/bin/make install-am make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/lib' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/lib' /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/lib' /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/lib/pkgconfig' /bin/sh ../libtool --mode=install /usr/bin/install -c libpkcs11-helper.la '/home/buildroot/instance-0/output-1/target/usr/lib' /usr/bin/install -c -m 644 libpkcs11-helper-1.pc '/home/buildroot/instance-0/output-1/target/usr/lib/pkgconfig' libtool: install: /usr/bin/install -c .libs/libpkcs11-helper.so.1.0.0 /home/buildroot/instance-0/output-1/target/usr/lib/libpkcs11-helper.so.1.0.0 libtool: install: (cd /home/buildroot/instance-0/output-1/target/usr/lib && { ln -s -f libpkcs11-helper.so.1.0.0 libpkcs11-helper.so.1 || { rm -f libpkcs11-helper.so.1 && ln -s libpkcs11-helper.so.1.0.0 libpkcs11-helper.so.1; }; }) libtool: install: (cd /home/buildroot/instance-0/output-1/target/usr/lib && { ln -s -f libpkcs11-helper.so.1.0.0 libpkcs11-helper.so || { rm -f libpkcs11-helper.so && ln -s libpkcs11-helper.so.1.0.0 libpkcs11-helper.so; }; }) libtool: install: /usr/bin/install -c .libs/libpkcs11-helper.lai /home/buildroot/instance-0/output-1/target/usr/lib/libpkcs11-helper.la libtool: install: /usr/bin/install -c .libs/libpkcs11-helper.a /home/buildroot/instance-0/output-1/target/usr/lib/libpkcs11-helper.a libtool: install: chmod 644 /home/buildroot/instance-0/output-1/target/usr/lib/libpkcs11-helper.a libtool: install: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib /home/buildroot/instance-0/output-1/target/usr/lib/libpkcs11-helper.a libtool: warning: remember to run 'libtool --finish /usr/lib' make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/lib' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/lib' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/lib' Making install in m4dir make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/m4dir' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/m4dir' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/share/aclocal' /usr/bin/install -c -m 644 pkcs11-helper-1.m4 '/home/buildroot/instance-0/output-1/target/usr/share/aclocal' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/m4dir' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/m4dir' Making install in doc make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/doc' Making install in api make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/doc/api' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/doc/api' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/doc/api' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/doc/api' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/doc' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/doc' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/doc' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/doc' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/doc' Making install in distro make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro' Making install in rpm make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro/rpm' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro/rpm' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro/rpm' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro/rpm' Making install in debian make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro/debian' /usr/bin/make install-am make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro/debian' make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro/debian' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro/debian' make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro/debian' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro/debian' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/distro' Making install in tests make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/tests' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/tests' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/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 '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/tests' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/tests' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0/tests' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/share/doc/pkcs11-helper' /usr/bin/install -c -m 644 README COPYING.GPL COPYING.BSD COPYING '/home/buildroot/instance-0/output-1/target/usr/share/doc/pkcs11-helper' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0' make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/pkcs11-helper-1.30.0' openvpn-2.6.12.tar.gz: OK (sha256: 1c610fddeb686e34f1367c347e027e418e07523a10f4d8ce4a2c2af2f61a1929) >>> openvpn 2.6.12 Extracting gzip -d -c /home/buildroot/instance-0/dl/openvpn/openvpn-2.6.12.tar.gz | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/openvpn-2.6.12 -xf - >>> openvpn 2.6.12 Patching >>> openvpn 2.6.12 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/instance-0/output-1/build/openvpn-2.6.12 -name $file); do cp support/gnuconfig/$file $i; done; done >>> openvpn 2.6.12 Patching libtool patching file /home/buildroot/instance-0/output-1/build/openvpn-2.6.12/ltmain.sh Hunk #1 succeeded at 2947 (offset 260 lines). Hunk #2 succeeded at 4540 (offset 263 lines). Hunk #3 succeeded at 6836 (offset 282 lines). Hunk #4 succeeded at 6846 (offset 282 lines). Hunk #5 succeeded at 7146 (offset 289 lines). Hunk #6 succeeded at 7450 (offset 301 lines). Hunk #7 succeeded at 8426 (offset 314 lines). Hunk #8 succeeded at 11058 (offset 348 lines). >>> openvpn 2.6.12 Configuring >>> openvpn 2.6.12 Checking configure (powerpc64/powerpc64le) support/scripts/fix-configure-powerpc64.sh /home/buildroot/instance-0/output-1/build/openvpn-2.6.12 (cd /home/buildroot/instance-0/output-1/build/openvpn-2.6.12/ && rm -rf config.cache && GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" LD="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" NM="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" GCC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" CPP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-cpp" CXX="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-g++" FC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" F77="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/home/buildroot/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/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 NETSTAT=/bin/netstat CONFIG_SITE=/dev/null ./configure --target=powerpc64-buildroot-linux-gnu --host=powerpc64-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --enable-shared --disable-unit-tests --enable-dco --disable-lz4 --disable-lzo --disable-selinux --disable-plugin-auth-pam --with-crypto-library=openssl --enable-pkcs11 --disable-systemd ) 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... /usr/bin/install -c checking whether build environment is sane... yes checking for powerpc64-buildroot-linux-gnu-strip... /bin/true checking for a race-free mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking build system type... x86_64-pc-linux-gnu checking host system type... powerpc64-buildroot-linux-gnu checking whether make supports the include directive... yes (GNU style) checking for powerpc64-buildroot-linux-gnu-gcc... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc option to enable C11 features... none needed checking whether /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc understands -c and -o together... yes checking dependency style of /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-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 vfork.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking pkg-config is at least version 0.9.0... yes checking how to run the C preprocessor... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-cpp checking whether ln -s works... yes checking for a sed that does not truncate output... /bin/sed checking whether make sets $(MAKE)... (cached) yes checking for ifconfig... no checking for route... no checking for ip... no checking for systemd-ask-password... no checking for netstat... /bin/netstat checking for git... git checking for rst2man... no checking for rst2man.py... no checking for rst2html... no checking for rst2html.py... no checking how to print strings... printf checking for a sed that does not truncate output... (cached) /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 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld checking if the linker (/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-nm checking the name lister (/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-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 powerpc64-buildroot-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 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld option to reload object files... -r checking for powerpc64-buildroot-linux-gnu-file... no checking for file... file configure: WARNING: using cross tools not prefixed with host triplet checking for powerpc64-buildroot-linux-gnu-objdump... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for powerpc64-buildroot-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for powerpc64-buildroot-linux-gnu-ar... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar checking for archiver @FILE support... @ checking for powerpc64-buildroot-linux-gnu-strip... (cached) /bin/true checking for powerpc64-buildroot-linux-gnu-ranlib... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib checking command to parse /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-nm output from /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for powerpc64-buildroot-linux-gnu-mt... no checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc static flag -static works... yes checking if /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc supports -c -o file.o... yes checking if /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc linker (/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-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... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for powerpc64-buildroot-linux-gnu-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 off_t... yes checking for pid_t... yes checking for size_t... yes checking for uid_t in sys/types.h... yes checking for socklen_t... yes checking size of unsigned int... 4 checking size of unsigned long... 8 checking for fcntl.h... yes checking for io.h... no checking for sys/types.h... (cached) yes checking for sys/socket.h... yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for netinet/in.h... yes checking for netinet/in_systm.h... yes checking for netinet/tcp.h... yes checking for arpa/inet.h... yes checking for netdb.h... yes checking for sys/time.h... yes checking for sys/ioctl.h... yes checking for sys/stat.h... (cached) yes checking for sys/mman.h... yes checking for sys/file.h... yes checking for sys/wait.h... yes checking for unistd.h... (cached) yes checking for libgen.h... yes checking for stropts.h... no checking for syslog.h... yes checking for pwd.h... yes checking for grp.h... yes checking for termios.h... yes checking for sys/sockio.h... no checking for sys/uio.h... yes checking for linux/sockios.h... yes checking for linux/types.h... yes checking for linux/errqueue.h... yes checking for poll.h... yes checking for sys/epoll.h... yes checking for err.h... yes checking for net/if.h... yes checking for netinet/ip.h... yes checking for resolv.h... yes checking for sys/un.h... yes checking for net/if_utun.h... no checking for sys/kern_control.h... no checking for in_addr_t... yes checking for in_port_t... yes checking for struct iphdr... yes checking for struct msghdr... yes checking for struct cmsghdr... yes checking for struct in_pktinfo... yes checking for sa_family_t... yes checking for struct in_pktinfo.ipi_spec_dst... yes checking for struct sockaddr_in6... yes checking for /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc options needed to detect all undeclared functions... none needed checking whether SO_MARK is declared... yes checking anonymous union support... yes checking linker supports --wrap... yes checking whether SIGHUP is declared... yes checking whether SIGINT is declared... yes checking whether SIGUSR1 is declared... yes checking whether SIGUSR2 is declared... yes checking whether SIGTERM is declared... 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 daemon... yes checking for chroot... yes checking for getpwnam... yes checking for setuid... yes checking for nice... yes checking for system... yes checking for dup... yes checking for dup2... yes checking for syslog... yes checking for openlog... yes checking for mlockall... yes checking for getrlimit... yes checking for getgrnam... yes checking for setgid... yes checking for setgroups... yes checking for flock... yes checking for readv... yes checking for writev... yes checking for time... yes checking for gettimeofday... yes checking for setsid... yes checking for chdir... yes checking for chsize... no checking for ftruncate... yes checking for execve... yes checking for getpeereid... no checking for basename... yes checking for dirname... yes checking for access... yes checking for epoll_create... yes checking for strsep... yes checking for dlopen in -ldl... yes checking for inet_ntoa in -lnsl... no checking for socket in -lsocket... no checking for gethostbyname in -lresolv... yes checking for sendmsg... yes checking for recvmsg... yes checking for library containing __res_init... none required checking for net/if_tun.h... no checking for net/tun/if_tun.h... no checking for linux/if_tun.h... yes checking for tap-windows.h... no checking whether TUNSETPERSIST is declared... yes checking for setcon in -lselinux... no checking for pam_start in -lpam... no checking for PKCS11_HELPER... yes checking for LIBNL_GENL... yes configure: Enabled ovpn-dco support for Linux checking for LIBCAPNG... yes checking for sys/prctl.h... yes checking for OPENSSL... yes checking for SSL_CTX_new... yes checking for EVP_aes_256_gcm... yes checking for LZO... no checking for lzo1x_1_15_compress in -llzo2... no checking for lzo1x_1_15_compress in -llzo... no checking git checkout... no checking for P11KIT... no checking whether the compiler accepts -Wno-stringop-truncation... yes checking whether the compiler accepts -Wall... yes checking for CMOCKA... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating version.sh config.status: creating Makefile config.status: creating build/Makefile config.status: creating distro/Makefile config.status: creating distro/systemd/Makefile config.status: creating doc/Makefile config.status: creating doc/doxygen/Makefile config.status: creating doc/doxygen/openvpn.doxyfile config.status: creating include/Makefile config.status: creating sample/sample-plugins/Makefile config.status: creating src/Makefile config.status: creating src/compat/Makefile config.status: creating src/openvpn/Makefile config.status: creating src/openvpnmsica/Makefile config.status: creating src/openvpnserv/Makefile config.status: creating src/plugins/Makefile config.status: creating src/plugins/auth-pam/Makefile config.status: creating src/plugins/down-root/Makefile config.status: creating src/tapctl/Makefile config.status: creating tests/Makefile config.status: creating tests/unit_tests/Makefile config.status: creating tests/unit_tests/example_test/Makefile config.status: creating tests/unit_tests/openvpn/Makefile config.status: creating tests/unit_tests/plugins/Makefile config.status: creating tests/unit_tests/plugins/auth-pam/Makefile config.status: creating sample/Makefile config.status: creating tests/t_client.sh config.status: creating config.h config.status: creating include/openvpn-plugin.h config.status: include/openvpn-plugin.h is unchanged 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 >>> openvpn 2.6.12 Building GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 -C /home/buildroot/instance-0/output-1/build/openvpn-2.6.12/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12' /usr/bin/make all-recursive make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12' Making all in build make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/build' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/build' Making all in distro make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/distro' Making all in systemd make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/distro/systemd' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/distro/systemd' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/distro' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/distro' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/distro' Making all in include make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/include' /usr/bin/make all-am make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/include' make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/include' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/include' Making all in src make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src' Making all in compat make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/compat' /bin/sh ../../libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o compat-dirname.lo compat-dirname.c /bin/sh ../../libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o compat-basename.lo compat-basename.c /bin/sh ../../libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o compat-gettimeofday.lo compat-gettimeofday.c /bin/sh ../../libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o compat-daemon.lo compat-daemon.c /bin/sh ../../libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o compat-strsep.lo compat-strsep.c libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c compat-basename.c -fPIC -DPIC -o .libs/compat-basename.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c compat-dirname.c -fPIC -DPIC -o .libs/compat-dirname.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c compat-daemon.c -fPIC -DPIC -o .libs/compat-daemon.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c compat-gettimeofday.c -fPIC -DPIC -o .libs/compat-gettimeofday.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c compat-strsep.c -fPIC -DPIC -o .libs/compat-strsep.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c compat-basename.c -o compat-basename.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c compat-daemon.c -o compat-daemon.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c compat-dirname.c -o compat-dirname.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c compat-strsep.c -o compat-strsep.o >/dev/null 2>&1 libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c compat-gettimeofday.c -o compat-gettimeofday.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CC --mode=link /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -o libcompat.la compat-dirname.lo compat-basename.lo compat-gettimeofday.lo compat-daemon.lo compat-strsep.lo -L/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/lib -lnl-genl-3 -lnl-3 -L/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/lib -lcap-ng libtool: link: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar cr .libs/libcompat.a .libs/compat-dirname.o .libs/compat-basename.o .libs/compat-gettimeofday.o .libs/compat-daemon.o .libs/compat-strsep.o libtool: link: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib .libs/libcompat.a libtool: link: ( cd ".libs" && rm -f "libcompat.la" && ln -s "../libcompat.la" "libcompat.la" ) make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/compat' Making all in openvpn make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/openvpn' /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o argv.o argv.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o auth_token.o auth_token.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o base64.o base64.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o buffer.o buffer.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o clinat.o clinat.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o comp.o comp.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o compstub.o compstub.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o comp-lz4.o comp-lz4.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o crypto.o crypto.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o crypto_openssl.o crypto_openssl.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o crypto_mbedtls.o crypto_mbedtls.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o dco.o dco.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o dco_freebsd.o dco_freebsd.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o dco_linux.o dco_linux.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o dco_win.o dco_win.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o dhcp.o dhcp.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o dns.o dns.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o env_set.o env_set.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o error.o error.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o event.o event.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o fdmisc.o fdmisc.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o forward.o forward.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o fragment.o fragment.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o gremlin.o gremlin.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o helper.o helper.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o httpdigest.o httpdigest.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o lladdr.o lladdr.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o init.o init.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o interval.o interval.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o list.o list.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o lzo.o lzo.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o manage.o manage.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o mbuf.o mbuf.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o misc.o misc.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o platform.o platform.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o console.o console.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o console_builtin.o console_builtin.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o console_systemd.o console_systemd.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o mroute.o mroute.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o mss.o mss.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o mstats.o mstats.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o mtcp.o mtcp.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o mtu.o mtu.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o mudp.o mudp.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o multi.o multi.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o networking_freebsd.o networking_freebsd.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o networking_iproute2.o networking_iproute2.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o networking_sitnl.o networking_sitnl.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o ntlm.o ntlm.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o occ.o occ.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o pkcs11.o pkcs11.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o pkcs11_openssl.o pkcs11_openssl.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o pkcs11_mbedtls.o pkcs11_mbedtls.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o openvpn.o openvpn.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o options.o options.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o options_util.o options_util.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o otime.o otime.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o packet_id.o packet_id.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o perf.o perf.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o ping.o ping.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o plugin.o plugin.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o pool.o pool.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o proto.o proto.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o proxy.o proxy.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o ps.o ps.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o push.o push.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o reflect_filter.o reflect_filter.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o reliable.o reliable.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o route.o route.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o run_command.o run_command.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o schedule.o schedule.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o session_id.o session_id.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o shaper.o shaper.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o sig.o sig.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o socket.o socket.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o socks.o socks.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o ssl.o ssl.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o ssl_openssl.o ssl_openssl.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o ssl_mbedtls.o ssl_mbedtls.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o ssl_ncp.o ssl_ncp.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o ssl_pkt.o ssl_pkt.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o ssl_util.o ssl_util.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o ssl_verify.o ssl_verify.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o ssl_verify_openssl.o ssl_verify_openssl.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o ssl_verify_mbedtls.o ssl_verify_mbedtls.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o status.o status.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o tls_crypt.o tls_crypt.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o tun.o tun.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o vlan.o vlan.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o xkey_provider.o xkey_provider.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o xkey_helper.o xkey_helper.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o win32.o win32.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o win32-util.o win32-util.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o cryptoapi.o cryptoapi.c /bin/sh ../../libtool --tag=CC --mode=link /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -o openvpn argv.o auth_token.o base64.o buffer.o clinat.o comp.o compstub.o comp-lz4.o crypto.o crypto_openssl.o crypto_mbedtls.o dco.o dco_freebsd.o dco_linux.o dco_win.o dhcp.o dns.o env_set.o error.o event.o fdmisc.o forward.o fragment.o gremlin.o helper.o httpdigest.o lladdr.o init.o interval.o list.o lzo.o manage.o mbuf.o misc.o platform.o console.o console_builtin.o console_systemd.o mroute.o mss.o mstats.o mtcp.o mtu.o mudp.o multi.o networking_freebsd.o networking_iproute2.o networking_sitnl.o ntlm.o occ.o pkcs11.o pkcs11_openssl.o pkcs11_mbedtls.o openvpn.o options.o options_util.o otime.o packet_id.o perf.o ping.o plugin.o pool.o proto.o proxy.o ps.o push.o reflect_filter.o reliable.o route.o run_command.o schedule.o session_id.o shaper.o sig.o socket.o socks.o ssl.o ssl_openssl.o ssl_mbedtls.o ssl_ncp.o ssl_pkt.o ssl_util.o ssl_verify.o ssl_verify_openssl.o ssl_verify_mbedtls.o status.o tls_crypt.o tun.o vlan.o xkey_provider.o xkey_helper.o win32.o win32-util.o cryptoapi.o ../../src/compat/libcompat.la -lresolv -lpthread -ldl -L/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/lib64 -lcrypto -L/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/lib -lpkcs11-helper -L/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/lib64 -lssl -lcrypto -ldl -L/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/lib -lnl-genl-3 -lnl-3 -L/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/lib -lcap-ng libtool: link: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -o openvpn argv.o auth_token.o base64.o buffer.o clinat.o comp.o compstub.o comp-lz4.o crypto.o crypto_openssl.o crypto_mbedtls.o dco.o dco_freebsd.o dco_linux.o dco_win.o dhcp.o dns.o env_set.o error.o event.o fdmisc.o forward.o fragment.o gremlin.o helper.o httpdigest.o lladdr.o init.o interval.o list.o lzo.o manage.o mbuf.o misc.o platform.o console.o console_builtin.o console_systemd.o mroute.o mss.o mstats.o mtcp.o mtu.o mudp.o multi.o networking_freebsd.o networking_iproute2.o networking_sitnl.o ntlm.o occ.o pkcs11.o pkcs11_openssl.o pkcs11_mbedtls.o openvpn.o options.o options_util.o otime.o packet_id.o perf.o ping.o plugin.o pool.o proto.o proxy.o ps.o push.o reflect_filter.o reliable.o route.o run_command.o schedule.o session_id.o shaper.o sig.o socket.o socks.o ssl.o ssl_openssl.o ssl_mbedtls.o ssl_ncp.o ssl_pkt.o ssl_util.o ssl_verify.o ssl_verify_openssl.o ssl_verify_mbedtls.o status.o tls_crypt.o tun.o vlan.o xkey_provider.o xkey_helper.o win32.o win32-util.o cryptoapi.o ../../src/compat/.libs/libcompat.a -L/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/lib -lresolv -L/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/lib64 /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libpkcs11-helper.so -lssl -lcrypto -ldl /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libnl-genl-3.so /home/buildroot/instance-0/output-1/build/libnl-3.9.0/lib/.libs/libnl-3.so /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libnl-3.so -lpthread /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libcap-ng.so -Wl,-rpath -Wl,/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib -Wl,-rpath -Wl,/home/buildroot/instance-0/output-1/build/libnl-3.9.0/lib/.libs -Wl,-rpath -Wl,/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/openvpn' Making all in openvpnmsica make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/openvpnmsica' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/openvpnmsica' Making all in openvpnserv make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/openvpnserv' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/openvpnserv' Making all in plugins make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/plugins' Making all in auth-pam make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/plugins/auth-pam' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/plugins/auth-pam' Making all in down-root make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/plugins/down-root' /bin/sh ../../../libtool --tag=CC --mode=compile /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c -o down-root.lo down-root.c libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c down-root.c -fPIC -DPIC -o .libs/down-root.o libtool: compile: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -c down-root.c -o down-root.o >/dev/null 2>&1 /bin/sh ../../../libtool --tag=CC --mode=link /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -I../../../include -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/include/libnl3 -export-symbols "./down-root.exports" -module -shared -avoid-version -no-undefined -o openvpn-plugin-down-root.la -rpath /usr/lib/openvpn/plugins down-root.lo -L/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/lib -lnl-genl-3 -lnl-3 -L/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/lib -lcap-ng libtool: link: echo "{ global:" > .libs/openvpn-plugin-down-root.ver libtool: link: cat ./down-root.exports | /bin/sed -e "s/\(.*\)/\1;/" >> .libs/openvpn-plugin-down-root.ver libtool: link: echo "local: *; };" >> .libs/openvpn-plugin-down-root.ver libtool: link: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -shared -fPIC -DPIC .libs/down-root.o -Wl,-rpath -Wl,/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib -Wl,-rpath -Wl,/home/buildroot/instance-0/output-1/build/libnl-3.9.0/lib/.libs -Wl,-rpath -Wl,/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib -L/home/buildroot/instance-0/output-1/build/libnl-3.9.0/lib/.libs -L/home/buildroot/instance-0/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/lib /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libnl-genl-3.so /home/buildroot/instance-0/output-1/build/libnl-3.9.0/lib/.libs/libnl-3.so /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libnl-3.so -lpthread /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libcap-ng.so -Os -g0 -Wl,-soname -Wl,openvpn-plugin-down-root.so -Wl,-version-script -Wl,.libs/openvpn-plugin-down-root.ver -o .libs/openvpn-plugin-down-root.so libtool: link: ( cd ".libs" && rm -f "openvpn-plugin-down-root.la" && ln -s "../openvpn-plugin-down-root.la" "openvpn-plugin-down-root.la" ) make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/plugins/down-root' make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/plugins' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/plugins' make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/plugins' Making all in tapctl make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/tapctl' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/tapctl' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src' Making all in sample make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/sample' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/sample' Making all in doc make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/doc' Making all in doxygen make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/doc/doxygen' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/doc/doxygen' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/doc' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/doc' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/doc' Making all in tests make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/tests' Making all in unit_tests make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/tests/unit_tests' make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/tests/unit_tests' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/tests/unit_tests' make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/tests/unit_tests' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/tests' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/tests' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/tests' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12' make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12' >>> openvpn 2.6.12 Installing to target GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 DESTDIR=/home/buildroot/instance-0/output-1/target install -C /home/buildroot/instance-0/output-1/build/openvpn-2.6.12/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12' /usr/bin/make install-recursive make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12' Making install in build make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/build' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/build' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/build' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/build' Making install in distro make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/distro' Making install in systemd make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/distro/systemd' make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/distro/systemd' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/make install-data-hook make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/distro/systemd' make[6]: Nothing to be done for 'install-data-hook'. make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/distro/systemd' make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/distro/systemd' make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/distro/systemd' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/distro' make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/distro' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/distro' make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/distro' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/distro' Making install in include make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/include' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/include' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/include' /usr/bin/install -c -m 644 openvpn-plugin.h openvpn-msg.h '/home/buildroot/instance-0/output-1/target/usr/include' make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/include' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/include' Making install in src make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src' Making install in compat make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/compat' make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/compat' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/compat' make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/compat' Making install in openvpn make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/openvpn' make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/openvpn' make[5]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/sbin' /bin/sh ../../libtool --mode=install /usr/bin/install -c openvpn '/home/buildroot/instance-0/output-1/target/usr/sbin' libtool: install: /usr/bin/install -c openvpn /home/buildroot/instance-0/output-1/target/usr/sbin/openvpn make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/openvpn' make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/openvpn' Making install in openvpnmsica make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/openvpnmsica' make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/openvpnmsica' make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/openvpnmsica' make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/openvpnmsica' Making install in openvpnserv make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/openvpnserv' make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/openvpnserv' make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/openvpnserv' make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/openvpnserv' Making install in plugins make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/plugins' Making install in auth-pam make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/plugins/auth-pam' make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/plugins/auth-pam' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/plugins/auth-pam' make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/plugins/auth-pam' Making install in down-root make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/plugins/down-root' make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/plugins/down-root' make[6]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/share/doc/openvpn' /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/lib/openvpn/plugins' /bin/sh ../../../libtool --mode=install /usr/bin/install -c openvpn-plugin-down-root.la '/home/buildroot/instance-0/output-1/target/usr/lib/openvpn/plugins' /usr/bin/install -c -m 644 README.down-root '/home/buildroot/instance-0/output-1/target/usr/share/doc/openvpn' libtool: install: /usr/bin/install -c .libs/openvpn-plugin-down-root.so /home/buildroot/instance-0/output-1/target/usr/lib/openvpn/plugins/openvpn-plugin-down-root.so libtool: install: /usr/bin/install -c .libs/openvpn-plugin-down-root.lai /home/buildroot/instance-0/output-1/target/usr/lib/openvpn/plugins/openvpn-plugin-down-root.la libtool: warning: remember to run 'libtool --finish /usr/lib/openvpn/plugins' make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/plugins/down-root' make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/plugins/down-root' make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/plugins' make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/plugins' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/plugins' make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/plugins' make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/plugins' Making install in tapctl make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/tapctl' make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/tapctl' make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/tapctl' make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src/tapctl' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src' make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src' make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/src' Making install in sample make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/sample' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/sample' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/sample' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/sample' Making install in doc make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/doc' Making install in doxygen make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/doc/doxygen' make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/doc/doxygen' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/doc/doxygen' make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/doc/doxygen' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/doc' make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/doc' make[5]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/share/doc/openvpn' /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/share/man/man5' /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/share/man/man8' /usr/bin/install -c -m 644 management-notes.txt gui-notes.txt '/home/buildroot/instance-0/output-1/target/usr/share/doc/openvpn' /usr/bin/install -c -m 644 openvpn-examples.5 '/home/buildroot/instance-0/output-1/target/usr/share/man/man5' /usr/bin/install -c -m 644 openvpn.8 '/home/buildroot/instance-0/output-1/target/usr/share/man/man8' make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/doc' make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/doc' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/doc' Making install in tests make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/tests' Making install in unit_tests make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/tests/unit_tests' make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/tests/unit_tests' make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/tests/unit_tests' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/tests/unit_tests' make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/tests/unit_tests' make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/tests/unit_tests' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/tests' make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/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 '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/tests' make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/tests' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12/tests' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/share/doc/openvpn' /usr/bin/install -c -m 644 README README.mbedtls Changes.rst COPYRIGHT.GPL COPYING '/home/buildroot/instance-0/output-1/target/usr/share/doc/openvpn' make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12' make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/openvpn-2.6.12' lz4-1.10.0.tar.gz: OK (sha256: 537512904744b35e232912055ccf8ec66d768639ff3abe5788d90d792ec5f48b) >>> host-lz4 1.10.0 Extracting gzip -d -c /home/buildroot/instance-0/dl/lz4/lz4-1.10.0.tar.gz | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/host-lz4-1.10.0 -xf - >>> host-lz4 1.10.0 Patching >>> host-lz4 1.10.0 Configuring >>> host-lz4 1.10.0 Building GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/instance-0/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="/home/buildroot/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/instance-0/output-1/host/share/pkgconfig" GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/instance-0/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="/home/buildroot/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/instance-0/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/home/buildroot/instance-0/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/instance-0/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/instance-0/output-1/host/include" LDFLAGS="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j17 -C /home/buildroot/instance-0/output-1/build/host-lz4-1.10.0 lib make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/host-lz4-1.10.0' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/host-lz4-1.10.0/lib' compiling static library make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-lz4-1.10.0/lib' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/host-lz4-1.10.0/lib' compiling dynamic library 1.10.0 creating versioned links make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-lz4-1.10.0/lib' make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-lz4-1.10.0' GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/instance-0/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="/home/buildroot/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/instance-0/output-1/host/share/pkgconfig" GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/instance-0/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="/home/buildroot/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/instance-0/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/home/buildroot/instance-0/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/instance-0/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/instance-0/output-1/host/include" LDFLAGS="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j17 -C /home/buildroot/instance-0/output-1/build/host-lz4-1.10.0 lz4 make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/host-lz4-1.10.0' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/host-lz4-1.10.0/lib' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-lz4-1.10.0/lib' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/host-lz4-1.10.0/programs' ==> building with multithreading support make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-lz4-1.10.0/programs' lz4 build completed make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-lz4-1.10.0' >>> host-lz4 1.10.0 Installing to host directory GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/instance-0/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="/home/buildroot/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/instance-0/output-1/host/share/pkgconfig" GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/instance-0/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="/home/buildroot/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/instance-0/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/home/buildroot/instance-0/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/instance-0/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/instance-0/output-1/host/include" LDFLAGS="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j17 PREFIX=/home/buildroot/instance-0/output-1/host install -C /home/buildroot/instance-0/output-1/build/host-lz4-1.10.0 make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/host-lz4-1.10.0' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/host-lz4-1.10.0/lib' creating pkgconfig Installing libraries in /home/buildroot/instance-0/output-1/host/lib Installing headers in /home/buildroot/instance-0/output-1/host/include lz4 libraries installed make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-lz4-1.10.0/lib' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/host-lz4-1.10.0/programs' Installing binaries in /home/buildroot/instance-0/output-1/host/bin Installing man pages in /home/buildroot/instance-0/output-1/host/share/man/man1 lz4 installation completed make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-lz4-1.10.0/programs' make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-lz4-1.10.0' xz-5.6.2.tar.bz2: OK (sha256: e12aa03cbd200597bd4ce11d97be2d09a6e6d39a9311ce72c91ac7deacde3171) >>> host-xz 5.6.2 Extracting bzcat /home/buildroot/instance-0/dl/xz/xz-5.6.2.tar.bz2 | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/host-xz-5.6.2 -xf - >>> host-xz 5.6.2 Patching >>> host-xz 5.6.2 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/instance-0/output-1/build/host-xz-5.6.2 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-xz 5.6.2 Patching libtool >>> host-xz 5.6.2 Configuring (cd /home/buildroot/instance-0/output-1/build/host-xz-5.6.2/ && rm -rf config.cache; GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/instance-0/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="/home/buildroot/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/instance-0/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/home/buildroot/instance-0/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/instance-0/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/instance-0/output-1/host/include" LDFLAGS="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/home/buildroot/instance-0/output-1/host/include" LDFLAGS="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" CC="/usr/bin/gcc" CXX="/usr/bin/g++" CONFIG_SITE=/dev/null ./configure --prefix="/home/buildroot/instance-0/output-1/host" --sysconfdir="/home/buildroot/instance-0/output-1/host/etc" --localstatedir="/home/buildroot/instance-0/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 --enable-encoders=lzma1,lzma2,delta,x86,powerpc,ia64,arm,armthumb,arm64,sparc,riscv --enable-decoders=lzma1,lzma2,delta,x86,powerpc,ia64,arm,armthumb,arm64,sparc,riscv --enable-match-finders=hc3,hc4,bt2,bt3,bt4 --enable-checks=crc32,crc64,sha256 --disable-external-sha256 --enable-microlzma --enable-lzip-decoder --enable-assembler --enable-clmul-crc --enable-arm64-crc32 --disable-small --enable-assume-ram=128 --enable-xz --enable-xzdec --enable-lzmadec --enable-lzmainfo --enable-lzma-links --enable-scripts --enable-sandbox=auto --enable-symbol-versions --enable-rpath --enable-largefile --enable-unaligned-access=auto --disable-unsafe-type-punning --disable-werror --enable-year2038 --disable-nls --enable-threads --enable-nls --enable-threads ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-docs, --disable-documentation, --with-xmlto, --with-fop XZ Utils 5.6.2 System type: checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu Configure options: checking if debugging code should be compiled... no checking which encoders to build... lzma1 lzma2 delta x86 powerpc ia64 arm armthumb arm64 sparc riscv checking which decoders to build... lzma1 lzma2 delta x86 powerpc ia64 arm armthumb arm64 sparc riscv checking which match finders to build... hc3 hc4 bt2 bt3 bt4 checking which integrity checks to build... crc32 crc64 sha256 checking if external SHA-256 should be used... no checking if MicroLZMA support should be built... yes checking if .lz (lzip) decompression support should be built... yes checking if assembler optimizations should be used... no checking if small size is preferred over speed... no checking if threading support is wanted... yes, posix checking how much RAM to assume if the real amount is unknown... 128 MiB checking if sandboxing should be used... maybe (autodetect) checking for a shell that conforms to POSIX... /bin/sh Initializing Automake: checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether ln -s works... 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 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/cdefs.h... yes checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for a sed that does not truncate output... /bin/sed checking how to run the C preprocessor... /usr/bin/cpp checking for egrep -e... /bin/grep -E POSIX threading support: checking whether /usr/bin/gcc is Clang... no checking whether pthreads work with "-pthread" and "-lpthread"... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for pthread_condattr_setclock... yes Initializing Libtool: checking how to print strings... printf checking for a sed that does not truncate output... (cached) /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 file... : 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... /bin/dd checking how to truncate binary pipes... /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) 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 windres... no checking if library symbol versioning should be used... yes (linux) Initializing gettext: checking whether NLS is requested... yes checking for msgfmt... /home/buildroot/instance-0/output-1/host/bin/msgfmt checking for gmsgfmt... /home/buildroot/instance-0/output-1/host/bin/msgfmt checking for xgettext... /home/buildroot/instance-0/output-1/host/bin/xgettext checking for msgmerge... /home/buildroot/instance-0/output-1/host/bin/msgmerge checking for ld... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking 32-bit host C ABI... no checking for ELF binary format... yes checking for the common suffixes of directories in the library search path... lib,lib,lib checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyPreferredLanguages... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc System headers and functions: checking for immintrin.h... yes checking for cpuid.h... yes checking for _Bool... yes checking for stdbool.h that conforms to C99 or later... yes checking for uint8_t... yes checking for uint16_t... yes checking for int32_t... yes checking for uint32_t... yes checking for int64_t... yes checking for uint64_t... yes checking for uintptr_t... yes checking size of size_t... 8 checking for struct stat.st_atim.tv_nsec... yes checking for struct stat.st_atimespec.tv_nsec... no checking for struct stat.st_atimensec... no checking for struct stat.st_uatime... no checking for struct stat.st_atim.st__tim.tv_nsec... no checking for /usr/bin/gcc option to enable large file support... none needed checking for /usr/bin/gcc option for timestamps after 2038... none needed checking whether byte ordering is bigendian... no checking if __attribute__((__constructor__)) can be used... yes checking for /usr/bin/gcc options needed to detect all undeclared functions... none needed checking for getopt.h... yes checking for getopt_long... yes checking whether optreset is declared... no checking for library containing clock_gettime... none required checking for clock_gettime... yes checking whether CLOCK_MONOTONIC is declared... yes checking for futimens... yes checking for posix_fadvise... yes checking whether program_invocation_name is declared... yes checking if __builtin_bswap16/32/64 are supported... yes checking if unaligned memory access should be used... yes checking if unsafe type punning should be used... no checking if __builtin_assume_aligned is supported... yes checking for sys/param.h... yes checking how to detect the amount of physical memory... sysconf checking for sys/param.h... (cached) yes checking how to detect the number of available CPU cores... sched_getaffinity checking whether mbrtowc and mbstate_t are properly declared... yes checking for wcwidth... yes checking whether _mm_movemask_epi8 is declared... yes checking if _mm_clmulepi64_si128 is usable... yes checking if ARM64 CRC32 instruction is usable... no checking for cap_rights_limit... no checking for pledge... no checking if Linux Landlock is usable... no GCC extensions: checking whether the -Werror option is usable... yes checking for simple visibility declarations... yes checking if /usr/bin/gcc accepts -Wall... yes checking if /usr/bin/gcc accepts -Wextra... yes checking if /usr/bin/gcc accepts -Wvla... yes checking if /usr/bin/gcc accepts -Wformat=2... yes checking if /usr/bin/gcc accepts -Winit-self... yes checking if /usr/bin/gcc accepts -Wmissing-include-dirs... yes checking if /usr/bin/gcc accepts -Wshift-overflow=2... yes checking if /usr/bin/gcc accepts -Wstrict-overflow=3... yes checking if /usr/bin/gcc accepts -Walloc-zero... yes checking if /usr/bin/gcc accepts -Wduplicated-cond... yes checking if /usr/bin/gcc accepts -Wfloat-equal... yes checking if /usr/bin/gcc accepts -Wundef... yes checking if /usr/bin/gcc accepts -Wshadow... yes checking if /usr/bin/gcc accepts -Wpointer-arith... yes checking if /usr/bin/gcc accepts -Wbad-function-cast... yes checking if /usr/bin/gcc accepts -Wwrite-strings... yes checking if /usr/bin/gcc accepts -Wdate-time... yes checking if /usr/bin/gcc accepts -Wsign-conversion... yes checking if /usr/bin/gcc accepts -Wfloat-conversion... yes checking if /usr/bin/gcc accepts -Wlogical-op... yes checking if /usr/bin/gcc accepts -Waggregate-return... yes checking if /usr/bin/gcc accepts -Wstrict-prototypes... yes checking if /usr/bin/gcc accepts -Wold-style-definition... yes checking if /usr/bin/gcc accepts -Wmissing-prototypes... yes checking if /usr/bin/gcc accepts -Wmissing-declarations... yes checking if /usr/bin/gcc accepts -Wredundant-decls... yes checking if /usr/bin/gcc accepts -Wc99-compat... no checking if /usr/bin/gcc accepts -Wc11-extensions... no checking if /usr/bin/gcc accepts -Wc2x-compat... no checking if /usr/bin/gcc accepts -Wc2x-extensions... no checking if /usr/bin/gcc accepts -Wpre-c2x-compat... no checking if /usr/bin/gcc accepts -Warray-bounds-pointer-arithmetic... no checking if /usr/bin/gcc accepts -Wassign-enum... no checking if /usr/bin/gcc accepts -Wconditional-uninitialized... no checking if /usr/bin/gcc accepts -Wdocumentation... no checking if /usr/bin/gcc accepts -Wduplicate-enum... no checking if /usr/bin/gcc accepts -Wempty-translation-unit... no checking if /usr/bin/gcc accepts -Wflexible-array-extensions... no checking if /usr/bin/gcc accepts -Wmissing-variable-declarations... no checking if /usr/bin/gcc accepts -Wnewline-eof... no checking if /usr/bin/gcc accepts -Wshift-sign-overflow... no checking if /usr/bin/gcc accepts -Wstring-conversion... no 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 lib/Makefile config.status: creating src/Makefile config.status: creating src/liblzma/Makefile config.status: creating src/liblzma/api/Makefile config.status: creating src/xz/Makefile config.status: creating src/xzdec/Makefile config.status: creating src/lzmainfo/Makefile config.status: creating src/scripts/Makefile config.status: creating tests/Makefile config.status: creating debug/Makefile config.status: creating src/scripts/xzdiff config.status: creating src/scripts/xzgrep config.status: creating src/scripts/xzmore config.status: creating src/scripts/xzless config.status: creating 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-docs, --disable-documentation, --with-xmlto, --with-fop >>> host-xz 5.6.2 Building GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/instance-0/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="/home/buildroot/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j17 -C /home/buildroot/instance-0/output-1/build/host-xz-5.6.2/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2' /usr/bin/make all-recursive make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2' Making all in src make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src' Making all in liblzma make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/liblzma' Making all in api make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/liblzma/api' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/liblzma/api' make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/liblzma' /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-tuklib_physmem.lo `test -f '../common/tuklib_physmem.c' || echo './'`../common/tuklib_physmem.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-tuklib_cpucores.lo `test -f '../common/tuklib_cpucores.c' || echo './'`../common/tuklib_cpucores.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-common.lo `test -f 'common/common.c' || echo './'`common/common.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-block_util.lo `test -f 'common/block_util.c' || echo './'`common/block_util.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-easy_preset.lo `test -f 'common/easy_preset.c' || echo './'`common/easy_preset.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-filter_common.lo `test -f 'common/filter_common.c' || echo './'`common/filter_common.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-hardware_physmem.lo `test -f 'common/hardware_physmem.c' || echo './'`common/hardware_physmem.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-index.lo `test -f 'common/index.c' || echo './'`common/index.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-stream_flags_common.lo `test -f 'common/stream_flags_common.c' || echo './'`common/stream_flags_common.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-string_conversion.lo `test -f 'common/string_conversion.c' || echo './'`common/string_conversion.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-vli_size.lo `test -f 'common/vli_size.c' || echo './'`common/vli_size.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-hardware_cputhreads.lo `test -f 'common/hardware_cputhreads.c' || echo './'`common/hardware_cputhreads.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-outqueue.lo `test -f 'common/outqueue.c' || echo './'`common/outqueue.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-alone_encoder.lo `test -f 'common/alone_encoder.c' || echo './'`common/alone_encoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-block_buffer_encoder.lo `test -f 'common/block_buffer_encoder.c' || echo './'`common/block_buffer_encoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-block_encoder.lo `test -f 'common/block_encoder.c' || echo './'`common/block_encoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-block_header_encoder.lo `test -f 'common/block_header_encoder.c' || echo './'`common/block_header_encoder.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/easy_preset.c -fPIC -DPIC -o .libs/liblzma_la-easy_preset.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/filter_common.c -fPIC -DPIC -o .libs/liblzma_la-filter_common.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/hardware_physmem.c -fPIC -DPIC -o .libs/liblzma_la-hardware_physmem.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c ../common/tuklib_cpucores.c -fPIC -DPIC -o .libs/liblzma_la-tuklib_cpucores.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/block_util.c -fPIC -DPIC -o .libs/liblzma_la-block_util.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c ../common/tuklib_physmem.c -fPIC -DPIC -o .libs/liblzma_la-tuklib_physmem.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/block_encoder.c -fPIC -DPIC -o .libs/liblzma_la-block_encoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/common.c -fPIC -DPIC -o .libs/liblzma_la-common.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/block_header_encoder.c -fPIC -DPIC -o .libs/liblzma_la-block_header_encoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/vli_size.c -fPIC -DPIC -o .libs/liblzma_la-vli_size.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/block_buffer_encoder.c -fPIC -DPIC -o .libs/liblzma_la-block_buffer_encoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/string_conversion.c -fPIC -DPIC -o .libs/liblzma_la-string_conversion.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/stream_flags_common.c -fPIC -DPIC -o .libs/liblzma_la-stream_flags_common.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/index.c -fPIC -DPIC -o .libs/liblzma_la-index.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/alone_encoder.c -fPIC -DPIC -o .libs/liblzma_la-alone_encoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/hardware_cputhreads.c -fPIC -DPIC -o .libs/liblzma_la-hardware_cputhreads.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/outqueue.c -fPIC -DPIC -o .libs/liblzma_la-outqueue.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-easy_buffer_encoder.lo `test -f 'common/easy_buffer_encoder.c' || echo './'`common/easy_buffer_encoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-easy_encoder.lo `test -f 'common/easy_encoder.c' || echo './'`common/easy_encoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-easy_encoder_memusage.lo `test -f 'common/easy_encoder_memusage.c' || echo './'`common/easy_encoder_memusage.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-filter_buffer_encoder.lo `test -f 'common/filter_buffer_encoder.c' || echo './'`common/filter_buffer_encoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-filter_encoder.lo `test -f 'common/filter_encoder.c' || echo './'`common/filter_encoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-filter_flags_encoder.lo `test -f 'common/filter_flags_encoder.c' || echo './'`common/filter_flags_encoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-index_encoder.lo `test -f 'common/index_encoder.c' || echo './'`common/index_encoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-stream_buffer_encoder.lo `test -f 'common/stream_buffer_encoder.c' || echo './'`common/stream_buffer_encoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-stream_encoder.lo `test -f 'common/stream_encoder.c' || echo './'`common/stream_encoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-stream_flags_encoder.lo `test -f 'common/stream_flags_encoder.c' || echo './'`common/stream_flags_encoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-vli_encoder.lo `test -f 'common/vli_encoder.c' || echo './'`common/vli_encoder.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/easy_buffer_encoder.c -fPIC -DPIC -o .libs/liblzma_la-easy_buffer_encoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-stream_encoder_mt.lo `test -f 'common/stream_encoder_mt.c' || echo './'`common/stream_encoder_mt.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-microlzma_encoder.lo `test -f 'common/microlzma_encoder.c' || echo './'`common/microlzma_encoder.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/easy_encoder.c -fPIC -DPIC -o .libs/liblzma_la-easy_encoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/filter_flags_encoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_flags_encoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/easy_encoder_memusage.c -fPIC -DPIC -o .libs/liblzma_la-easy_encoder_memusage.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/filter_buffer_encoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_buffer_encoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-alone_decoder.lo `test -f 'common/alone_decoder.c' || echo './'`common/alone_decoder.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/filter_encoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_encoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/index_encoder.c -fPIC -DPIC -o .libs/liblzma_la-index_encoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/stream_buffer_encoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_buffer_encoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-auto_decoder.lo `test -f 'common/auto_decoder.c' || echo './'`common/auto_decoder.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/stream_flags_encoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_flags_encoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/stream_encoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_encoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/vli_encoder.c -fPIC -DPIC -o .libs/liblzma_la-vli_encoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/stream_encoder_mt.c -fPIC -DPIC -o .libs/liblzma_la-stream_encoder_mt.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-block_buffer_decoder.lo `test -f 'common/block_buffer_decoder.c' || echo './'`common/block_buffer_decoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-block_decoder.lo `test -f 'common/block_decoder.c' || echo './'`common/block_decoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-block_header_decoder.lo `test -f 'common/block_header_decoder.c' || echo './'`common/block_header_decoder.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/microlzma_encoder.c -fPIC -DPIC -o .libs/liblzma_la-microlzma_encoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-easy_decoder_memusage.lo `test -f 'common/easy_decoder_memusage.c' || echo './'`common/easy_decoder_memusage.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-file_info.lo `test -f 'common/file_info.c' || echo './'`common/file_info.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/auto_decoder.c -fPIC -DPIC -o .libs/liblzma_la-auto_decoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/alone_decoder.c -fPIC -DPIC -o .libs/liblzma_la-alone_decoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-filter_buffer_decoder.lo `test -f 'common/filter_buffer_decoder.c' || echo './'`common/filter_buffer_decoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-filter_decoder.lo `test -f 'common/filter_decoder.c' || echo './'`common/filter_decoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-filter_flags_decoder.lo `test -f 'common/filter_flags_decoder.c' || echo './'`common/filter_flags_decoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-index_decoder.lo `test -f 'common/index_decoder.c' || echo './'`common/index_decoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-index_hash.lo `test -f 'common/index_hash.c' || echo './'`common/index_hash.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/block_header_decoder.c -fPIC -DPIC -o .libs/liblzma_la-block_header_decoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/file_info.c -fPIC -DPIC -o .libs/liblzma_la-file_info.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/block_decoder.c -fPIC -DPIC -o .libs/liblzma_la-block_decoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/block_buffer_decoder.c -fPIC -DPIC -o .libs/liblzma_la-block_buffer_decoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-stream_buffer_decoder.lo `test -f 'common/stream_buffer_decoder.c' || echo './'`common/stream_buffer_decoder.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/easy_decoder_memusage.c -fPIC -DPIC -o .libs/liblzma_la-easy_decoder_memusage.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-stream_decoder.lo `test -f 'common/stream_decoder.c' || echo './'`common/stream_decoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-stream_flags_decoder.lo `test -f 'common/stream_flags_decoder.c' || echo './'`common/stream_flags_decoder.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/filter_buffer_decoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_buffer_decoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/filter_flags_decoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_flags_decoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/index_hash.c -fPIC -DPIC -o .libs/liblzma_la-index_hash.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-vli_decoder.lo `test -f 'common/vli_decoder.c' || echo './'`common/vli_decoder.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/index_decoder.c -fPIC -DPIC -o .libs/liblzma_la-index_decoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/filter_decoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_decoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-stream_decoder_mt.lo `test -f 'common/stream_decoder_mt.c' || echo './'`common/stream_decoder_mt.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-microlzma_decoder.lo `test -f 'common/microlzma_decoder.c' || echo './'`common/microlzma_decoder.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/stream_buffer_decoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_buffer_decoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/stream_decoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_decoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-lzip_decoder.lo `test -f 'common/lzip_decoder.c' || echo './'`common/lzip_decoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-check.lo `test -f 'check/check.c' || echo './'`check/check.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-crc32_table.lo `test -f 'check/crc32_table.c' || echo './'`check/crc32_table.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-crc32_fast.lo `test -f 'check/crc32_fast.c' || echo './'`check/crc32_fast.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-crc64_table.lo `test -f 'check/crc64_table.c' || echo './'`check/crc64_table.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/vli_decoder.c -fPIC -DPIC -o .libs/liblzma_la-vli_decoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/stream_decoder_mt.c -fPIC -DPIC -o .libs/liblzma_la-stream_decoder_mt.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/stream_flags_decoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_flags_decoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-crc64_fast.lo `test -f 'check/crc64_fast.c' || echo './'`check/crc64_fast.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/microlzma_decoder.c -fPIC -DPIC -o .libs/liblzma_la-microlzma_decoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-sha256.lo `test -f 'check/sha256.c' || echo './'`check/sha256.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c check/check.c -fPIC -DPIC -o .libs/liblzma_la-check.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-lz_encoder.lo `test -f 'lz/lz_encoder.c' || echo './'`lz/lz_encoder.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c common/lzip_decoder.c -fPIC -DPIC -o .libs/liblzma_la-lzip_decoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-lz_encoder_mf.lo `test -f 'lz/lz_encoder_mf.c' || echo './'`lz/lz_encoder_mf.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-lz_decoder.lo `test -f 'lz/lz_decoder.c' || echo './'`lz/lz_decoder.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c check/crc32_fast.c -fPIC -DPIC -o .libs/liblzma_la-crc32_fast.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c check/crc32_table.c -fPIC -DPIC -o .libs/liblzma_la-crc32_table.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c check/crc64_table.c -fPIC -DPIC -o .libs/liblzma_la-crc64_table.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-lzma_encoder_presets.lo `test -f 'lzma/lzma_encoder_presets.c' || echo './'`lzma/lzma_encoder_presets.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-lzma_encoder.lo `test -f 'lzma/lzma_encoder.c' || echo './'`lzma/lzma_encoder.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c check/sha256.c -fPIC -DPIC -o .libs/liblzma_la-sha256.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c check/crc64_fast.c -fPIC -DPIC -o .libs/liblzma_la-crc64_fast.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-lzma_encoder_optimum_fast.lo `test -f 'lzma/lzma_encoder_optimum_fast.c' || echo './'`lzma/lzma_encoder_optimum_fast.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-lzma_encoder_optimum_normal.lo `test -f 'lzma/lzma_encoder_optimum_normal.c' || echo './'`lzma/lzma_encoder_optimum_normal.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-fastpos_table.lo `test -f 'lzma/fastpos_table.c' || echo './'`lzma/fastpos_table.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c lz/lz_encoder.c -fPIC -DPIC -o .libs/liblzma_la-lz_encoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-lzma_decoder.lo `test -f 'lzma/lzma_decoder.c' || echo './'`lzma/lzma_decoder.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c lz/lz_encoder_mf.c -fPIC -DPIC -o .libs/liblzma_la-lz_encoder_mf.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-lzma2_encoder.lo `test -f 'lzma/lzma2_encoder.c' || echo './'`lzma/lzma2_encoder.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c lz/lz_decoder.c -fPIC -DPIC -o .libs/liblzma_la-lz_decoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-lzma2_decoder.lo `test -f 'lzma/lzma2_decoder.c' || echo './'`lzma/lzma2_decoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-price_table.lo `test -f 'rangecoder/price_table.c' || echo './'`rangecoder/price_table.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c lzma/lzma_encoder.c -fPIC -DPIC -o .libs/liblzma_la-lzma_encoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c lzma/lzma_encoder_presets.c -fPIC -DPIC -o .libs/liblzma_la-lzma_encoder_presets.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-delta_common.lo `test -f 'delta/delta_common.c' || echo './'`delta/delta_common.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c lzma/lzma_encoder_optimum_normal.c -fPIC -DPIC -o .libs/liblzma_la-lzma_encoder_optimum_normal.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c lzma/lzma_encoder_optimum_fast.c -fPIC -DPIC -o .libs/liblzma_la-lzma_encoder_optimum_fast.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c lzma/fastpos_table.c -fPIC -DPIC -o .libs/liblzma_la-fastpos_table.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c lzma/lzma2_encoder.c -fPIC -DPIC -o .libs/liblzma_la-lzma2_encoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c lzma/lzma_decoder.c -fPIC -DPIC -o .libs/liblzma_la-lzma_decoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c rangecoder/price_table.c -fPIC -DPIC -o .libs/liblzma_la-price_table.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c lzma/lzma2_decoder.c -fPIC -DPIC -o .libs/liblzma_la-lzma2_decoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-delta_encoder.lo `test -f 'delta/delta_encoder.c' || echo './'`delta/delta_encoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-delta_decoder.lo `test -f 'delta/delta_decoder.c' || echo './'`delta/delta_decoder.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c delta/delta_common.c -fPIC -DPIC -o .libs/liblzma_la-delta_common.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-simple_coder.lo `test -f 'simple/simple_coder.c' || echo './'`simple/simple_coder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-simple_encoder.lo `test -f 'simple/simple_encoder.c' || echo './'`simple/simple_encoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-simple_decoder.lo `test -f 'simple/simple_decoder.c' || echo './'`simple/simple_decoder.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c delta/delta_encoder.c -fPIC -DPIC -o .libs/liblzma_la-delta_encoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-x86.lo `test -f 'simple/x86.c' || echo './'`simple/x86.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-powerpc.lo `test -f 'simple/powerpc.c' || echo './'`simple/powerpc.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c delta/delta_decoder.c -fPIC -DPIC -o .libs/liblzma_la-delta_decoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-ia64.lo `test -f 'simple/ia64.c' || echo './'`simple/ia64.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c simple/simple_coder.c -fPIC -DPIC -o .libs/liblzma_la-simple_coder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c simple/simple_encoder.c -fPIC -DPIC -o .libs/liblzma_la-simple_encoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c simple/simple_decoder.c -fPIC -DPIC -o .libs/liblzma_la-simple_decoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-arm.lo `test -f 'simple/arm.c' || echo './'`simple/arm.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c simple/x86.c -fPIC -DPIC -o .libs/liblzma_la-x86.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-armthumb.lo `test -f 'simple/armthumb.c' || echo './'`simple/armthumb.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-arm64.lo `test -f 'simple/arm64.c' || echo './'`simple/arm64.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c simple/powerpc.c -fPIC -DPIC -o .libs/liblzma_la-powerpc.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c simple/ia64.c -fPIC -DPIC -o .libs/liblzma_la-ia64.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-sparc.lo `test -f 'simple/sparc.c' || echo './'`simple/sparc.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o liblzma_la-riscv.lo `test -f 'simple/riscv.c' || echo './'`simple/riscv.c rm -f liblzma.pc sed \ -e 's,@prefix[@],/home/buildroot/instance-0/output-1/host,g' \ -e 's,@exec_prefix[@],/home/buildroot/instance-0/output-1/host,g' \ -e 's,@libdir[@],/home/buildroot/instance-0/output-1/host/lib,g' \ -e 's,@includedir[@],/home/buildroot/instance-0/output-1/host/include,g' \ -e 's,@PACKAGE_URL[@],https://tukaani.org/xz/,g' \ -e 's,@PACKAGE_VERSION[@],5.6.2,g' \ -e 's,@PTHREAD_CFLAGS[@],-pthread,g' \ -e 's,@LIBS[@],-lpthread,g' \ < ./liblzma.pc.in > liblzma.pc || { rm -f liblzma.pc; exit 1; } libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c simple/arm64.c -fPIC -DPIC -o .libs/liblzma_la-arm64.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c simple/sparc.c -fPIC -DPIC -o .libs/liblzma_la-sparc.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c simple/arm.c -fPIC -DPIC -o .libs/liblzma_la-arm.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c simple/riscv.c -fPIC -DPIC -o .libs/liblzma_la-riscv.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c simple/armthumb.c -fPIC -DPIC -o .libs/liblzma_la-armthumb.o /bin/sh ../../libtool --tag=CC --mode=link /usr/bin/gcc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -no-undefined -version-info 11:2:6 -Wl,--version-script=../../src/liblzma/liblzma_linux.map -L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib -o liblzma.la -rpath /home/buildroot/instance-0/output-1/host/lib liblzma_la-tuklib_physmem.lo liblzma_la-tuklib_cpucores.lo liblzma_la-common.lo liblzma_la-block_util.lo liblzma_la-easy_preset.lo liblzma_la-filter_common.lo liblzma_la-hardware_physmem.lo liblzma_la-index.lo liblzma_la-stream_flags_common.lo liblzma_la-string_conversion.lo liblzma_la-vli_size.lo liblzma_la-hardware_cputhreads.lo liblzma_la-outqueue.lo liblzma_la-alone_encoder.lo liblzma_la-block_buffer_encoder.lo liblzma_la-block_encoder.lo liblzma_la-block_header_encoder.lo liblzma_la-easy_buffer_encoder.lo liblzma_la-easy_encoder.lo liblzma_la-easy_encoder_memusage.lo liblzma_la-filter_buffer_encoder.lo liblzma_la-filter_encoder.lo liblzma_la-filter_flags_encoder.lo liblzma_la-index_encoder.lo liblzma_la-stream_buffer_encoder.lo liblzma_la-stream_encoder.lo liblzma_la-stream_flags_encoder.lo liblzma_la-vli_encoder.lo liblzma_la-stream_encoder_mt.lo liblzma_la-microlzma_encoder.lo liblzma_la-alone_decoder.lo liblzma_la-auto_decoder.lo liblzma_la-block_buffer_decoder.lo liblzma_la-block_decoder.lo liblzma_la-block_header_decoder.lo liblzma_la-easy_decoder_memusage.lo liblzma_la-file_info.lo liblzma_la-filter_buffer_decoder.lo liblzma_la-filter_decoder.lo liblzma_la-filter_flags_decoder.lo liblzma_la-index_decoder.lo liblzma_la-index_hash.lo liblzma_la-stream_buffer_decoder.lo liblzma_la-stream_decoder.lo liblzma_la-stream_flags_decoder.lo liblzma_la-vli_decoder.lo liblzma_la-stream_decoder_mt.lo liblzma_la-microlzma_decoder.lo liblzma_la-lzip_decoder.lo liblzma_la-check.lo liblzma_la-crc32_table.lo liblzma_la-crc32_fast.lo liblzma_la-crc64_table.lo liblzma_la-crc64_fast.lo liblzma_la-sha256.lo liblzma_la-lz_encoder.lo liblzma_la-lz_encoder_mf.lo liblzma_la-lz_decoder.lo liblzma_la-lzma_encoder_presets.lo liblzma_la-lzma_encoder.lo liblzma_la-lzma_encoder_optimum_fast.lo liblzma_la-lzma_encoder_optimum_normal.lo liblzma_la-fastpos_table.lo liblzma_la-lzma_decoder.lo liblzma_la-lzma2_encoder.lo liblzma_la-lzma2_decoder.lo liblzma_la-price_table.lo liblzma_la-delta_common.lo liblzma_la-delta_encoder.lo liblzma_la-delta_decoder.lo liblzma_la-simple_coder.lo liblzma_la-simple_encoder.lo liblzma_la-simple_decoder.lo liblzma_la-x86.lo liblzma_la-powerpc.lo liblzma_la-ia64.lo liblzma_la-arm.lo liblzma_la-armthumb.lo liblzma_la-arm64.lo liblzma_la-sparc.lo liblzma_la-riscv.lo -lpthread libtool: link: /usr/bin/gcc -shared -fPIC -DPIC .libs/liblzma_la-tuklib_physmem.o .libs/liblzma_la-tuklib_cpucores.o .libs/liblzma_la-common.o .libs/liblzma_la-block_util.o .libs/liblzma_la-easy_preset.o .libs/liblzma_la-filter_common.o .libs/liblzma_la-hardware_physmem.o .libs/liblzma_la-index.o .libs/liblzma_la-stream_flags_common.o .libs/liblzma_la-string_conversion.o .libs/liblzma_la-vli_size.o .libs/liblzma_la-hardware_cputhreads.o .libs/liblzma_la-outqueue.o .libs/liblzma_la-alone_encoder.o .libs/liblzma_la-block_buffer_encoder.o .libs/liblzma_la-block_encoder.o .libs/liblzma_la-block_header_encoder.o .libs/liblzma_la-easy_buffer_encoder.o .libs/liblzma_la-easy_encoder.o .libs/liblzma_la-easy_encoder_memusage.o .libs/liblzma_la-filter_buffer_encoder.o .libs/liblzma_la-filter_encoder.o .libs/liblzma_la-filter_flags_encoder.o .libs/liblzma_la-index_encoder.o .libs/liblzma_la-stream_buffer_encoder.o .libs/liblzma_la-stream_encoder.o .libs/liblzma_la-stream_flags_encoder.o .libs/liblzma_la-vli_encoder.o .libs/liblzma_la-stream_encoder_mt.o .libs/liblzma_la-microlzma_encoder.o .libs/liblzma_la-alone_decoder.o .libs/liblzma_la-auto_decoder.o .libs/liblzma_la-block_buffer_decoder.o .libs/liblzma_la-block_decoder.o .libs/liblzma_la-block_header_decoder.o .libs/liblzma_la-easy_decoder_memusage.o .libs/liblzma_la-file_info.o .libs/liblzma_la-filter_buffer_decoder.o .libs/liblzma_la-filter_decoder.o .libs/liblzma_la-filter_flags_decoder.o .libs/liblzma_la-index_decoder.o .libs/liblzma_la-index_hash.o .libs/liblzma_la-stream_buffer_decoder.o .libs/liblzma_la-stream_decoder.o .libs/liblzma_la-stream_flags_decoder.o .libs/liblzma_la-vli_decoder.o .libs/liblzma_la-stream_decoder_mt.o .libs/liblzma_la-microlzma_decoder.o .libs/liblzma_la-lzip_decoder.o .libs/liblzma_la-check.o .libs/liblzma_la-crc32_table.o .libs/liblzma_la-crc32_fast.o .libs/liblzma_la-crc64_table.o .libs/liblzma_la-crc64_fast.o .libs/liblzma_la-sha256.o .libs/liblzma_la-lz_encoder.o .libs/liblzma_la-lz_encoder_mf.o .libs/liblzma_la-lz_decoder.o .libs/liblzma_la-lzma_encoder_presets.o .libs/liblzma_la-lzma_encoder.o .libs/liblzma_la-lzma_encoder_optimum_fast.o .libs/liblzma_la-lzma_encoder_optimum_normal.o .libs/liblzma_la-fastpos_table.o .libs/liblzma_la-lzma_decoder.o .libs/liblzma_la-lzma2_encoder.o .libs/liblzma_la-lzma2_decoder.o .libs/liblzma_la-price_table.o .libs/liblzma_la-delta_common.o .libs/liblzma_la-delta_encoder.o .libs/liblzma_la-delta_decoder.o .libs/liblzma_la-simple_coder.o .libs/liblzma_la-simple_encoder.o .libs/liblzma_la-simple_decoder.o .libs/liblzma_la-x86.o .libs/liblzma_la-powerpc.o .libs/liblzma_la-ia64.o .libs/liblzma_la-arm.o .libs/liblzma_la-armthumb.o .libs/liblzma_la-arm64.o .libs/liblzma_la-sparc.o .libs/liblzma_la-riscv.o -L/home/buildroot/instance-0/output-1/host/lib -lpthread -O2 -Wl,--version-script=../../src/liblzma/liblzma_linux.map -Wl,-rpath -Wl,/home/buildroot/instance-0/output-1/host/lib -pthread -Wl,-soname -Wl,liblzma.so.5 -o .libs/liblzma.so.5.6.2 libtool: link: (cd ".libs" && rm -f "liblzma.so.5" && ln -s "liblzma.so.5.6.2" "liblzma.so.5") libtool: link: (cd ".libs" && rm -f "liblzma.so" && ln -s "liblzma.so.5.6.2" "liblzma.so") libtool: link: ( cd ".libs" && rm -f "liblzma.la" && ln -s "../liblzma.la" "liblzma.la" ) make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/liblzma' make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/liblzma' Making all in xzdec make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xzdec' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o xzdec-xzdec.o `test -f 'xzdec.c' || echo './'`xzdec.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o xzdec-tuklib_progname.o `test -f '../common/tuklib_progname.c' || echo './'`../common/tuklib_progname.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o xzdec-tuklib_exit.o `test -f '../common/tuklib_exit.c' || echo './'`../common/tuklib_exit.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -DLZMADEC -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o lzmadec-xzdec.o `test -f 'xzdec.c' || echo './'`xzdec.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -DLZMADEC -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o lzmadec-tuklib_progname.o `test -f '../common/tuklib_progname.c' || echo './'`../common/tuklib_progname.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -DLZMADEC -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o lzmadec-tuklib_exit.o `test -f '../common/tuklib_exit.c' || echo './'`../common/tuklib_exit.c /bin/sh ../../libtool --tag=CC --mode=link /usr/bin/gcc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib -o xzdec xzdec-xzdec.o xzdec-tuklib_progname.o xzdec-tuklib_exit.o ../../src/liblzma/liblzma.la -lpthread /bin/sh ../../libtool --tag=CC --mode=link /usr/bin/gcc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib -o lzmadec lzmadec-xzdec.o lzmadec-tuklib_progname.o lzmadec-tuklib_exit.o ../../src/liblzma/liblzma.la -lpthread libtool: link: /usr/bin/gcc -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -Wl,-rpath -Wl,/home/buildroot/instance-0/output-1/host/lib -o .libs/xzdec xzdec-xzdec.o xzdec-tuklib_progname.o xzdec-tuklib_exit.o -L/home/buildroot/instance-0/output-1/host/lib ../../src/liblzma/.libs/liblzma.so -lpthread -pthread -Wl,-rpath -Wl,/home/buildroot/instance-0/output-1/host/lib libtool: link: /usr/bin/gcc -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -Wl,-rpath -Wl,/home/buildroot/instance-0/output-1/host/lib -o .libs/lzmadec lzmadec-xzdec.o lzmadec-tuklib_progname.o lzmadec-tuklib_exit.o -L/home/buildroot/instance-0/output-1/host/lib ../../src/liblzma/.libs/liblzma.so -lpthread -pthread -Wl,-rpath -Wl,/home/buildroot/instance-0/output-1/host/lib make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xzdec' Making all in xz make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xz' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/instance-0/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o xz-args.o `test -f 'args.c' || echo './'`args.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/instance-0/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o xz-coder.o `test -f 'coder.c' || echo './'`coder.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/instance-0/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o xz-file_io.o `test -f 'file_io.c' || echo './'`file_io.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/instance-0/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o xz-hardware.o `test -f 'hardware.c' || echo './'`hardware.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/instance-0/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o xz-main.o `test -f 'main.c' || echo './'`main.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/instance-0/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o xz-message.o `test -f 'message.c' || echo './'`message.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/instance-0/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o xz-mytime.o `test -f 'mytime.c' || echo './'`mytime.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/instance-0/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o xz-options.o `test -f 'options.c' || echo './'`options.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/instance-0/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o xz-sandbox.o `test -f 'sandbox.c' || echo './'`sandbox.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/instance-0/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o xz-signals.o `test -f 'signals.c' || echo './'`signals.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/instance-0/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o xz-suffix.o `test -f 'suffix.c' || echo './'`suffix.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/instance-0/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o xz-util.o `test -f 'util.c' || echo './'`util.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/instance-0/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o xz-tuklib_open_stdxxx.o `test -f '../common/tuklib_open_stdxxx.c' || echo './'`../common/tuklib_open_stdxxx.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/instance-0/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o xz-tuklib_progname.o `test -f '../common/tuklib_progname.c' || echo './'`../common/tuklib_progname.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/instance-0/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o xz-tuklib_exit.o `test -f '../common/tuklib_exit.c' || echo './'`../common/tuklib_exit.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/instance-0/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o xz-tuklib_mbstr_width.o `test -f '../common/tuklib_mbstr_width.c' || echo './'`../common/tuklib_mbstr_width.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/instance-0/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o xz-tuklib_mbstr_fw.o `test -f '../common/tuklib_mbstr_fw.c' || echo './'`../common/tuklib_mbstr_fw.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/instance-0/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o xz-list.o `test -f 'list.c' || echo './'`list.c /bin/sh ../../libtool --tag=CC --mode=link /usr/bin/gcc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib -o xz xz-args.o xz-coder.o xz-file_io.o xz-hardware.o xz-main.o xz-message.o xz-mytime.o xz-options.o xz-sandbox.o xz-signals.o xz-suffix.o xz-util.o xz-tuklib_open_stdxxx.o xz-tuklib_progname.o xz-tuklib_exit.o xz-tuklib_mbstr_width.o xz-tuklib_mbstr_fw.o xz-list.o ../../src/liblzma/liblzma.la -lpthread libtool: link: /usr/bin/gcc -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -Wl,-rpath -Wl,/home/buildroot/instance-0/output-1/host/lib -o .libs/xz xz-args.o xz-coder.o xz-file_io.o xz-hardware.o xz-main.o xz-message.o xz-mytime.o xz-options.o xz-sandbox.o xz-signals.o xz-suffix.o xz-util.o xz-tuklib_open_stdxxx.o xz-tuklib_progname.o xz-tuklib_exit.o xz-tuklib_mbstr_width.o xz-tuklib_mbstr_fw.o xz-list.o -L/home/buildroot/instance-0/output-1/host/lib ../../src/liblzma/.libs/liblzma.so -lpthread -pthread -Wl,-rpath -Wl,/home/buildroot/instance-0/output-1/host/lib make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xz' Making all in lzmainfo make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/lzmainfo' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/instance-0/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o lzmainfo-lzmainfo.o `test -f 'lzmainfo.c' || echo './'`lzmainfo.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/instance-0/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o lzmainfo-tuklib_progname.o `test -f '../common/tuklib_progname.c' || echo './'`../common/tuklib_progname.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/instance-0/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/instance-0/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o lzmainfo-tuklib_exit.o `test -f '../common/tuklib_exit.c' || echo './'`../common/tuklib_exit.c /bin/sh ../../libtool --tag=CC --mode=link /usr/bin/gcc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib -o lzmainfo lzmainfo-lzmainfo.o lzmainfo-tuklib_progname.o lzmainfo-tuklib_exit.o ../../src/liblzma/liblzma.la -lpthread libtool: link: /usr/bin/gcc -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/instance-0/output-1/host/include -Wl,-rpath -Wl,/home/buildroot/instance-0/output-1/host/lib -o .libs/lzmainfo lzmainfo-lzmainfo.o lzmainfo-tuklib_progname.o lzmainfo-tuklib_exit.o -L/home/buildroot/instance-0/output-1/host/lib ../../src/liblzma/.libs/liblzma.so -lpthread -pthread -Wl,-rpath -Wl,/home/buildroot/instance-0/output-1/host/lib make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/lzmainfo' Making all in scripts make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/scripts' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/scripts' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src' Making all in po make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/po' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/po' Making all in tests make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/tests' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/tests' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2' make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2' >>> host-xz 5.6.2 Installing to host directory GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/instance-0/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="/home/buildroot/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j17 install -C /home/buildroot/instance-0/output-1/build/host-xz-5.6.2/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2' Making install in src make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src' Making install in liblzma make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/liblzma' Making install in api make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/liblzma/api' make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/liblzma/api' make[5]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/include' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/include/lzma' /usr/bin/install -c -m 644 lzma/base.h lzma/bcj.h lzma/block.h lzma/check.h lzma/container.h lzma/delta.h lzma/filter.h lzma/hardware.h lzma/index.h lzma/index_hash.h lzma/lzma12.h lzma/stream_flags.h lzma/version.h lzma/vli.h '/home/buildroot/instance-0/output-1/host/include/lzma' /usr/bin/install -c -m 644 lzma.h '/home/buildroot/instance-0/output-1/host/include/.' make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/liblzma/api' make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/liblzma/api' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/liblzma' make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/liblzma' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/lib' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/lib/pkgconfig' /bin/sh ../../libtool --mode=install /usr/bin/install -c liblzma.la '/home/buildroot/instance-0/output-1/host/lib' /usr/bin/install -c -m 644 liblzma.pc '/home/buildroot/instance-0/output-1/host/lib/pkgconfig' libtool: install: /usr/bin/install -c .libs/liblzma.so.5.6.2 /home/buildroot/instance-0/output-1/host/lib/liblzma.so.5.6.2 libtool: install: (cd /home/buildroot/instance-0/output-1/host/lib && { ln -s -f liblzma.so.5.6.2 liblzma.so.5 || { rm -f liblzma.so.5 && ln -s liblzma.so.5.6.2 liblzma.so.5; }; }) libtool: install: (cd /home/buildroot/instance-0/output-1/host/lib && { ln -s -f liblzma.so.5.6.2 liblzma.so || { rm -f liblzma.so && ln -s liblzma.so.5.6.2 liblzma.so; }; }) libtool: install: /usr/bin/install -c .libs/liblzma.lai /home/buildroot/instance-0/output-1/host/lib/liblzma.la libtool: finish: PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /home/buildroot/instance-0/output-1/host/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/buildroot/instance-0/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]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/liblzma' make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/liblzma' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/liblzma' Making install in xzdec make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xzdec' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xzdec' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/bin' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/share/man/man1' /bin/sh ../../libtool --mode=install /usr/bin/install -c xzdec lzmadec '/home/buildroot/instance-0/output-1/host/bin' /usr/bin/install -c -m 644 xzdec.1 '/home/buildroot/instance-0/output-1/host/share/man/man1' /usr/bin/make install-data-hook make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xzdec' languages= ; \ if test "yes" = yes && test -d "../../po4a/man"; then \ languages=`ls "../../po4a/man"`; \ fi; \ target=`echo xzdec | sed 's,x,x,'` && \ link=`echo lzmadec | sed 's,x,x,'` && \ for lang in . $languages; do \ man="../../po4a/man/$lang/xzdec.1" ; \ if test -f "$man"; then \ /usr/bin/make dist_man_MANS="$man" man_MANS= \ mandir="/home/buildroot/instance-0/output-1/host/share/man/$lang" install-man; \ fi; \ man1dir="/home/buildroot/instance-0/output-1/host/share/man/$lang/man1" && \ if test -f "$man1dir/$target.1"; then \ if test -n "lzmadec"; then ( \ cd "$man1dir" && \ rm -f "$link.1" && \ ln -s "$target.1" "$link.1" \ ); fi; \ fi; \ done make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xzdec' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/share/man/de/man1' /usr/bin/install -c -m 644 ../../po4a/man/de/xzdec.1 '/home/buildroot/instance-0/output-1/host/share/man/de/man1' make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xzdec' make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xzdec' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/share/man/fr/man1' libtool: install: /usr/bin/install -c .libs/xzdec /home/buildroot/instance-0/output-1/host/bin/xzdec /usr/bin/install -c -m 644 ../../po4a/man/fr/xzdec.1 '/home/buildroot/instance-0/output-1/host/share/man/fr/man1' make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xzdec' make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xzdec' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/share/man/ko/man1' libtool: install: /usr/bin/install -c .libs/lzmadec /home/buildroot/instance-0/output-1/host/bin/lzmadec /usr/bin/install -c -m 644 ../../po4a/man/ko/xzdec.1 '/home/buildroot/instance-0/output-1/host/share/man/ko/man1' make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xzdec' make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xzdec' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/share/man/pt_BR/man1' /usr/bin/install -c -m 644 ../../po4a/man/pt_BR/xzdec.1 '/home/buildroot/instance-0/output-1/host/share/man/pt_BR/man1' make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xzdec' make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xzdec' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/share/man/ro/man1' /usr/bin/install -c -m 644 ../../po4a/man/ro/xzdec.1 '/home/buildroot/instance-0/output-1/host/share/man/ro/man1' make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xzdec' make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xzdec' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/share/man/uk/man1' /usr/bin/install -c -m 644 ../../po4a/man/uk/xzdec.1 '/home/buildroot/instance-0/output-1/host/share/man/uk/man1' make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xzdec' make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xzdec' make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xzdec' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xzdec' Making install in xz make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xz' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xz' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/bin' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/share/man/man1' /bin/sh ../../libtool --mode=install /usr/bin/install -c xz '/home/buildroot/instance-0/output-1/host/bin' /usr/bin/install -c -m 644 xz.1 '/home/buildroot/instance-0/output-1/host/share/man/man1' /usr/bin/make install-data-hook make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xz' languages= ; \ if test "yes" = yes && test -d "../../po4a/man"; then \ languages=`ls "../../po4a/man"`; \ fi; \ target=`echo xz | sed 's,x,x,'` && \ for lang in . $languages; do \ man="../../po4a/man/$lang/xz.1" ; \ if test -f "$man"; then \ /usr/bin/make dist_man_MANS="$man" man_MANS= \ mandir="/home/buildroot/instance-0/output-1/host/share/man/$lang" install-man; \ fi; \ man1dir="/home/buildroot/instance-0/output-1/host/share/man/$lang/man1" && \ if test -f "$man1dir/$target.1"; then ( \ cd "$man1dir" && \ for name in unxz xzcat lzma unlzma lzcat; do \ link=`echo $name | sed 's,x,x,'` && \ rm -f "$link.1" && \ ln -s "$target.1" "$link.1"; \ done \ ); fi; \ done make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xz' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/share/man/de/man1' /usr/bin/install -c -m 644 ../../po4a/man/de/xz.1 '/home/buildroot/instance-0/output-1/host/share/man/de/man1' libtool: install: /usr/bin/install -c .libs/xz /home/buildroot/instance-0/output-1/host/bin/xz make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xz' /usr/bin/make install-exec-hook make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xz' cd "/home/buildroot/instance-0/output-1/host/bin" && \ target=`echo xz | sed 's,x,x,'` && \ for name in unxz xzcat lzma unlzma lzcat; do \ link=`echo $name | sed 's,x,x,'` && \ rm -f "$link" && \ ln -s "$target" "$link"; \ done make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xz' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/share/man/fr/man1' make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xz' /usr/bin/install -c -m 644 ../../po4a/man/fr/xz.1 '/home/buildroot/instance-0/output-1/host/share/man/fr/man1' make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xz' make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xz' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/share/man/ko/man1' /usr/bin/install -c -m 644 ../../po4a/man/ko/xz.1 '/home/buildroot/instance-0/output-1/host/share/man/ko/man1' make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xz' make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xz' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/share/man/pt_BR/man1' /usr/bin/install -c -m 644 ../../po4a/man/pt_BR/xz.1 '/home/buildroot/instance-0/output-1/host/share/man/pt_BR/man1' make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xz' make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xz' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/share/man/ro/man1' /usr/bin/install -c -m 644 ../../po4a/man/ro/xz.1 '/home/buildroot/instance-0/output-1/host/share/man/ro/man1' make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xz' make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xz' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/share/man/uk/man1' /usr/bin/install -c -m 644 ../../po4a/man/uk/xz.1 '/home/buildroot/instance-0/output-1/host/share/man/uk/man1' make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xz' make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xz' make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xz' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/xz' Making install in lzmainfo make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/lzmainfo' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/lzmainfo' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/bin' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/share/man/man1' /bin/sh ../../libtool --mode=install /usr/bin/install -c lzmainfo '/home/buildroot/instance-0/output-1/host/bin' /usr/bin/install -c -m 644 lzmainfo.1 '/home/buildroot/instance-0/output-1/host/share/man/man1' /usr/bin/make install-data-hook make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/lzmainfo' languages= ; \ if test "yes" = yes && test -d "../../po4a/man"; then \ languages=`ls "../../po4a/man"`; \ fi; \ for lang in . $languages; do \ man="../../po4a/man/$lang/lzmainfo.1" ; \ if test -f "$man"; then \ /usr/bin/make dist_man_MANS="$man" man_MANS= \ mandir="/home/buildroot/instance-0/output-1/host/share/man/$lang" install-man; \ fi; \ done make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/lzmainfo' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/share/man/de/man1' /usr/bin/install -c -m 644 ../../po4a/man/de/lzmainfo.1 '/home/buildroot/instance-0/output-1/host/share/man/de/man1' make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/lzmainfo' make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/lzmainfo' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/share/man/fr/man1' /usr/bin/install -c -m 644 ../../po4a/man/fr/lzmainfo.1 '/home/buildroot/instance-0/output-1/host/share/man/fr/man1' make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/lzmainfo' make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/lzmainfo' libtool: install: /usr/bin/install -c .libs/lzmainfo /home/buildroot/instance-0/output-1/host/bin/lzmainfo /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/share/man/ko/man1' /usr/bin/install -c -m 644 ../../po4a/man/ko/lzmainfo.1 '/home/buildroot/instance-0/output-1/host/share/man/ko/man1' make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/lzmainfo' make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/lzmainfo' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/share/man/pt_BR/man1' /usr/bin/install -c -m 644 ../../po4a/man/pt_BR/lzmainfo.1 '/home/buildroot/instance-0/output-1/host/share/man/pt_BR/man1' make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/lzmainfo' make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/lzmainfo' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/share/man/ro/man1' /usr/bin/install -c -m 644 ../../po4a/man/ro/lzmainfo.1 '/home/buildroot/instance-0/output-1/host/share/man/ro/man1' make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/lzmainfo' make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/lzmainfo' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/share/man/uk/man1' /usr/bin/install -c -m 644 ../../po4a/man/uk/lzmainfo.1 '/home/buildroot/instance-0/output-1/host/share/man/uk/man1' make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/lzmainfo' make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/lzmainfo' make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/lzmainfo' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/lzmainfo' Making install in scripts make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/scripts' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/scripts' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/bin' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/share/man/man1' /usr/bin/install -c xzdiff xzgrep xzmore xzless '/home/buildroot/instance-0/output-1/host/bin' /usr/bin/make install-exec-hook /usr/bin/install -c -m 644 xzdiff.1 xzgrep.1 xzmore.1 xzless.1 '/home/buildroot/instance-0/output-1/host/share/man/man1' make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/scripts' cd "/home/buildroot/instance-0/output-1/host/bin" && \ for pair in xzdiff-xzcmp xzgrep-xzegrep xzgrep-xzfgrep xzdiff-lzdiff xzdiff-lzcmp xzgrep-lzgrep xzgrep-lzegrep xzgrep-lzfgrep xzmore-lzmore xzless-lzless; do \ target=`echo $pair | sed 's/-.*$//' | sed 's,x,x,'` && \ link=`echo $pair | sed 's/^.*-//' | sed 's,x,x,'` && \ rm -f "$link" && \ ln -s "$target" "$link"; \ done /usr/bin/make install-data-hook make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/scripts' languages= ; \ if test "yes" = yes && test -d "../../po4a/man"; then \ languages=`ls "../../po4a/man"`; \ fi; \ for lang in $languages; do \ mans= ; \ for man in xzdiff.1 xzgrep.1 xzmore.1 xzless.1; do \ man="../../po4a/man/$lang/$man" ; \ if test -f "$man"; then \ mans="$mans $man"; \ fi; \ done; \ /usr/bin/make dist_man_MANS="$mans" man_MANS= \ mandir="/home/buildroot/instance-0/output-1/host/share/man/$lang" install-man; \ done; \ for lang in . $languages; do \ for pair in xzdiff-xzcmp xzgrep-xzegrep xzgrep-xzfgrep xzdiff-lzdiff xzdiff-lzcmp xzgrep-lzgrep xzgrep-lzegrep xzgrep-lzfgrep xzmore-lzmore xzless-lzless; do \ target=`echo $pair | sed 's/-.*$//' \ | sed 's,x,x,'` && \ link=`echo $pair | sed 's/^.*-//' \ | sed 's,x,x,'` && \ man1dir="/home/buildroot/instance-0/output-1/host/share/man/$lang/man1" && \ if test -f "$man1dir/$target.1"; then ( \ cd "$man1dir" && \ rm -f "$link.1" && \ ln -s "$target.1" "$link.1" \ ); fi; \ done; \ done make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/scripts' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/share/man/de/man1' /usr/bin/install -c -m 644 ../../po4a/man/de/xzdiff.1 ../../po4a/man/de/xzgrep.1 ../../po4a/man/de/xzmore.1 ../../po4a/man/de/xzless.1 '/home/buildroot/instance-0/output-1/host/share/man/de/man1' make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/scripts' make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/scripts' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/share/man/fr/man1' /usr/bin/install -c -m 644 ../../po4a/man/fr/xzless.1 '/home/buildroot/instance-0/output-1/host/share/man/fr/man1' make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/scripts' make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/scripts' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/share/man/ko/man1' /usr/bin/install -c -m 644 ../../po4a/man/ko/xzdiff.1 ../../po4a/man/ko/xzgrep.1 ../../po4a/man/ko/xzmore.1 ../../po4a/man/ko/xzless.1 '/home/buildroot/instance-0/output-1/host/share/man/ko/man1' make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/scripts' make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/scripts' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/share/man/pt_BR/man1' /usr/bin/install -c -m 644 ../../po4a/man/pt_BR/xzless.1 '/home/buildroot/instance-0/output-1/host/share/man/pt_BR/man1' make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/scripts' make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/scripts' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/share/man/ro/man1' make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/scripts' /usr/bin/install -c -m 644 ../../po4a/man/ro/xzdiff.1 ../../po4a/man/ro/xzgrep.1 ../../po4a/man/ro/xzmore.1 ../../po4a/man/ro/xzless.1 '/home/buildroot/instance-0/output-1/host/share/man/ro/man1' make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/scripts' make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/scripts' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/share/man/uk/man1' /usr/bin/install -c -m 644 ../../po4a/man/uk/xzdiff.1 ../../po4a/man/uk/xzgrep.1 ../../po4a/man/uk/xzmore.1 ../../po4a/man/uk/xzless.1 '/home/buildroot/instance-0/output-1/host/share/man/uk/man1' make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/scripts' make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/scripts' make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/scripts' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src/scripts' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/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 '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/src' Making install in po make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/po' installing ca.gmo as /home/buildroot/instance-0/output-1/host/share/locale/ca/LC_MESSAGES/xz.mo installing cs.gmo as /home/buildroot/instance-0/output-1/host/share/locale/cs/LC_MESSAGES/xz.mo installing da.gmo as /home/buildroot/instance-0/output-1/host/share/locale/da/LC_MESSAGES/xz.mo installing de.gmo as /home/buildroot/instance-0/output-1/host/share/locale/de/LC_MESSAGES/xz.mo installing eo.gmo as /home/buildroot/instance-0/output-1/host/share/locale/eo/LC_MESSAGES/xz.mo installing es.gmo as /home/buildroot/instance-0/output-1/host/share/locale/es/LC_MESSAGES/xz.mo installing fi.gmo as /home/buildroot/instance-0/output-1/host/share/locale/fi/LC_MESSAGES/xz.mo installing fr.gmo as /home/buildroot/instance-0/output-1/host/share/locale/fr/LC_MESSAGES/xz.mo installing hr.gmo as /home/buildroot/instance-0/output-1/host/share/locale/hr/LC_MESSAGES/xz.mo installing hu.gmo as /home/buildroot/instance-0/output-1/host/share/locale/hu/LC_MESSAGES/xz.mo installing it.gmo as /home/buildroot/instance-0/output-1/host/share/locale/it/LC_MESSAGES/xz.mo installing ko.gmo as /home/buildroot/instance-0/output-1/host/share/locale/ko/LC_MESSAGES/xz.mo installing pl.gmo as /home/buildroot/instance-0/output-1/host/share/locale/pl/LC_MESSAGES/xz.mo installing pt.gmo as /home/buildroot/instance-0/output-1/host/share/locale/pt/LC_MESSAGES/xz.mo installing pt_BR.gmo as /home/buildroot/instance-0/output-1/host/share/locale/pt_BR/LC_MESSAGES/xz.mo installing ro.gmo as /home/buildroot/instance-0/output-1/host/share/locale/ro/LC_MESSAGES/xz.mo installing sr.gmo as /home/buildroot/instance-0/output-1/host/share/locale/sr/LC_MESSAGES/xz.mo installing sv.gmo as /home/buildroot/instance-0/output-1/host/share/locale/sv/LC_MESSAGES/xz.mo installing tr.gmo as /home/buildroot/instance-0/output-1/host/share/locale/tr/LC_MESSAGES/xz.mo installing uk.gmo as /home/buildroot/instance-0/output-1/host/share/locale/uk/LC_MESSAGES/xz.mo installing vi.gmo as /home/buildroot/instance-0/output-1/host/share/locale/vi/LC_MESSAGES/xz.mo installing zh_CN.gmo as /home/buildroot/instance-0/output-1/host/share/locale/zh_CN/LC_MESSAGES/xz.mo installing zh_TW.gmo as /home/buildroot/instance-0/output-1/host/share/locale/zh_TW/LC_MESSAGES/xz.mo if test "xz" = "gettext-tools"; then \ /bin/mkdir -p /home/buildroot/instance-0/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 \ /usr/bin/install -c -m 644 ./$file \ /home/buildroot/instance-0/output-1/host/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /home/buildroot/instance-0/output-1/host/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/po' Making install in tests make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/tests' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/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 '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/tests' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2/tests' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2' make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-xz-5.6.2' opkg-utils-0.6.2-git4.tar.gz: OK (sha256: cbce8a9ad60ee34f27b9195146ff7ecfc37a3f97d2ce6bfc6610f46210f490f8) >>> host-opkg-utils 0.6.2 Extracting gzip -d -c /home/buildroot/instance-0/dl/opkg-utils/opkg-utils-0.6.2-git4.tar.gz | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/host-opkg-utils-0.6.2 -xf - >>> host-opkg-utils 0.6.2 Patching >>> host-opkg-utils 0.6.2 Configuring >>> host-opkg-utils 0.6.2 Building >>> host-opkg-utils 0.6.2 Installing to host directory /usr/bin/make -j17 -C /home/buildroot/instance-0/output-1/build/host-opkg-utils-0.6.2 PREFIX=/home/buildroot/instance-0/output-1/host install-utils make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/host-opkg-utils-0.6.2' install -d /home/buildroot/instance-0/output-1/host/bin install -m 755 arfile.py opkg-build opkg-buildpackage opkg-compare-indexes opkg-diff opkg-extract-file opkg-feed opkg-list-fields opkg-make-index opkg-show-deps opkg-unbuild opkg.py update-alternatives /home/buildroot/instance-0/output-1/host/bin make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-opkg-utils-0.6.2' parprouted-0.7.tar.gz: OK (sha256: d63643c95d4149a3d71112da5892f459433456bf0279bfa304625f109178defc) >>> parprouted 0.7 Extracting gzip -d -c /home/buildroot/instance-0/dl/parprouted/parprouted-0.7.tar.gz | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/parprouted-0.7 -xf - >>> parprouted 0.7 Patching >>> parprouted 0.7 Configuring >>> parprouted 0.7 Building /usr/bin/make -j17 GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" LD="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" NM="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" GCC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" CPP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-cpp" CXX="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-g++" FC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" F77="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/home/buildroot/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no -C /home/buildroot/instance-0/output-1/build/parprouted-0.7 all make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/parprouted-0.7' /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o parprouted.o parprouted.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o arp.o arp.c arp.c: In function 'arp_reply': arp.c:90:27: warning: taking address of packed member of 'struct _ether_arp_frame' may result in an unaligned pointer value [-Waddress-of-packed-member] 90 | struct ether_arp *arp = &reqframe->arp; | ^~~~~~~~~~~~~~ arp.c: In function 'arp_req': arp.c:134:27: warning: taking address of packed member of 'struct _ether_arp_frame' may result in an unaligned pointer value [-Waddress-of-packed-member] 134 | struct ether_arp *arp = &frame.arp; | ^~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -g -o parprouted parprouted.o arp.o -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -lpthread make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/parprouted-0.7' >>> parprouted 0.7 Installing to target /usr/bin/install -D -m 0755 /home/buildroot/instance-0/output-1/build/parprouted-0.7/parprouted /home/buildroot/instance-0/output-1/target/usr/sbin/parprouted patchelf-0.13.tar.bz2: OK (sha256: 4c7ed4bcfc1a114d6286e4a0d3c1a90db147a4c3adda1814ee0eee0f9ee917ed) >>> host-patchelf 0.13 Extracting bzcat /home/buildroot/instance-0/dl/patchelf/patchelf-0.13.tar.bz2 | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/host-patchelf-0.13 -xf - >>> host-patchelf 0.13 Patching Applying 0001-Add-option-to-make-the-rpath-relative-under-a-specif.patch using patch: patching file src/patchelf.cc >>> host-patchelf 0.13 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/instance-0/output-1/build/host-patchelf-0.13 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-patchelf 0.13 Patching libtool >>> host-patchelf 0.13 Configuring (cd /home/buildroot/instance-0/output-1/build/host-patchelf-0.13/ && rm -rf config.cache; GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/instance-0/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="/home/buildroot/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/instance-0/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/home/buildroot/instance-0/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/instance-0/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/instance-0/output-1/host/include" LDFLAGS="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/home/buildroot/instance-0/output-1/host/include" LDFLAGS="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/home/buildroot/instance-0/output-1/host" --sysconfdir="/home/buildroot/instance-0/output-1/host/etc" --localstatedir="/home/buildroot/instance-0/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... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /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 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 checking dependency style of /usr/bin/gcc... none 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.13 Building GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/instance-0/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="/home/buildroot/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j17 -C /home/buildroot/instance-0/output-1/build/host-patchelf-0.13/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/host-patchelf-0.13' Making all in src make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/host-patchelf-0.13/src' /usr/bin/g++ -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.13.20210805.a949ff2\" -DPACKAGE_STRING=\"patchelf\ 0.13.20210805.a949ff2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.13.20210805.a949ff2\" -I. -I/home/buildroot/instance-0/output-1/host/include -Wall -std=c++11 -D_FILE_OFFSET_BITS=64 -O2 -I/home/buildroot/instance-0/output-1/host/include -c -o patchelf.o patchelf.cc /usr/bin/g++ -Wall -std=c++11 -D_FILE_OFFSET_BITS=64 -O2 -I/home/buildroot/instance-0/output-1/host/include -L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib -o patchelf patchelf.o make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-patchelf-0.13/src' Making all in tests make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/host-patchelf-0.13/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-patchelf-0.13/tests' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/host-patchelf-0.13' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-patchelf-0.13' make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-patchelf-0.13' >>> host-patchelf 0.13 Installing to host directory GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/instance-0/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="/home/buildroot/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j17 install -C /home/buildroot/instance-0/output-1/build/host-patchelf-0.13/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/host-patchelf-0.13' Making install in src make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/host-patchelf-0.13/src' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-patchelf-0.13/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/bin' /usr/bin/install -c patchelf '/home/buildroot/instance-0/output-1/host/bin' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-patchelf-0.13/src' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-patchelf-0.13/src' Making install in tests make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/host-patchelf-0.13/tests' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-patchelf-0.13/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 '/home/buildroot/instance-0/output-1/build/host-patchelf-0.13/tests' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-patchelf-0.13/tests' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/host-patchelf-0.13' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-patchelf-0.13' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/share/doc/patchelf' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/share/man/man1' /usr/bin/install -c -m 644 README.md '/home/buildroot/instance-0/output-1/host/share/doc/patchelf' /usr/bin/install -c -m 644 patchelf.1 '/home/buildroot/instance-0/output-1/host/share/man/man1' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-patchelf-0.13' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-patchelf-0.13' make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-patchelf-0.13' pigz-2.8.tar.gz: OK (sha256: eb872b4f0e1f0ebe59c9f7bd8c506c4204893ba6a8492de31df416f0d5170fd0) >>> pigz 2.8 Extracting gzip -d -c /home/buildroot/instance-0/dl/pigz/pigz-2.8.tar.gz | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/pigz-2.8 -xf - >>> pigz 2.8 Patching >>> pigz 2.8 Configuring >>> pigz 2.8 Building GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" LD="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" NM="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" GCC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" CPP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-cpp" CXX="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-g++" FC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" F77="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/home/buildroot/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no -C /home/buildroot/instance-0/output-1/build/pigz-2.8 make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/pigz-2.8' /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o pigz.o pigz.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o yarn.o yarn.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o try.o try.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c zopfli/src/zopfli/deflate.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c zopfli/src/zopfli/blocksplitter.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c zopfli/src/zopfli/tree.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c zopfli/src/zopfli/lz77.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c zopfli/src/zopfli/cache.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c zopfli/src/zopfli/hash.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c zopfli/src/zopfli/util.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c zopfli/src/zopfli/squeeze.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c zopfli/src/zopfli/katajainen.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c zopfli/src/zopfli/symbols.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -o pigz pigz.o yarn.o try.o deflate.o blocksplitter.o tree.o lz77.o cache.o hash.o util.o squeeze.o katajainen.o symbols.o -lm -lpthread -lz ln -f pigz unpigz make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/pigz-2.8' >>> pigz 2.8 Installing to target /usr/bin/install -D -m 0755 /home/buildroot/instance-0/output-1/build/pigz-2.8/pigz /home/buildroot/instance-0/output-1/target/usr/bin/pigz ptpd2-2.3.1.tar.gz: OK (sha256: 267ad61d09d97069acec5d4878dceda20d0ddbebd27557d80230847848cee6c2) >>> ptpd2 2.3.1 Extracting gzip -d -c /home/buildroot/instance-0/dl/ptpd2/ptpd2-2.3.1.tar.gz | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/ptpd2-2.3.1 -xf - >>> ptpd2 2.3.1 Patching Applying 0001-musl.patch using patch: patching file src/dep/net.c Applying 0002-ntp_isc_md5-rename-EVP_MD_CTX-into-PTPD_EVP_MD_CTX.patch using patch: patching file src/dep/ntpengine/ntp_isc_md5.c patching file src/dep/ntpengine/ntp_isc_md5.h Applying 0003-Solve-issue-25-Removing-type-U64-from-net-snmp-relat.patch using patch: patching file src/dep/snmp.c >>> ptpd2 2.3.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/instance-0/output-1/build/ptpd2-2.3.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> ptpd2 2.3.1 Configuring >>> ptpd2 2.3.1 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:14: warning: The macro 'AC_CONFIG_HEADER' is obsolete. configure.ac:14: You should run autoupdate. ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.ac:14: the top level configure.ac:28: warning: The macro 'AC_PROG_CC_C99' is obsolete. configure.ac:28: You should run autoupdate. ./lib/autoconf/c.m4:1662: AC_PROG_CC_C99 is expanded from... configure.ac:28: the top level configure.ac:29: warning: The macro 'AC_PROG_LIBTOOL' is obsolete. configure.ac:29: You should run autoupdate. m4/libtool.m4:99: AC_PROG_LIBTOOL is expanded from... configure.ac:29: the top level configure.ac:83: warning: The macro 'AC_HEADER_STDC' is obsolete. configure.ac:83: You should run autoupdate. ./lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from... configure.ac:83: the top level configure.ac:159: warning: The macro 'AC_HEADER_TIME' is obsolete. configure.ac:159: You should run autoupdate. ./lib/autoconf/headers.m4:702: AC_HEADER_TIME is expanded from... configure.ac:159: the top level configure.ac:208: warning: The macro 'AC_PROG_GCC_TRADITIONAL' is obsolete. configure.ac:208: You should run autoupdate. ./lib/autoconf/c.m4:1676: AC_PROG_GCC_TRADITIONAL is expanded from... configure.ac:208: the top level configure.ac:212: warning: The macro 'AC_TYPE_SIGNAL' is obsolete. configure.ac:212: You should run autoupdate. ./lib/autoconf/types.m4:805: AC_TYPE_SIGNAL is expanded from... configure.ac:212: the top level configure.ac:27: installing 'build-aux/compile' configure.ac:29: installing 'build-aux/config.guess' configure.ac:29: installing 'build-aux/config.sub' configure.ac:18: installing 'build-aux/install-sh' configure.ac:18: installing 'build-aux/missing' src/Makefile.am: installing 'build-aux/depcomp' >>> ptpd2 2.3.1 Patching libtool patching file /home/buildroot/instance-0/output-1/build/ptpd2-2.3.1/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). >>> ptpd2 2.3.1 Checking configure (powerpc64/powerpc64le) support/scripts/fix-configure-powerpc64.sh /home/buildroot/instance-0/output-1/build/ptpd2-2.3.1 (cd /home/buildroot/instance-0/output-1/build/ptpd2-2.3.1/ && rm -rf config.cache && GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" LD="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" NM="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" GCC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" CPP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-cpp" CXX="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-g++" FC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" F77="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/home/buildroot/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/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=powerpc64-buildroot-linux-gnu --host=powerpc64-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --enable-shared --with-pcap-config=/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin/pcap-config --disable-snmp ) 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... /usr/bin/install -c checking whether build environment is sane... yes checking for powerpc64-buildroot-linux-gnu-strip... /bin/true checking for a race-free mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gawk... (cached) gawk checking for powerpc64-buildroot-linux-gnu-gcc... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc option to enable C11 features... none needed checking whether /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc... none checking build system type... x86_64-pc-linux-gnu checking host system type... powerpc64-buildroot-linux-gnu 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 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld checking if the linker (/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-nm checking the name lister (/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-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 powerpc64-buildroot-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 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld option to reload object files... -r checking for powerpc64-buildroot-linux-gnu-objdump... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for powerpc64-buildroot-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for powerpc64-buildroot-linux-gnu-ar... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar checking for archiver @FILE support... @ checking for powerpc64-buildroot-linux-gnu-strip... (cached) /bin/true checking for powerpc64-buildroot-linux-gnu-ranlib... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib checking command to parse /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-nm output from /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for powerpc64-buildroot-linux-gnu-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 sys/time.h... yes checking for sys/select.h... yes checking for sys/socket.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc static flag -static works... yes checking if /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc supports -c -o file.o... yes checking if /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc linker (/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-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... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for cut... /usr/bin/cut checking for tr... /usr/bin/tr checking for svnversion... /usr/bin/svnversion checking for linux/net_tstamp.h... yes checking for pow in -lm... yes checking for clock_gettime in -lrt... yes checking for egrep... (cached) /bin/grep -E checking for arpa/inet.h... yes checking for fcntl.h... yes checking for limits.h... yes checking for netdb.h... yes checking for net/ethernet.h... yes checking for netinet/in.h... yes checking for netinet/in_systm.h... yes checking for netinet/ether.h... yes checking for sys/uio.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for sys/ioctl.h... yes checking for sys/param.h... yes checking for sys/socket.h... (cached) yes checking for sys/sockio.h... no checking for ifaddrs.h... yes checking for sys/time.h... (cached) yes checking for syslog.h... yes checking for unistd.h... (cached) yes checking for glob.h... yes checking for sched.h... yes checking for utmp.h... yes checking for utmpx.h... yes checking for linux/rtc.h... yes checking for sys/timex.h... yes checking for endian.h... yes checking for machine/endian.h... no checking for sys/isa_defs.h... no checking for math.h... yes checking for sys/cpuset.h... no checking for net/if.h... yes checking for net/if_arp.h... yes checking for netinet/if_ether.h... yes checking for net/if_ether.h... no checking for an ANSI C-conforming const... yes checking for _Bool... yes checking for stdbool.h that conforms to C99 or later... yes checking for working volatile... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for size_t... yes checking for ssize_t... yes checking for int64_t... yes checking for struct timex.tick... yes checking for struct timex.tai... yes checking for struct ntptimeval.tai... yes checking for struct ifreq.ifr_hwaddr... yes checking for struct ether_addr.octet... no checking for GNU libc compatible malloc... (cached) yes checking for working memcmp... (cached) yes checking types of arguments for select... int,fd_set *,struct timeval * checking return type of signal handlers... void checking for strftime... yes checking for vprintf... yes checking for clock_gettime... yes checking for dup2... yes checking for ftruncate... yes checking for gethostbyname2... yes checking for gettimeofday... yes checking for inet_ntoa... yes checking for memset... yes checking for pow... yes checking for select... yes checking for socket... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strtol... yes checking for glob... yes checking for pututline... yes checking for utmpxname... yes checking for updwtmpx... yes checking for setutent... yes checking for endutent... yes checking for signal... yes checking for ntp_gettime... yes configure: ************************************************************ configure: * PTPD BUILD FLAG AND LIBRARY DEPENDENCY CHECKS START HERE * configure: ************************************************************ checking for /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc options needed to detect all undeclared functions... none needed checking whether MSG_ERRQUEUE is declared... yes checking whether POSIX_TIMERS_SUPPORTED is declared... yes checking if we want to build POSIX timer support... yes checking for pcap-config... /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin/pcap-config checking if we want to build with libpcap support... yes, pcap-config checking for pcap/pcap.h... yes checking for pcap.h... yes checking if we can build with libpcap support... yes checking for net-snmp-config... no checking if we want to try building SNMP support... no checking for RUNTIME_DEBUG... no checking for (old-style) debug message level... no checking for maximum unicast destination table size... 128 checking for daemon mode... yes checking for experimental options... no checking for realtime statistics support... yes checking if we want to enable SO_TIMESTAMPING support on Linux if available... yes checking if we're building a slave-only build... no configure: ************************************************************ configure: * END OF PTPD BUILD FLAG AND LIBRARY DEPENDENCY CHECKS * configure: ************************************************************ 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 src/ptpd2.8 config.status: creating src/ptpd2.conf.5 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 >>> ptpd2 2.3.1 Building GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 -C /home/buildroot/instance-0/output-1/build/ptpd2-2.3.1/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/ptpd2-2.3.1' /usr/bin/make all-recursive make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/ptpd2-2.3.1' Making all in src make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/ptpd2-2.3.1/src' /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -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 -D_FORTIFY_SOURCE=1 -c -o arith.o arith.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -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 -D_FORTIFY_SOURCE=1 -c -o bmc.o bmc.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -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 -D_FORTIFY_SOURCE=1 -c -o ptp_timers.o ptp_timers.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -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 -D_FORTIFY_SOURCE=1 -c -o display.o display.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -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 -D_FORTIFY_SOURCE=1 -c -o management.o management.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -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 -D_FORTIFY_SOURCE=1 -c -o signaling.o signaling.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -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 -D_FORTIFY_SOURCE=1 -c -o protocol.o protocol.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -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 -D_FORTIFY_SOURCE=1 -c -o timingdomain.o timingdomain.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -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 -D_FORTIFY_SOURCE=1 -c -o ptpd.o ptpd.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -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 -D_FORTIFY_SOURCE=1 -c -o dep/statistics.o dep/statistics.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -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 -D_FORTIFY_SOURCE=1 -c -o dep/outlierfilter.o dep/outlierfilter.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -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 -D_FORTIFY_SOURCE=1 -c -o dep/eventtimer_posix.o dep/eventtimer_posix.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -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 -D_FORTIFY_SOURCE=1 -c -o dep/ipv4_acl.o dep/ipv4_acl.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -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 -D_FORTIFY_SOURCE=1 -c -o dep/msg.o dep/msg.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -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 -D_FORTIFY_SOURCE=1 -c -o dep/net.o dep/net.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -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 -D_FORTIFY_SOURCE=1 -c -o dep/eventtimer.o dep/eventtimer.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -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 -D_FORTIFY_SOURCE=1 -c -o dep/servo.o dep/servo.c bmc.c: In function 'bmcStateDecision': bmc.c:631:25: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 631 | if (ptpClock->portState == PTP_SLAVE) | ^~ bmc.c:633:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 633 | if(rtOpts->calibrationDelay) { | ^~ signaling.c:867:63: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] 867 | void cancelUnicastTransmission(UnicastGrantData* grant, const const RunTimeOpts* rtOpts, PtpClock* ptpClock) | ^~~~~ signaling.c:886:74: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] 886 | void issueSignaling(MsgSignaling *outgoing, Integer32 destination, const const RunTimeOpts *rtOpts, | ^~~~~ dep/servo.c:950:36: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] 950 | setupPIservo(PIservo* servo, const const RunTimeOpts* rtOpts) | ^~~~~ dep/net.c:1912:22: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] 1912 | const const RunTimeOpts *rtOpts, Integer32 destinationAddress) | ^~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -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 -D_FORTIFY_SOURCE=1 -c -o dep/iniparser/dictionary.o dep/iniparser/dictionary.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -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 -D_FORTIFY_SOURCE=1 -c -o dep/iniparser/iniparser.o dep/iniparser/iniparser.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -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 -D_FORTIFY_SOURCE=1 -c -o dep/daemonconfig.o dep/daemonconfig.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -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 -D_FORTIFY_SOURCE=1 -c -o dep/startup.o dep/startup.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -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 -D_FORTIFY_SOURCE=1 -c -o dep/sys.o dep/sys.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -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 -D_FORTIFY_SOURCE=1 -c -o dep/ntpengine/ntp_isc_md5.o dep/ntpengine/ntp_isc_md5.c /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -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 -D_FORTIFY_SOURCE=1 -c -o dep/ntpengine/ntpdcontrol.o dep/ntpengine/ntpdcontrol.c dep/net.c: In function 'netInit': dep/net.c:998:56: warning: array subscript 2 is outside array bounds of 'uint32_t[1]' {aka 'unsigned int[1]'} [-Warray-bounds=] 998 | memcpy(netPath->interfaceID + 4, &addr + 2, 2); | ~~~~~~^~~ dep/net.c:996:26: note: at offset 8 into object 'addr' of size 4 996 | uint32_t addr = ((struct sockaddr_in*)&(netPath->interfaceInfo.afAddress))->sin_addr.s_addr; | ^~~~ In file included from /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/string.h:548, from dep/../ptpd.h:46, from dep/net.c:57: In function 'memcpy', inlined from 'netInit' at dep/net.c:998:3: /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/bits/string_fortified.h:29:10: warning: '__builtin_memcpy' reading 2 bytes from a region of size 0 [-Wstringop-overread] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/net.c: In function 'netInit': dep/net.c:996:26: note: at offset 8 into source object 'addr' of size 4 996 | uint32_t addr = ((struct sockaddr_in*)&(netPath->interfaceInfo.afAddress))->sin_addr.s_addr; | ^~~~ dep/iniparser/iniparser.c: In function 'iniparser_load': dep/iniparser/iniparser.c:708:43: warning: '%s' directive output may be truncated writing up to 1 bytes into a region of size between 0 and 1024 [-Wformat-truncation=] 708 | snprintf(tmp, ASCIILINESZ, "%s%s%s", section, strlen(section)==0?"":":", key); | ^~ In file included from /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/stdio.h:970, from dep/iniparser/iniparser.h:17, from dep/iniparser/iniparser.c:11: In function 'snprintf', inlined from 'iniparser_load' at dep/iniparser/iniparser.c:708:13: /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:68:10: note: '__builtin_snprintf' output between 1 and 2050 bytes into a destination of size 1024 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ dep/sys.c: In function 'writeStatusFile': dep/sys.c:996:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 996 | if(ptpClock->portState == PTP_MASTER) | ^~ dep/sys.c:998:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 998 | fprintf(out,"\n"); | ^~~~~~~ dep/sys.c: In function 'restoreDrift': dep/sys.c:2086:25: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 2086 | else | ^~~~ dep/sys.c:2090:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 2090 | break; | ^~~~~ dep/sys.c: In function 'maintainLogSize.part.0': dep/sys.c:559:54: warning: '%d' directive output may be truncated writing between 1 and 11 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 559 | snprintf(fname, PATH_MAX,"%s.%d", handler->logPath, logFileNumber); | ^~ dep/sys.c:559:50: note: directive argument in the range [-2147483647, 2147483646] 559 | snprintf(fname, PATH_MAX,"%s.%d", handler->logPath, logFileNumber); | ^~~~~~~ In file included from /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/stdio.h:970, from dep/../ptpd.h:45, from dep/sys.c:54: In function 'snprintf', inlined from 'maintainLogSize.part.0' at dep/sys.c:559:4: /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:68:10: note: '__builtin_snprintf' output between 3 and 4108 bytes into a destination of size 4096 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ dep/sys.c: In function 'maintainLogSize.part.0': dep/sys.c:547:62: warning: '%d' directive output may be truncated writing between 1 and 10 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 547 | snprintf(fname, PATH_MAX,"%s.%d", handler->logPath, i); | ^~ dep/sys.c:547:58: note: directive argument in the range [1, 2147483647] 547 | snprintf(fname, PATH_MAX,"%s.%d", handler->logPath, i); | ^~~~~~~ In function 'snprintf', inlined from 'maintainLogSize.part.0' at dep/sys.c:547:5: /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:68:10: note: '__builtin_snprintf' output between 3 and 4107 bytes into a destination of size 4096 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ dep/sys.c: In function 'checkOtherLocks': dep/sys.c:1611:46: warning: '%s' directive output may be truncated writing 5 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 1611 | snprintf(searchPattern, PATH_MAX,"%s/%s_*_%s.lock", | ^~ In function 'snprintf', inlined from 'checkOtherLocks' at dep/sys.c:1611:2: /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:68:10: note: '__builtin_snprintf' output 15 or more bytes (assuming 4110) into a destination of size 4096 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ dep/sys.c: In function 'checkOtherLocks': dep/sys.c:1657:50: warning: '%s' directive output may be truncated writing 5 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 1657 | snprintf(searchPattern, PATH_MAX,"%s/%s_%s_*.lock", | ^~ In function 'snprintf', inlined from 'checkOtherLocks' at dep/sys.c:1657:6: /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:68:10: note: '__builtin_snprintf' output between 26 and 4121 bytes into a destination of size 4096 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ dep/daemonconfig.c: In function 'parseConfig': dep/daemonconfig.c:2538:37: warning: '%s' directive output may be truncated writing 10 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 2538 | "%s/%s", rtOpts->lockDirectory, DEFAULT_LOCKFILE_NAME); | ^~ In file included from /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/stdio.h:970, from dep/../ptpd.h:45, from dep/daemonconfig.c:40: In function 'snprintf', inlined from 'parseConfig' at dep/daemonconfig.c:2537:4: /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:68:10: note: '__builtin_snprintf' output between 12 and 4107 bytes into a destination of size 4096 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ dep/daemonconfig.c: In function 'parseConfig': dep/daemonconfig.c:2526:21: warning: '/ptpd2_' directive output may be truncated writing 7 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] 2526 | "%s/"PTPD_PROGNAME"_%s_%s.lock", | ^~~~~ dep/daemonconfig.c:2526:24: note: format string is defined here 2526 | "%s/"PTPD_PROGNAME"_%s_%s.lock", | ^~~~~~~~~~~~~~~~~ In function 'snprintf', inlined from 'parseConfig' at dep/daemonconfig.c:2525:6: /home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:68:10: note: '__builtin_snprintf' output 20 or more bytes (assuming 4120) into a destination of size 4096 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /bin/sh ../libtool --tag=CC --mode=link /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -L/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin/../../usr/lib -lpcap -o ptpd2 arith.o bmc.o dep/ipv4_acl.o dep/msg.o dep/net.o dep/eventtimer.o ptp_timers.o dep/servo.o dep/iniparser/dictionary.o dep/iniparser/iniparser.o dep/daemonconfig.o dep/startup.o dep/sys.o display.o management.o signaling.o protocol.o dep/ntpengine/ntp_isc_md5.o dep/ntpengine/ntpdcontrol.o timingdomain.o ptpd.o dep/statistics.o dep/outlierfilter.o dep/eventtimer_posix.o -lrt -lm libtool: link: /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -o ptpd2 arith.o bmc.o dep/ipv4_acl.o dep/msg.o dep/net.o dep/eventtimer.o ptp_timers.o dep/servo.o dep/iniparser/dictionary.o dep/iniparser/iniparser.o dep/daemonconfig.o dep/startup.o dep/sys.o display.o management.o signaling.o protocol.o dep/ntpengine/ntp_isc_md5.o dep/ntpengine/ntpdcontrol.o timingdomain.o ptpd.o dep/statistics.o dep/outlierfilter.o dep/eventtimer_posix.o -L/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/bin/../../usr/lib -lpcap -lrt -lm make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/ptpd2-2.3.1/src' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/ptpd2-2.3.1' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/ptpd2-2.3.1' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/ptpd2-2.3.1' make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/ptpd2-2.3.1' >>> ptpd2 2.3.1 Installing to target GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 DESTDIR=/home/buildroot/instance-0/output-1/target install -C /home/buildroot/instance-0/output-1/build/ptpd2-2.3.1/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/ptpd2-2.3.1' /usr/bin/make install-recursive make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/ptpd2-2.3.1' Making install in src make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/ptpd2-2.3.1/src' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/ptpd2-2.3.1/src' /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/share/man/man5' /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/share/man/man8' /usr/bin/install -c -m 644 ptpd2.conf.5 '/home/buildroot/instance-0/output-1/target/usr/share/man/man5' /usr/bin/install -c -m 644 ptpd2.8 '/home/buildroot/instance-0/output-1/target/usr/share/man/man8' /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/sbin' /bin/sh ../libtool --mode=install /usr/bin/install -c ptpd2 '/home/buildroot/instance-0/output-1/target/usr/sbin' libtool: install: /usr/bin/install -c ptpd2 /home/buildroot/instance-0/output-1/target/usr/sbin/ptpd2 make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/ptpd2-2.3.1/src' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/ptpd2-2.3.1/src' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/ptpd2-2.3.1' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/ptpd2-2.3.1' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/instance-0/output-1/target/usr/share/ptpd' /usr/bin/install -c -m 644 src/leap-seconds.list.28dec2015 src/ptpd2.conf.minimal src/ptpd2.conf.default-full doc/PTPBASE-MIB.txt '/home/buildroot/instance-0/output-1/target/usr/share/ptpd' make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/ptpd2-2.3.1' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/ptpd2-2.3.1' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/ptpd2-2.3.1' make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/ptpd2-2.3.1' qprint-1.1.tar.gz: OK (sha256: ffa9ca1d51c871fb3b56a4bf0165418348cf080f01ff7e59cd04511b9665019c) >>> qprint 1.1 Extracting gzip -d -c /home/buildroot/instance-0/dl/qprint/qprint-1.1.tar.gz | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/qprint-1.1 -xf - >>> qprint 1.1 Patching >>> qprint 1.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/instance-0/output-1/build/qprint-1.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> qprint 1.1 Patching libtool >>> qprint 1.1 Configuring >>> qprint 1.1 Checking configure (powerpc64/powerpc64le) support/scripts/fix-configure-powerpc64.sh /home/buildroot/instance-0/output-1/build/qprint-1.1 (cd /home/buildroot/instance-0/output-1/build/qprint-1.1/ && rm -rf config.cache && GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" LD="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" NM="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" GCC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" CPP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-cpp" CXX="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-g++" FC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" F77="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/home/buildroot/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/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=powerpc64-buildroot-linux-gnu --host=powerpc64-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --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 powerpc64-buildroot-linux-gnu-gcc... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc option to accept ISO C89... none needed checking for a BSD-compatible install... /usr/bin/install -c checking how to run the C preprocessor... /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-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 unistd.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking size of unsigned long long... 8 checking size of unsigned long... 8 checking for getopt... yes configure: creating ./config.status config.status: creating Makefile config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting config.status: creating config.h 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 >>> qprint 1.1 Building GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 -C /home/buildroot/instance-0/output-1/build/qprint-1.1/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/qprint-1.1' /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c qprint.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c getopt.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc qprint.o getopt.o -o qprint -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/qprint-1.1' >>> qprint 1.1 Installing to target GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j17 DESTDIR=/home/buildroot/instance-0/output-1/target install-bin -C /home/buildroot/instance-0/output-1/build/qprint-1.1/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/qprint-1.1' /usr/bin/install -c qprint /home/buildroot/instance-0/output-1/target/usr/bin/qprint make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/qprint-1.1' ramspeed-2.6.0.tar.gz: OK (sha256: f84e2e42b2b6b221ef9b586f6ae63d863db4ff21858e0ce7c84622a7c9522950) >>> ramspeed 2.6.0 Extracting gzip -d -c /home/buildroot/instance-0/dl/ramspeed/ramspeed-2.6.0.tar.gz | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/ramspeed-2.6.0 -xf - >>> ramspeed 2.6.0 Patching >>> ramspeed 2.6.0 Configuring >>> ramspeed 2.6.0 Building cp -f package/ramspeed/Makefile /home/buildroot/instance-0/output-1/build/ramspeed-2.6.0 GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" LD="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" NM="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" GCC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc" CPP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-cpp" CXX="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-g++" FC="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" F77="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/home/buildroot/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no make -C /home/buildroot/instance-0/output-1/build/ramspeed-2.6.0 make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/ramspeed-2.6.0' /home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 ramspeed.c fltmem.c fltmark.c intmem.c intmark.c -o ramspeed make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/ramspeed-2.6.0' >>> ramspeed 2.6.0 Installing to target /usr/bin/install -m 0755 -D /home/buildroot/instance-0/output-1/build/ramspeed-2.6.0/ramspeed /home/buildroot/instance-0/output-1/target/usr/bin/ramspeed bzip2-1.0.8.tar.gz: OK (sha512: 083f5e675d73f3233c7930ebe20425a533feedeaaa9d8cc86831312a6581cefbe6ed0d08d2fa89be81082f2a5abdabca8b3c080bf97218a1bd59dc118a30b9f3) >>> host-bzip2 1.0.8 Extracting gzip -d -c /home/buildroot/instance-0/dl/bzip2/bzip2-1.0.8.tar.gz | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/host-bzip2-1.0.8 -xf - >>> host-bzip2 1.0.8 Patching Applying 0001-build-objects-twice.patch using patch: patching file Makefile-libbz2_so Applying 0002-improve-build-system.patch using patch: patching file Makefile patching file Makefile-libbz2_so >>> host-bzip2 1.0.8 Configuring >>> host-bzip2 1.0.8 Building GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/instance-0/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="/home/buildroot/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/instance-0/output-1/host/share/pkgconfig" GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/instance-0/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="/home/buildroot/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/instance-0/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/home/buildroot/instance-0/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/instance-0/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/instance-0/output-1/host/include" LDFLAGS="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j17 -C /home/buildroot/instance-0/output-1/build/host-bzip2-1.0.8 -f Makefile-libbz2_so make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/host-bzip2-1.0.8' gcc -O2 -I/home/buildroot/instance-0/output-1/host/include -fpic -fPIC -Wall -o blocksort.sho -c blocksort.c gcc -O2 -I/home/buildroot/instance-0/output-1/host/include -fpic -fPIC -Wall -o huffman.sho -c huffman.c gcc -O2 -I/home/buildroot/instance-0/output-1/host/include -fpic -fPIC -Wall -o crctable.sho -c crctable.c gcc -O2 -I/home/buildroot/instance-0/output-1/host/include -fpic -fPIC -Wall -o randtable.sho -c randtable.c gcc -O2 -I/home/buildroot/instance-0/output-1/host/include -fpic -fPIC -Wall -o compress.sho -c compress.c gcc -O2 -I/home/buildroot/instance-0/output-1/host/include -fpic -fPIC -Wall -o decompress.sho -c decompress.c gcc -O2 -I/home/buildroot/instance-0/output-1/host/include -fpic -fPIC -Wall -o bzlib.sho -c bzlib.c gcc -shared -Wl,-soname -Wl,libbz2.so.1.0 -o libbz2.so.1.0.8 blocksort.sho huffman.sho crctable.sho randtable.sho compress.sho decompress.sho bzlib.sho gcc -O2 -I/home/buildroot/instance-0/output-1/host/include -fpic -fPIC -Wall -o bzip2-shared bzip2.c libbz2.so.1.0.8 make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-bzip2-1.0.8' GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/instance-0/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="/home/buildroot/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/instance-0/output-1/host/share/pkgconfig" GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/instance-0/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="/home/buildroot/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/instance-0/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/home/buildroot/instance-0/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/instance-0/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/instance-0/output-1/host/include" LDFLAGS="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j17 -C /home/buildroot/instance-0/output-1/build/host-bzip2-1.0.8 libbz2.a bzip2 bzip2recover make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/host-bzip2-1.0.8' gcc -O2 -I/home/buildroot/instance-0/output-1/host/include -Wall -c huffman.c If compilation produces errors, or a large number of warnings, please read README.COMPILATION.PROBLEMS -- you might be able to adjust the flags in this Makefile to improve matters. Also in README.COMPILATION.PROBLEMS are some hints that may help if your build produces an executable which is unable to correctly handle so-called 'large files' -- files of size 2GB or more. gcc -O2 -I/home/buildroot/instance-0/output-1/host/include -Wall -c crctable.c gcc -O2 -I/home/buildroot/instance-0/output-1/host/include -Wall -c blocksort.c gcc -O2 -I/home/buildroot/instance-0/output-1/host/include -Wall -c randtable.c gcc -O2 -I/home/buildroot/instance-0/output-1/host/include -Wall -c compress.c gcc -O2 -I/home/buildroot/instance-0/output-1/host/include -Wall -c decompress.c gcc -O2 -I/home/buildroot/instance-0/output-1/host/include -Wall -c bzlib.c gcc -O2 -I/home/buildroot/instance-0/output-1/host/include -Wall -c bzip2.c gcc -O2 -I/home/buildroot/instance-0/output-1/host/include -Wall -c bzip2recover.c gcc -O2 -I/home/buildroot/instance-0/output-1/host/include -Wall -o bzip2recover bzip2recover.o rm -f libbz2.a ar cq libbz2.a blocksort.o huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o ranlib libbz2.a gcc -O2 -I/home/buildroot/instance-0/output-1/host/include -Wall -o bzip2 bzip2.o -L. -lbz2 make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-bzip2-1.0.8' >>> host-bzip2 1.0.8 Installing to host directory GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/instance-0/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="/home/buildroot/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j17 PREFIX=/home/buildroot/instance-0/output-1/host -C /home/buildroot/instance-0/output-1/build/host-bzip2-1.0.8 install make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/host-bzip2-1.0.8' if ( test ! -d /home/buildroot/instance-0/output-1/host/bin ) ; then mkdir -p /home/buildroot/instance-0/output-1/host/bin ; fi if ( test ! -d /home/buildroot/instance-0/output-1/host/lib ) ; then mkdir -p /home/buildroot/instance-0/output-1/host/lib ; fi if ( test ! -d /home/buildroot/instance-0/output-1/host/man ) ; then mkdir -p /home/buildroot/instance-0/output-1/host/man ; fi if ( test ! -d /home/buildroot/instance-0/output-1/host/man/man1 ) ; then mkdir -p /home/buildroot/instance-0/output-1/host/man/man1 ; fi if ( test ! -d /home/buildroot/instance-0/output-1/host/include ) ; then mkdir -p /home/buildroot/instance-0/output-1/host/include ; fi cp -f bzip2 /home/buildroot/instance-0/output-1/host/bin/bzip2 cp -f bzip2 /home/buildroot/instance-0/output-1/host/bin/bunzip2 cp -f bzip2 /home/buildroot/instance-0/output-1/host/bin/bzcat cp -f bzip2recover /home/buildroot/instance-0/output-1/host/bin/bzip2recover chmod a+x /home/buildroot/instance-0/output-1/host/bin/bzip2 chmod a+x /home/buildroot/instance-0/output-1/host/bin/bunzip2 chmod a+x /home/buildroot/instance-0/output-1/host/bin/bzcat chmod a+x /home/buildroot/instance-0/output-1/host/bin/bzip2recover cp -f bzip2.1 /home/buildroot/instance-0/output-1/host/man/man1 chmod a+r /home/buildroot/instance-0/output-1/host/man/man1/bzip2.1 cp -f bzlib.h /home/buildroot/instance-0/output-1/host/include chmod a+r /home/buildroot/instance-0/output-1/host/include/bzlib.h cp -f libbz2.a /home/buildroot/instance-0/output-1/host/lib chmod a+r /home/buildroot/instance-0/output-1/host/lib/libbz2.a cp -f bzgrep /home/buildroot/instance-0/output-1/host/bin/bzgrep ln -s -f bzgrep /home/buildroot/instance-0/output-1/host/bin/bzegrep ln -s -f bzgrep /home/buildroot/instance-0/output-1/host/bin/bzfgrep chmod a+x /home/buildroot/instance-0/output-1/host/bin/bzgrep cp -f bzmore /home/buildroot/instance-0/output-1/host/bin/bzmore ln -s -f bzmore /home/buildroot/instance-0/output-1/host/bin/bzless chmod a+x /home/buildroot/instance-0/output-1/host/bin/bzmore cp -f bzdiff /home/buildroot/instance-0/output-1/host/bin/bzdiff ln -s -f bzdiff /home/buildroot/instance-0/output-1/host/bin/bzcmp chmod a+x /home/buildroot/instance-0/output-1/host/bin/bzdiff cp -f bzgrep.1 bzmore.1 bzdiff.1 /home/buildroot/instance-0/output-1/host/man/man1 chmod a+r /home/buildroot/instance-0/output-1/host/man/man1/bzgrep.1 chmod a+r /home/buildroot/instance-0/output-1/host/man/man1/bzmore.1 chmod a+r /home/buildroot/instance-0/output-1/host/man/man1/bzdiff.1 echo ".so man1/bzgrep.1" > /home/buildroot/instance-0/output-1/host/man/man1/bzegrep.1 echo ".so man1/bzgrep.1" > /home/buildroot/instance-0/output-1/host/man/man1/bzfgrep.1 echo ".so man1/bzmore.1" > /home/buildroot/instance-0/output-1/host/man/man1/bzless.1 echo ".so man1/bzdiff.1" > /home/buildroot/instance-0/output-1/host/man/man1/bzcmp.1 make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-bzip2-1.0.8' GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/instance-0/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="/home/buildroot/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j17 -f Makefile-libbz2_so PREFIX=/home/buildroot/instance-0/output-1/host -C /home/buildroot/instance-0/output-1/build/host-bzip2-1.0.8 install make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/host-bzip2-1.0.8' install -m 0755 -D libbz2.so.1.0.8 /home/buildroot/instance-0/output-1/host/lib/libbz2.so.1.0.8 ln -sf libbz2.so.1.0.8 /home/buildroot/instance-0/output-1/host/lib/libbz2.so ln -sf libbz2.so.1.0.8 /home/buildroot/instance-0/output-1/host/lib/libbz2.so.1.0 make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-bzip2-1.0.8' elfutils-0.189.tar.bz2: OK (sha512: 93a877e34db93e5498581d0ab2d702b08c0d87e4cafd9cec9d6636dfa85a168095c305c11583a5b0fb79374dd93bc8d0e9ce6016e6c172764bcea12861605b71) >>> host-elfutils 0.189 Extracting bzcat /home/buildroot/instance-0/dl/elfutils/elfutils-0.189.tar.bz2 | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/host-elfutils-0.189 -xf - >>> host-elfutils 0.189 Patching Applying 0001-Add-a-enable-disable-progs-configure-option.patch using patch: patching file Makefile.am patching file configure.ac Hunk #1 succeeded at 422 (offset 29 lines). Hunk #2 succeeded at 665 (offset 80 lines). Applying 0002-Really-make-Werror-conditional-to-BUILD_WERROR.patch using patch: patching file config/eu.am >>> host-elfutils 0.189 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/instance-0/output-1/build/host-elfutils-0.189 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-elfutils 0.189 Configuring >>> host-elfutils 0.189 Autoreconfiguring >>> host-elfutils 0.189 Patching libtool (cd /home/buildroot/instance-0/output-1/build/host-elfutils-0.189/ && rm -rf config.cache; GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/instance-0/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="/home/buildroot/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/instance-0/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/home/buildroot/instance-0/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/instance-0/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/instance-0/output-1/host/include" LDFLAGS="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/home/buildroot/instance-0/output-1/host/include" LDFLAGS="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/home/buildroot/instance-0/output-1/host" --sysconfdir="/home/buildroot/instance-0/output-1/host/etc" --localstatedir="/home/buildroot/instance-0/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-bzlib --with-lzma --without-zstd --disable-demangler --disable-progs --disable-libdebuginfod --disable-debuginfod ) 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 configure: No --program-prefix given, using "eu-" checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /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 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 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 whether make supports the include directive... yes (GNU style) checking dependency style of /usr/bin/gcc... none checking whether the compiler supports GNU C++... yes checking whether /usr/bin/g++ accepts -g... yes checking for /usr/bin/g++ option to enable C++11 features... none needed checking dependency style of /usr/bin/g++... none checking for ranlib... /usr/bin/ranlib checking for bison... bison -y checking for flex... flex checking for lex output file root... lex.yy checking for lex library... none needed checking whether yytext is a pointer... yes checking the archiver (/usr/bin/ar) interface... ar checking for readelf... readelf checking for nm... /usr/bin/nm checking whether gcc supports __attribute__((visibility()))... yes checking whether gcc supports __attribute__((gcc_struct))... yes checking whether gcc supports -fPIC... yes checking whether gcc supports -fPIE... yes checking whether gcc supports -Wl,-z,defs... yes checking whether the compiler generates build-ids... yes checking whether gcc supports -Wl,-z,relro... yes checking for __thread support... yes checking whether gcc provides stdatomic.h... yes checking for /usr/bin/gcc option to enable large file support... none needed checking whether fts.h is bad when included (with LFS)... no checking whether to add -D_FORTIFY_SOURCE=2 or =3 to CFLAGS... yes -D_FORTIFY_SOURCE=3 checking for library containing gzdirect... -lz checking for library containing BZ2_bzdopen... -lbz2 checking for library containing lzma_auto_decoder... -llzma checking for /usr/bin/gcc options needed to detect all undeclared functions... none needed checking whether memrchr is declared... yes checking whether rawmemchr is declared... yes checking whether powerof2 is declared... yes checking whether mempcpy is declared... yes checking whether reallocarray is declared... yes checking for process_vm_readv... yes checking for mremap... 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 error.h... yes checking for err.h... yes checking for sched.h... yes checking for sched_getaffinity... yes checking for sys/resource.h... yes checking for getrlimit... yes checking whether strerror_r is declared... yes checking whether strerror_r returns char *... yes checking whether symbol versioning is supported... yes checking whether gcc accepts -Wstack-usage... yes checking whether gcc has a sane -Wlogical-op... yes checking whether gcc accepts -Wduplicated-cond... yes checking whether gcc accepts -Wnull-dereference... yes checking whether gcc accepts -Wimplicit-fallthrough... yes checking whether the compiler accepts -Wimplicit-fallthrough=5... yes checking whether the compiler accepts -Wtrampolines... yes checking whether the compiler accepts -Wno-packed-not-aligned... yes checking whether the compiler accepts -Wuse-after-free=3... no checking whether the compiler accepts -fno-addrsig... no checking for library containing argp_parse... none required checking for library containing fts_close... none required checking for library containing _obstack_free... none required checking for a sed that does not truncate output... /bin/sed checking whether NLS is requested... no checking for msgfmt... /home/buildroot/instance-0/output-1/host/bin/msgfmt checking for gmsgfmt... /home/buildroot/instance-0/output-1/host/bin/msgfmt checking for xgettext... /home/buildroot/instance-0/output-1/host/bin/xgettext checking for msgmerge... /home/buildroot/instance-0/output-1/host/bin/msgmerge checking for ld... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking 32-bit host C ABI... no checking how to run the C preprocessor... /usr/bin/cpp checking for egrep -e... /bin/grep -E checking for ELF binary format... yes checking for the common suffixes of directories in the library search path... lib,lib,lib checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyPreferredLanguages... no checking whether to use NLS... no checking size of long... 8 checking for struct user_regs_struct... yes checking /usr/bin/gcc option for 32-bit word size... -m32 checking for 64-bit host... yes checking whether /usr/bin/gcc -m32 makes executables we can run... no configure: WARNING: not running biarch tests, /usr/bin/gcc -m32 does not work checking for bunzip2... yes checking for zstd... no checking whether /usr/bin/g++ supports C++11 features with -std=c++11... yes checking for pthread_setname_np in -lpthread... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating config/Makefile config.status: creating Makefile config.status: creating elfutils.spec config.status: creating debuginfod/Makefile config.status: creating debuginfod/debuginfod.h config.status: creating doc/Makefile config.status: creating lib/Makefile config.status: creating libelf/Makefile config.status: creating libebl/Makefile config.status: creating libdwelf/Makefile config.status: creating libdw/Makefile config.status: creating libdwfl/Makefile config.status: creating libcpu/Makefile config.status: creating libasm/Makefile config.status: creating backends/Makefile config.status: creating src/Makefile config.status: creating po/Makefile.in config.status: creating tests/Makefile config.status: creating config/libelf.pc config.status: creating config/libdw.pc config.status: creating config/libdebuginfod.pc config.status: creating version.h config.status: creating config/profile.sh config.status: creating config/profile.csh 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 configure: ===================================================================== elfutils: 0.189 (eu_version: 189) ===================================================================== Prefix : /home/buildroot/instance-0/output-1/host Program prefix ("eu-" recommended) : eu- Source code location : . Maintainer mode : build arch : x86_64-pc-linux-gnu CFLAGS=-D_FORTIFY_SOURCE=3 -O2 -I/home/buildroot/instance-0/output-1/host/include CXXFLAGS=-D_FORTIFY_SOURCE=3 -O2 -I/home/buildroot/instance-0/output-1/host/include RECOMMENDED FEATURES (should all be yes) gzip support : yes bzip2 support : yes lzma/xz support : yes zstd support : no zstd compression support : no libstdc++ demangle support : no File textrel check : yes Symbol versioning : yes NOT RECOMMENDED FEATURES (should all be no) Experimental thread safety : no install elf.h : no OTHER FEATURES Deterministic archives by default : false Native language support : no Extra Valgrind annotations : no libdebuginfod client support : no Debuginfod server support : no Default DEBUGINFOD_URLS : EXTRA TEST FEATURES (used with make check) have bunzip2 installed (required) : yes have zstd installed : no C++11 : yes debug branch prediction : no gprof support : no gcov support : no run all tests under valgrind : no gcc undefined behaviour sanitizer : no gcc address sanitizer : no clang memory sanitizer : no use rpath in tests : no test biarch : no >>> host-elfutils 0.189 Building GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/instance-0/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="/home/buildroot/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j17 -C /home/buildroot/instance-0/output-1/build/host-elfutils-0.189/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/host-elfutils-0.189' /usr/bin/make --no-print-directory all-recursive Making all in config make[3]: Nothing to be done for 'all'. Making all in lib CC xasprintf.o CC xstrdup.o CC xstrndup.o CC xmalloc.o CC next_prime.o CC crc32.o CC crc32_file.o CC color.o CC error.o CC printversion.o AR libeu.a Making all in libelf CC elf_version.o CC elf_hash.o CC elf_error.o CC elf_fill.o CC elf_begin.o CC elf_next.o CC elf_rand.o CC elf_end.o CC elf_kind.o CC gelf_getclass.o CC elf_getbase.o CC elf_getident.o CC elf32_fsize.o CC elf64_fsize.o CC gelf_fsize.o CC elf32_xlatetof.o CC elf32_xlatetom.o CC elf64_xlatetof.o CC gelf_xlate.o CC elf64_xlatetom.o CC elf32_getehdr.o CC elf64_getehdr.o CC gelf_getehdr.o CC elf32_newehdr.o CC elf64_newehdr.o CC gelf_newehdr.o CC gelf_update_ehdr.o CC elf32_getphdr.o CC elf64_getphdr.o CC gelf_getphdr.o CC elf32_newphdr.o CC elf64_newphdr.o CC gelf_newphdr.o CC gelf_update_phdr.o CC elf_getarhdr.o CC elf_getarsym.o CC elf_rawfile.o CC elf_readall.o CC elf_cntl.o CC elf_getscn.o CC elf_nextscn.o CC elf_ndxscn.o CC elf_newscn.o CC elf32_getshdr.o CC elf64_getshdr.o CC gelf_getshdr.o CC gelf_update_shdr.o CC elf_strptr.o CC elf_rawdata.o CC elf_getdata.o CC elf_newdata.o CC elf_getdata_rawchunk.o CC elf_flagelf.o CC elf_flagehdr.o CC elf_flagphdr.o CC elf_flagscn.o CC elf_flagshdr.o CC elf_flagdata.o CC elf_memory.o CC elf_update.o CC elf32_updatenull.o CC elf64_updatenull.o CC elf32_updatefile.o CC elf64_updatefile.o CC gelf_getsym.o CC gelf_update_sym.o CC gelf_getversym.o CC gelf_getverneed.o CC gelf_getvernaux.o CC gelf_getverdef.o CC gelf_getverdaux.o CC gelf_getrel.o CC gelf_getrela.o CC gelf_update_rel.o CC gelf_update_rela.o CC gelf_getdyn.o CC gelf_update_dyn.o CC gelf_getmove.o CC gelf_update_move.o CC gelf_getsyminfo.o CC gelf_update_syminfo.o CC gelf_getauxv.o CC gelf_update_auxv.o CC gelf_getnote.o CC gelf_xlatetof.o CC gelf_xlatetom.o CC nlist.o CC gelf_getsymshndx.o CC gelf_update_symshndx.o CC gelf_update_versym.o CC gelf_update_verneed.o CC gelf_update_vernaux.o CC gelf_update_verdef.o CC gelf_update_verdaux.o CC elf_getphdrnum.o CC elf_getshdrnum.o CC elf_getshdrstrndx.o CC gelf_checksum.o CC elf32_checksum.o CC elf64_checksum.o CC libelf_crc32.o CC libelf_next_prime.o CC elf_clone.o CC gelf_getlib.o CC gelf_update_lib.o CC elf64_offscn.o CC elf32_offscn.o CC gelf_offscn.o CC elf_getaroff.o CC elf_gnu_hash.o CC elf_scnshndx.o CC elf32_getchdr.o CC elf64_getchdr.o CC gelf_getchdr.o CC elf_compress.o CC elf_compress_gnu.o CC elf_version.os CC elf_hash.os CC elf_error.os CC elf_fill.os CC elf_begin.os CC elf_next.os CC elf_rand.os CC elf_end.os CC elf_kind.os CC gelf_getclass.os CC elf_getbase.os CC elf_getident.os CC elf32_fsize.os CC elf64_fsize.os CC gelf_fsize.os CC elf32_xlatetof.os CC elf32_xlatetom.os CC elf64_xlatetof.os CC elf64_xlatetom.os CC gelf_xlate.os CC elf32_getehdr.os CC elf64_getehdr.os CC gelf_getehdr.os CC elf32_newehdr.os CC elf64_newehdr.os CC gelf_newehdr.os CC gelf_update_ehdr.os CC elf32_getphdr.os CC elf64_getphdr.os CC gelf_getphdr.os CC elf32_newphdr.os CC elf64_newphdr.os CC gelf_newphdr.os CC gelf_update_phdr.os CC elf_getarhdr.os CC elf_getarsym.os CC elf_rawfile.os CC elf_readall.os CC elf_cntl.os CC elf_getscn.os CC elf_nextscn.os CC elf_ndxscn.os CC elf_newscn.os CC elf32_getshdr.os CC elf64_getshdr.os CC gelf_getshdr.os CC gelf_update_shdr.os CC elf_strptr.os CC elf_rawdata.os CC elf_getdata.os CC elf_newdata.os CC elf_getdata_rawchunk.os CC elf_flagelf.os CC elf_flagehdr.os CC elf_flagphdr.os CC elf_flagscn.os CC elf_flagshdr.os CC elf_flagdata.os CC elf_memory.os CC elf_update.os CC elf32_updatenull.os CC elf64_updatenull.os CC elf32_updatefile.os CC elf64_updatefile.os CC gelf_getsym.os CC gelf_update_sym.os CC gelf_getversym.os CC gelf_getverneed.os CC gelf_getvernaux.os CC gelf_getverdef.os CC gelf_getverdaux.os CC gelf_getrel.os CC gelf_getrela.os CC gelf_update_rel.os CC gelf_update_rela.os CC gelf_getdyn.os CC gelf_update_dyn.os CC gelf_getmove.os CC gelf_update_move.os CC gelf_getsyminfo.os CC gelf_update_syminfo.os CC gelf_getauxv.os CC gelf_update_auxv.os CC gelf_getnote.os CC gelf_xlatetof.os CC gelf_xlatetom.os CC nlist.os CC gelf_getsymshndx.os CC gelf_update_symshndx.os CC gelf_update_versym.os CC gelf_update_verneed.os CC gelf_update_vernaux.os CC gelf_update_verdef.os CC gelf_update_verdaux.os CC elf_getphdrnum.os CC elf_getshdrnum.os CC elf_getshdrstrndx.os CC gelf_checksum.os CC elf32_checksum.os CC elf64_checksum.os CC libelf_crc32.os CC libelf_next_prime.os CC elf_clone.os CC gelf_getlib.os CC gelf_update_lib.os CC elf32_offscn.os CC elf64_offscn.os CC gelf_offscn.os CC elf_getaroff.os CC elf_gnu_hash.os CC elf_scnshndx.os CC elf32_getchdr.os CC elf64_getchdr.os CC gelf_getchdr.os CC elf_compress.os CC elf_compress_gnu.os AR libelf.a AR libelf_pic.a CCLD libelf.so Making all in libcpu GEN i386_defs GEN x86_64_defs CC bpf_disasm.o CC riscv_disasm.o GEN x86_64.mnemonics GEN i386.mnemonics CC i386_disasm.o CC x86_64_disasm.o CC bpf_disasm.os CC riscv_disasm.os CC i386_disasm.os CC x86_64_disasm.os AR libcpu.a AR libcpu_pic.a rm x86_64_defs i386_defs Making all in backends CC i386_init.o CC i386_symbol.o CC i386_corenote.o CC i386_cfi.o CC i386_retval.o CC i386_regs.o CC i386_auxv.o CC i386_initreg.o CC i386_unwind.o CC sh_init.o CC sh_symbol.o CC sh_corenote.o CC sh_regs.o CC sh_retval.o CC x86_64_init.o CC x86_64_symbol.o CC x86_64_corenote.o CC x86_64_cfi.o CC x86_64_retval.o CC x86_64_regs.o CC x86_64_unwind.o CC x86_64_initreg.o CC x32_corenote.o CC ia64_init.o CC ia64_symbol.o CC ia64_regs.o CC ia64_retval.o CC alpha_init.o CC alpha_symbol.o CC alpha_retval.o CC alpha_regs.o CC alpha_corenote.o CC alpha_auxv.o CC arm_init.o CC arm_symbol.o CC arm_regs.o CC arm_corenote.o CC arm_auxv.o CC arm_attrs.o CC arm_retval.o CC arm_cfi.o CC arm_initreg.o CC arm_machineflagname.o CC aarch64_init.o CC aarch64_regs.o CC aarch64_symbol.o CC aarch64_corenote.o CC aarch64_retval.o CC aarch64_cfi.o CC aarch64_initreg.o CC aarch64_unwind.o CC sparc_init.o CC sparc_symbol.o CC sparc_regs.o CC sparc_retval.o CC sparc_corenote.o CC sparc64_corenote.o CC sparc_auxv.o CC sparc_attrs.o CC sparc_cfi.o CC sparc_initreg.o CC ppc_init.o CC ppc_symbol.o CC ppc_retval.o CC ppc_regs.o CC ppc_corenote.o CC ppc_auxv.o CC ppc_attrs.o CC ppc_cfi.o CC ppc_initreg.o CC ppc64_init.o CC ppc64_symbol.o CC ppc64_retval.o CC ppc64_corenote.o CC ppc64_unwind.o CC ppc64_resolve_sym.o CC s390_init.o CC s390_symbol.o CC s390_regs.o CC s390_retval.o CC s390_corenote.o CC s390x_corenote.o CC s390_cfi.o CC s390_initreg.o CC s390_unwind.o CC m68k_init.o CC m68k_symbol.o CC m68k_regs.o CC m68k_retval.o CC m68k_corenote.o CC m68k_cfi.o CC m68k_initreg.o CC bpf_init.o CC bpf_regs.o CC bpf_symbol.o CC riscv_init.o CC riscv_symbol.o CC riscv_cfi.o CC riscv_regs.o CC riscv_initreg.o CC riscv_corenote.o CC riscv64_corenote.o CC riscv_retval.o CC csky_attrs.o CC csky_init.o CC csky_symbol.o CC csky_cfi.o CC csky_regs.o CC csky_initreg.o CC csky_corenote.o CC loongarch_init.o CC loongarch_symbol.o CC arc_init.o CC arc_symbol.o CC i386_init.os CC i386_symbol.os CC i386_corenote.os CC i386_cfi.os CC i386_retval.os CC i386_regs.os CC i386_auxv.os CC i386_initreg.os CC i386_unwind.os CC sh_init.os CC sh_symbol.os CC sh_corenote.os CC sh_regs.os CC sh_retval.os CC x86_64_init.os CC x86_64_symbol.os CC x86_64_corenote.os CC x86_64_cfi.os CC x86_64_retval.os CC x86_64_regs.os CC x86_64_initreg.os CC x86_64_unwind.os CC x32_corenote.os CC ia64_init.os CC ia64_symbol.os CC ia64_regs.os CC ia64_retval.os CC alpha_init.os CC alpha_symbol.os CC alpha_retval.os CC alpha_regs.os CC alpha_corenote.os CC alpha_auxv.os CC arm_init.os CC arm_symbol.os CC arm_regs.os CC arm_corenote.os CC arm_auxv.os CC arm_attrs.os CC arm_retval.os CC arm_cfi.os CC arm_initreg.os CC arm_machineflagname.os CC aarch64_init.os CC aarch64_regs.os CC aarch64_symbol.os CC aarch64_corenote.os CC aarch64_retval.os CC aarch64_cfi.os CC aarch64_initreg.os CC aarch64_unwind.os CC sparc_init.os CC sparc_symbol.os CC sparc_regs.os CC sparc_retval.os CC sparc_corenote.os CC sparc64_corenote.os CC sparc_auxv.os CC sparc_attrs.os CC sparc_cfi.os CC sparc_initreg.os CC ppc_init.os CC ppc_symbol.os CC ppc_retval.os CC ppc_regs.os CC ppc_corenote.os CC ppc_auxv.os CC ppc_attrs.os CC ppc_cfi.os CC ppc_initreg.os CC ppc64_init.os CC ppc64_symbol.os CC ppc64_corenote.os CC ppc64_retval.os CC ppc64_unwind.os CC ppc64_resolve_sym.os CC s390_init.os CC s390_symbol.os CC s390_regs.os CC s390_retval.os CC s390_corenote.os CC s390x_corenote.os CC s390_cfi.os CC s390_initreg.os CC s390_unwind.os CC m68k_init.os CC m68k_symbol.os CC m68k_regs.os CC m68k_retval.os CC m68k_cfi.os CC m68k_corenote.os CC m68k_initreg.os CC bpf_init.os CC bpf_regs.os CC bpf_symbol.os CC riscv_init.os CC riscv_symbol.os CC riscv_cfi.os CC riscv_regs.os CC riscv_initreg.os CC riscv_corenote.os CC riscv64_corenote.os CC riscv_retval.os CC csky_init.os CC csky_attrs.os CC csky_symbol.os CC csky_cfi.os CC csky_regs.os CC csky_initreg.os CC csky_corenote.os CC loongarch_init.os CC loongarch_symbol.os CC arc_init.os CC arc_symbol.os AR libebl_backends.a AR libebl_backends_pic.a Making all in libebl CC eblopenbackend.o CC eblclosebackend.o CC eblreloctypename.o CC eblsegmenttypename.o CC eblsectiontypename.o CC eblmachineflagname.o CC eblsymboltypename.o CC ebldynamictagname.o CC eblsectionname.o CC eblsymbolbindingname.o CC eblbackendname.o CC eblosabiname.o CC eblmachineflagcheck.o CC eblmachinesectionflagcheck.o CC eblreloctypecheck.o CC eblrelocvaliduse.o CC eblrelocsimpletype.o CC ebldynamictagcheck.o CC eblcorenotetypename.o CC eblobjnotetypename.o CC eblcorenote.o CC eblobjnote.o CC ebldebugscnp.o CC eblcopyrelocp.o CC eblgotpcreloccheck.o CC eblsectionstripp.o CC eblelfclass.o CC eblelfdata.o CC eblelfmachine.o CC ebl_check_special_symbol.o CC eblbsspltp.o CC eblretval.o CC eblreginfo.o CC eblnonerelocp.o CC eblrelativerelocp.o CC eblsysvhashentrysize.o CC eblauxvinfo.o CC eblcheckobjattr.o CC ebl_check_special_section.o CC eblabicfi.o CC eblstother.o CC eblinitreg.o CC ebldwarftoregno.o CC eblnormalizepc.o CC eblunwind.o CC eblresolvesym.o CC eblcheckreloctargettype.o CC ebl_data_marker_symbol.o CC eblclosebackend.os CC eblreloctypename.os CC eblsegmenttypename.os CC eblsectiontypename.os CC eblmachineflagname.os CC eblsymboltypename.os CC ebldynamictagname.os CC eblsectionname.os CC eblsymbolbindingname.os CC eblbackendname.os CC eblosabiname.os CC eblmachineflagcheck.os CC eblmachinesectionflagcheck.os CC eblreloctypecheck.os CC eblrelocvaliduse.os CC eblrelocsimpletype.os CC ebldynamictagcheck.os CC eblcorenotetypename.os CC eblobjnotetypename.os CC eblcorenote.os CC ebldebugscnp.os CC eblgotpcreloccheck.os CC eblcopyrelocp.os CC eblelfclass.os CC eblsectionstripp.os CC eblelfdata.os CC eblelfmachine.os CC ebl_check_special_symbol.os CC eblbsspltp.os CC eblretval.os CC eblreginfo.os CC eblnonerelocp.os CC eblrelativerelocp.os CC eblsysvhashentrysize.os CC eblauxvinfo.os CC eblcheckobjattr.os CC ebl_check_special_section.os CC eblabicfi.os CC eblstother.os CC eblinitreg.os CC ebldwarftoregno.os CC eblnormalizepc.os CC eblunwind.os CC eblcheckreloctargettype.os CC eblresolvesym.os CC ebl_data_marker_symbol.os CC eblopenbackend.os CC eblobjnote.os AR libebl.a AR libebl_pic.a Making all in libdwelf CC dwelf_elf_gnu_debuglink.o CC dwelf_dwarf_gnu_debugaltlink.o CC dwelf_elf_gnu_build_id.o CC dwelf_scn_gnu_compressed_size.o CC dwelf_strtab.o CC dwelf_elf_begin.o CC dwelf_elf_e_machine_string.o CC dwelf_elf_e_machine_string.os CC dwelf_dwarf_gnu_debugaltlink.os CC dwelf_elf_gnu_debuglink.os CC dwelf_scn_gnu_compressed_size.os CC dwelf_elf_begin.os CC dwelf_elf_gnu_build_id.os CC dwelf_strtab.os AR libdwelf.a AR libdwelf_pic.a Making all in libdwfl CC dwfl_begin.o CC dwfl_end.o CC dwfl_error.o CC dwfl_version.o CC dwfl_module.o CC dwfl_report_elf.o CC relocate.o CC dwfl_module_build_id.o CC dwfl_module_report_build_id.o CC derelocate.o CC offline.o CC segment.o CC dwfl_module_info.o CC dwfl_getmodules.o CC dwfl_getdwarf.o CC dwfl_module_getdwarf.o CC dwfl_module_getelf.o CC dwfl_validate_address.o CC argp-std.o CC find-debuginfo.o CC dwfl_build_id_find_elf.o CC linux-kernel-modules.o CC dwfl_build_id_find_debuginfo.o CC linux-proc-maps.o CC dwfl_addrmodule.o CC dwfl_addrdwarf.o CC cu.o CC dwfl_module_nextcu.o CC dwfl_nextcu.o CC dwfl_cumodule.o CC dwfl_module_addrdie.o CC dwfl_addrdie.o CC dwfl_lineinfo.o CC lines.o CC dwfl_line_comp_dir.o CC dwfl_linemodule.o CC dwfl_linecu.o CC dwfl_dwarf_line.o CC dwfl_getsrclines.o CC dwfl_onesrcline.o CC dwfl_module_getsrc.o CC dwfl_getsrc.o CC dwfl_module_getsrc_file.o CC libdwfl_crc32.o CC libdwfl_crc32_file.o CC elf-from-memory.o CC dwfl_module_dwarf_cfi.o CC dwfl_module_eh_cfi.o CC dwfl_module_getsym.o CC dwfl_module_addrname.o CC dwfl_module_addrsym.o CC dwfl_module_return_value_location.o CC dwfl_module_register_names.o CC dwfl_segment_report_module.o CC link_map.o CC core-file.o CC open.o CC image-header.o CC dwfl_frame.o CC frame_unwind.o CC dwfl_frame_pc.o CC linux-pid-attach.o CC linux-core-attach.o CC dwfl_frame_regs.o CC gzip.o CC debuginfod-client.o CC bzip2.o CC lzma.o CC dwfl_begin.os CC dwfl_end.os CC dwfl_error.os CC dwfl_version.os CC dwfl_module.os CC dwfl_report_elf.os CC relocate.os CC dwfl_module_build_id.os CC dwfl_module_report_build_id.os CC derelocate.os CC offline.os CC segment.os CC dwfl_module_info.os CC dwfl_getmodules.os CC dwfl_getdwarf.os CC dwfl_module_getdwarf.os CC dwfl_module_getelf.os CC dwfl_validate_address.os CC argp-std.os CC find-debuginfo.os CC dwfl_build_id_find_elf.os CC dwfl_build_id_find_debuginfo.os CC linux-kernel-modules.os CC linux-proc-maps.os CC dwfl_addrmodule.os CC dwfl_addrdwarf.os CC cu.os CC dwfl_module_nextcu.os CC dwfl_nextcu.os CC dwfl_cumodule.os CC dwfl_module_addrdie.os CC dwfl_addrdie.os CC lines.os CC dwfl_lineinfo.os CC dwfl_line_comp_dir.os CC dwfl_linemodule.os CC dwfl_linecu.os CC dwfl_dwarf_line.os CC dwfl_getsrclines.os CC dwfl_onesrcline.os CC dwfl_module_getsrc.os CC dwfl_getsrc.os CC dwfl_module_getsrc_file.os CC libdwfl_crc32.os CC libdwfl_crc32_file.os CC elf-from-memory.os CC dwfl_module_dwarf_cfi.os CC dwfl_module_eh_cfi.os CC dwfl_module_getsym.os CC dwfl_module_addrname.os CC dwfl_module_addrsym.os CC dwfl_module_return_value_location.os CC dwfl_module_register_names.os CC dwfl_segment_report_module.os CC link_map.os CC core-file.os CC open.os CC image-header.os CC dwfl_frame.os CC frame_unwind.os CC dwfl_frame_pc.os CC linux-pid-attach.os CC linux-core-attach.os CC dwfl_frame_regs.os CC gzip.os CC debuginfod-client.os CC bzip2.os CC lzma.os AR libdwfl.a AR libdwfl_pic.a Making all in libdw /usr/bin/make all-am CC dwarf_begin.o CC dwarf_begin_elf.o CC dwarf_end.o CC dwarf_getelf.o CC dwarf_getpubnames.o CC dwarf_getabbrev.o CC dwarf_tag.o CC dwarf_error.o CC dwarf_nextcu.o CC dwarf_offdie.o CC dwarf_diename.o CC dwarf_attr.o CC dwarf_formstring.o CC dwarf_abbrev_hash.o CC dwarf_sig8_hash.o CC dwarf_attr_integrate.o CC dwarf_hasattr_integrate.o CC dwarf_child.o CC dwarf_haschildren.o CC dwarf_formaddr.o CC dwarf_formudata.o CC dwarf_formsdata.o CC dwarf_lowpc.o CC dwarf_entrypc.o CC dwarf_haspc.o CC dwarf_highpc.o CC dwarf_ranges.o CC dwarf_formref.o CC dwarf_formref_die.o CC dwarf_siblingof.o CC dwarf_dieoffset.o CC dwarf_cuoffset.o CC dwarf_diecu.o CC dwarf_hasattr.o CC dwarf_hasform.o CC dwarf_whatform.o CC dwarf_whatattr.o CC dwarf_bytesize.o CC dwarf_arrayorder.o CC dwarf_bitsize.o CC dwarf_bitoffset.o CC dwarf_srclang.o CC dwarf_getabbrevtag.o CC dwarf_getabbrevcode.o CC dwarf_abbrevhaschildren.o CC dwarf_getattrcnt.o CC dwarf_getabbrevattr.o CC dwarf_getsrclines.o CC dwarf_getsrc_die.o CC dwarf_getscopes.o CC dwarf_getscopes_die.o CC dwarf_getscopevar.o CC dwarf_linesrc.o CC dwarf_lineno.o CC dwarf_lineaddr.o CC dwarf_linecol.o CC dwarf_linebeginstatement.o CC dwarf_lineendsequence.o CC dwarf_lineblock.o CC dwarf_linecontext.o CC dwarf_linefunctionname.o CC dwarf_lineprologueend.o CC dwarf_lineepiloguebegin.o CC dwarf_lineisa.o CC dwarf_linediscriminator.o CC dwarf_lineop_index.o CC dwarf_line_file.o CC dwarf_onesrcline.o CC dwarf_formblock.o CC dwarf_getsrcfiles.o CC dwarf_filesrc.o CC dwarf_getsrcdirs.o CC dwarf_getlocation.o CC dwarf_getstring.o CC dwarf_offabbrev.o CC dwarf_getaranges.o CC dwarf_onearange.o CC dwarf_getarangeinfo.o CC dwarf_getarange_addr.o CC dwarf_getattrs.o CC dwarf_formflag.o CC dwarf_getmacros.o CC dwarf_macro_getparamcnt.o CC dwarf_macro_opcode.o CC dwarf_macro_param.o CC dwarf_macro_param1.o CC dwarf_macro_param2.o CC dwarf_macro_getsrcfiles.o CC dwarf_addrdie.o CC dwarf_getfuncs.o CC dwarf_decl_file.o CC dwarf_decl_line.o CC dwarf_decl_column.o CC dwarf_func_inline.o CC dwarf_getsrc_file.o CC libdw_findcu.o CC libdw_form.o CC libdw_alloc.o CC libdw_visit_scopes.o CC dwarf_entry_breakpoints.o CC dwarf_next_cfi.o CC cie.o CC fde.o CC cfi.o CC frame-cache.o CC dwarf_frame_info.o CC dwarf_frame_cfa.o CC dwarf_frame_register.o CC dwarf_cfi_addrframe.o CC dwarf_getcfi.o CC dwarf_getcfi_elf.o CC dwarf_cfi_end.o CC dwarf_aggregate_size.o CC dwarf_getlocation_implicit_pointer.o CC dwarf_getlocation_die.o CC dwarf_getlocation_attr.o CC dwarf_setalt.o CC dwarf_getalt.o CC dwarf_cu_getdwarf.o CC dwarf_cu_die.o CC dwarf_peel_type.o CC dwarf_default_lower_bound.o CC dwarf_die_addr_die.o CC dwarf_get_units.o CC libdw_find_split_unit.o CC dwarf_cu_info.o CC dwarf_next_lines.o CC dwarf_begin.os CC dwarf_begin_elf.os CC dwarf_end.os CC dwarf_getelf.os CC dwarf_getpubnames.os CC dwarf_getabbrev.os CC dwarf_tag.os CC dwarf_error.os CC dwarf_nextcu.os CC dwarf_diename.os CC dwarf_offdie.os CC dwarf_attr.os CC dwarf_formstring.os CC dwarf_abbrev_hash.os CC dwarf_sig8_hash.os CC dwarf_attr_integrate.os CC dwarf_hasattr_integrate.os CC dwarf_child.os CC dwarf_haschildren.os CC dwarf_formaddr.os CC dwarf_formudata.os CC dwarf_formsdata.os CC dwarf_lowpc.os CC dwarf_entrypc.os CC dwarf_haspc.os CC dwarf_highpc.os CC dwarf_ranges.os CC dwarf_formref_die.os CC dwarf_formref.os CC dwarf_siblingof.os CC dwarf_dieoffset.os CC dwarf_cuoffset.os CC dwarf_diecu.os CC dwarf_hasattr.os CC dwarf_hasform.os CC dwarf_whatform.os CC dwarf_whatattr.os CC dwarf_bytesize.os CC dwarf_arrayorder.os CC dwarf_bitsize.os CC dwarf_bitoffset.os CC dwarf_srclang.os CC dwarf_getabbrevtag.os CC dwarf_getabbrevcode.os CC dwarf_abbrevhaschildren.os CC dwarf_getabbrevattr.os CC dwarf_getattrcnt.os CC dwarf_getsrclines.os CC dwarf_getsrc_die.os CC dwarf_getscopes.os CC dwarf_getscopes_die.os CC dwarf_getscopevar.os CC dwarf_linesrc.os CC dwarf_lineno.os CC dwarf_lineaddr.os CC dwarf_linecol.os CC dwarf_linebeginstatement.os CC dwarf_lineendsequence.os CC dwarf_lineblock.os CC dwarf_linecontext.os CC dwarf_linefunctionname.os CC dwarf_lineprologueend.os CC dwarf_lineepiloguebegin.os CC dwarf_lineisa.os CC dwarf_linediscriminator.os CC dwarf_lineop_index.os CC dwarf_line_file.os CC dwarf_onesrcline.os CC dwarf_formblock.os CC dwarf_getsrcfiles.os CC dwarf_filesrc.os CC dwarf_getsrcdirs.os CC dwarf_getlocation.os CC dwarf_getstring.os CC dwarf_offabbrev.os CC dwarf_getaranges.os CC dwarf_onearange.os CC dwarf_getarangeinfo.os CC dwarf_getarange_addr.os CC dwarf_getattrs.os CC dwarf_formflag.os CC dwarf_getmacros.os CC dwarf_macro_getparamcnt.os CC dwarf_macro_opcode.os CC dwarf_macro_param.os CC dwarf_macro_param1.os CC dwarf_macro_param2.os CC dwarf_macro_getsrcfiles.os CC dwarf_addrdie.os CC dwarf_getfuncs.os CC dwarf_decl_file.os CC dwarf_decl_line.os CC dwarf_decl_column.os CC dwarf_func_inline.os CC dwarf_getsrc_file.os CC libdw_findcu.os CC libdw_form.os CC libdw_alloc.os CC libdw_visit_scopes.os CC dwarf_entry_breakpoints.os CC dwarf_next_cfi.os CC cie.os CC fde.os CC cfi.os CC frame-cache.os CC dwarf_frame_info.os CC dwarf_frame_cfa.os CC dwarf_frame_register.os CC dwarf_cfi_addrframe.os CC dwarf_getcfi_elf.os CC dwarf_getcfi.os CC dwarf_cfi_end.os CC dwarf_aggregate_size.os CC dwarf_getlocation_implicit_pointer.os CC dwarf_getlocation_die.os CC dwarf_getlocation_attr.os CC dwarf_getalt.os CC dwarf_setalt.os CC dwarf_cu_getdwarf.os CC dwarf_cu_die.os CC dwarf_peel_type.os CC dwarf_default_lower_bound.os CC dwarf_die_addr_die.os CC dwarf_get_units.os CC libdw_find_split_unit.os CC dwarf_cu_info.os CC dwarf_next_lines.os AR libdw.a AR libdw_pic.a CCLD libdw.so Making all in libasm CC asm_begin.o CC asm_abort.o CC asm_end.o CC asm_error.o CC asm_getelf.o CC asm_newscn.o CC asm_newscn_ingrp.o CC asm_newsubscn.o CC asm_newsym.o CC asm_newabssym.o CC asm_newcomsym.o CC asm_newscngrp.o CC asm_scngrp_newsignature.o CC asm_fill.o CC asm_align.o CC asm_addstrz.o CC asm_addint8.o CC asm_adduint8.o CC asm_addint16.o CC asm_addint32.o CC asm_adduint16.o CC asm_adduint32.o CC asm_addint64.o CC asm_adduint64.o CC asm_adduleb128.o CC asm_addsleb128.o CC disasm_begin.o CC disasm_cb.o CC disasm_end.o CC disasm_str.o CC symbolhash.o CC asm_begin.os CC asm_abort.os CC asm_error.os CC asm_getelf.os CC asm_newscn.os CC asm_newscn_ingrp.os CC asm_newsubscn.os CC asm_newsym.os CC asm_newcomsym.os CC asm_newabssym.os CC asm_newscngrp.os CC asm_scngrp_newsignature.os CC asm_fill.os CC asm_align.os CC asm_addstrz.os CC asm_addint8.os CC asm_adduint8.os CC asm_addint16.os CC asm_adduint16.os CC asm_addint32.os CC asm_adduint32.os CC asm_addint64.os CC asm_adduint64.os CC asm_adduleb128.os CC asm_addsleb128.os CC disasm_begin.os CC disasm_cb.os CC disasm_end.os CC disasm_str.os CC symbolhash.os AR libasm.a CC asm_end.os AR libasm_pic.a CCLD libasm.so Making all in debuginfod make[3]: Nothing to be done for 'all'. Making all in po make[3]: Nothing to be done for 'all'. Making all in doc make[3]: Nothing to be done for 'all'. Making all in tests make[3]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-elfutils-0.189' >>> host-elfutils 0.189 Installing to host directory GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/instance-0/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="/home/buildroot/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j17 install -C /home/buildroot/instance-0/output-1/build/host-elfutils-0.189/ make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/host-elfutils-0.189' Making install in config make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/lib/pkgconfig' /usr/bin/install -c -m 644 libelf.pc libdw.pc '/home/buildroot/instance-0/output-1/host/lib/pkgconfig' Making install in lib make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. Making install in libelf /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/lib' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/include' /usr/bin/install -c -m 644 libelf.a '/home/buildroot/instance-0/output-1/host/lib' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/include/elfutils' /usr/bin/install -c -m 644 libelf.h gelf.h nlist.h '/home/buildroot/instance-0/output-1/host/include' /usr/bin/install -c -m 644 elf-knowledge.h '/home/buildroot/instance-0/output-1/host/include/elfutils' ( cd '/home/buildroot/instance-0/output-1/host/lib' && /usr/bin/ranlib libelf.a ) /bin/sh /home/buildroot/instance-0/output-1/build/host-elfutils-0.189/config/install-sh -d /home/buildroot/instance-0/output-1/host/lib /usr/bin/install -c libelf.so /home/buildroot/instance-0/output-1/host/lib/libelf-0.189.so ln -fs libelf-0.189.so /home/buildroot/instance-0/output-1/host/lib/libelf.so.1 ln -fs libelf.so.1 /home/buildroot/instance-0/output-1/host/lib/libelf.so Making install in libcpu make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. Making install in backends make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. Making install in libebl make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. Making install in libdwelf make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/include/elfutils' /usr/bin/install -c -m 644 libdwelf.h '/home/buildroot/instance-0/output-1/host/include/elfutils' Making install in libdwfl make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/include/elfutils' /usr/bin/install -c -m 644 libdwfl.h '/home/buildroot/instance-0/output-1/host/include/elfutils' Making install in libdw /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/lib' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/include' /usr/bin/install -c -m 644 libdw.a '/home/buildroot/instance-0/output-1/host/lib' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/include/elfutils' /usr/bin/install -c -m 644 dwarf.h '/home/buildroot/instance-0/output-1/host/include' /usr/bin/install -c -m 644 libdw.h known-dwarf.h '/home/buildroot/instance-0/output-1/host/include/elfutils' ( cd '/home/buildroot/instance-0/output-1/host/lib' && /usr/bin/ranlib libdw.a ) /bin/sh /home/buildroot/instance-0/output-1/build/host-elfutils-0.189/config/install-sh -d /home/buildroot/instance-0/output-1/host/lib /usr/bin/install -c libdw.so /home/buildroot/instance-0/output-1/host/lib/libdw-0.189.so ln -fs libdw-0.189.so /home/buildroot/instance-0/output-1/host/lib/libdw.so.1 ln -fs libdw.so.1 /home/buildroot/instance-0/output-1/host/lib/libdw.so Making install in libasm /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/lib' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/include/elfutils' /usr/bin/install -c -m 644 libasm.a '/home/buildroot/instance-0/output-1/host/lib' /usr/bin/install -c -m 644 libasm.h '/home/buildroot/instance-0/output-1/host/include/elfutils' ( cd '/home/buildroot/instance-0/output-1/host/lib' && /usr/bin/ranlib libasm.a ) /bin/sh /home/buildroot/instance-0/output-1/build/host-elfutils-0.189/config/install-sh -d /home/buildroot/instance-0/output-1/host/lib /usr/bin/install -c libasm.so /home/buildroot/instance-0/output-1/host/lib/libasm-0.189.so ln -fs libasm-0.189.so /home/buildroot/instance-0/output-1/host/lib/libasm.so.1 ln -fs libasm.so.1 /home/buildroot/instance-0/output-1/host/lib/libasm.so Making install in debuginfod /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/bin' Making install in po if test "elfutils" = "gettext-tools"; then \ /bin/mkdir -p /home/buildroot/instance-0/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 \ /usr/bin/install -c -m 644 ./$file \ /home/buildroot/instance-0/output-1/host/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /home/buildroot/instance-0/output-1/host/share/gettext/po/$file; \ done; \ else \ : ; \ fi Making install in doc make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/share/man/man3' /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/share/man/man1' /usr/bin/install -c -m 644 'readelf.1' '/home/buildroot/instance-0/output-1/host/share/man/man1/eu-readelf.1' /usr/bin/install -c -m 644 elf_update.3 elf_getdata.3 elf_clone.3 elf_begin.3 '/home/buildroot/instance-0/output-1/host/share/man/man3' /usr/bin/install -c -m 644 'elfclassify.1' '/home/buildroot/instance-0/output-1/host/share/man/man1/eu-elfclassify.1' Making install in tests make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/instance-0/output-1/host/include/elfutils' /usr/bin/install -c -m 644 version.h '/home/buildroot/instance-0/output-1/host/include/elfutils' make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-elfutils-0.189' libbpf-1.1.0.tar.gz: OK (sha256: 5da826c968fdb8a2f714701cfef7a4b7078be030cf58b56143b245816301cbb8) >>> host-libbpf 1.1.0 Extracting gzip -d -c /home/buildroot/instance-0/dl/libbpf/libbpf-1.1.0.tar.gz | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/host-libbpf-1.1.0 -xf - >>> host-libbpf 1.1.0 Patching >>> host-libbpf 1.1.0 Configuring >>> host-libbpf 1.1.0 Building >>> host-libbpf 1.1.0 Installing to host directory GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/instance-0/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="/home/buildroot/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/instance-0/output-1/host/share/pkgconfig" GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/instance-0/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="/home/buildroot/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/instance-0/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/home/buildroot/instance-0/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/instance-0/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/instance-0/output-1/host/include" LDFLAGS="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j17 -C /home/buildroot/instance-0/output-1/build/host-libbpf-1.1.0/src install install_uapi_headers DESTDIR=/home/buildroot/instance-0/output-1/host make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/host-libbpf-1.1.0/src' MKDIR staticobjs MKDIR sharedobjs INSTALL bpf.h libbpf.h btf.h libbpf_common.h libbpf_legacy.h bpf_helpers.h bpf_helper_defs.h bpf_tracing.h bpf_endian.h bpf_core_read.h skel_internal.h libbpf_version.h usdt.bpf.h INSTALL ../include/uapi/linux/bpf.h ../include/uapi/linux/bpf_common.h ../include/uapi/linux/btf.h CC staticobjs/bpf.o CC staticobjs/btf.o CC staticobjs/libbpf.o CC staticobjs/libbpf_errno.o CC staticobjs/netlink.o CC staticobjs/nlattr.o CC staticobjs/str_error.o CC staticobjs/libbpf_probes.o CC staticobjs/bpf_prog_linfo.o CC staticobjs/btf_dump.o CC staticobjs/hashmap.o CC staticobjs/ringbuf.o CC staticobjs/strset.o CC staticobjs/linker.o CC staticobjs/gen_loader.o CC staticobjs/relo_core.o CC staticobjs/usdt.o CC sharedobjs/bpf.o CC sharedobjs/btf.o CC sharedobjs/libbpf.o CC sharedobjs/libbpf_errno.o CC sharedobjs/netlink.o CC sharedobjs/nlattr.o CC sharedobjs/str_error.o CC sharedobjs/libbpf_probes.o CC sharedobjs/bpf_prog_linfo.o CC sharedobjs/btf_dump.o CC sharedobjs/hashmap.o CC sharedobjs/ringbuf.o CC sharedobjs/strset.o CC sharedobjs/linker.o CC sharedobjs/gen_loader.o CC sharedobjs/relo_core.o CC sharedobjs/usdt.o INSTALL ./libbpf.pc AR libbpf.a CC libbpf.so.1.1.0 INSTALL ./libbpf.a ./libbpf.so ./libbpf.so.1 ./libbpf.so.1.1.0 make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-libbpf-1.1.0/src' pahole-1.27.tar.gz: OK (sha256: 87223298d4f8f9ada9b3cc5cef1bedd7aeb447cd8295abc466e009a26accff13) >>> host-pahole 1.27 Extracting gzip -d -c /home/buildroot/instance-0/dl/pahole/pahole-1.27.tar.gz | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/host-pahole-1.27 -xf - >>> host-pahole 1.27 Patching >>> host-pahole 1.27 Configuring (mkdir -p /home/buildroot/instance-0/output-1/build/host-pahole-1.27/ && cd /home/buildroot/instance-0/output-1/build/host-pahole-1.27/ && rm -f CMakeCache.txt && PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_LIBDIR="/home/buildroot/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/instance-0/output-1/host/share/pkgconfig" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 /home/buildroot/instance-0/output-1/host/bin/cmake /home/buildroot/instance-0/output-1/build/host-pahole-1.27/ -G"Unix Makefiles" -DCMAKE_MAKE_PROGRAM="/usr/bin/make" -DCMAKE_INSTALL_SO_NO_EXE=0 -DCMAKE_FIND_ROOT_PATH="/home/buildroot/instance-0/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="/home/buildroot/instance-0/output-1/host" -DCMAKE_C_FLAGS="-O2 -I/home/buildroot/instance-0/output-1/host/include" -DCMAKE_CXX_FLAGS="-O2 -I/home/buildroot/instance-0/output-1/host/include" -DCMAKE_EXE_LINKER_FLAGS="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" -DCMAKE_SHARED_LINKER_FLAGS="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" -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 -D__LIB=lib -DLIBBPF_EMBEDDED=OFF ) CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 10.2.1 -- 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: /home/buildroot/instance-0/output-1/host/bin/pkg-config (found version "1.6.3") -- Checking for module 'libbpf>=0.4.0' -- Found libbpf, version 1.1.0 -- Checking availability of DWARF and ELF development libraries -- Looking for dwfl_module_build_id in elf -- Looking for dwfl_module_build_id in elf - not found -- Found dwarf.h header: /home/buildroot/instance-0/output-1/host/usr/include -- Found elfutils/libdw.h header: /home/buildroot/instance-0/output-1/host/usr/include -- Found libdw library: /home/buildroot/instance-0/output-1/host/usr/lib/libdw.so -- Found libelf library: /home/buildroot/instance-0/output-1/host/usr/lib/libelf.so -- Checking availability of DWARF and ELF development libraries - done -- Found ZLIB: /home/buildroot/instance-0/output-1/host/usr/lib/libz.so (found version "1.3.1") -- Checking availability of argp library -- Assuming argp is in libc -- Checking availability of argp library - done -- Checking availability of obstack library -- Assuming obstack is in libc -- Checking availability of obstack library - done -- Performing Test HAVE_REALLOCARRAY_SUPPORT -- Performing Test HAVE_REALLOCARRAY_SUPPORT - Success -- Configuring done (0.6s) -- Generating done (0.0s) 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 CMAKE_CXX_COMPILER CMAKE_CXX_FLAGS -- Build files have been written to: /home/buildroot/instance-0/output-1/build/host-pahole-1.27 >>> host-pahole 1.27 Building GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/instance-0/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="/home/buildroot/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/instance-0/output-1/host/share/pkgconfig" /home/buildroot/instance-0/output-1/host/bin/cmake --build /home/buildroot/instance-0/output-1/build/host-pahole-1.27/ -j17 -- make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' [ 5%] Building C object CMakeFiles/dwarves.dir/dwarves.c.o [ 5%] Building C object CMakeFiles/dwarves.dir/dwarves_fprintf.c.o [ 8%] Building C object CMakeFiles/dwarves.dir/gobuffer.c.o [ 10%] Building C object CMakeFiles/dwarves.dir/ctf_loader.c.o [ 13%] Building C object CMakeFiles/dwarves.dir/libctf.c.o [ 16%] Building C object CMakeFiles/dwarves.dir/btf_encoder.c.o [ 18%] Building C object CMakeFiles/dwarves.dir/dwarf_loader.c.o [ 21%] Building C object CMakeFiles/dwarves.dir/elf_symtab.c.o [ 27%] Building C object CMakeFiles/dwarves.dir/rbtree.c.o [ 27%] Building C object CMakeFiles/dwarves.dir/btf_loader.c.o [ 29%] Building C object CMakeFiles/dwarves.dir/dutil.c.o [ 32%] Linking C shared library libdwarves.so make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' [ 32%] Built target dwarves make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' [ 37%] Building C object CMakeFiles/pglobal.dir/pglobal.c.o [ 37%] Building C object CMakeFiles/dwarves_reorganize.dir/dwarves_reorganize.c.o [ 40%] Building C object CMakeFiles/dwarves_emit.dir/dwarves_emit.c.o [ 45%] Building C object CMakeFiles/prefcnt.dir/prefcnt.c.o [ 45%] Building C object CMakeFiles/codiff.dir/codiff.c.o [ 48%] Building C object CMakeFiles/scncopy.dir/scncopy.c.o [ 51%] Building C object CMakeFiles/syscse.dir/syscse.c.o [ 54%] Building C object CMakeFiles/pdwtags.dir/pdwtags.c.o [ 59%] Building C object CMakeFiles/scncopy.dir/elfcreator.c.o [ 59%] Building C object CMakeFiles/dtagnames.dir/dtagnames.c.o [ 62%] Linking C executable dtagnames [ 67%] Linking C executable syscse [ 67%] Linking C executable prefcnt [ 70%] Linking C executable scncopy [ 72%] Linking C shared library libdwarves_reorganize.so [ 75%] Linking C executable pdwtags make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' [ 75%] Built target dtagnames make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' [ 78%] Built target prefcnt [ 78%] Linking C executable pglobal [ 78%] Built target syscse [ 78%] Built target scncopy make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' [ 81%] Linking C shared library libdwarves_emit.so [ 83%] Linking C executable codiff [ 83%] Built target dwarves_reorganize make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' [ 83%] Built target pdwtags make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' [ 83%] Built target pglobal make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' [ 83%] Built target dwarves_emit [ 83%] Built target codiff make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' [ 86%] Building C object CMakeFiles/ctracer.dir/ctracer.c.o [ 89%] Building C object CMakeFiles/pfunct.dir/pfunct.c.o [ 91%] Building C object CMakeFiles/pahole.dir/pahole.c.o [ 94%] Linking C executable pfunct [ 97%] Linking C executable ctracer make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' [ 97%] Built target pfunct make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' [ 97%] Built target ctracer [100%] Linking C executable pahole make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' [100%] Built target pahole make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-pahole-1.27' >>> host-pahole 1.27 Installing to host directory GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/instance-0/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="/home/buildroot/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/instance-0/output-1/host/share/pkgconfig" /home/buildroot/instance-0/output-1/host/bin/cmake --install /home/buildroot/instance-0/output-1/build/host-pahole-1.27/ -- Install configuration: "Debug" -- Installing: /home/buildroot/instance-0/output-1/host/bin/codiff -- Set non-toolchain portion of runtime path of "/home/buildroot/instance-0/output-1/host/bin/codiff" to "" -- Installing: /home/buildroot/instance-0/output-1/host/bin/ctracer -- Set non-toolchain portion of runtime path of "/home/buildroot/instance-0/output-1/host/bin/ctracer" to "" -- Installing: /home/buildroot/instance-0/output-1/host/bin/dtagnames -- Set non-toolchain portion of runtime path of "/home/buildroot/instance-0/output-1/host/bin/dtagnames" to "" -- Installing: /home/buildroot/instance-0/output-1/host/bin/pahole -- Set non-toolchain portion of runtime path of "/home/buildroot/instance-0/output-1/host/bin/pahole" to "" -- Installing: /home/buildroot/instance-0/output-1/host/bin/pdwtags -- Set non-toolchain portion of runtime path of "/home/buildroot/instance-0/output-1/host/bin/pdwtags" to "" -- Installing: /home/buildroot/instance-0/output-1/host/bin/pfunct -- Set non-toolchain portion of runtime path of "/home/buildroot/instance-0/output-1/host/bin/pfunct" to "" -- Installing: /home/buildroot/instance-0/output-1/host/bin/pglobal -- Set non-toolchain portion of runtime path of "/home/buildroot/instance-0/output-1/host/bin/pglobal" to "" -- Installing: /home/buildroot/instance-0/output-1/host/bin/prefcnt -- Set non-toolchain portion of runtime path of "/home/buildroot/instance-0/output-1/host/bin/prefcnt" to "" -- Installing: /home/buildroot/instance-0/output-1/host/bin/scncopy -- Set non-toolchain portion of runtime path of "/home/buildroot/instance-0/output-1/host/bin/scncopy" to "" -- Installing: /home/buildroot/instance-0/output-1/host/bin/syscse -- Set non-toolchain portion of runtime path of "/home/buildroot/instance-0/output-1/host/bin/syscse" to "" -- Installing: /home/buildroot/instance-0/output-1/host/lib/libdwarves.so.1.0.0 -- Installing: /home/buildroot/instance-0/output-1/host/lib/libdwarves.so.1 -- Set non-toolchain portion of runtime path of "/home/buildroot/instance-0/output-1/host/lib/libdwarves.so.1.0.0" to "" -- Installing: /home/buildroot/instance-0/output-1/host/lib/libdwarves.so -- Installing: /home/buildroot/instance-0/output-1/host/lib/libdwarves.so.1.0.0 -- Up-to-date: /home/buildroot/instance-0/output-1/host/lib/libdwarves.so.1 -- Set non-toolchain portion of runtime path of "/home/buildroot/instance-0/output-1/host/lib/libdwarves.so.1.0.0" to "" -- Up-to-date: /home/buildroot/instance-0/output-1/host/lib/libdwarves.so -- Installing: /home/buildroot/instance-0/output-1/host/lib/libdwarves_emit.so.1.0.0 -- Installing: /home/buildroot/instance-0/output-1/host/lib/libdwarves_emit.so.1 -- Set non-toolchain portion of runtime path of "/home/buildroot/instance-0/output-1/host/lib/libdwarves_emit.so.1.0.0" to "" -- Installing: /home/buildroot/instance-0/output-1/host/lib/libdwarves_emit.so -- Installing: /home/buildroot/instance-0/output-1/host/lib/libdwarves_reorganize.so.1.0.0 -- Installing: /home/buildroot/instance-0/output-1/host/lib/libdwarves_reorganize.so.1 -- Set non-toolchain portion of runtime path of "/home/buildroot/instance-0/output-1/host/lib/libdwarves_reorganize.so.1.0.0" to "" -- Installing: /home/buildroot/instance-0/output-1/host/lib/libdwarves_reorganize.so -- Installing: /home/buildroot/instance-0/output-1/host/include/dwarves/dwarves.h -- Installing: /home/buildroot/instance-0/output-1/host/include/dwarves/dwarves_emit.h -- Installing: /home/buildroot/instance-0/output-1/host/include/dwarves/dwarves_reorganize.h -- Installing: /home/buildroot/instance-0/output-1/host/include/dwarves/dutil.h -- Installing: /home/buildroot/instance-0/output-1/host/include/dwarves/gobuffer.h -- Installing: /home/buildroot/instance-0/output-1/host/include/dwarves/list.h -- Installing: /home/buildroot/instance-0/output-1/host/include/dwarves/rbtree.h -- Installing: /home/buildroot/instance-0/output-1/host/include/dwarves/btf_encoder.h -- Installing: /home/buildroot/instance-0/output-1/host/include/dwarves/config.h -- Installing: /home/buildroot/instance-0/output-1/host/include/dwarves/ctf.h -- Installing: /home/buildroot/instance-0/output-1/host/include/dwarves/elfcreator.h -- Installing: /home/buildroot/instance-0/output-1/host/include/dwarves/elf_symtab.h -- Installing: /home/buildroot/instance-0/output-1/host/include/dwarves/hash.h -- Installing: /home/buildroot/instance-0/output-1/host/include/dwarves/libctf.h -- Installing: /home/buildroot/instance-0/output-1/host/share/man/man1/pahole.1 -- Installing: /home/buildroot/instance-0/output-1/host/bin/ostra-cg -- Installing: /home/buildroot/instance-0/output-1/host/share/dwarves/runtime/python/ostra.py -- Installing: /home/buildroot/instance-0/output-1/host/bin/btfdiff -- Installing: /home/buildroot/instance-0/output-1/host/bin/fullcircle -- Installing: /home/buildroot/instance-0/output-1/host/share/dwarves/runtime/Makefile -- Installing: /home/buildroot/instance-0/output-1/host/share/dwarves/runtime/ctracer_relay.c -- Installing: /home/buildroot/instance-0/output-1/host/share/dwarves/runtime/ctracer_relay.h -- Installing: /home/buildroot/instance-0/output-1/host/share/dwarves/runtime/linux.blacklist.cu u-boot-2021.07.tar.bz2: OK (sha256: 312b7eeae44581d1362c3a3f02c28d806647756c82ba8c72241c7cdbe68ba77e) >>> host-uboot-tools 2021.07 Extracting bzcat /home/buildroot/instance-0/dl/uboot-tools/u-boot-2021.07.tar.bz2 | /home/buildroot/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/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 /home/buildroot/instance-0/output-1/build/host-uboot-tools-2021.07/include/config touch /home/buildroot/instance-0/output-1/build/host-uboot-tools-2021.07/include/config/auto.conf mkdir -p /home/buildroot/instance-0/output-1/build/host-uboot-tools-2021.07/include/generated touch /home/buildroot/instance-0/output-1/build/host-uboot-tools-2021.07/include/generated/autoconf.h echo >> /home/buildroot/instance-0/output-1/build/host-uboot-tools-2021.07/include/generated/autoconf.h mkdir -p /home/buildroot/instance-0/output-1/build/host-uboot-tools-2021.07/include/asm touch /home/buildroot/instance-0/output-1/build/host-uboot-tools-2021.07/include/asm/linkage.h >>> host-uboot-tools 2021.07 Building /usr/bin/make -j1 -C /home/buildroot/instance-0/output-1/build/host-uboot-tools-2021.07 HOSTCC="/usr/bin/gcc" HOSTCFLAGS="-O2 -I/home/buildroot/instance-0/output-1/host/include" HOSTLDFLAGS="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" CONFIG_EFI_HAVE_CAPSULE_SUPPORT=y tools-only make[1]: Entering directory '/home/buildroot/instance-0/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 make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-uboot-tools-2021.07' /usr/bin/make -j1 -C /home/buildroot/instance-0/output-1/build/host-uboot-tools-2021.07 HOSTCC="/usr/bin/gcc" HOSTCFLAGS="-O2 -I/home/buildroot/instance-0/output-1/host/include" HOSTLDFLAGS="-L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" CONFIG_EFI_HAVE_CAPSULE_SUPPORT=y envtools no-dot-config-targets=envtools make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/host-uboot-tools-2021.07' UPD include/generated/timestamp_autogenerated.h AR tools/env/built-in.o HOSTCC tools/env/crc32.o HOSTCC tools/env/ctype.o HOSTCC tools/env/env_attr.o HOSTCC tools/env/env_flags.o HOSTCC tools/env/fw_env.o HOSTCC tools/env/linux_string.o AR tools/env/lib.a HOSTCC tools/env/fw_env_main.o HOSTLD tools/env/fw_printenv STRIP tools/env/fw_printenv make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-uboot-tools-2021.07' >>> host-uboot-tools 2021.07 Installing to host directory /usr/bin/install -m 0755 -D /home/buildroot/instance-0/output-1/build/host-uboot-tools-2021.07/tools/mkimage /home/buildroot/instance-0/output-1/host/bin/mkimage /usr/bin/install -m 0755 -D /home/buildroot/instance-0/output-1/build/host-uboot-tools-2021.07/tools/mkeficapsule /home/buildroot/instance-0/output-1/host/bin/mkeficapsule /usr/bin/install -m 0755 -D /home/buildroot/instance-0/output-1/build/host-uboot-tools-2021.07/tools/mkenvimage /home/buildroot/instance-0/output-1/host/bin/mkenvimage /usr/bin/install -m 0755 -D /home/buildroot/instance-0/output-1/build/host-uboot-tools-2021.07/tools/dumpimage /home/buildroot/instance-0/output-1/host/bin/dumpimage /usr/bin/install -m 0755 -D /home/buildroot/instance-0/output-1/build/host-uboot-tools-2021.07/tools/env/fw_printenv /home/buildroot/instance-0/output-1/host/bin/fw_printenv ln -sf /home/buildroot/instance-0/output-1/host/bin/fw_printenv /home/buildroot/instance-0/output-1/host/bin/fw_setenv make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/linux-6.10.9' 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/menu.o HOSTCC scripts/kconfig/preprocess.o HOSTCC scripts/kconfig/symbol.o HOSTCC scripts/kconfig/util.o HOSTCC scripts/kconfig/lexer.lex.o HOSTCC scripts/kconfig/parser.tab.o HOSTLD scripts/kconfig/conf *** Default configuration is based on target 'ppc64le_defconfig' Using ./arch/powerpc/configs/ppc64_defconfig as base Merging ./arch/powerpc/configs/le.config # # merged configuration written to .config (needs make) # # # configuration written to .config # make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/linux-6.10.9' Using /home/buildroot/instance-0/output-1/build/linux-6.10.9/.config as base # # merged configuration written to /home/buildroot/instance-0/output-1/build/linux-6.10.9/.config (needs make) # make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/linux-6.10.9' # # No change to .config # make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/linux-6.10.9' >>> linux 6.10.9 Updating kernel config with fixups make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/linux-6.10.9' .config:4919:warning: override: CPU_BIG_ENDIAN changes choice state # # configuration written to .config # make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/linux-6.10.9' >>> linux 6.10.9 Configuring >>> linux 6.10.9 Building GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/instance-0/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="/home/buildroot/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/instance-0/output-1/host/share/pkgconfig" BR_BINARIES_DIR=/home/buildroot/instance-0/output-1/images KCFLAGS=-Wno-attribute-alias /usr/bin/make -j17 HOSTCC="/usr/bin/gcc -O2 -isystem /home/buildroot/instance-0/output-1/host/include -L/home/buildroot/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/instance-0/output-1/host/lib" ARCH=powerpc INSTALL_MOD_PATH=/home/buildroot/instance-0/output-1/target CROSS_COMPILE="/home/buildroot/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-" WERROR=0 REGENERATE_PARSERS=1 DEPMOD=/home/buildroot/instance-0/output-1/host/sbin/depmod -C /home/buildroot/instance-0/output-1/build/linux-6.10.9 all make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/linux-6.10.9' 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 WRAP arch/powerpc/include/generated/uapi/asm/bpf_perf_event.h 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/sockios.h WRAP arch/powerpc/include/generated/uapi/asm/siginfo.h SYSHDR arch/powerpc/include/generated/uapi/asm/unistd_32.h WRAP arch/powerpc/include/generated/uapi/asm/statfs.h UPD include/generated/uapi/linux/version.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 WRAP arch/powerpc/include/generated/asm/agp.h WRAP arch/powerpc/include/generated/asm/kvm_types.h HOSTCC scripts/dtc/fstree.o HOSTCC scripts/dtc/data.o WRAP arch/powerpc/include/generated/asm/mcs_spinlock.h WRAP arch/powerpc/include/generated/asm/qrwlock.h HOSTCC scripts/dtc/livetree.o WRAP arch/powerpc/include/generated/asm/early_ioremap.h HOSTCC scripts/dtc/treesource.o WRAP arch/powerpc/include/generated/asm/bugs.h HOSTCC scripts/dtc/srcpos.o WRAP arch/powerpc/include/generated/asm/cfi.h UPD include/generated/compile.h UPD include/config/kernel.release HOSTCC scripts/dtc/checks.o WRAP arch/powerpc/include/generated/asm/div64.h WRAP arch/powerpc/include/generated/asm/dma-mapping.h HOSTCC scripts/dtc/util.o 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 LEX scripts/dtc/dtc-lexer.lex.c 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 YACC scripts/dtc/dtc-parser.tab.[ch] UPD include/generated/utsrelease.h HOSTCC scripts/dtc/libfdt/fdt.o HOSTCC scripts/dtc/libfdt/fdt_wip.o HOSTCC scripts/dtc/libfdt/fdt_sw.o HOSTCC scripts/dtc/libfdt/fdt_ro.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 HOSTCC scripts/dtc/dtc-lexer.lex.o HOSTCC scripts/dtc/dtc-parser.tab.o HOSTLD scripts/dtc/fdtoverlay HOSTLD scripts/dtc/dtc HOSTCC scripts/kallsyms HOSTCC scripts/sorttable HOSTCC scripts/asn1_compiler HOSTCC scripts/genksyms/genksyms.o YACC scripts/genksyms/parse.tab.[ch] LEX scripts/genksyms/lex.lex.c HOSTCC scripts/selinux/mdp/mdp HOSTCC scripts/selinux/genheaders/genheaders HOSTCC scripts/sign-file scripts/sign-file.c:25:10: fatal error: openssl/opensslv.h: No such file or directory 25 | #include | ^~~~~~~~~~~~~~~~~~~~ compilation terminated. make[3]: *** [scripts/Makefile.host:116: scripts/sign-file] Error 1 make[3]: *** Waiting for unfinished jobs.... HOSTCC scripts/genksyms/parse.tab.o HOSTCC scripts/genksyms/lex.lex.o HOSTLD scripts/genksyms/genksyms make[2]: *** [/home/buildroot/instance-0/output-1/build/linux-6.10.9/Makefile:1192: scripts] Error 2 make[1]: *** [Makefile:240: __sub-make] Error 2 make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/linux-6.10.9' make: *** [package/pkg-generic.mk:289: /home/buildroot/instance-0/output-1/build/linux-6.10.9/.stamp_built] Error 2 make: Leaving directory '/home/buildroot/instance-0/buildroot'