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 556438 - if gtkdoc-rebase is not present, make install fails.
if gtkdoc-rebase is not present, make install fails.
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: documentation
0.10.21
Other Linux
: Normal normal
: 0.10.22
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 556444 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2008-10-15 17:19 UTC by Ken Moffat
Modified: 2008-10-16 07:45 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24


Attachments
replicate the '|| true' already present in some of the Makefile.in code. (2.03 KB, patch)
2008-10-15 17:23 UTC, Ken Moffat
none Details | Review

Description Ken Moffat 2008-10-15 17:19:33 UTC
The error status from 'which' is feeding back to 'make'.
-- Installing ./html/gstreamer.devhelp
which: no gtkdoc-rebase in (/sbin:/bin:/usr/sbin:/usr/bin)
make[5]: *** [install-data-local] Error 1
make[5]: Leaving directory `/usr/src/gstreamer-0.10.21/docs/gst'
make[4]: *** [install-am] Error 2
Comment 1 Ken Moffat 2008-10-15 17:23:03 UTC
Created attachment 120665 [details] [review]
replicate the '|| true' already present in some of the Makefile.in code.

Tested with a plain ./configure --prefix=/usr --disable-static ; make ; make DESTDIR=/wherever install
Comment 2 Jan Schmidt 2008-10-16 07:45:15 UTC
This is already fixed in CVS, but thank you for the patch :)
Comment 3 Jan Schmidt 2008-10-16 07:45:23 UTC
*** Bug 556444 has been marked as a duplicate of this bug. ***