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 672908 - "command not found" messages from configure script
"command not found" messages from configure script
Status: RESOLVED FIXED
Product: yelp-tools
Classification: Core
Component: general
git master
Other Linux
: Normal minor
: ---
Assigned To: Yelp maintainers
Yelp maintainers
Depends on:
Blocks:
 
 
Reported: 2012-03-27 12:26 UTC by Edward Sheldrake
Modified: 2012-03-27 12:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix the problem (1.37 KB, patch)
2012-03-27 12:29 UTC, Edward Sheldrake
committed Details | Review

Description Edward Sheldrake 2012-03-27 12:26:44 UTC
On running the configure script for yelp-tools, the version checks for the xmllint and xsltproc commands are broken, and the output is:

checking for xmllint... xmllint
./configure: line 2318: 20708: command not found
checking for xsltproc... xsltproc
./configure: line 2362: 10126: command not found
Comment 1 Edward Sheldrake 2012-03-27 12:29:44 UTC
Created attachment 210689 [details] [review]
Patch to fix the problem
Comment 2 Shaun McCance 2012-03-27 12:48:19 UTC
Pushed to master. Thanks.