2005-05-12 12:06:35

by Karel Kulhavy

[permalink] [raw]
Subject: make htmldocs doesn't work even with docbook stylesheets installed

make htmldocs says thast docbook stylesheets are not installed while
they are:

kestrel linux-2.6.11.9 # make htmldocs
HOSTCC scripts/basic/fixdep
HOSTCC scripts/basic/split-include
HOSTCC scripts/basic/docproc
DOCPROC Documentation/DocBook/wanbook.sgml
*** You need to install DocBook stylesheets ***
make[1]: *** [Documentation/DocBook/wanbook.html] Error 1
make: *** [htmldocs] Error 2
kestrel linux-2.6.11.9 # emerge -s stylesheet
Searching...
[ Results for search key : stylesheet ]
[ Applications found : 2 ]

* app-text/docbook-dsssl-stylesheets
Latest version available: 1.77-r2
Latest version installed: 1.77-r2
Size of downloaded files: 385 kB
Homepage: http://docbook.sourceforge.net
Description: DSSSL Stylesheets for DocBook.
License: as-is

* app-text/docbook-xsl-stylesheets
Latest version available: 1.66.1
Latest version installed: 1.66.1
Size of downloaded files: 1,514 kB
Homepage: http://docbook.sourceforge.net/
Description: XSL Stylesheets for Docbook
License: || ( as-is BSD )

Is this a bug in Linux make htmldocs?

CL<


2005-05-12 21:30:56

by Adrian Bunk

[permalink] [raw]
Subject: Re: make htmldocs doesn't work even with docbook stylesheets installed

On Thu, May 12, 2005 at 02:03:58PM +0200, Karel Kulhavy wrote:
> make htmldocs says thast docbook stylesheets are not installed while
> they are:
>
> kestrel linux-2.6.11.9 # make htmldocs
> HOSTCC scripts/basic/fixdep
> HOSTCC scripts/basic/split-include
> HOSTCC scripts/basic/docproc
> DOCPROC Documentation/DocBook/wanbook.sgml
> *** You need to install DocBook stylesheets ***
> make[1]: *** [Documentation/DocBook/wanbook.html] Error 1
> make: *** [htmldocs] Error 2
> kestrel linux-2.6.11.9 # emerge -s stylesheet
> Searching...
> [ Results for search key : stylesheet ]
> [ Applications found : 2 ]
>
> * app-text/docbook-dsssl-stylesheets
> Latest version available: 1.77-r2
> Latest version installed: 1.77-r2
> Size of downloaded files: 385 kB
> Homepage: http://docbook.sourceforge.net
> Description: DSSSL Stylesheets for DocBook.
> License: as-is
>
> * app-text/docbook-xsl-stylesheets
> Latest version available: 1.66.1
> Latest version installed: 1.66.1
> Size of downloaded files: 1,514 kB
> Homepage: http://docbook.sourceforge.net/
> Description: XSL Stylesheets for Docbook
> License: || ( as-is BSD )
>
> Is this a bug in Linux make htmldocs?


It sounds more like you are missing a package.

In Debian it's called "docbook-utils", I don't know whether it has the
same name in Gentoo.


> CL<

cu
Adrian

--

"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed

2005-05-17 19:25:43

by Karel Kulhavy

[permalink] [raw]
Subject: Re: make htmldocs doesn't work even with docbook stylesheets installed

> > Size of downloaded files: 1,514 kB
> > Homepage: http://docbook.sourceforge.net/
> > Description: XSL Stylesheets for Docbook
> > License: || ( as-is BSD )
> >
> > Is this a bug in Linux make htmldocs?
>
>
> It sounds more like you are missing a package.
>
> In Debian it's called "docbook-utils", I don't know whether it has the
> same name in Gentoo.

gentoo doesn't have docbook-utils. How do I compile linux kernel
documentations on gentoo?

And btw why doesn't README or the error message that docbook-utils
package is required? I suggest that this be added into README together
with the docbook stylesheets (and the information which one of the 2
stylesheets are meant).

CL<

2005-05-17 19:53:41

by Alexey Dobriyan

[permalink] [raw]
Subject: Re: make htmldocs doesn't work even with docbook stylesheets installed

On Tuesday 17 May 2005 23:22, Karel Kulhavy wrote:
> > > Size of downloaded files: 1,514 kB
> > > Homepage: http://docbook.sourceforge.net/
> > > Description: XSL Stylesheets for Docbook
> > > License: || ( as-is BSD )
> > >
> > > Is this a bug in Linux make htmldocs?
> >
> > It sounds more like you are missing a package.
> >
> > In Debian it's called "docbook-utils", I don't know whether it has the
> > same name in Gentoo.
>
> gentoo doesn't have docbook-utils. How do I compile linux kernel
> documentations on gentoo?

OK, once again...

1. Get 2.6.12-rc4 already.
2. # emerge xmlto

> And btw why doesn't README or the error message that docbook-utils
> package is required?

Latest Documentation/Changes says:

DocBook Stylesheets
-------------------
o <http://nwalsh.com/docbook/dsssl/>

XMLTO XSLT Frontend
-------------------
o <http://cyberelk.net/tim/xmlto/>

Not enough?