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 642494 - gegl installs html docs into $DESTDIR/$DESTDIR
gegl installs html docs into $DESTDIR/$DESTDIR
Status: RESOLVED FIXED
Product: GEGL
Classification: Other
Component: build
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Default Gegl Component Owner
: 616278 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2011-02-16 19:12 UTC by Hanno Böck
Modified: 2011-03-27 10:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gegl-doubledestdir.diff (438 bytes, patch)
2011-02-16 19:12 UTC, Hanno Böck
none Details | Review

Description Hanno Böck 2011-02-16 19:12:02 UTC
Created attachment 181038 [details] [review]
gegl-doubledestdir.diff

when installing with "make DESTDIR=/some/directory/ install" and enabled docs, gegl will try to install html docs into /some/directory/some/directory. Reason is that Makefile.am sets gtkdochtmldir to $(DESTDIR)$(datadir)/gtk-doc/html/gegl, while automake automatically adds another DESTDIR var to the installation commands.

See attached patch for a fix.
Comment 1 Jon Nordby 2011-03-26 17:43:43 UTC
*** Bug 616278 has been marked as a duplicate of this bug. ***
Comment 2 Jon Nordby 2011-03-27 10:22:57 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.

http://git.gnome.org/browse/gegl/commit/?id=36f1e514acd32152dfee7c09d0e5a4e022a5a543
Comment 3 Jon Nordby 2011-03-27 10:24:34 UTC
Comment on attachment 181038 [details] [review]
gegl-doubledestdir.diff

Another patch was already committed that also fixed other cases.