Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2013 12:55:30 -0700 (MST)
From:      Warren Block <wblock@wonkity.com>
To:        Glen Barber <gjb@FreeBSD.org>
Cc:        freebsd-doc@FreeBSD.org
Subject:   Re: [patch] Quick Start Guide to FDP Primer
Message-ID:  <alpine.BSF.2.00.1301131252000.17568@wonkity.com>
In-Reply-To: <20130109222921.GB1313@glenbarber.us>
References:  <1357765738.95165.YahooMailClassic@web184902.mail.gq1.yahoo.com> <alpine.BSF.2.00.1301091504240.5759@wonkity.com> <50EDECB5.7010305@FreeBSD.org> <20130109222921.GB1313@glenbarber.us>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 9 Jan 2013, Glen Barber wrote:

> On Wed, Jan 09, 2013 at 11:18:29PM +0100, Benedict Reuschling wrote:
>> Am 09.01.13 23:14, schrieb Warren Block:
>>
>>> The patch fails for me on tools/chapter.xml at line 0.
>>>
>> Oh, this might be an UTF-8 issue. Perhaps it's from the editor. Saving
>> the file again as ISO8859-1 and recreating the patch from it will fix
>> this I guess.
>>
>
> Hmm.  I'd try 'svn patch'.  I think diff(1) is not happy about the
> contents going away.

svn patch works, but the result does not work.  overview/chapter.xml 
looks like this:

   ???<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>

Another error on line 341, which refers to a temporary anchor that 
should be replaced with a static anchor name.

% make book.html
Index is disabled or no index to generate.
/usr/bin/env SP_ENCODING=ISO-8859-1 /usr/local/bin/jade -V nochunks 
-ioutput.html -d /usr/devel/doc/share/xml/default.dsl 
-ifreebsd.urls.relprefix.4 -V %generate-legalnotice-link% -V 
%generate-docformat-navi-link% -ioutput.html.images   -D 
/usr/devel/doc/en_US.ISO8859-1/books/fdp-primer/../../../share/images/books/fdp-primer 
-D /usr/obj/usr/devel/doc/en_US.ISO8859-1/books/fdp-primer -c 
/usr/devel/doc/en_US.ISO8859-1/share/xml/catalog -c 
/usr/devel/doc/share/xml/catalog -c 
/usr/local/share/sgml/docbook/dsssl/modular/catalog -c 
/usr/local/share/sgml/iso8879/catalog -c 
/usr/local/share/sgml/jade/catalog -c 
/usr/local/share/sgml/catalog.ports -t sgml 
/usr/local/share/sgml/docbook/dsssl/modular/dtds/decls/xml.dcl 
/usr/devel/doc/en_US.ISO8859-1/books/fdp-primer/book.xml > book.html || 
(/bin/rm -f book.html && false)
/usr/local/bin/jade:/usr/devel/doc/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml:1:0:E: 
character data is not allowed here
/usr/local/bin/jade:/usr/devel/doc/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml:341:21:E: 
required attribute "url" not specified
/usr/local/bin/jade:/usr/devel/doc/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml:341:28:E: 
end tag for "ulink" omitted, but OMITTAG NO was specified
/usr/local/bin/jade:/usr/devel/doc/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml:341:15: 
start tag was here
/usr/local/bin/jade:/usr/devel/doc/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml:341:28:E: 
end tag for "ulink" omitted, but OMITTAG NO was specified
/usr/local/bin/jade:/usr/devel/doc/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml:339:42: 
start tag was here
/usr/local/bin/jade:/usr/devel/doc/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml:346:58:E: 
end tag for element "screen" which is not open
/usr/local/bin/jade:/usr/devel/doc/en_US.ISO8859-1/books/fdp-primer/book.xml:249:2:E: 
cannot find "tools/chapter.xml"; tried 
"/usr/devel/doc/en_US.ISO8859-1/books/fdp-primer/tools/chapter.xml", 
"/usr/devel/doc/en_US.ISO8859-1/books/fdp-primer/../../../share/images/books/fdp-primer/tools/chapter.xml", 
"/usr/obj/usr/devel/doc/en_US.ISO8859-1/books/fdp-primer/tools/chapter.xml"




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1301131252000.17568>