Summary: | sys-apps/groff-1.20.1-r1 fails to build due to missing stdc++ dependancy | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Alex Bennee <bugzilla> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | loki_val, SebastianLuther |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Updated ebuild fixing the dependancies |
Description
Alex Bennee
2009-05-05 09:07:19 UTC
Created attachment 190394 [details]
Updated ebuild fixing the dependancies
I added RDEPEND as well as the developer handbook 1.e says: "RDEPEND should be set explicitly even if it's the same as DEPEND because in the future it defaulting to DEPEND is planned to be removed from Portage."
I guess you updated gcc and removed the old version without using gcc-config. (See http://www.gentoo.org/doc/en/gcc-upgrading.xml) Works for me :-) pa@loki ~/gentoo-cvs/gentoo-x86/sys-power/acpid $ ldd /usr/bin/gtbl linux-vdso.so.1 => (0x00007fff11dff000) libstdc++.so.6 => /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.3/libstdc++.so.6 (0x00007fe9098a8000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00007fe909691000) libc.so.6 => /lib/libc.so.6 (0x00007fe90933e000) libm.so.6 => /lib/libm.so.6 (0x00007fe9090bc000) /lib64/ld-linux-x86-64.so.2 (0x00007fe909bb4000) |