After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 546944 - Banshee cannot be built in parallel with make -j2
Banshee cannot be built in parallel with make -j2
Status: RESOLVED FIXED
Product: banshee
Classification: Other
Component: general
git master
Other Linux
: Normal minor
: 1.x
Assigned To: Aaron Bockover
Banshee Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-08-08 14:25 UTC by Bertrand Lorentz
Modified: 2008-09-08 11:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Allow parallel build (1.45 KB, patch)
2008-08-08 14:26 UTC, Bertrand Lorentz
committed Details | Review

Description Bertrand Lorentz 2008-08-08 14:25:39 UTC
If you try to build banshee by having make run several jobs (by running "make -j2"), the build fails with various errors.

"make -j2" is used by some build systems (Gentoo for example), and by impatient people with multiple CPU/cores.

I'll attach a patch that solves this.
Comment 1 Bertrand Lorentz 2008-08-08 14:26:22 UTC
Created attachment 116149 [details] [review]
Allow parallel build
Comment 2 Gabriel Burt 2008-08-16 06:12:38 UTC
My make/bash fu isn't strong enough.  Aaron, can you review?
Comment 3 Aaron Bockover 2008-09-07 00:46:48 UTC
Looks good, feel free to commit. Thanks Bertrand.
Comment 4 Bertrand Lorentz 2008-09-08 11:32:10 UTC
Committed !