rebuilding beta4 ... fails in docs build ...

Started by Marc G. Fournierabout 23 years ago4 messages
#1Marc G. Fournier
scrappy@hub.org

one too many things removed? this build worked earlier today, so its only
since removing those directories that something has broken ...

openjade -D . -D ./ref -c /usr/local/share/sgml/docbook/dsssl/modular/catalog -
d stylesheet.dsl -i output-html -t sgml postgres.sgml
openjade:installation.sgml:1535:2:E: character data is not allowed here
openjade:installation.sgml:1535:30:E: document type does not allow element "EMAI
L" here; assuming missing "ENTRY" start-tag
openjade:/usr/local/share/sgml/docbook/dsssl/modular/html/../common/dbtable.dsl:
224:13:E: 2nd argument for primitive "ancestor" of wrong type: "#<unknown object
151425216>" not a singleton node list
gmake[1]: *** [postgres.html] Error 1
gmake[1]: Leaving directory `/usr/local/pgsql/beta/pgsql/doc/src/sgml'
gmake: *** [postgres.tar] Error 2

#2Rod Taylor
rbt@rbt.ca
In reply to: Marc G. Fournier (#1)
Re: rebuilding beta4 ... fails in docs build ...

On Mon, 2002-11-04 at 23:10, Marc G. Fournier wrote:

one too many things removed? this build worked earlier today, so its only
since removing those directories that something has broken ...

Bruce left an extra </entry> tag at on line 1534 of installation.sgml :)

Can't make a patch because anoncvs hasn't updated yet :)

openjade -D . -D ./ref -c /usr/local/share/sgml/docbook/dsssl/modular/catalog -
d stylesheet.dsl -i output-html -t sgml postgres.sgml
openjade:installation.sgml:1535:2:E: character data is not allowed here
openjade:installation.sgml:1535:30:E: document type does not allow element "EMAI
L" here; assuming missing "ENTRY" start-tag
openjade:/usr/local/share/sgml/docbook/dsssl/modular/html/../common/dbtable.dsl:
224:13:E: 2nd argument for primitive "ancestor" of wrong type: "#<unknown object
151425216>" not a singleton node list
gmake[1]: *** [postgres.html] Error 1
gmake[1]: Leaving directory `/usr/local/pgsql/beta/pgsql/doc/src/sgml'
gmake: *** [postgres.tar] Error 2

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

--
Rod Taylor

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Marc G. Fournier (#1)
Re: rebuilding beta4 ... fails in docs build ...

"Marc G. Fournier" <scrappy@hub.org> writes:

one too many things removed?

Just broken SGML markup ... fixed I think ...

regards, tom lane

#4Marc G. Fournier
scrappy@hub.org
In reply to: Tom Lane (#3)
Re: rebuilding beta4 ... fails in docs build ...

k, rebuuilding now ....

On Mon, 4 Nov 2002, Tom Lane wrote:

Show quoted text

"Marc G. Fournier" <scrappy@hub.org> writes:

one too many things removed?

Just broken SGML markup ... fixed I think ...

regards, tom lane