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 100693 - playondemand parallel build broken
playondemand parallel build broken
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.4.2
Other Linux
: Normal normal
: 0.4.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-12-08 21:34 UTC by Jon Nall
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
playondemand makefile fix for parallel builds (430 bytes, patch)
2002-12-08 21:35 UTC, Jon Nall
none Details | Review

Description Jon Nall 2002-12-08 21:34:23 UTC
when building the playondemand plugin for ppc, the libgstplayondemand.la is
not built before the demo_mp3 binary needs it. 

not sure why it's not observable on x86.  just a strage race, i suppose.

attaching a patch to fix this.
Comment 1 Jon Nall 2002-12-08 21:35:34 UTC
Created attachment 12855 [details] [review]
playondemand makefile fix for parallel builds
Comment 2 Leif Johnson 2003-01-17 14:09:18 UTC
i added the dependency to playondemand, but without the leading "./".
this works for me, but i only have a single cpu machine for testing.
please verify if this works on a real smp machine so we can close this
bug.
Comment 3 Jon Nall 2003-01-17 15:37:39 UTC
i don't have access to an SMP machine. this bug was observed on a
uniprocessor PPC G4.
Comment 4 Thomas Vander Stichele 2003-01-18 18:00:40 UTC
the fix is good, pretty sure it will work :)