Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 571638 - sci-physics/root-5.34 workaround for parallel make jobs
Summary: sci-physics/root-5.34 workaround for parallel make jobs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andrew Savchenko
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-12 09:23 UTC by Benda Xu
Modified: 2016-05-19 04:55 UTC (History)
0 users

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


Attachments
root-5.34.32.patch (hi.patch,435 bytes, patch)
2016-01-12 09:24 UTC, Benda Xu
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benda Xu gentoo-dev 2016-01-12 09:23:13 UTC
The build system of root-5 does not handle dependency of rmkdepend (required by cint) correctly, the build fails if parallel make is called.

One workaround is compile bin/rmkdepend helper explicitly before calling the overall make (see attached patch).

Is it okay to commit?

Reproducible: Always
Comment 1 Benda Xu gentoo-dev 2016-01-12 09:24:51 UTC
Created attachment 422646 [details, diff]
root-5.34.32.patch
Comment 2 Benda Xu gentoo-dev 2016-01-19 07:36:44 UTC
Ping Andrew.
Comment 3 Andrew Savchenko gentoo-dev 2016-01-19 11:51:18 UTC
It is better to fix Makefile(s) instead. But if you don't have time for that, I don't mind proposed patch.
Comment 4 Benda Xu gentoo-dev 2016-05-19 04:55:20 UTC
In tree.  Thanks!