Summary: | [4.8] libatomic build failure with --disable-dependency-tracking | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | [OLD] Core system | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://gcc.gnu.org/PR55930 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build log
gcc-build-logs.tar.bz2 build log with USE="vanilla" build log of gcc-4.8.0::gentoo gcc-build-logs.tar.bz2::gentoo |
Description
Agostino Sarubbo
![]() Created attachment 343401 [details]
gcc-build-logs.tar.bz2
There is no difference with MAKEOPTS="-j1" and If try to build it with 4.6.3 or 4.7.2
Do it still fail if you compile it with USE="vanilla"? Created attachment 343407 [details]
build log with USE="vanilla"
Try with the gcc 4.8.0 that is in the tree. Time to assign to toolchain Created attachment 344448 [details]
build log of gcc-4.8.0::gentoo
@toolchain, the provious logs are from the gcc in the hardened-overlay. If you don't need them, just make them as obsolete.
Created attachment 344450 [details]
gcc-build-logs.tar.bz2::gentoo
ok, as workaround, works for me: EXTRA_ECONF="--enable-dependency-tracking" emerge gcc:4.8 Fixed in 4.8.1-r1. |