Subject: Re: [RAIDframe] 16.3.7 Setting up kernel dumps
To: Rui Paulo <rpaulo@NetBSD.org>
From: Ryan Cresawn <cresawn@chass.utoronto.ca>
List: netbsd-docs
Date: 09/29/2005 15:10:12
On Sun, Sep 04, 2005 at 12:30:52AM +0100, Rui Paulo wrote:
> On 2005.08.18 19:15:52 +0100, Rui Paulo wrote:
> | On 2005.08.18 14:12:37 +0000, Ryan Cresawn wrote:
> | | On Thu, Aug 18, 2005 at 12:21:56AM +0100, Rui Paulo wrote:
> | | > | The URL I mentioned earlier was instrumental in getting this to work.
> | | > | Booting now works correctly from either disk.  Would you like me to
> | | > | attempt to modify the XML file again to include these details?
> | | > 
> | | > Yes, please. That would be great. Thanks!
> | | > 
> | | > 		-- Rui Paulo
> | | 
> | | Rui,
> | | 
> | | How do I build chap-rf.html from chap-rf.xml?  I would like to know
> | | because I want to see how it looks in Firefox.  If there's
> | | documentation which explains how to do this then please point me to
> | | it.
> | 
> | http://www.netbsd.org/developers/htdocs.html#what-is-required
> | 
> | You'll need to install netbsd-doc and netbsd-doc-print too. Good luck!
> 
> Are you having any problems ? If so, please tell me so I can help.
> 
> 		-- Rui Paulo

Rui,

Yes I am having problems.  I have made some of the changes I intend to
implement but am not having success with the build of the output
files.  I have installed pkgsrc-2005Q3; and from that installed:

  /usr/pkgsrc/meta-pkgs/netbsd-doc
  /usr/pkgsrc/meta-pkgs/netbsd-www
  /usr/pkgsrc/meta-pkgs/netbsd-doc-print

Next I checked out htdocs from cvs.  I replaced chap-rf.xml with my
version and ran 'make'.  It doesn't appear that my version of
chap-rf.xml was processed.  The output follows.

Ryan


cd /home/cresawn/writing/NetBSD/htdocs/guide/en/
make -k 
[Checking tools for typesetting...OK]
sed -e '/^[\/ ]\*/d' su.c >pam_app.c
sed -e '/^[\/ ]\*/d' converse.c >pam_conv.c
sed -e '/^[\/ ]\*/d' pam_unix.c >pam_module.c

... lots of successful output removed ...

Writing ap-biblio.html for appendix(ap-biblio)
Writing index.html for book(book-netbsd-guide)
Writing HTML.manifest
make lint
[Checking tools for typesetting...OK]
env SP_CHARSET_FIXED=YES  SP_ENCODING=iso-8859-1  SGML_CATALOG_FILES= /usr/pkg/bin/onsgmls -s -wall -c /home/cresawn/writing/NetBSD/htdocs/guide/en/share/catalog -c /home/cresawn/writing/NetBSD/htdocs/guide/en/../../share/xml/catalog -c /usr/pkg/share/sgml/catalog -c /usr/pkg/share/sgml/docbook/dsssl/modular/catalog -c /usr/pkg/share/sgml/docbook/4.2/catalog  /usr/pkg/share/sgml/docbook/dsssl/modular/dtds/decls/xml.dcl netbsd.xml
/usr/pkg/bin/onsgmls:/usr/pkg/share/sgml/docbook/4.2/docbookx.dtd:83:0:W: unused parameter entity "hh"
/usr/pkg/bin/onsgmls:/usr/pkg/share/sgml/docbook/4.2/calstblx.dtd:68:0:W: unused parameter entity "tbl.table.name"
/usr/pkg/bin/onsgmls:chap-boot.xml:63:24:E: document type does not allow element "superscript" here; assuming missing "replaceable" start-tag
/usr/pkg/bin/onsgmls:chap-boot.xml:63:24:E: entity end in different element from entity reference
/usr/pkg/bin/onsgmls:chap-boot.xml:63:56:E: end tag for "replaceable" omitted, but OMITTAG NO was specified
/usr/pkg/bin/onsgmls:chap-boot.xml:63:24: start tag was here
*** Error code 1 (continuing)


Stop.
make: stopped in /home/cresawn/writing/NetBSD/htdocs/guide/en
*** Error code 1 (continuing)


Stop.
make: stopped in /home/cresawn/writing/NetBSD/htdocs/guide/en

Compilation exited abnormally with code 1 at Thu Sep 29 14:51:41