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 670127 - shared-mime-info 1.0 is not safe for parallel builds
shared-mime-info 1.0 is not safe for parallel builds
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: module sets
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2012-02-15 10:29 UTC by Allison Karlitskaya (desrt)
Modified: 2012-02-15 16:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build failure log (9.34 KB, text/html)
2012-02-15 10:29 UTC, Allison Karlitskaya (desrt)
  Details
core-deps-3.4: shared-mime-info: disable make -j (1.24 KB, patch)
2012-02-15 10:32 UTC, Allison Karlitskaya (desrt)
committed Details | Review

Description Allison Karlitskaya (desrt) 2012-02-15 10:29:58 UTC
Created attachment 207615 [details]
build failure log

shared-mime-info failed the build for me today with what appeared to be a parallel build issue.  I was able to reproduce it (after about 10 tries) with:

checkout/shared-mime-info-1.0$ while make -j8; do make clean; done
Comment 1 Allison Karlitskaya (desrt) 2012-02-15 10:32:29 UTC
Created attachment 207616 [details] [review]
core-deps-3.4: shared-mime-info: disable make -j

Recently upgraded shared-mime-info-1.0 seems to have problems with
parallel make, so disable it for now.
Comment 2 Javier Jardón (IRC: jjardon) 2012-02-15 14:07:53 UTC
Comment on attachment 207616 [details] [review]
core-deps-3.4: shared-mime-info: disable make -j

Could you add a comment referencing the upstream bug?
Comment 3 Allison Karlitskaya (desrt) 2012-02-15 16:24:53 UTC
Attachment 207616 [details] pushed as a4a03e6 - core-deps-3.4: shared-mime-info: disable make -j