Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 681613 Details for
Bug 764269
app-benchmarks/iozone-3.488: make: Wall: No such file or directory (armv7a-unknown-linux-gnueabihf-gcc: error: fileop_linux-arm.o: No such file or directory)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
file_764269.txt (text/plain), 7.96 KB, created by
Sam James
on 2021-01-07 10:25:07 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Sam James
Created:
2021-01-07 10:25:07 UTC
Size:
7.96 KB
patch
obsolete
>* Package: app-benchmarks/iozone-3.488 > * Repository: gentoo > * Maintainer: patrick@gentoo.org > * USE: arm elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking iozone3_488.tar to /var/tmp/portage/app-benchmarks/iozone-3.488/work >>>> Source unpacked in /var/tmp/portage/app-benchmarks/iozone-3.488/work >>>> Preparing source in /var/tmp/portage/app-benchmarks/iozone-3.488/work/iozone3_488 ... > * Applying iozone-3.488-gcc10-fno-common.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/app-benchmarks/iozone-3.488/work/iozone3_488 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/app-benchmarks/iozone-3.488/work/iozone3_488 ... >make -j8 -C src/current linux-arm >make: Entering directory '/var/tmp/portage/app-benchmarks/iozone-3.488/work/iozone3_488/src/current' >which: no ndk-build in (/usr/lib/portage/python3.9/ebuild-helpers/xattr:/usr/lib/portage/python3.9/ebuild-helpers:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/lib/llvm/11/bin) >armv7a-unknown-linux-gnueabihf-gcc -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -frecord-gcc-switches -c -o libbif.o libbif.c > >armv7a-unknown-linux-gnueabihf-gcc -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -frecord-gcc-switches -c -o libasync.o libasync.c >Building iozone for Linux-arm > >armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -frecord-gcc-switches -Dunix -DHAVE_ANSIC_C -DASYNC_IO -DHAVE_PREAD \ > -DNAME='"linux-arm"' -DLINUX_ARM -DSHARED_MEM \ > -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Dlinux -D_LARGEFILE64_SOURCE -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -frecord-gcc-switches iozone.c \ > -o iozone_linux-arm.o > > >Building fileop for Linux-arm >Building the pit_server > >Wall -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -frecord-gcc-switches -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -frecord-gcc-switches fileop.c -o fileop_linux-arm.o >make: Wall: No such file or directory >make: [makefile:992: fileop_linux-arm.o] Error 127 (ignored) > >armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -frecord-gcc-switches 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); > | ^~~~~~~~~~~~ >armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -frecord-gcc-switches -Dunix -DHAVE_ANSIC_C -DASYNC_IO -D_LARGEFILE64_SOURCE \ > -DSHARED_MEM -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Dlinux -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -frecord-gcc-switches libbif.c -o libbif.o >armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -frecord-gcc-switches -Dunix -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Dlinux -DHAVE_ANSIC_C -DASYNC_IO \ > -D_LARGEFILE64_SOURCE -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -frecord-gcc-switches libasync.c -o libasync.o >armv7a-unknown-linux-gnueabihf-gcc -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 iozone_linux-arm.o libbif.o libasync.o \ > -lrt -lpthread -o iozone >armv7a-unknown-linux-gnueabihf-gcc -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Dlinux fileop_linux-arm.o -o fileop >armv7a-unknown-linux-gnueabihf-gcc: error: fileop_linux-arm.o: No such file or directory >make: *** [makefile:218: linux-arm] Error 1 >make: Leaving directory '/var/tmp/portage/app-benchmarks/iozone-3.488/work/iozone3_488/src/current' > * ERROR: app-benchmarks/iozone-3.488::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=app-benchmarks/iozone-3.488::gentoo'`, > * the complete build log and the output of `emerge -pqv '=app-benchmarks/iozone-3.488::gentoo'`. > * The complete build log is located at '/var/tmp/portage/app-benchmarks/iozone-3.488/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/app-benchmarks/iozone-3.488/temp/environment'. > * Working directory: '/var/tmp/portage/app-benchmarks/iozone-3.488/work/iozone3_488' > * S: '/var/tmp/portage/app-benchmarks/iozone-3.488/work/iozone3_488'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 764269
: 681613