Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 183665

Summary: dev-libs/elfutils-0.127 failed.
Product: Gentoo Linux Reporter: ArYiX <aryixb>
Component: [OLD] DevelopmentAssignee: Gentoo Toolchain Maintainers <toolchain>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description ArYiX 2007-06-29 16:53:45 UTC
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
Comment 1 ArYiX 2007-07-02 23:12:56 UTC
(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