dwfl-bug-addr-overflow.c:38: error: '__dwfl_standard_find_debuginfo_internal' undeclared here (not in a function) dwfl-bug-addr-overflow.c:39: error: '__dwfl_offline_section_address_internal' undeclared here (not in a function) make[2]: *** [dwfl-bug-addr-overflow.o] Error 1 make[2]: Leaving directory `/var/tmp/portage/dev-libs/elfutils-0.127/work/elfutils-0.127/tests' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/dev-libs/elfutils-0.127/work/elfutils-0.127' make: *** [all] Error 2 !!! ERROR: dev-libs/elfutils-0.127 failed. Call stack: ebuild.sh, line 1615: Called dyn_compile ebuild.sh, line 972: Called qa_call 'src_compile' ebuild.sh, line 44: Called src_compile elfutils-0.127.ebuild, line 45: Called die !!! (no error message) !!! If you need support, post the topmost build error, and the call stack if relevant. !!! A complete build log is located at '/var/tmp/portage/dev-libs/elfutils-0.127/temp/build.log'. Reproducible: Always
(In reply to comment #0) > dwfl-bug-addr-overflow.c:38: error: '__dwfl_standard_find_debuginfo_internal' > undeclared here (not in a function) > dwfl-bug-addr-overflow.c:39: error: '__dwfl_offline_section_address_internal' > undeclared here (not in a function) > make[2]: *** [dwfl-bug-addr-overflow.o] Error 1 > make[2]: Leaving directory > `/var/tmp/portage/dev-libs/elfutils-0.127/work/elfutils-0.127/tests' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory > `/var/tmp/portage/dev-libs/elfutils-0.127/work/elfutils-0.127' > make: *** [all] Error 2 > > !!! ERROR: dev-libs/elfutils-0.127 failed. > Call stack: > ebuild.sh, line 1615: Called dyn_compile > ebuild.sh, line 972: Called qa_call 'src_compile' > ebuild.sh, line 44: Called src_compile > elfutils-0.127.ebuild, line 45: Called die > > !!! (no error message) > !!! If you need support, post the topmost build error, and the call stack if > relevant. > !!! A complete build log is located at > '/var/tmp/portage/dev-libs/elfutils-0.127/temp/build.log'. > > > Reproducible: Always > i resolved this cleaning my CFLAGS: CFLAGS="-O -march=athlon-xp -pipe" and removing LDFLAGS thnk's