Summary: | games-board/scid fails to build with parallel make | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | [OLD] Games | Assignee: | Gentoo Games <games> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Build log |
Description
Diego Elio Pettenò (RETIRED)
![]() Created attachment 213043 [details]
Build log
Target 'scmerge' at Makefile:367 has an incomplete dependency list, so high levels of make parallelism allow it to link to objects which make has not yet built. It should be sufficient to add $(OBJS) to the dependency list, since that is the list of files passed to the linker. Should be fixed now. Thanks for report and suggestion. |