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 447402 - libgimpthumb/Makefile.am breaks parallel builds
libgimpthumb/Makefile.am breaks parallel builds
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: libgimp
2.3.x
Other All
: Normal minor
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
: 462130 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-06-14 05:23 UTC by Martin von Gagern
Modified: 2008-01-15 14:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch libgimpthumb/Makefile.am to avoid issue (498 bytes, patch)
2007-06-14 05:25 UTC, Martin von Gagern
none Details | Review

Description Martin von Gagern 2007-06-14 05:23:25 UTC
When building gimp-2.3.18 in parallel, you have good chance of encountering this error message:
No rule to make target `../libgimpthumb/libgimpthumb-2.0.la'

Problem is that libgimpthumb/Makefile.am references the current directory as ../libgimpthumb/ for this dependency.

This issue was reported on https://bugs.gentoo.org/show_bug.cgi?id=181752
Comment 1 Martin von Gagern 2007-06-14 05:25:39 UTC
Created attachment 89927 [details] [review]
Patch libgimpthumb/Makefile.am to avoid issue
Comment 2 Sven Neumann 2007-06-14 06:12:19 UTC
2007-06-14  Sven Neumann  <sven@gimp.org>

	* libgimpthumb/Makefile.am (gimp_thumbnail_list_LDADD): fixed
	parallel builds (bug #447402).
Comment 3 Sven Neumann 2007-07-31 14:00:57 UTC
*** Bug 462130 has been marked as a duplicate of this bug. ***