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 557731 - failing to make install without gtkdoc-rebase
failing to make install without gtkdoc-rebase
Status: RESOLVED DUPLICATE of bug 554907
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.10.21
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-10-24 12:04 UTC by Lupine
Modified: 2008-10-24 12:49 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24



Description Lupine 2008-10-24 12:04:57 UTC
Gstreamer fails to make install, unless you have gtkdoc-rebase installed.  I Googled around and found another similar bug with a different application and applied that fix to Gstreamer in order for it to install correctly.  This is what I did:

gedit docs/gst/Makefile.in docs/libs/Makefile.in&

#scrolled down to around line 811 for both files, and altered the lines to look like this:

if which gtkdoc-rebase >/dev/null; then \
gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) ; \
fi; \
Comment 1 Jan Schmidt 2008-10-24 12:49:44 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 554907 ***