On 23/03/2019 10:07, Xi Ruoyao via blfs-dev wrote: > On Sat, 2019-03-23 at 08:10 +0100, Armin K. via blfs-dev wrote: >> On 22.3.2019. 00:04, Douglas R. Reno via blfs-dev wrote: >>> On 3/21/19 5:59 PM, Ken Moffat via blfs-dev wrote: >>>> colord reports: >>>> >>>> Program xsltproc found: YES (/usr/bin/xsltproc) >>>> >>>> man/meson.build:6:2: ERROR: Problem encountered: Cannot build man >>>> pages without docbook-xsl-ns >>>> >>>> But I have ALL of the docbook packages (and they haven't changed >>>> since 8.4, have they ?). >>>> >>>> For the moment, going with the book's -Dman=false, but thinking >>>> seriously about giving up. >>>> >>>> ĸen >>> >>> It's looking for Namespaced versions, and we install non-namespaced >>> versions now. I'd just use -Dman=false ... >>> >>> I'll go expand the command explanation >>> >> >> Ran into it yesterday, fix is quite simple: >> >> In the following paragraph >> >> xmlcatalog --noout --add "rewriteSystem" \ >> "https://cdn.docbook.org/release/xsl-nons/current" \ >> "/usr/share/xml/docbook/xsl-stylesheets-nons-1.79.2" \ >> /etc/xml/catalog && >> >> xmlcatalog --noout --add "rewriteURI" \ >> "https://cdn.docbook.org/release/xsl-nons/current" \ >> "/usr/share/xml/docbook/xsl-stylesheets-nons-1.79.2" \ >> /etc/xml/catalog && > > https://cdn.docbook.org/release/xsl-ns/current is 404. If they refers to a > non- > exist URL that's their fault, not ours. > >> Replace xsl-nons in two urls with xsl-ns. The xsl/current points to >> no-ns version since forever, so you should have xsl-ns/current for >> namespaced. > > https://cdn.docbook.org/release/xsl/current is namespaced version. > xsl/current > points to and will points to no-ns version forever in docbook.sourceforge.net. > > Well, now the problem is the colord guys only want to use namespaced version, > so > let's use -Dman=false, or we have to add the namespaced version (along with > Docbook 5.x). >
Docbook-5.0 is not needed to use the stylesheets. It contains the Schemas (and possibly the DTD), which is only needed to validate docbook sources. Pierre -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
