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 607249 - Error in docs during parallel make
Error in docs during parallel make
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-sharp
git master
Other Linux
: Normal normal
: 0.9.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-01-17 21:09 UTC by Bertrand Lorentz
Modified: 2010-01-18 08:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix parallel make issue by preventing mdassembler to be run twice at the same time (834 bytes, patch)
2010-01-17 21:11 UTC, Bertrand Lorentz
committed Details | Review

Description Bertrand Lorentz 2010-01-17 21:09:48 UTC
When compiling with parallel make (for example "make -j2"), the following error is displayed, the build is not stopped :

Making all in doc
make[2]: Entering directory `/home/lorentz/Projets/gstreamer-sharp/doc'
/usr/bin/mdassembler --ecma ./en -o gstreamer-sharp-docs
/usr/bin/mdassembler --ecma ./en -o gstreamer-sharp-docs
mdoc: Sharing violation on path /home/lorentz/Projets/gstreamer-sharp/doc/gstreamer-sharp-docs.zip
See `mdoc help' for more information.

I'll attach a patch.
Comment 1 Bertrand Lorentz 2010-01-17 21:11:10 UTC
Created attachment 151624 [details] [review]
Fix parallel make issue by preventing mdassembler to be run twice at the same time
Comment 2 Sebastian Dröge (slomo) 2010-01-18 08:36:00 UTC
commit 31605c6f467a0d89c0f4539208c0b938d7022a8c
Author: Bertrand Lorentz <bertrand.lorentz@gmail.com>
Date:   Sun Jan 17 22:07:29 2010 +0100

    Fix parallel make in doc directory
    
    Fixes bug #607249.