63 | eb32 = container_of(node, struct eb32sc_node, node); | ^~~~~~~~~~~ include/haproxy/compiler.h:199:77: note: in definition of macro 'container_of' 199 | #define container_of(ptr, type, name) ((type *)(((void *)(ptr)) - ((long)&((type *)0)->name))) | ^~~~ In file included from include/import/ebtree.h:250: include/import/ebtree-t.h:72:8: note: defined here 72 | struct eb_node { | ^~~~~~~ include/import/ebtree-t.h:130:8: note: defined here 130 | struct eb32sc_node { | ^~~~~~~~~~~ include/import/eb32sctree.h:73:58: warning: converting a packed 'struct eb_node' pointer (alignment 1) to a 'struct eb32sc_node' pointer (alignment 8) may result in an unaligned pointer value [-Waddress-of-packed-member] 73 | eb32 = container_of(node, struct eb32sc_node, node); | ^~~~~~~~~~~ include/haproxy/compiler.h:199:77: note: in definition of macro 'container_of' 199 | #define container_of(ptr, type, name) ((type *)(((void *)(ptr)) - ((long)&((type *)0)->name))) | ^~~~ include/import/ebtree-t.h:72:8: note: defined here 72 | struct eb_node { | ^~~~~~~ include/import/ebtree-t.h:130:8: note: defined here 130 | struct eb32sc_node { | ^~~~~~~~~~~ include/import/eb32tree.h: In function 'eb32_first': include/import/eb32tree.h:39:50: warning: converting a packed 'struct eb_node' pointer (alignment 1) to a 'struct eb32_node' pointer (alignment 8) may result in an unaligned pointer value [-Waddress-of-packed-member] 39 | return eb32_entry(eb_first(root), struct eb32_node, node); | ^~~~~~~~~ include/haproxy/compiler.h:199:77: note: in definition of macro 'container_of' 199 | #define container_of(ptr, type, name) ((type *)(((void *)(ptr)) - ((long)&((type *)0)->name))) | ^~~~ include/import/eb32tree.h:39:16: note: in expansion of macro 'eb32_entry' 39 | return eb32_entry(eb_first(root), struct eb32_node, node); | ^~~~~~~~~~ include/import/ebtree-t.h:72:8: note: defined here 72 | struct eb_node { | ^~~~~~~ include/import/ebtree-t.h:115:8: note: defined here 115 | struct eb32_node { | ^~~~~~~~~ include/import/eb32tree.h: In function 'eb32_last': include/import/eb32tree.h:45:49: warning: converting a packed 'struct eb_node' pointer (alignment 1) to a 'struct eb32_node' pointer (alignment 8) may result in an unaligned pointer value [-Waddress-of-packed-member] 45 | return eb32_entry(eb_last(root), struct eb32_node, node); | ^~~~~~~~~ include/haproxy/compiler.h:199:77: note: in definition of macro 'container_of' 199 | #define container_of(ptr, type, name) ((type *)(((void *)(ptr)) - ((long)&((type *)0)->name))) | ^~~~ include/import/eb32tree.h:45:16: note: in expansion of macro 'eb32_entry' 45 | return eb32_entry(eb_last(root), struct eb32_node, node); | ^~~~~~~~~~ include/import/ebtree-t.h:72:8: note: defined here 72 | struct eb_node { | ^~~~~~~ include/import/ebtree-t.h:115:8: note: defined here 115 | struct eb32_node { | ^~~~~~~~~ include/import/eb32tree.h: In function 'eb32_next': include/import/eb32tree.h:51:56: warning: converting a packed 'struct eb_node' pointer (alignment 1) to a 'struct eb32_node' pointer (alignment 8) may result in an unaligned pointer value [-Waddress-of-packed-member] 51 | return eb32_entry(eb_next(&eb32->node), struct eb32_node, node); | ^~~~~~~~~ include/haproxy/compiler.h:199:77: note: in definition of macro 'container_of' 199 | #define container_of(ptr, type, name) ((type *)(((void *)(ptr)) - ((long)&((type *)0)->name))) | ^~~~ include/import/eb32tree.h:51:16: note: in expansion of macro 'eb32_entry' 51 | return eb32_entry(eb_next(&eb32->node), struct eb32_node, node); | ^~~~~~~~~~ include/import/ebtree-t.h:72:8: note: defined here 72 | struct eb_node { | ^~~~~~~ include/import/ebtree-t.h:115:8: note: defined here 115 | struct eb32_node { | ^~~~~~~~~ include/import/eb32tree.h: In function 'eb32_prev': include/import/eb32tree.h:57:56: warning: converting a packed 'struct eb_node' pointer (alignment 1) to a 'struct eb32_node' pointer (alignment 8) may result in an unaligned pointer value [-Waddress-of-packed-member] 57 | return eb32_entry(eb_prev(&eb32->node), struct eb32_node, node); | ^~~~~~~~~ include/haproxy/compiler.h:199:77: note: in definition of macro 'container_of' 199 | #define container_of(ptr, type, name) ((type *)(((void *)(ptr)) - ((long)&((type *)0)->name))) | ^~~~ include/import/eb32tree.h:57:16: note: in expansion of macro 'eb32_entry' 57 | return eb32_entry(eb_prev(&eb32->node), struct eb32_node, node); | ^~~~~~~~~~ include/import/ebtree-t.h:72:8: note: defined here 72 | struct eb_node { | ^~~~~~~ include/import/ebtree-t.h:115:8: note: defined here 115 | struct eb32_node { | ^~~~~~~~~ include/import/eb32tree.h: In function 'eb32_next_dup': include/import/eb32tree.h:63:60: warning: converting a packed 'struct eb_node' pointer (alignment 1) to a 'struct eb32_node' pointer (alignment 8) may result in an unaligned pointer value [-Waddress-of-packed-member] 63 | return eb32_entry(eb_next_dup(&eb32->node), struct eb32_node, node); | ^~~~~~~~~ include/haproxy/compiler.h:199:77: note: in definition of macro 'container_of' 199 | #define container_of(ptr, type, name) ((type *)(((void *)(ptr)) - ((long)&((type *)0)->name))) | ^~~~ include/import/eb32tree.h:63:16: note: in expansion of macro 'eb32_entry' 63 | return eb32_entry(eb_next_dup(&eb32->node), struct eb32_node, node); | ^~~~~~~~~~ include/import/ebtree-t.h:72:8: note: defined here 72 | struct eb_node { | ^~~~~~~ include/import/ebtree-t.h:115:8: note: defined here 115 | struct eb32_node { | ^~~~~~~~~ include/import/eb32tree.h: In function 'eb32_prev_dup': include/import/eb32tree.h:69:60: warning: converting a packed 'struct eb_node' pointer (alignment 1) to a 'struct eb32_node' pointer (alignment 8) may result in an unaligned pointer value [-Waddress-of-packed-member] 69 | return eb32_entry(eb_prev_dup(&eb32->node), struct eb32_node, node); | ^~~~~~~~~ include/haproxy/compiler.h:199:77: note: in definition of macro 'container_of' 199 | #define container_of(ptr, type, name) ((type *)(((void *)(ptr)) - ((long)&((type *)0)->name))) | ^~~~ include/import/eb32tree.h:69:16: note: in expansion of macro 'eb32_entry' 69 | return eb32_entry(eb_prev_dup(&eb32->node), struct eb32_node, node); | ^~~~~~~~~~ include/import/ebtree-t.h:72:8: note: defined here 72 | struct eb_node { | ^~~~~~~ include/import/ebtree-t.h:115:8: note: defined here 115 | struct eb32_node { | ^~~~~~~~~ include/import/eb32tree.h: In function 'eb32_next_unique': include/import/eb32tree.h:75:63: warning: converting a packed 'struct eb_node' pointer (alignment 1) to a 'struct eb32_node' pointer (alignment 8) may result in an unaligned pointer value [-Waddress-of-packed-member] 75 | return eb32_entry(eb_next_unique(&eb32->node), struct eb32_node, node); | ^~~~~~~~~ include/haproxy/compiler.h:199:77: note: in definition of macro 'container_of' 199 | #define container_of(ptr, type, name) ((type *)(((void *)(ptr)) - ((long)&((type *)0)->name))) | ^~~~ include/import/eb32tree.h:75:16: note: in expansion of macro 'eb32_entry' 75 | return eb32_entry(eb_next_unique(&eb32->node), struct eb32_node, node); | ^~~~~~~~~~ include/import/ebtree-t.h:72:8: note: defined here 72 | struct eb_node { | ^~~~~~~ include/import/ebtree-t.h:115:8: note: defined here 115 | struct eb32_node { | ^~~~~~~~~ include/import/eb32tree.h: In function 'eb32_prev_unique': include/import/eb32tree.h:81:63: warning: converting a packed 'struct eb_node' pointer (alignment 1) to a 'struct eb32_node' pointer (alignment 8) may result in an unaligned pointer value [-Waddress-of-packed-member] 81 | return eb32_entry(eb_prev_unique(&eb32->node), struct eb32_node, node); | ^~~~~~~~~ include/haproxy/compiler.h:199:77: note: in definition of macro 'container_of' 199 | #define container_of(ptr, type, name) ((type *)(((void *)(ptr)) - ((long)&((type *)0)->name))) | ^~~~ include/import/eb32tree.h:81:16: note: in expansion of macro 'eb32_entry' 81 | return eb32_entry(eb_prev_unique(&eb32->node), struct eb32_node, node); | ^~~~~~~~~~ include/import/ebtree-t.h:72:8: note: defined here 72 | struct eb_node { | ^~~~~~~ include/import/ebtree-t.h:115:8: note: defined here 115 | struct eb32_node { | ^~~~~~~~~ In file included from include/haproxy/tools.h:41: include/import/eb32tree.h: In function '__eb32_insert': include/import/eb32tree.h:237:45: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member] 237 | root->b[EB_LEFT] = eb_dotag(&new->node.branches, EB_LEAF); | ^~~~~~~~~~~~~~~~~~~ include/import/eb32tree.h:262:34: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member] 262 | up_ptr = &old->node.leaf_p; | ^~~~~~~~~~~~~~~~~ include/import/eb32tree.h:283:34: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member] 283 | up_ptr = &old->node.node_p; | ^~~~~~~~~~~~~~~~~ include/import/eb32tree.h:288:24: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member] 288 | root = &old->node.branches; | ^~~~~~~~~~~~~~~~~~~ include/import/eb32tree.h:293:29: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member] 293 | new_left = eb_dotag(&new->node.branches, EB_LEFT); | ^~~~~~~~~~~~~~~~~~~ include/import/eb32tree.h:294:29: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member] 294 | new_rght = eb_dotag(&new->node.branches, EB_RGHT); | ^~~~~~~~~~~~~~~~~~~ include/import/eb32tree.h:295:29: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member] 295 | new_leaf = eb_dotag(&new->node.branches, EB_LEAF); | ^~~~~~~~~~~~~~~~~~~ include/import/eb32tree.h:321:57: warning: converting a packed 'struct eb_node' pointer (alignment 1) to a 'struct eb32_node' pointer (alignment 8) may result in an unaligned pointer value [-Waddress-of-packed-member] 321 | return container_of(ret, struct eb32_node, node); | ^~~~~~~~~ include/haproxy/compiler.h:199:77: note: in definition of macro 'container_of' 199 | #define container_of(ptr, type, name) ((type *)(((void *)(ptr)) - ((long)&((type *)0)->name))) | ^~~~ include/import/ebtree-t.h:72:8: note: defined here 72 | struct eb_node { | ^~~~~~~ include/import/ebtree-t.h:115:8: note: defined here 115 | struct eb32_node { | ^~~~~~~~~ include/import/eb32tree.h:345:34: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member] 345 | root->b[side] = eb_dotag(&new->node.branches, EB_NODE); | ^~~~~~~~~~~~~~~~~~~ include/import/eb32tree.h: In function '__eb32i_insert': include/import/eb32tree.h:369:45: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member] 369 | root->b[EB_LEFT] = eb_dotag(&new->node.branches, EB_LEAF); | ^~~~~~~~~~~~~~~~~~~ include/import/eb32tree.h:395:34: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member] 395 | up_ptr = &old->node.leaf_p; | ^~~~~~~~~~~~~~~~~ include/import/eb32tree.h:416:34: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member] 416 | up_ptr = &old->node.node_p; | ^~~~~~~~~~~~~~~~~ include/import/eb32tree.h:421:24: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member] 421 | root = &old->node.branches; | ^~~~~~~~~~~~~~~~~~~ include/import/eb32tree.h:426:29: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member] 426 | new_left = eb_dotag(&new->node.branches, EB_LEFT); | ^~~~~~~~~~~~~~~~~~~ include/import/eb32tree.h:427:29: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member] 427 | new_rght = eb_dotag(&new->node.branches, EB_RGHT); | ^~~~~~~~~~~~~~~~~~~ include/import/eb32tree.h:428:29: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member] 428 | new_leaf = eb_dotag(&new->node.branches, EB_LEAF); | ^~~~~~~~~~~~~~~~~~~ include/import/eb32tree.h:454:57: warning: converting a packed 'struct eb_node' pointer (alignment 1) to a 'struct eb32_node' pointer (alignment 8) may result in an unaligned pointer value [-Waddress-of-packed-member] 454 | return container_of(ret, struct eb32_node, node); | ^~~~~~~~~ include/haproxy/compiler.h:199:77: note: in definition of macro 'container_of' 199 | #define container_of(ptr, type, name) ((type *)(((void *)(ptr)) - ((long)&((type *)0)->name))) | ^~~~ include/import/ebtree-t.h:72:8: note: defined here 72 | struct eb_node { | ^~~~~~~ include/import/ebtree-t.h:115:8: note: defined here 115 | struct eb32_node { | ^~~~~~~~~ include/import/eb32tree.h:478:34: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member] 478 | root->b[side] = eb_dotag(&new->node.branches, EB_NODE); | ^~~~~~~~~~~~~~~~~~~ CC src/ebtree.o In file included from src/ebtree.c:21: include/import/ebtree.h: In function '__eb_insert_dup': include/import/ebtree.h:404:41: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member] 404 | eb_troot_t *new_left = eb_dotag(&new->branches, EB_LEFT); | ^~~~~~~~~~~~~~ include/import/ebtree.h:405:41: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member] 405 | eb_troot_t *new_rght = eb_dotag(&new->branches, EB_RGHT); | ^~~~~~~~~~~~~~ include/import/ebtree.h:406:41: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member] 406 | eb_troot_t *new_leaf = eb_dotag(&new->branches, EB_LEAF); | ^~~~~~~~~~~~~~ include/import/ebtree.h:423:54: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member] 423 | head->branches.b[EB_RGHT] = eb_dotag(&new->branches, EB_NODE); | ^~~~~~~~~~~~~~ include/import/ebtree.h:428:53: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member] 428 | new->branches.b[EB_LEFT] = eb_dotag(&sub->branches, EB_LEAF); | ^~~~~~~~~~~~~~ include/import/ebtree.h:441:51: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member] 441 | head->branches.b[side] = eb_dotag(&new->branches, EB_NODE); | ^~~~~~~~~~~~~~ include/import/ebtree.h:446:53: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member] 446 | new->branches.b[EB_LEFT] = eb_dotag(&sub->branches, EB_NODE); | ^~~~~~~~~~~~~~ include/import/ebtree.h: In function '__eb_delete': include/import/ebtree.h:698:39: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member] 698 | gparent->b[gpside] = eb_dotag(&parent->branches, EB_NODE); | ^~~~~~~~~~~~~~~~~ include/import/ebtree.h:704:42: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member] 704 | eb_dotag(&parent->branches, pside); | ^~~~~~~~~~~~~~~~~ include/import/ebtree.h:707:42: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member] 707 | eb_dotag(&parent->branches, pside); | ^~~~~~~~~~~~~~~~~ CC src/hash.o CC src/dgram.o CC src/version.o LD haproxy CC dev/flags/flags.o LD dev/flags/flags make[1]: Leaving directory '/home/autobuild/autobuild/instance-19/output-1/build/haproxy-2.6.15' >>> haproxy 2.6.15 Installing to target GIT_DIR=. PATH="/home/autobuild/autobuild/instance-19/output-1/host/bin:/home/autobuild/autobuild/instance-19/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /usr/bin/make -j1 GIT_DIR=. PATH="/home/autobuild/autobuild/instance-19/output-1/host/bin:/home/autobuild/autobuild/instance-19/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" AR="/home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc-ar" AS="/home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-as" LD="/home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-ld" NM="/home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc-nm" CC="/home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc" GCC="/home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc" CPP="/home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-cpp" CXX="/home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-g++" FC="/home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gfortran" F77="/home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gfortran" RANLIB="/home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc-ranlib" READELF="/home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-readelf" STRIP="/home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-strip" OBJCOPY="/home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-objcopy" OBJDUMP="/home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-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/autobuild/autobuild/instance-19/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/autobuild/autobuild/instance-19/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/autobuild/autobuild/instance-19/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/autobuild/autobuild/instance-19/output-1/host/lib -Wl,-rpath,/home/autobuild/autobuild/instance-19/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-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 -O1 -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -O1 -g0" FFLAGS=" -O1 -g0" PKG_CONFIG="/home/autobuild/autobuild/instance-19/output-1/host/bin/pkg-config" STAGING_DIR="/home/autobuild/autobuild/instance-19/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no LD=/home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc PREFIX=/usr TARGET=custom USE_DL=1 USE_THREAD=1 USE_OPENSSL=1 PCRE2_CONFIG=/home/autobuild/autobuild/instance-19/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot/usr/bin/pcre2-config USE_PCRE2=1 USE_ZLIB=1 ADDLIB="-latomic" -C /home/autobuild/autobuild/instance-19/output-1/build/haproxy-2.6.15 DESTDIR=/home/autobuild/autobuild/instance-19/output-1/target install make[1]: Entering directory '/home/autobuild/autobuild/instance-19/output-1/build/haproxy-2.6.15' make[1]: Leaving directory '/home/autobuild/autobuild/instance-19/output-1/build/haproxy-2.6.15' >>> iftop 1.0pre4 Downloading wget -nd -t 3 -O '/home/autobuild/autobuild/instance-19/output-1/build/.iftop-1.0pre4.tar.gz.mEFHOl/output' 'http://www.ex-parrot.com/pdw/iftop/download/iftop-1.0pre4.tar.gz' --2024-07-25 13:35:52-- http://www.ex-parrot.com/pdw/iftop/download/iftop-1.0pre4.tar.gz Resolving www.ex-parrot.com (www.ex-parrot.com)... 46.235.227.5, 2a00:1098:82::e:1 Connecting to www.ex-parrot.com (www.ex-parrot.com)|46.235.227.5|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://pdw.ex-parrot.com/iftop/download/iftop-1.0pre4.tar.gz [following] --2024-07-25 13:35:52-- https://pdw.ex-parrot.com/iftop/download/iftop-1.0pre4.tar.gz Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' Resolving pdw.ex-parrot.com (pdw.ex-parrot.com)... 46.235.227.5, 2a00:1098:82::e:1 Connecting to pdw.ex-parrot.com (pdw.ex-parrot.com)|46.235.227.5|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 204665 (200K) [application/gzip] Saving to: '/home/autobuild/autobuild/instance-19/output-1/build/.iftop-1.0pre4.tar.gz.mEFHOl/output' 0K .......... .......... .......... .......... .......... 25% 173K 1s 50K .......... .......... .......... .......... .......... 50% 357K 0s 100K .......... .......... .......... .......... .......... 75% 9.04M 0s 150K .......... .......... .......... .......... ......... 100% 134M=0.4s 2024-07-25 13:35:54 (459 KB/s) - '/home/autobuild/autobuild/instance-19/output-1/build/.iftop-1.0pre4.tar.gz.mEFHOl/output' saved [204665/204665] iftop-1.0pre4.tar.gz: OK (sha256: f733eeea371a7577f8fe353d86dd88d16f5b2a2e702bd96f5ffb2c197d9b4f97) >>> iftop 1.0pre4 Extracting gzip -d -c /home/autobuild/autobuild/instance-19/dl/iftop/iftop-1.0pre4.tar.gz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-19/output-1/build/iftop-1.0pre4 -xf - >>> iftop 1.0pre4 Patching Applying 0001-ui_common.h-fix-build-with-gcc-10.patch using patch: patching file ui_common.c patching file ui_common.h Applying 0002-Rename-pcap_filter-to-iftop_pcap_filter.patch using patch: patching file iftop.c Hunk #2 succeeded at 659 (offset -20 lines). >>> iftop 1.0pre4 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/autobuild/autobuild/instance-19/output-1/build/iftop-1.0pre4 -name $file); do cp support/gnuconfig/$file $i; done; done >>> iftop 1.0pre4 Patching libtool >>> iftop 1.0pre4 Configuring >>> iftop 1.0pre4 Checking configure (powerpc64/powerpc64le) support/scripts/fix-configure-powerpc64.sh /home/autobuild/autobuild/instance-19/output-1/build/iftop-1.0pre4 (cd /home/autobuild/autobuild/instance-19/output-1/build/iftop-1.0pre4/ && rm -rf config.cache && GIT_DIR=. PATH="/home/autobuild/autobuild/instance-19/output-1/host/bin:/home/autobuild/autobuild/instance-19/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" AR="/home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc-ar" AS="/home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-as" LD="/home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-ld" NM="/home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc-nm" CC="/home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc" GCC="/home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc" CPP="/home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-cpp" CXX="/home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-g++" FC="/home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gfortran" F77="/home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gfortran" RANLIB="/home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc-ranlib" READELF="/home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-readelf" STRIP="/home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-strip" OBJCOPY="/home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-objcopy" OBJDUMP="/home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-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/autobuild/autobuild/instance-19/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/autobuild/autobuild/instance-19/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/autobuild/autobuild/instance-19/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/autobuild/autobuild/instance-19/output-1/host/lib -Wl,-rpath,/home/autobuild/autobuild/instance-19/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-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 -O1 -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -O1 -g0" FFLAGS=" -O1 -g0" PKG_CONFIG="/home/autobuild/autobuild/instance-19/output-1/host/bin/pkg-config" STAGING_DIR="/home/autobuild/autobuild/instance-19/output-1/host/powerpc64le-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=no LIBS+="-lpcap" CONFIG_SITE=/dev/null ./configure --target=powerpc64le-buildroot-linux-gnu --host=powerpc64le-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 --disable-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, --disable-static, --enable-shared checking build system type... x86_64-pc-linux-gnu checking host system type... powerpc64le-buildroot-linux-gnu checking target system type... powerpc64le-buildroot-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for powerpc64le-buildroot-linux-gnu-strip... /home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-strip checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for powerpc64le-buildroot-linux-gnu-gcc... /home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-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/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc option to accept ISO C89... none needed checking whether /home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of /home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc... none checking how to run the C preprocessor... /home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/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 sgtty.h usability... yes checking sgtty.h presence... yes checking for sgtty.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/sockio.h usability... no checking sys/sockio.h presence... no checking for sys/sockio.h... no 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 for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking sys/dlpi.h usability... no checking sys/dlpi.h presence... no checking for sys/dlpi.h... no checking for regcomp... yes checking for select... yes checking for strdup... yes checking for strerror... yes checking for strspn... yes checking for library containing socket... none required checking for library containing log... -lm checking for gethostbyname... yes checking for library containing inet_aton... none required checking for library containing inet_pton... none required checking for inet_aton... yes checking for inet_pton... yes checking size of u_int8_t... can't determine when cross-compiling checking size of u_int16_t... can't determine when cross-compiling checking size of u_int32_t... can't determine when cross-compiling checking for stdint.h... (cached) yes checking for library containing getnameinfo... none required checking for library containing gethostbyaddr_r... none required checking how to call gethostbyaddr_r... 8 args, int return checking gethostbyaddr_r usability... can't test because we are cross-compiling checking where to find pcap.h... /include checking for pcap_open_live in -lpcap... yes checking pcap.h usability... yes checking pcap.h presence... yes checking for pcap.h... yes checking for a curses library containing mvchgat... -lcurses checking POSIX threads compilation... CFLAGS= and LIBS= checking POSIX threads usability... can't test because we are cross-compiling checking if we need to enable promiscuous mode by default... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config/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, --disable-static, --enable-shared configure: WARNING: ****************************************************************************** This is a pre-release version. Pre-releases are subject to limited announcements, and therefore limited circulation, as a means of testing the more widely circulated final releases. Please do not be surprised if this release is broken, and if it is broken, do not assume that someone else has spotted it. Instead, please drop a note on the mailing list, or a brief email to me on pdw@ex-parrot.com Thank you for taking the time to be the testing phase of this development process. Paul Warren ****************************************************************************** >>> iftop 1.0pre4 Building GIT_DIR=. PATH="/home/autobuild/autobuild/instance-19/output-1/host/bin:/home/autobuild/autobuild/instance-19/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-19/output-1/build/iftop-1.0pre4/ make[1]: Entering directory '/home/autobuild/autobuild/instance-19/output-1/build/iftop-1.0pre4' /usr/bin/make all-recursive make[2]: Entering directory '/home/autobuild/autobuild/instance-19/output-1/build/iftop-1.0pre4' Making all in config make[3]: Entering directory '/home/autobuild/autobuild/instance-19/output-1/build/iftop-1.0pre4/config' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/autobuild/autobuild/instance-19/output-1/build/iftop-1.0pre4/config' make[3]: Entering directory '/home/autobuild/autobuild/instance-19/output-1/build/iftop-1.0pre4' /home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o addr_hash.o addr_hash.c /home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o edline.o edline.c /home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o hash.o hash.c /home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o iftop.o iftop.c /home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o ns_hash.o ns_hash.c /home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o options.o options.c /home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o resolver.o resolver.c /home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o screenfilter.o screenfilter.c /home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o serv_hash.o serv_hash.c /home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o sorted_list.o sorted_list.c /home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o threadprof.o threadprof.c /home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o ui_common.o ui_common.c /home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o ui.o ui.c /home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o tui.o tui.c /home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o util.o util.c /home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o addrs_ioctl.o addrs_ioctl.c /home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o addrs_dlpi.o addrs_dlpi.c /home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o dlcommon.o dlcommon.c /home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o stringmap.o stringmap.c /home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o cfgfile.o cfgfile.c /home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o vector.o vector.c /home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -o iftop addr_hash.o edline.o hash.o iftop.o ns_hash.o options.o resolver.o screenfilter.o serv_hash.o sorted_list.o threadprof.o ui_common.o ui.o tui.o util.o addrs_ioctl.o addrs_dlpi.o dlcommon.o stringmap.o cfgfile.o vector.o -lpcap -lm -lpcap -lcurses make[3]: Leaving directory '/home/autobuild/autobuild/instance-19/output-1/build/iftop-1.0pre4' make[2]: Leaving directory '/home/autobuild/autobuild/instance-19/output-1/build/iftop-1.0pre4' make[1]: Leaving directory '/home/autobuild/autobuild/instance-19/output-1/build/iftop-1.0pre4' >>> iftop 1.0pre4 Installing to target GIT_DIR=. PATH="/home/autobuild/autobuild/instance-19/output-1/host/bin:/home/autobuild/autobuild/instance-19/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /usr/bin/make -j1 DESTDIR=/home/autobuild/autobuild/instance-19/output-1/target install -C /home/autobuild/autobuild/instance-19/output-1/build/iftop-1.0pre4/ make[1]: Entering directory '/home/autobuild/autobuild/instance-19/output-1/build/iftop-1.0pre4' Making install in config make[2]: Entering directory '/home/autobuild/autobuild/instance-19/output-1/build/iftop-1.0pre4/config' make[3]: Entering directory '/home/autobuild/autobuild/instance-19/output-1/build/iftop-1.0pre4/config' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/autobuild/autobuild/instance-19/output-1/build/iftop-1.0pre4/config' make[2]: Leaving directory '/home/autobuild/autobuild/instance-19/output-1/build/iftop-1.0pre4/config' make[2]: Entering directory '/home/autobuild/autobuild/instance-19/output-1/build/iftop-1.0pre4' make[3]: Entering directory '/home/autobuild/autobuild/instance-19/output-1/build/iftop-1.0pre4' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-19/output-1/target/usr/sbin' /usr/bin/install -c iftop '/home/autobuild/autobuild/instance-19/output-1/target/usr/sbin' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-19/output-1/target/usr/share/man/man8' /usr/bin/install -c -m 644 iftop.8 '/home/autobuild/autobuild/instance-19/output-1/target/usr/share/man/man8' make[3]: Leaving directory '/home/autobuild/autobuild/instance-19/output-1/build/iftop-1.0pre4' make[2]: Leaving directory '/home/autobuild/autobuild/instance-19/output-1/build/iftop-1.0pre4' make[1]: Leaving directory '/home/autobuild/autobuild/instance-19/output-1/build/iftop-1.0pre4' input-event-daemon-0.1.3.tar.gz: OK (sha256: 1d9a44160aead88080093f74be9d709fbbc2637f982958e2673d80aedacd0a65) >>> input-event-daemon 0.1.3 Extracting gzip -d -c /home/autobuild/autobuild/instance-19/dl/input-event-daemon/input-event-daemon-0.1.3.tar.gz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-19/output-1/build/input-event-daemon-0.1.3 -xf - >>> input-event-daemon 0.1.3 Patching >>> input-event-daemon 0.1.3 Configuring >>> input-event-daemon 0.1.3 Building touch /home/autobuild/autobuild/instance-19/output-1/build/input-event-daemon-0.1.3/input-event-table.h GIT_DIR=. PATH="/home/autobuild/autobuild/instance-19/output-1/host/bin:/home/autobuild/autobuild/instance-19/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /usr/bin/make -j1 CC="/home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" -C /home/autobuild/autobuild/instance-19/output-1/build/input-event-daemon-0.1.3 make[1]: Entering directory '/home/autobuild/autobuild/instance-19/output-1/build/input-event-daemon-0.1.3' /home/autobuild/autobuild/instance-19/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 input-event-daemon.c -o input-event-daemon make[1]: Leaving directory '/home/autobuild/autobuild/instance-19/output-1/build/input-event-daemon-0.1.3' >>> input-event-daemon 0.1.3 Installing to target /usr/bin/install -m 755 -D /home/autobuild/autobuild/instance-19/output-1/build/input-event-daemon-0.1.3/input-event-daemon /home/autobuild/autobuild/instance-19/output-1/target/usr/bin/input-event-daemon /usr/bin/install -m 644 -D /home/autobuild/autobuild/instance-19/output-1/build/input-event-daemon-0.1.3/docs/sample.conf /home/autobuild/autobuild/instance-19/output-1/target/etc/input-event-daemon.conf ipmitool-1_8_19.tar.gz: OK (sha256: 48b010e7bcdf93e4e4b6e43c53c7f60aa6873d574cbd45a8d86fa7aaeebaff9c) ERROR: No hash found for enterprise-numbers.txt make: *** [package/pkg-generic.mk:180: /home/autobuild/autobuild/instance-19/output-1/build/ipmitool-1_8_19/.stamp_downloaded] Error 1 make: Leaving directory '/home/autobuild/autobuild/instance-19/buildroot'