Summary: | =sys-devel/gcc-4.7.4: EAPI=4 makes the ebuild install libgcc_s.so.1 and friends in the wrong place | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Anthony Basile <blueness> |
Component: | [OLD] Core system | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | hardened |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Anthony Basile
2014-08-20 19:08:15 UTC
This may also be related to bug #433161, but I can reproduceably show that switching eapi's fixes/breaks the installation. I've verified that this also happens on i686. Ie. gcc-4.7.4 with EAPI=4 installs into /usr/lib, while EAPI=2 installs to /usr/lib/gcc/i686-gentoo-linux-musl/4.7.4/. Definitely not the case here. I don't see anything in src_install/gcc_movelibs that would be EAPI affected... (In reply to Ryan Hill from comment #3) > Definitely not the case here. I don't see anything in > src_install/gcc_movelibs that would be EAPI affected... I'm not sure what triggered this but I can't reproduce it. It happened in the context of catalyst runs which is a complex environment to debug. I must have made some change. Sorry for the noise. |