Summary: | =dev-libs/mpc-0.9-r1 broken on SPARC64 | ||
---|---|---|---|
Product: | Gentoo/Alt | Reporter: | Richard Yao (RETIRED) <ryao> |
Component: | Prefix Support | Assignee: | Gentoo Prefix <prefix> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | Sparc64 | ||
OS: | Solaris | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Build log demonstrating failure |
Description
Richard Yao (RETIRED)
![]() As far as I know, you can only build mpc-0.9 with gcc-4.5, that's why in the bootstrap we force mpc-0.8, since we're on gcc-4.2 at that point (because gcc-4.5 has too many deps to get compiling at that stage). So, you must be on an old Prefix, I think, because recent bootstraps would have this solved already. When I upgraded my months old sparc64-solaris install like a month ago, I hit this problem too. Solution is to just build gcc-4.5 first (it's happy with mpc-0.8) and then you can build mpc-0.9. Perhaps we should just add "kernel_SunOS ( >=sys-devel/gcc-4.5 )" deps, but still that doesn't guarantee that gcc-4.5 is actually active (and hence used). |