On Wed, Oct 25, 2017 at 02:06:08PM +0200, Michael Ströder wrote:
> Lukas Slebodnik wrote:
> > On (25/10/17 13:07), Michael Ströder wrote:
> >> Which versions of XML/XSLT/docbook packages are you using?
> > 
> > docbook-style-xsl-1.79.2-5
> > 
> > But it might work on fedora due to following patch
> > https://src.fedoraproject.org/rpms/docbook-style-xsl/c/6391185bf3cb096561d8ff86b60602d697b18245?branch=master
> 
> I will check that.
> 
> > But build would fail based on
> > https://bugzilla.redhat.com/show_bug.cgi?id=1409587
> 
> Hmm, man page build seems to work (see generated result attached).
> 
> But I forgot to mention these two messages in the build output:
> 
> Variable $SGML_CATALOG_FILES not set
> Note: namesp. add : added namespace before processing              SSSD
> Manual pages
> 
> Does that ring any bell?
> (I have to admit I know next to nothing in this field.)

It's been literally years since I was poking at this part of the build
system, but we seem to be exporting the SGML_CATALOG_FILES explicitly in
the man Makefile.am:
 53 export SGML_CATALOG_FILES

And we always substitute this variable for either the value passed with
"--with-xml-catalog-path=PATH" during configure or, if that is unset,
we pass /etc/xml/catalog as a sensible default.

So I'm actually not sure how can the variable be unset..

But IIRC the docbook tools are smart enough to find the catalog on their
own.
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org

Reply via email to