Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 331703 - >=gcc-4.5.0 and lto should depend on >=libelf-0.8.12
Summary: >=gcc-4.5.0 and lto should depend on >=libelf-0.8.12
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-09 00:50 UTC by David Carlos Manuelda
Modified: 2010-08-09 08:17 UTC (History)
1 user (show)

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 David Carlos Manuelda 2010-08-09 00:50:02 UTC
I don't know if this is really a bug, or is all OK, but I think it should at least be checked.
I've seen in [1], that in order to have lto working, you needs libelf-0.8.12, but instead, it has a dep on >=dev-libs/elfutils-0.143.
Is is ok?
[1]: http://gcc.gnu.org/wiki/LinkTimeOptimization

Reproducible: Always
Comment 1 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2010-08-09 08:17:36 UTC
Yup, it's an alternative for libelf. You can look at gcc's config.log to see it's happy with elfutils :)
<snip>
checking libelf.h usability... yes
checking libelf.h presence... yes
checking for libelf.h... yes
checking libelf/libelf.h usability... no
checking libelf/libelf.h presence... no
checking for libelf/libelf.h... no
checking libelf/gelf.h usability... no
checking libelf/gelf.h presence... no
checking for libelf/gelf.h... no
checking for the correct version of libelf... yes
<snip>
Cheers,
Kacper Kowalik