[Gstreamer-bugs] [Bug 125539] Changed - Problem installing gstreamer 0.7.1

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Tue Oct 28 09:44:16 PST 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=125539

Changed by dlehn at vt.edu.

--- shadow/125539	Sun Oct 26 11:52:36 2003
+++ shadow/125539.tmp.20812	Tue Oct 28 12:44:16 2003
@@ -34,6 +34,19 @@
 gmake[3]: Leaving directory `/tmp/gstreamer-0.7.1/docs/faq'
 gmake[2]: *** [install-am] Error 2
 gmake[2]: Leaving directory `/tmp/gstreamer-0.7.1/docs/faq'
 gmake[1]: *** [install-recursive] Error 1
 gmake[1]: Leaving directory `/tmp/gstreamer-0.7.1/docs'
 gmake: *** [install-recursive] Error 1
+
+------- Additional Comments From dlehn at vt.edu  2003-10-28 12:44 -------
+This problem is present in 0.6.4 as well.
+
+docs/htmlinstall.mak has a cp which depends on HTML_DAT being defined.
+ If xmltex is not detected during configure then the XMLTO flags are
+redefined to be false which causes the html to not be built which
+causes HTML_DAT to be defined to nothing which finally causes this
+problem when installing.
+
+Fix is to install xmltex packages, use a conditional to take out the
+install-data-local rule, or do a check if HTML_DAT is empty before
+doing the cp.




More information about the Gstreamer-bugs mailing list