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 54014 - 'xsltproc: not found' error from tests/XSLTMark/Makefile
'xsltproc: not found' error from tests/XSLTMark/Makefile
Status: VERIFIED FIXED
Product: libxslt
Classification: Platform
Component: general
unspecified
Other FreeBSD
: Normal normal
: ---
Assigned To: Daniel Veillard
Daniel Veillard
Depends on:
Blocks:
 
 
Reported: 2001-05-02 01:40 UTC by jwag
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description jwag 2001-05-02 01:40:20 UTC
References to xsltproc in tests/XSLTMark/Makefile are not fully qualified 
as they are in the other makefiles under the tests directory.

The other Makefiles under tests either refer to ../../libxslt/xsltproc or 
$(top_builddir)/libxslt/xsltproc.

In the Makefile in XSLTMark directory it refers to the executable only as 
xsltproc, which causes an 'xsltproc: not found' error if you have not 
installed the executable to a directory in your path.

Thanks,
jwag
-- 
John.Waggenspack@celion.com
Comment 1 Daniel Veillard 2001-05-02 09:06:13 UTC
Ahhh !!! Thanks this explain some weirdness at packaging time
I was unable to track down :-)
Fix applied (except the right path is actually
$(top_builddir)/../../libxslt/xsltproc )

  thanks a lot for your report,

Daniel
Comment 2 Daniel Veillard 2001-05-04 10:47:13 UTC
I think I finally cleaned up the tests Makefiles in 0.9.0

Daniel