Summary: | app-accessibility/speech-tools fails to build with parallel make | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Juergen Rose <rose> |
Component: | Current packages | Assignee: | Gentoo Accessibility Team <accessibility> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ansla80, bircoph, dliana, fordfrog, jstein, sound, zeekec |
Priority: | High | ||
Version: | 2007.0 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 351559 | ||
Attachments: | /var/tmp/portage/app-accessibility/speech-tools-2.0.95_beta/temp/build.log |
Description
Juergen Rose
2010-07-01 17:25:36 UTC
Created attachment 237161 [details]
/var/tmp/portage/app-accessibility/speech-tools-2.0.95_beta/temp/build.log
Try with MAKEOPTS="-j1" Thanks, MAKEOPTS="-j1" works. Is there any chance, that speech-tools set it self? (In reply to comment #2) > Try with MAKEOPTS="-j1" > This was commented out in the ebuild for some reason. src_compile() { #emake -j1 CC="$(tc-getCC)" CXX="$(tc-getCXX)" CC_OTHER_FLAGS="${CFLAGS}" \ # OPTIMISE_LINKFLAGS="${LDFLAGS}" || die "Compile failed" emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" CC_OTHER_FLAGS="${CFLAGS}" \ OPTIMISE_LINKFLAGS="${LDFLAGS}" || die "Compile failed" } Hi, Juergen, thanks for the report on this. Samuli, thanks as usual!. Change committed. Falling back to -j1 Best regards, -j1 is workaround not a fix. (In reply to Diego Elio Pettenò (RETIRED) from comment #6) > -j1 is workaround not a fix. We'd have to reopen a lot of bugs in that case. |