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 534889 - Parallel build fails
Parallel build fails
Status: RESOLVED FIXED
Product: gnome-subtitles
Classification: Other
Component: general
0.8
Other Linux
: Normal normal
: ---
Assigned To: Maintainers of GNOME subtitles
Maintainers of GNOME subtitles
Depends on:
Blocks:
 
 
Reported: 2008-05-26 10:26 UTC by Julian Sikorski
Modified: 2008-05-29 19:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Julian Sikorski 2008-05-26 10:26:31 UTC
Gnome-subtitles fails to build if parallel build is attempted. It fails as follows:

make[3]: Leaving directory `/home/jsikorski/cvs/fedora/gnome-subtitles/devel/gnome-subtitles-0.8/gstreamer-playbin-0.2.1/src'
make[3]: Entering directory `/home/jsikorski/cvs/fedora/gnome-subtitles/devel/gnome-subtitles-0.8/gstreamer-playbin-0.2.1'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/jsikorski/cvs/fedora/gnome-subtitles/devel/gnome-subtitles-0.8/gstreamer-playbin-0.2.1'
make[2]: Leaving directory `/home/jsikorski/cvs/fedora/gnome-subtitles/devel/gnome-subtitles-0.8/gstreamer-playbin-0.2.1'
Making all in .
make[2]: Entering directory `/home/jsikorski/cvs/fedora/gnome-subtitles/devel/gnome-subtitles-0.8'
cp -f gstreamer-playbin-0.2.1/src/GStreamerPlaybin.dll build && cp -f gstreamer-playbin-0.2.1/src/libgstreamer_playbin.so build
cp -f gstreamer-playbin-0.2.1/src/GStreamerPlaybin.dll build && cp -f gstreamer-playbin-0.2.1/src/libgstreamer_playbin.so build
cp: cannot create regular file `build/GStreamerPlaybin.dll': File exists
make[2]: *** [build/GStreamerPlaybin.dll] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/home/jsikorski/cvs/fedora/gnome-subtitles/devel/gnome-subtitles-0.8'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jsikorski/cvs/fedora/gnome-subtitles/devel/gnome-subtitles-0.8'

Looks like the make invocations step on each other's feet. 0.7.2 did not show such a problem, at least with much lower frequency.
Comment 1 Pedro Castro 2008-05-28 23:24:15 UTC
Julian,

There was a missing dependency in the makefile. Can you check if the latest SVN revision works?
Comment 2 Julian Sikorski 2008-05-29 19:47:01 UTC
Looks like it does. Thanks!