Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 183665 - dev-libs/elfutils-0.127 failed.
Summary: dev-libs/elfutils-0.127 failed.
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-29 16:53 UTC by ArYiX
Modified: 2007-07-02 23:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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