ftsfind.c:69:0: warning: "bindtextdomain" redefined #define bindtextdomain(Package, Directory) In file included from ftsfind.c:47:0: ../gl/lib/gettext.h:87:0: note: this is the location of the previous definition # define bindtextdomain(Domainname, Dirname) \ rm -f libfindtools.a /home/peko/autobuild/instance-1/output/host/bin/arm-buildroot-linux-uclibcgnueabi-ar cr libfindtools.a finddata.o fstype.o parser.o pred.o exec.o tree.o util.o sharefile.o print.o /home/peko/autobuild/instance-1/output/host/bin/arm-buildroot-linux-uclibcgnueabi-ranlib libfindtools.a /home/peko/autobuild/instance-1/output/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o find ftsfind.o ./libfindtools.a ../lib/libfind.a ../gl/lib/libgnulib.a -lm -lm Making all in testsuite make[5]: Nothing to be done for `all'. Making all in xargs Making all in . /home/peko/autobuild/instance-1/output/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gl/lib -I../gl/lib -I../lib -I../intl -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o xargs.o xargs.c xargs.c:75:0: warning: "textdomain" redefined #define textdomain(Domain) In file included from xargs.c:59:0: ../gl/lib/gettext.h:85:0: note: this is the location of the previous definition # define textdomain(Domainname) ((const char *) (Domainname)) xargs.c:76:0: warning: "bindtextdomain" redefined #define bindtextdomain(Package, Directory) In file included from xargs.c:59:0: ../gl/lib/gettext.h:87:0: note: this is the location of the previous definition # define bindtextdomain(Domainname, Dirname) \ /home/peko/autobuild/instance-1/output/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o xargs xargs.o ../lib/libfind.a ../gl/lib/libgnulib.a Making all in testsuite make[5]: Nothing to be done for `all'. Making all in locate echo '@set LOCATE_DB /var/locatedb' > dblocation.texi.tmp if test -f dblocation.texi && cmp dblocation.texi.tmp dblocation.texi >/dev/null ; then \ rm dblocation.texi.tmp ; \ else \ mv dblocation.texi.tmp dblocation.texi ; \ fi /usr/bin/make all-recursive Making all in . /home/peko/autobuild/instance-1/output/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../lib -I../gl/lib -I../gl/lib -I../intl -DLOCATE_DB=\"/var/locatedb\" -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o locate.o locate.c /home/peko/autobuild/instance-1/output/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../lib -I../gl/lib -I../gl/lib -I../intl -DLOCATE_DB=\"/var/locatedb\" -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o word_io.o word_io.c /home/peko/autobuild/instance-1/output/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../lib -I../gl/lib -I../gl/lib -I../intl -DLOCATE_DB=\"/var/locatedb\" -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o frcode.o frcode.c /home/peko/autobuild/instance-1/output/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../lib -I../gl/lib -I../gl/lib -I../intl -DLOCATE_DB=\"/var/locatedb\" -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o code.o code.c /home/peko/autobuild/instance-1/output/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../lib -I../gl/lib -I../gl/lib -I../intl -DLOCATE_DB=\"/var/locatedb\" -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o bigram.o bigram.c rm -f updatedb find=`echo find|sed 's&^&&'`; \ frcode=`echo frcode|sed 's&^&&'`; \ bigram=`echo bigram|sed 's&^&&'`; \ code=`echo code|sed 's&^&&'`; \ sed \ -e "s,@""bindir""@,/usr/bin," \ -e "s,@""libexecdir""@,/usr/libexec," \ -e "s,@""LOCATE_DB""@,/var/locatedb," \ -e "s,@""VERSION""@,4.6.0," \ -e "s,@""PACKAGE_NAME""@,GNU findutils," \ -e "s,@""find""@,${find}," \ -e "s,@""frcode""@,${frcode}," \ -e "s,@""bigram""@,${bigram}," \ -e "s,@""code""@,${code}," \ -e "s,@""SORT""@,/usr/bin/sort," \ -e "s,@""SORT_SUPPORTS_Z""@,false," \ ./updatedb.sh > updatedb chmod +x updatedb code.c:74:0: warning: "textdomain" redefined #define textdomain(Domain) In file included from code.c:61:0: ../gl/lib/gettext.h:85:0: note: this is the location of the previous definition # define textdomain(Domainname) ((const char *) (Domainname)) code.c:75:0: warning: "bindtextdomain" redefined #define bindtextdomain(Package, Directory) In file included from code.c:61:0: ../gl/lib/gettext.h:87:0: note: this is the location of the previous definition # define bindtextdomain(Domainname, Dirname) \ frcode.c:96:0: warning: "textdomain" redefined #define textdomain(Domain) In file included from frcode.c:83:0: ../gl/lib/gettext.h:85:0: note: this is the location of the previous definition # define textdomain(Domainname) ((const char *) (Domainname)) frcode.c:97:0: warning: "bindtextdomain" redefined #define bindtextdomain(Package, Directory) In file included from frcode.c:83:0: ../gl/lib/gettext.h:87:0: note: this is the location of the previous definition # define bindtextdomain(Domainname, Dirname) \ word_io.c:43:0: warning: "textdomain" redefined #define textdomain(Domain) In file included from word_io.c:32:0: ../gl/lib/gettext.h:85:0: note: this is the location of the previous definition # define textdomain(Domainname) ((const char *) (Domainname)) word_io.c:44:0: warning: "bindtextdomain" redefined #define bindtextdomain(Package, Directory) In file included from word_io.c:32:0: ../gl/lib/gettext.h:87:0: note: this is the location of the previous definition # define bindtextdomain(Domainname, Dirname) \ bigram.c:60:0: warning: "textdomain" redefined #define textdomain(Domain) In file included from bigram.c:46:0: ../gl/lib/gettext.h:85:0: note: this is the location of the previous definition # define textdomain(Domainname) ((const char *) (Domainname)) bigram.c:61:0: warning: "bindtextdomain" redefined #define bindtextdomain(Package, Directory) In file included from bigram.c:46:0: ../gl/lib/gettext.h:87:0: note: this is the location of the previous definition # define bindtextdomain(Domainname, Dirname) \ locate.c:109:0: warning: "textdomain" redefined #define textdomain(Domain) In file included from locate.c:86:0: ../gl/lib/gettext.h:85:0: note: this is the location of the previous definition # define textdomain(Domainname) ((const char *) (Domainname)) locate.c:110:0: warning: "bindtextdomain" redefined #define bindtextdomain(Package, Directory) In file included from locate.c:86:0: ../gl/lib/gettext.h:87:0: note: this is the location of the previous definition # define bindtextdomain(Domainname, Dirname) \ locate.c:111:0: warning: "ngettext" redefined #define ngettext(singular,plural,n) ((1==n) ? singular : plural) In file included from locate.c:86:0: ../gl/lib/gettext.h:74:0: note: this is the location of the previous definition # define ngettext(Msgid1, Msgid2, N) \ /home/peko/autobuild/instance-1/output/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o bigram bigram.o ../lib/libfind.a ../gl/lib/libgnulib.a /home/peko/autobuild/instance-1/output/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o code code.o word_io.o ../lib/libfind.a ../gl/lib/libgnulib.a /home/peko/autobuild/instance-1/output/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o frcode frcode.o ../lib/libfind.a ../gl/lib/libgnulib.a /home/peko/autobuild/instance-1/output/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o locate locate.o word_io.o ../lib/libfind.a ../gl/lib/libgnulib.a Making all in testsuite make[6]: Nothing to be done for `all'. Making all in doc ln -s ../locate/dblocation.texi dblocation.texi /usr/bin/make all-am make[5]: Nothing to be done for `all-am'. Making all in po make[4]: Nothing to be done for `all'. Making all in m4 make[4]: Nothing to be done for `all'. >>> findutils 4.6.0 Installing to target PATH="/home/peko/autobuild/instance-1/output/host/bin:/home/peko/autobuild/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" /usr/bin/make -j16 DESTDIR=/home/peko/autobuild/instance-1/output/target install -C /home/peko/autobuild/instance-1/output/build/findutils-4.6.0/ Making install in gl Making install in lib /usr/bin/make install-recursive if test yes = no; then \ case 'linux-uclibcgnueabi' in \ darwin[56]*) \ need_charset_alias=true ;; \ darwin* | cygwin* | mingw* | pw32* | cegcc*) \ need_charset_alias=false ;; \ *) \ need_charset_alias=true ;; \ esac ; \ else \ need_charset_alias=false ; \ fi ; \ if $need_charset_alias; then \ /bin/sh ../../build-aux/mkinstalldirs /home/peko/autobuild/instance-1/output/target/usr/lib ; \ fi ; \ if test -f /home/peko/autobuild/instance-1/output/target/usr/lib/charset.alias; then \ sed -f ref-add.sed /home/peko/autobuild/instance-1/output/target/usr/lib/charset.alias > /home/peko/autobuild/instance-1/output/target/usr/lib/charset.tmp ; \ /usr/bin/install -c -m 644 /home/peko/autobuild/instance-1/output/target/usr/lib/charset.tmp /home/peko/autobuild/instance-1/output/target/usr/lib/charset.alias ; \ rm -f /home/peko/autobuild/instance-1/output/target/usr/lib/charset.tmp ; \ else \ if $need_charset_alias; then \ sed -f ref-add.sed charset.alias > /home/peko/autobuild/instance-1/output/target/usr/lib/charset.tmp ; \ /usr/bin/install -c -m 644 /home/peko/autobuild/instance-1/output/target/usr/lib/charset.tmp /home/peko/autobuild/instance-1/output/target/usr/lib/charset.alias ; \ rm -f /home/peko/autobuild/instance-1/output/target/usr/lib/charset.tmp ; \ fi ; \ fi make[7]: Nothing to be done for `install-data-am'. make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. Making install in tests /usr/bin/make install-recursive Making install in . make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. Making install in build-aux make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. Making install in lib make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. Making install in find Making install in . /usr/bin/mkdir -p '/home/peko/autobuild/instance-1/output/target/usr/bin' /usr/bin/mkdir -p '/home/peko/autobuild/instance-1/output/target/usr/share/man/man1' /usr/bin/install -c find '/home/peko/autobuild/instance-1/output/target/usr/bin' /usr/bin/install -c -m 644 find.1 '/home/peko/autobuild/instance-1/output/target/usr/share/man/man1' Making install in testsuite make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. Making install in xargs Making install in . /usr/bin/mkdir -p '/home/peko/autobuild/instance-1/output/target/usr/bin' /usr/bin/mkdir -p '/home/peko/autobuild/instance-1/output/target/usr/share/man/man1' /usr/bin/install -c xargs '/home/peko/autobuild/instance-1/output/target/usr/bin' /usr/bin/install -c -m 644 xargs.1 '/home/peko/autobuild/instance-1/output/target/usr/share/man/man1' Making install in testsuite make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. Making install in locate echo '@set LOCATE_DB /var/locatedb' > dblocation.texi.tmp if test -f dblocation.texi && cmp dblocation.texi.tmp dblocation.texi >/dev/null ; then \ rm dblocation.texi.tmp ; \ else \ mv dblocation.texi.tmp dblocation.texi ; \ fi /usr/bin/make install-recursive Making install in . /usr/bin/mkdir -p '/home/peko/autobuild/instance-1/output/target/usr/bin' /usr/bin/mkdir -p '/home/peko/autobuild/instance-1/output/target/usr/bin' /usr/bin/mkdir -p '/home/peko/autobuild/instance-1/output/target/usr/libexec' /usr/bin/mkdir -p '/home/peko/autobuild/instance-1/output/target/usr/share/man/man1' /usr/bin/mkdir -p '/home/peko/autobuild/instance-1/output/target/usr/share/man/man5' /usr/bin/install -c locate '/home/peko/autobuild/instance-1/output/target/usr/bin' /usr/bin/install -c updatedb '/home/peko/autobuild/instance-1/output/target/usr/bin' /usr/bin/install -c frcode code bigram '/home/peko/autobuild/instance-1/output/target/usr/libexec' /usr/bin/install -c -m 644 locatedb.5 '/home/peko/autobuild/instance-1/output/target/usr/share/man/man5' /usr/bin/install -c -m 644 locate.1 updatedb.1 '/home/peko/autobuild/instance-1/output/target/usr/share/man/man1' /usr/bin/make install-data-hook ../build-aux/mkinstalldirs /home/peko/autobuild/instance-1/output/target/var Making install in testsuite make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. Making install in doc /usr/bin/make install-am make[5]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/home/peko/autobuild/instance-1/output/target/usr/share/info' /usr/bin/install -c -m 644 ./find.info ./find.info-1 ./find.info-2 ./find-maint.info '/home/peko/autobuild/instance-1/output/target/usr/share/info' install-info --info-dir='/home/peko/autobuild/instance-1/output/target/usr/share/info' '/home/peko/autobuild/instance-1/output/target/usr/share/info/find.info' install-info --info-dir='/home/peko/autobuild/instance-1/output/target/usr/share/info' '/home/peko/autobuild/instance-1/output/target/usr/share/info/find-maint.info' Making install in po if test "findutils" = "gettext-tools"; then \ /usr/bin/mkdir -p /home/peko/autobuild/instance-1/output/target/usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/bin/install -c -m 644 ./$file \ /home/peko/autobuild/instance-1/output/target/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /home/peko/autobuild/instance-1/output/target/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi Making install in m4 make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. fio-fio-2.20.tar.gz: OK (sha256: 1952db4d534221e6e8454f851dfcc38328b0ed4a3f499ea25a51ca2b5ccc8136) >>> fio fio-2.20 Extracting gzip -d -c /home/peko/autobuild/instance-1/dl/fio-fio-2.20.tar.gz | tar --strip-components=1 -C /home/peko/autobuild/instance-1/output/build/fio-fio-2.20 -xf - >>> fio fio-2.20 Patching >>> fio fio-2.20 Configuring (cd /home/peko/autobuild/instance-1/output/build/fio-fio-2.20; PATH="/home/peko/autobuild/instance-1/output/host/bin:/home/peko/autobuild/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" ./configure --cc="/home/peko/autobuild/instance-1/output/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc" --extra-cflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os ") Operating system Linux CPU arm Big endian no Compiler /home/peko/autobuild/instance-1/output/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc Cross compile yes Static build no Wordsize 32 zlib yes Linux AIO support no POSIX AIO support no POSIX AIO support needs -lrt no POSIX AIO fsync no POSIX pshared support yes Solaris AIO support no __sync_fetch_and_add yes libverbs no rdmacm no Linux fallocate yes POSIX fadvise yes POSIX fallocate yes sched_setaffinity(3 arg) yes sched_setaffinity(2 arg) no clock_gettime yes CLOCK_MONOTONIC yes CLOCK_MONOTONIC_RAW yes CLOCK_MONOTONIC_PRECISE no clockid_t yes gettimeofday yes fdatasync yes sync_file_range yes EXT4 move extent yes Linux splice(2) yes GUASI no Fusion-io atomic engine no libnuma no strsep yes strcasestr yes strlcat yes getopt_long_only() yes inet_aton yes socklen_t yes __thread yes RUSAGE_THREAD no SCHED_IDLE yes TCP_NODELAY yes Net engine window_size yes TCP_MAXSEG yes RLIMIT_MEMLOCK yes pwritev/preadv yes pwritev2/preadv2 no IPv6 helpers yes Rados Block Device engine no rbd blkin tracing no setvbuf yes Gluster API engine no s390_z196_facilities no HDFS engine no MTD yes libpmem no libpmemblk no NVML pmemblk engine no NVML dev-dax engine no lex/yacc for arithmetic no getmntent yes getmntinfo no Static Assert yes bool yes march_armv8_a_crc_crypto no cuda no >>> fio fio-2.20 Building PATH="/home/peko/autobuild/instance-1/output/host/bin:/home/peko/autobuild/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" /usr/bin/make -j16 -C /home/peko/autobuild/instance-1/output/build/fio-fio-2.20 FIO_VERSION = fio-2.20 CC crc/crc16.o CC crc/sha512.o CC crc/crc7.o CC crc/sha1.o CC crc/crc32c.o CC crc/crc32c-arm64.o CC crc/test.o CC crc/crc32.o CC crc/murmur3.o CC crc/xxhash.o CC crc/crc32c-intel.o CC crc/sha3.o CC crc/sha256.o CC crc/fnv.o CC crc/md5.o CC crc/crc64.o CC lib/rand.o CC lib/rbtree.o CC lib/ieee754.o CC lib/pattern.o CC lib/mountcheck.o CC lib/num2str.o CC lib/strntol.o CC lib/bloom.o CC lib/lfsr.o CC lib/memalign.o CC lib/output_buffer.o CC lib/getrusage.o CC lib/zipf.o CC lib/hweight.o CC lib/flist_sort.o CC lib/axmap.o CC lib/prio_tree.o CC lib/gauss.o CC gettime.o CC ioengines.o CC init.o CC stat.o CC log.o CC time.o CC filesetup.o CC eta.o CC verify.o CC memory.o CC io_u.o CC parse.o CC mutex.o CC options.o CC smalloc.o CC filehash.o CC profile.o CC debug.o CC engines/cpu.o CC engines/mmap.o CC engines/sync.o CC engines/null.o CC engines/net.o CC engines/ftruncate.o CC server.o CC client.o CC iolog.o CC backend.o CC libfio.o CC flow.o CC cconv.o CC gettime-thread.o CC helpers.o CC json.o CC idletime.o CC td_error.o CC profiles/tiobench.o CC profiles/act.o CC io_u_queue.o CC filelock.o CC workqueue.o CC rate-submit.o CC optgroup.o CC helper_thread.o CC steadystate.o CC engines/falloc.o CC engines/e4defrag.o CC engines/splice.o CC engines/mtd.o CC oslib/libmtd.o CC oslib/libmtd_legacy.o CC diskutil.o CC fifo.o CC blktrace.o CC cgroup.o CC trim.o CC engines/sg.o CC engines/binject.o CC oslib/linux-dev-lookup.o CC fio.o CC t/log.o CC t/genzipf.o CC oslib/strcasestr.o CC t/btrace2fio.o CC t/dedupe.o CC t/debug.o CC t/arch.o CC t/verify-state.o CC t/stest.o CC t/ieee754.o CC t/axmap.o CC t/lfsr-test.o CC t/gen-rand.o LINK t/stest LINK t/ieee754 LINK t/fio-genzipf LINK t/axmap LINK t/fio-verify-state LINK t/gen-rand LINK t/lfsr-test LINK t/fio-dedupe LINK t/fio-btrace2fio LINK fio >>> fio fio-2.20 Installing to target /usr/bin/install -D /home/peko/autobuild/instance-1/output/build/fio-fio-2.20/fio /home/peko/autobuild/instance-1/output/target/usr/bin/fio >>> fis 2892 Extracting gzip -d -c /home/peko/autobuild/instance-1/dl/fis-2892.tar.gz | tar --strip-components=1 -C /home/peko/autobuild/instance-1/output/build/fis-2892 -xf - >>> fis 2892 Patching Applying 0001-checksum.patch using patch: patching file crc.c patching file crc.h patching file fis.c Applying 0003-list_output.patch using patch: patching file fis.c Applying 0004-sorted_list.patch using patch: patching file fis.c >>> fis 2892 Configuring >>> fis 2892 Building /home/peko/autobuild/instance-1/output/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -o /home/peko/autobuild/instance-1/output/build/fis-2892/fis /home/peko/autobuild/instance-1/output/build/fis-2892/fis.c /home/peko/autobuild/instance-1/output/build/fis-2892/crc.c >>> fis 2892 Installing to target /usr/bin/install -m 0755 -D /home/peko/autobuild/instance-1/output/build/fis-2892/fis /home/peko/autobuild/instance-1/output/target/sbin/fis go1.4.3.src.tar.gz: OK (sha256: 9947fc705b0b841b5938c48b22dc33e9647ec0752bae66e50278df4f23f64959) >>> host-go-bootstrap 1.4.3 Extracting gzip -d -c /home/peko/autobuild/instance-1/dl/go1.4.3.src.tar.gz | tar --strip-components=1 -C /home/peko/autobuild/instance-1/output/build/host-go-bootstrap-1.4.3 -xf - >>> host-go-bootstrap 1.4.3 Patching >>> host-go-bootstrap 1.4.3 Configuring >>> host-go-bootstrap 1.4.3 Building cd /home/peko/autobuild/instance-1/output/build/host-go-bootstrap-1.4.3/src && GOOS=linux GOROOT_FINAL="/home/peko/autobuild/instance-1/output/host/lib/go-1.4.3" GOROOT="/home/peko/autobuild/instance-1/output/build/host-go-bootstrap-1.4.3" GOBIN="/home/peko/autobuild/instance-1/output/build/host-go-bootstrap-1.4.3/bin" CC=/usr/bin/gcc CGO_ENABLED=0 ./make.bash # Building C bootstrap tool. cmd/dist go tool dist: unknown architecture: ppc64le make[1]: *** [/home/peko/autobuild/instance-1/output/build/host-go-bootstrap-1.4.3/.stamp_built] Error 1 make: *** [_all] Error 2 make: Leaving directory `/home/peko/autobuild/instance-1/buildroot'