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 312589 - configure doesn't check for xmllint
configure doesn't check for xmllint
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: documentation
0.8.x
Other Linux
: Normal normal
: 0.9.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-08-04 15:32 UTC by Benjamin Otte (Company)
Modified: 2005-11-27 14:19 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Benjamin Otte (Company) 2005-08-04 15:32:17 UTC
1) get Debian
2) apt-get install everything needed to build GStreamer 0.8 from cvs
3) apt-get remove libxml2-utils
4) ./autogen.sh && make

produces the following result:

make[4]: Entering directory `/home/lvs/cvs/gstreamer/docs/faq'
cd build && xmllint -noout -valid faq.xml
/bin/sh: xmllint: command not found
make[4]: *** [check-local] Error 127
make[4]: Leaving directory `/home/lvs/cvs/gstreamer/docs/faq'

So either linting the xml should not be done without xmllint or the docs
shouldn't be built. Since I consider me too clueless about the right behaviour
and the docs build system I file this as a bug for you guys.
Comment 1 Thomas Vander Stichele 2005-11-27 14:19:30 UTC
Fixed in 0.9 cvs