* Package: app-benchmarks/iozone-3.487  * Repository: gentoo  * Maintainer: patrick@gentoo.org  * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU  * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking iozone3_487.tar to /var/tmp/portage/app-benchmarks/iozone-3.487/work >>> Source unpacked in /var/tmp/portage/app-benchmarks/iozone-3.487/work >>> Preparing source in /var/tmp/portage/app-benchmarks/iozone-3.487/work/iozone3_487 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-benchmarks/iozone-3.487/work/iozone3_487 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/app-benchmarks/iozone-3.487/work/iozone3_487 ... make -j32 -C src/current linux-AMD64 make: Entering directory '/var/tmp/portage/app-benchmarks/iozone-3.487/work/iozone3_487/src/current' which: no ndk-build in (/var/tmp/portage/._portage_reinstall_.aiz_nzod/bin/ebuild-helpers/xattr:/usr/lib/portage/python3.6/ebuild-helpers/xattr:/var/tmp/portage/._portage_reinstall_.aiz_nzod/bin/ebuild-helpers:/usr/lib/portage/python3.6/ebuild-helpers:/usr/lib/llvm/9/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin) x86_64-pc-linux-gnu-gcc -c -o libbif.o libbif.c x86_64-pc-linux-gnu-gcc -c -o libasync.o libasync.c Building iozone for Linux-AMD64 Building fileop for Linux-AMD64 Building the pit_server x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -fno-common -Dunix -DHAVE_ANSIC_C -DASYNC_IO -DNAME='"linux-AMD64"' \ -D__AMD64__ -DSHARED_MEM -Dlinux -D_LARGEFILE64_SOURCE \ -DHAVE_PREAD iozone.c -o iozone_linux-AMD64.o x86_64-pc-linux-gnu-gcc -Wall -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -fno-common fileop.c -o fileop_linux-AMD64.o x86_64-pc-linux-gnu-gcc -c pit_server.c -o pit_server.o libbif.c:205:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 205 | create_xls(name) | ^~~~~~~~~~ libbif.c:230:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 230 | do_header(fd) | ^~~~~~~~~ libbif.c:230:1: warning: conflicting types for ‘do_header’ libbif.c:172:6: note: previous declaration of ‘do_header’ was here 172 | void do_header(); | ^~~~~~~~~ libbif.c:254:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 254 | do_int(fd,val,row,column) | ^~~~~~ libbif.c:254:1: warning: conflicting types for ‘do_int’ libbif.c:173:6: note: previous declaration of ‘do_int’ was here 173 | void do_int(); | ^~~~~~ libbif.c:290:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 290 | do_float(fd, value, row, column) | ^~~~~~~~ libbif.c:290:1: warning: conflicting types for ‘do_float’ libbif.c:174:6: note: previous declaration of ‘do_float’ was here 174 | void do_float(); | ^~~~~~~~ libbif.c:373:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 373 | do_label(fd, string, row, column) | ^~~~~~~~ libbif.c:373:1: warning: conflicting types for ‘do_label’ libbif.c:175:6: note: previous declaration of ‘do_label’ was here 175 | void do_label(); | ^~~~~~~~ libbif.c:416:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 416 | do_eof(fd) | ^~~~~~ libbif.c:416:1: warning: conflicting types for ‘do_eof’ libbif.c:176:6: note: previous declaration of ‘do_eof’ was here 176 | void do_eof(); | ^~~~~~ libasync.c: In function ‘end_async’: libasync.c:299:2: warning: implicit declaration of function ‘del_cache’ [-Wimplicit-function-declaration] 299 | del_cache(gc); | ^~~~~~~~~ libasync.c: In function ‘async_read’: libasync.c:427:3: warning: implicit declaration of function ‘takeoff_cache’; did you mean ‘alloc_cache’? [-Wimplicit-function-declaration] 427 | takeoff_cache(gc,ce); | ^~~~~~~~~~~~~ | alloc_cache libasync.c: At top level: libasync.c:603:1: warning: conflicting types for ‘takeoff_cache’ 603 | takeoff_cache(struct cache *gc, struct cache_ent *ce) | ^~~~~~~~~~~~~ libasync.c:427:3: note: previous implicit declaration of ‘takeoff_cache’ was here 427 | takeoff_cache(gc,ce); | ^~~~~~~~~~~~~ libasync.c:677:1: warning: conflicting types for ‘del_cache’ 677 | del_cache(gc) | ^~~~~~~~~ libasync.c:299:2: note: previous implicit declaration of ‘del_cache’ was here 299 | del_cache(gc); | ^~~~~~~~~ libasync.c: In function ‘async_read_no_copy’: libasync.c:765:3: warning: implicit declaration of function ‘putoninuse’ [-Wimplicit-function-declaration] 765 | putoninuse(gc,ce); | ^~~~~~~~~~ libasync.c: In function ‘async_release’: libasync.c:870:2: warning: implicit declaration of function ‘takeoffinuse’ [-Wimplicit-function-declaration] 870 | takeoffinuse(gc); | ^~~~~~~~~~~~ libasync.c: At top level: libasync.c:884:1: warning: conflicting types for ‘putoninuse’ 884 | putoninuse(gc,entry) | ^~~~~~~~~~ libasync.c:765:3: note: previous implicit declaration of ‘putoninuse’ was here 765 | putoninuse(gc,ce); | ^~~~~~~~~~ libasync.c:905:1: warning: conflicting types for ‘takeoffinuse’ 905 | takeoffinuse(gc) | ^~~~~~~~~~~~ libasync.c:870:2: note: previous implicit declaration of ‘takeoffinuse’ was here 870 | takeoffinuse(gc); | ^~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -fno-common -Dunix -DHAVE_ANSIC_C -DASYNC_IO -D_LARGEFILE64_SOURCE \ -DSHARED_MEM -Dlinux libbif.c -o libbif.o x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -fno-common -Dunix -Dlinux -DHAVE_ANSIC_C -DASYNC_IO \ -D_LARGEFILE64_SOURCE libasync.c -o libasync.o x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -fno-common -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--sort-common -Wl,--defsym=__gentoo_check_ldflags__=1 iozone_linux-AMD64.o libbif.o libasync.o \ -lrt -lpthread -o iozone /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: libbif.o:(.bss+0x8): multiple definition of `junk'; iozone_linux-AMD64.o:(.bss+0xbd4e0): first defined here collect2: error: ld returned 1 exit status make: *** [makefile:253: linux-AMD64] Error 1 make: Leaving directory '/var/tmp/portage/app-benchmarks/iozone-3.487/work/iozone3_487/src/current' * ERROR: app-benchmarks/iozone-3.487::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=app-benchmarks/iozone-3.487::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-benchmarks/iozone-3.487::gentoo'`. * The complete build log is located at '/var/tmp/portage/app-benchmarks/iozone-3.487/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-benchmarks/iozone-3.487/temp/environment'. * Working directory: '/var/tmp/portage/app-benchmarks/iozone-3.487/work/iozone3_487' * S: '/var/tmp/portage/app-benchmarks/iozone-3.487/work/iozone3_487'