Package: git-buildpackage
Version: 0.2.21
Severity: serious
Tags: patch

When building 'git-buildpackage' in a clean unstable chroot,
I get the following error:

touch python-build-stamp-2.4
docbook-to-man docs/man.git-buildpackage.sgml > docs/git-buildpackage.1
/usr/bin/nsgmls:docs/manpages/git-buildpackage.sgml:127:11:E: document type 
does not allow element "REFSECT1" here
/usr/bin/nsgmls:docs/manpages/git-buildpackage.sgml:127:11: open elements: 
REFERENCE REFENTRY[1] REFSECT1[1] (PARA[1])
/usr/bin/nsgmls:docs/manpages/git-buildpackage.sgml:133:11:E: document type 
does not allow element "REFSECT1" here
/usr/bin/nsgmls:docs/manpages/git-buildpackage.sgml:133:11: open elements: 
REFERENCE REFENTRY[1] REFSECT1[1] (PARA[1])
/usr/bin/nsgmls:docs/manpages/git-buildpackage.sgml:139:10:E: end tag for 
"REFSECT1" omitted, but OMITTAG NO was specified
/usr/bin/nsgmls:docs/manpages/git-buildpackage.sgml:124:2: start tag was here
/usr/bin/nsgmls:docs/manpages/git-buildpackage.sgml:139:10: open elements: 
REFERENCE REFENTRY[1] REFSECT1[1] (PARA[1])
Warning: transpec not found for REFERENCE
Warning: transpec not found for TITLE
docbook-to-man docs/man.git-import-dsc.sgml > docs/git-import-dsc.1
Warning: transpec not found for REFERENCE
Warning: transpec not found for TITLE
docbook-to-man docs/man.git-import-orig.sgml > docs/git-import-orig.1
Warning: transpec not found for REFERENCE
Warning: transpec not found for TITLE
docbook-2-html -s gtk docs/manual.sgml
make: docbook-2-html: Command not found
make: *** [docs/manual-html] Error 127

The attached patch fixes this problem by adding 'sgml2x' to the 
Build-Depends. However, the build still fails with the following
message:

docbook-2-html -s gtk docs/manual.sgml
find: warning: you have specified the -maxdepth option after a non-option argume
nt -type, but options are not positional (-maxdepth affects tests specified befo
re it as well as those specified after it).  Please specify options before other
 arguments.

find: warning: you have specified the -maxdepth option after a non-option argume
nt -type, but options are not positional (-maxdepth affects tests specified befo
re it as well as those specified after it).  Please specify options before other
 arguments.

find: warning: you have specified the -maxdepth option after a non-option argume
nt -type, but options are not positional (-maxdepth affects tests specified befo
re it as well as those specified after it).  Please specify options before other
 arguments.

find: warning: you have specified the -maxdepth option after a non-option argume
nt -type, but options are not positional (-maxdepth affects tests specified befo
re it as well as those specified after it).  Please specify options before other
 arguments.

openjade1.3:W: unsupported declaration will be ignored
openjade1.3:W: unsupported declaration will be ignored
openjade1.3:W: unsupported declaration will be ignored
ERROR: docbook-2-html: unknown style `gtk'
make: *** [docs/manual-html] Error 1


Regards
Andreas Jochens

diff -urN ../tmp-orig/git-buildpackage-0.2.21/debian/control ./debian/control
--- ../tmp-orig/git-buildpackage-0.2.21/debian/control  2006-12-13 
12:30:19.000000000 +0000
+++ ./debian/control    2006-12-27 10:27:43.000000000 +0000
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Guido Guenther <[EMAIL PROTECTED]>
-Build-Depends: cdbs, debhelper (>= 5), python-dev, python-support (>= 0.3), 
docbook-to-man, pychecker
+Build-Depends: cdbs, debhelper (>= 5), sgml2x, python-dev, python-support (>= 
0.3), docbook-to-man, pychecker
 Standards-Version: 3.7.2
 
 Package: git-buildpackage


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to