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 508512 - gedit/Makefile.am does not work with 'MAKEOPTS="-j" make install
gedit/Makefile.am does not work with 'MAKEOPTS="-j" make install
Status: RESOLVED FIXED
Product: gedit
Classification: Applications
Component: general
2.20.x
Other Linux
: Normal normal
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2008-01-10 13:53 UTC by Peter Hjalmarsson
Modified: 2008-01-24 22:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch against gedit-2.20.4 but problem still exists in svn trunk. (361 bytes, patch)
2008-01-10 15:37 UTC, Peter Hjalmarsson
none Details | Review
Patch against trunk. (382 bytes, patch)
2008-01-22 14:30 UTC, Peter Hjalmarsson
committed Details | Review

Description Peter Hjalmarsson 2008-01-10 13:53:34 UTC
This is a problem due to the usage of "install-exec-local"  wich makes the Makefile sometimes try to 'ln -s gedit gnome-test-editor' before all install-exec really has installed everything (and fail becouse gedit does not exist in the right place yet). By using "install-exec-hook" instead the Makefile will not try to run 'ln -s' until install-exec really has done its job.
Comment 1 Peter Hjalmarsson 2008-01-10 15:37:47 UTC
Created attachment 102521 [details] [review]
Patch against gedit-2.20.4 but problem still exists in svn trunk.
Comment 2 Gilles Dartiguelongue 2008-01-10 21:32:17 UTC
sometimes as in "it can occur if you run make -j or make -j${NUMBER}" on a compile farm or a multi proc/core system. Thanks for considering.
Comment 3 Peter Hjalmarsson 2008-01-22 14:30:25 UTC
Created attachment 103444 [details] [review]
Patch against trunk.

As this is something that breaks SMP/distcc builds, could you please apply it?
Comment 4 Paolo Borelli 2008-01-24 22:33:19 UTC
thanks! fixed in svn