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 125539 - Problem installing gstreamer 0.7.1
Problem installing gstreamer 0.7.1
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.7.1
Other Linux
: Normal normal
: 0.6.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-10-26 16:52 UTC by Pierre
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pierre 2003-10-26 16:52:35 UTC
Hi,

I got a little problem with the make install :

[...]
Making install in docs
gmake[1]: Entering directory `/tmp/gstreamer-0.7.1/docs'
Making install in faq
gmake[2]: Entering directory `/tmp/gstreamer-0.7.1/docs/faq'
gmake[3]: Entering directory `/tmp/gstreamer-0.7.1/docs/faq'
gmake[3]: Nothing to be done for `install-exec-am'.
mkdir -p /usr/local/share/doc/gstreamer-0.7.1/faq
cp -pr  /usr/local/share/doc/gstreamer-0.7.1/faq
cp: missing destination file
Try `cp --help' for more information.
gmake[3]: *** [install-data-local] Error 1
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
Comment 1 David I. Lehn 2003-10-28 17:44:15 UTC
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.
Comment 2 Pierre 2003-10-31 13:53:00 UTC
Where can I find xmltex ?
Comment 3 Ronald Bultje 2003-11-04 14:46:48 UTC
http://rpmfind.net/linux/rpm2html/search.php?query=xmltex

Is this fixed in CVS?
Comment 4 David Schleef 2003-12-02 04:03:48 UTC
It's fixed in HEAD.