Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 244872 - dev-lang/mozart-1.4.0: parallel make install issues
Summary: dev-lang/mozart-1.4.0: parallel make install issues
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Keri Harris
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-29 11:29 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2009-08-11 07:05 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Build log (dev-lang:mozart-1.4.0:20081028-040219.log,1.30 MB, text/plain)
2008-10-29 11:30 UTC, Diego Elio Pettenò (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2008-10-29 11:29:54 UTC
Check the attached build log (with -j8), at the beginning of src_install.

By the way, the Makefiles hardcode gmake calls, it should use ${MAKE} instead, and should probably need extra attention so that jobserver data (for parallel make) is passed on (check the GNU make manual if you want to fix it, or tell upstream to).

In general mkdir should always be replaced by mkdir -p so that it does not fail when the directory exist...

HTH,
Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2008-10-29 11:30:28 UTC
Created attachment 170203 [details]
Build log
Comment 2 Keri Harris gentoo-dev 2009-08-11 07:05:56 UTC
Fixed in CVS. Thanks for catching this.