[opensuse-packaging] Requiring library deprecated by the build system
The build system wants me to stop requiring libxslt in the xmlto spec file. Because xmlto needs xsltproc and xmllint at runtime, I added /usr/bin/xsltproc and /usr/bin/xmllint as "Requires:". But the build system does not seem to honor those statements and opensp-doc fails:
config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile + make -C docsrc make: Entering directory `/usr/src/packages/BUILD/OpenSP-1.5.2/docsrc' /usr/bin/xmlto man onsgmls.xml /usr/bin/xmlto: line 366: xsltproc: command not found make: *** [onsgmls.1] Error 1
Shall I continue requiring libxslt for now? Shall we split libxml2 and libxslt into the libraries and the tools? -- Karl Eichwalder R&D / Documentation SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nuernberg) --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
On 2007-12-14 13:06:21 +0100, Karl Eichwalder wrote:
The build system wants me to stop requiring libxslt in the xmlto spec file. Because xmlto needs xsltproc and xmllint at runtime, I added /usr/bin/xsltproc and /usr/bin/xmllint as "Requires:". But the build system does not seem to honor those statements and opensp-doc fails:
config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile + make -C docsrc make: Entering directory `/usr/src/packages/BUILD/OpenSP-1.5.2/docsrc' /usr/bin/xmlto man onsgmls.xml /usr/bin/xmlto: line 366: xsltproc: command not found make: *** [onsgmls.1] Error 1
Shall I continue requiring libxslt for now? Shall we split libxml2 and libxslt into the libraries and the tools?
requiring libxslt for now is fine, but splitting the tools out seems to be a good idea. darix -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
participants (2)
-
Karl Eichwalder
-
Marcus Rueckert