[xml/sgml-pkgs] Bug#405186: docbook2x: FTBFS: reference to nonexistent nodes

Julien Danjou acid at debian.org
Mon Jan 1 16:16:22 CET 2007


Package: docbook2x
Version: 0.8.3-1
Severity: serious

Hello,

There was a problem while autobuilding your package:
> Automatic build of docbook2x_0.8.3-1 on nasya by sbuild/sparc 0.50
> Build started at 20070101-0136
> ******************************************************************************
...
> checking for getline... yes
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating charmaps/Makefile
> config.status: creating xslt/Makefile
> config.status: creating xslt/common/Makefile
> config.status: creating xslt/common/text/Makefile
> config.status: creating xslt/man/Makefile
> config.status: creating xslt/texi/Makefile
> config.status: creating xslt/documentation/Makefile
> config.status: creating perl/Makefile
> config.status: creating libxslt/Makefile
> config.status: creating utf8trans/Makefile
> config.status: creating doc/Makefile
> config.status: creating test/Makefile
> config.status: creating test/refentry/Makefile
> config.status: creating test/complete-manuals/Makefile
> config.status: creating test/utf8trans/Makefile
> config.status: creating libxslt/config.h
> config.status: executing default-1 commands
> /usr/bin/make -C . 
> make[1]: Entering directory `/build/buildd/docbook2x-0.8.3'
> Making all in .
> make[2]: Entering directory `/build/buildd/docbook2x-0.8.3'
> make[2]: Nothing to be done for `all-am'.
> make[2]: Leaving directory `/build/buildd/docbook2x-0.8.3'
> Making all in charmaps
> make[2]: Entering directory `/build/buildd/docbook2x-0.8.3/charmaps'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory `/build/buildd/docbook2x-0.8.3/charmaps'
> Making all in perl
> make[2]: Entering directory `/build/buildd/docbook2x-0.8.3/perl'
> echo '#!/usr/bin/perl' > config.pl
> echo "\$DEFAULT_UTF8TRANS_PROGRAM = q</usr/bin/`echo utf8trans | sed 's,x,x,'`>;" >> config.pl
> echo '$DEFAULT_UTF8TRANS_ROFFMAP = q</usr/share/docbook2X/charmaps/roff.charmap>;' >>config.pl
> echo '$DEFAULT_UTF8TRANS_TEXIMAP = q</usr/share/docbook2X/charmaps/texi.charmap>;' >>config.pl
> echo '$DEFAULT_ICONV_PROGRAM = q</usr/bin/iconv>;' >>config.pl
> echo '$DOCBOOK2X_VERSION = q<0.8.3>;' >>config.pl
> echo "\$DEFAULT_DB2X_XSLTPROC_PROGRAM = q</usr/bin/`echo db2x_xsltproc | sed 's,x,x,'`>;" >> config.pl
> echo "\$DEFAULT_DB2X_MANXML_PROGRAM = q</usr/bin/`echo db2x_manxml | sed 's,x,x,'`>;" >> config.pl
> echo "\$DEFAULT_DB2X_TEXIXML_PROGRAM = q</usr/bin/`echo db2x_texixml | sed 's,x,x,'`>;" >> config.pl
> echo '' >>config.pl
> rm -f db2x_manxml
> cat config.pl db2x_manxml.pl >db2x_manxml
> chmod 555 db2x_manxml
> /usr/bin/perl -I../perl -c -w db2x_manxml
> db2x_manxml syntax OK
> rm -f db2x_texixml
> cat config.pl db2x_texixml.pl >db2x_texixml
> chmod 555 db2x_texixml
> /usr/bin/perl -I../perl -c -w db2x_texixml
> db2x_texixml syntax OK
> rm -f docbook2man
> (cat config.pl ; echo '$CONVERSION_TYPE = q<man>;'; cat ./docbook2X.pl) >docbook2man
> chmod 555 docbook2man
> /usr/bin/perl -I../perl -c -w docbook2man
> docbook2man syntax OK
> rm -f docbook2texi
> (cat config.pl ; echo '$CONVERSION_TYPE = q<texi>;'; cat ./docbook2X.pl) >docbook2texi
> chmod 555 docbook2texi
> /usr/bin/perl -I../perl -c -w docbook2texi
> docbook2texi syntax OK
> make[2]: Leaving directory `/build/buildd/docbook2x-0.8.3/perl'
> Making all in utf8trans
> make[2]: Entering directory `/build/buildd/docbook2x-0.8.3/utf8trans'
> cc -DHAVE_CONFIG_H -I. -I. -I../libxslt     -g -Wall -O2 -Wall -c utf8trans.c
> cc -DHAVE_CONFIG_H -I. -I. -I../libxslt     -g -Wall -O2 -Wall -c mtable.c
> cc -DHAVE_CONFIG_H -I. -I. -I../libxslt     -g -Wall -O2 -Wall -c strings_buffer.c
> cc  -g -Wall -O2 -Wall  -o utf8trans  utf8trans.o mtable.o strings_buffer.o  
> make[2]: Leaving directory `/build/buildd/docbook2x-0.8.3/utf8trans'
> Making all in libxslt
> make[2]: Entering directory `/build/buildd/docbook2x-0.8.3/libxslt'
> cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/libxml2    -g -Wall -O2 -Wall -c main.c
> In file included from main.c:40:
> /usr/include/libxml2/libxml/DOCBparser.h:22:2: warning: #warning "The DOCBparser module has been deprecated in libxml2-2.6.0"
> main.c: In function 'parse_options':
> main.c:429: warning: pointer targets in passing argument 1 of 'xmlStrlen' differ in signedness
> main.c:430: warning: pointer targets in passing argument 1 of 'xmlStrchr' differ in signedness
> main.c:431: warning: pointer targets in passing argument 1 of 'xmlStrchr' differ in signedness
> main.c:439: warning: pointer targets in passing argument 2 of 'xmlStrcat' differ in signedness
> main.c:443: warning: pointer targets in passing argument 2 of 'xmlStrcat' differ in signedness
> main.c:454: warning: pointer targets in assignment differ in signedness
> cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/libxml2    -g -Wall -O2 -Wall -c catalog.c
> cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/libxml2    -g -Wall -O2 -Wall -c ext.c
> cc  -g -Wall -O2 -Wall  -o db2x_xsltproc  main.o catalog.o ext.o -L/usr/lib -lxslt -lxml2 -lexslt 
> make[2]: Leaving directory `/build/buildd/docbook2x-0.8.3/libxslt'
> Making all in xslt
> make[2]: Entering directory `/build/buildd/docbook2x-0.8.3/xslt'
> Making all in common
> make[3]: Entering directory `/build/buildd/docbook2x-0.8.3/xslt/common'
> Making all in text
> make[4]: Entering directory `/build/buildd/docbook2x-0.8.3/xslt/common/text'
> make[4]: Nothing to be done for `all'.
> make[4]: Leaving directory `/build/buildd/docbook2x-0.8.3/xslt/common/text'
> make[4]: Entering directory `/build/buildd/docbook2x-0.8.3/xslt/common'
> make[4]: Nothing to be done for `all-am'.
> make[4]: Leaving directory `/build/buildd/docbook2x-0.8.3/xslt/common'
> make[3]: Leaving directory `/build/buildd/docbook2x-0.8.3/xslt/common'
> Making all in man
> make[3]: Entering directory `/build/buildd/docbook2x-0.8.3/xslt/man'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory `/build/buildd/docbook2x-0.8.3/xslt/man'
> Making all in texi
> make[3]: Entering directory `/build/buildd/docbook2x-0.8.3/xslt/texi'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory `/build/buildd/docbook2x-0.8.3/xslt/texi'
> Making all in documentation
> make[3]: Entering directory `/build/buildd/docbook2x-0.8.3/xslt/documentation'
> ../../libxslt/db2x_xsltproc -C ../../xslt/catalog.xml -s ./extract-to-jrefentries.xsl -o man.xml ../man/docbook.xsl
> ../../libxslt/db2x_xsltproc -C ../../xslt/catalog.xml -s ./extract-to-jrefentries.xsl -o texi.xml ../texi/docbook.xsl
> make[3]: Leaving directory `/build/buildd/docbook2x-0.8.3/xslt/documentation'
> make[3]: Entering directory `/build/buildd/docbook2x-0.8.3/xslt'
> make[3]: Nothing to be done for `all-am'.
> make[3]: Leaving directory `/build/buildd/docbook2x-0.8.3/xslt'
> make[2]: Leaving directory `/build/buildd/docbook2x-0.8.3/xslt'
> Making all in doc
> make[2]: Entering directory `/build/buildd/docbook2x-0.8.3/doc'
> ../libxslt/db2x_xsltproc -C ../xslt/catalog.xml -s ./ss-texinfo.xsl -o docbook2X.txml docbook2X.xml
> I/O error : Attempt to load network entity http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd
> /usr/bin/perl -I../perl ../perl/db2x_texixml --utf8trans-program=../utf8trans/utf8trans --utf8trans-map=../charmaps/texi.charmap docbook2X.txml
> /usr/bin/iconv: illegal input sequence at position 1323
> makeinfo docbook2X.texi
> docbook2X.texi:38: No matching `@end detailmenu'.
> docbook2X.texi:23: No matching `@end menu'.
> /build/buildd/docbook2x-0.8.3/doc//docbook2X.texi:8: Next reference to nonexistent node `Quick start' (perhaps incorrect sectioning?).
> /build/buildd/docbook2x-0.8.3/doc//docbook2X.texi:36: Menu reference to nonexistent node `Concept index' (perhaps incorrect sectioning?).
> /build/buildd/docbook2x-0.8.3/doc//docbook2X.texi:35: Menu reference to nonexistent node `Package installation' (perhaps incorrect sectioning?).
> /build/buildd/docbook2x-0.8.3/doc//docbook2X.texi:33: Menu reference to nonexistent node `Design notes' (perhaps incorrect sectioning?).
> /build/buildd/docbook2x-0.8.3/doc//docbook2X.texi:32: Menu reference to nonexistent node `Release history' (perhaps incorrect sectioning?).
> /build/buildd/docbook2x-0.8.3/doc//docbook2X.texi:31: Menu reference to nonexistent node `Todo' (perhaps incorrect sectioning?).
> /build/buildd/docbook2x-0.8.3/doc//docbook2X.texi:30: Menu reference to nonexistent node `FAQ' (perhaps incorrect sectioning?).
> /build/buildd/docbook2x-0.8.3/doc//docbook2X.texi:28: Menu reference to nonexistent node `Charset considerations' (perhaps incorrect sectioning?).
> /build/buildd/docbook2x-0.8.3/doc//docbook2X.texi:27: Menu reference to nonexistent node `The XSLT processor' (perhaps incorrect sectioning?).
> /build/buildd/docbook2x-0.8.3/doc//docbook2X.texi:26: Menu reference to nonexistent node `Converting to Texinfo' (perhaps incorrect sectioning?).
> /build/buildd/docbook2x-0.8.3/doc//docbook2X.texi:25: Menu reference to nonexistent node `Converting to man pages' (perhaps incorrect sectioning?).
> /build/buildd/docbook2x-0.8.3/doc//docbook2X.texi:24: Menu reference to nonexistent node `Quick start' (perhaps incorrect sectioning?).
> makeinfo: Removing output file `/build/buildd/docbook2x-0.8.3/doc/docbook2X.info' due to errors; use --force to preserve.
> make[2]: *** [docbook2X.info] Error 1
> make[2]: Leaving directory `/build/buildd/docbook2x-0.8.3/doc'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/build/buildd/docbook2x-0.8.3'
> make: *** [debian/stamp-makefile-build] Error 2
> ******************************************************************************
> Build finished at 20070101-0138
> FAILED [dpkg-buildpackage died]

-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/debian-xml-sgml-pkgs/attachments/20070101/4cf64722/attachment.pgp


More information about the debian-xml-sgml-pkgs mailing list