fink / fink-distributions

Package descriptions and patches for Fink
24 stars 38 forks source link

docbook-utils can not rebuild #997

Closed TheSin- closed 1 year ago

TheSin- commented 1 year ago

I have no idea if this is an openjade, or glib2, or arm or 13.x issue. I was able to build docbook-utils at least once, but even if I remove it I can't rebuild it. I'm also not able to use docbook2man, here is the rebuild log, and the log from using docbook2man. docbook2man looks like onsgmls isn't understanding the dtd files, like UTF isn't valid or something, but the files look fine to me.

This stuff is all beyond me as I haven't worked in this area before, so thought I'd post it here for others that have more exp with docbook and friends.

env LANG=C LC_ALL=C /opt/sw/bin/tar  --no-same-owner --no-same-permissions -xf /opt/src/docbook-utils-0.6.14.tar.gz
sudo -u fink-bld [ENV] sh -c /tmp/fink.1f8KH
[ -r /opt/sw/fink/dists/stable/main/finkinfo/text/docbook-utils.patch ]
sudo -u fink-bld [ENV] sh -c /tmp/fink.axh1S
/usr/bin/patch -p1 < /opt/sw/fink/dists/stable/main/finkinfo/text/docbook-utils.patch
patching file 'backends/txt'
patching file configure.in
patching file 'doc/Makefile.am'
perl -pi.bak -e 's,jade_bindirs\=\",jade_bindirs="/opt/sw/bin ,' configure.in
perl -pi.bak -e 's,jade ,openjade ,' doc/HTML/Makefile.am docbook-utils.dsl
perl -pi.bak -e 's,nsgmls,onsgmls,g' backends/{man,texi}.in doc/refentry/* doc/man/Makefile.am helpers/docbook2man-spec.pl configure.in bin/sgmldiff.in
perl -pi.bak -e 's,/usr/bin,/opt/sw/bin,g; s,/usr/share,/opt/sw/share,g' backends/txt doc/refentry/{{back,front}end-spec,jw}.sgml
perl -pi.bak -e 's,/etc,/opt/sw/etc,g' doc/man/Makefile.am bin/jw.in doc/refentry/{frontend-spec,jw}.sgml doc/HTML/Makefile.am
perl -pi.bak2 -e 's/(AC_DEFUN\()([^[]+)(,)/\1\[\2]\3/' configure.in
mv configure.in configure.ac
autoreconf -vfi
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force 
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /opt/sw/bin/autoconf-2.69 --force
autoreconf: configure.ac: not using Autoheader
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:17: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.  For more info, see:
configure.ac:17: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
autoreconf: Leaving directory `.'
sudo -u fink-bld [ENV] sh -c /tmp/fink.KM7SD
./configure --prefix=/opt/sw
checking for a BSD-compatible install... /opt/sw/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /opt/sw/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating docbook-utils.spec
config.status: creating bin/Makefile
config.status: creating bin/jw
config.status: creating bin/sgmldiff
config.status: creating backends/Makefile
config.status: creating backends/man
config.status: creating backends/texi
config.status: creating frontends/Makefile
config.status: creating frontends/docbook
config.status: creating helpers/Makefile
config.status: creating doc/Makefile
config.status: creating doc/version
config.status: creating doc/refentry/Makefile
config.status: creating doc/man/Makefile
config.status: creating doc/HTML/Makefile
/usr/bin/make
Making all in backends
make[1]: Nothing to be done for `all'.
Making all in bin
make[1]: Nothing to be done for `all'.
Making all in doc
Making all in refentry
make[2]: Nothing to be done for `all'.
Making all in man
SGML_CATALOG_FILES=/opt/sw/etc/sgml/catalog \
    SGML_SEARCH_PATH=../../doc:.. \
        onsgmls ../../doc/docbook-utils.sgml | \
        sgmlspl ../../helpers/docbook2man-spec.pl
SGML_CATALOG_FILES=/opt/sw/etc/sgml/catalog \
    SGML_SEARCH_PATH=../../doc:.. \
        onsgmls ../../doc/docbook-utils.sgml | \
        sgmlspl ../../helpers/docbook2man-spec.pl
SGML_CATALOG_FILES=/opt/sw/etc/sgml/catalog \
    SGML_SEARCH_PATH=../../doc:.. \
        onsgmls ../../doc/docbook-utils.sgml | \
        sgmlspl ../../helpers/docbook2man-spec.pl
SGML_CATALOG_FILES=/opt/sw/etc/sgml/catalog \
    SGML_SEARCH_PATH=../../doc:.. \
        onsgmls ../../doc/docbook-utils.sgml | \
        sgmlspl ../../helpers/docbook2man-spec.pl
SGML_CATALOG_FILES=/opt/sw/etc/sgml/catalog \
    SGML_SEARCH_PATH=../../doc:.. \
        onsgmls ../../doc/docbook-utils.sgml | \
        sgmlspl ../../helpers/docbook2man-spec.pl
SGML_CATALOG_FILES=/opt/sw/etc/sgml/catalog \
    SGML_SEARCH_PATH=../../doc:.. \
        onsgmls ../../doc/docbook-utils.sgml | \
        sgmlspl ../../helpers/docbook2man-spec.pl
Making all in HTML
SGML_CATALOG_FILES=/opt/sw/etc/sgml/catalog \
    SGML_SEARCH_PATH=../..:../../doc:.. \
        openjade -t sgml -i html -d ../../docbook-utils.dsl\#html \
            -V '%use-id-as-filename%' ../../doc/docbook-utils.sgml
SGML_CATALOG_FILES=/opt/sw/etc/sgml/catalog \
    SGML_SEARCH_PATH=../..:../../doc:.. \
        openjade -t sgml -i html -d ../../docbook-utils.dsl\#html \
            -V '%use-id-as-filename%' ../../doc/docbook-utils.sgml
SGML_CATALOG_FILES=/opt/sw/etc/sgml/catalog \
    SGML_SEARCH_PATH=../..:../../doc:.. \
        openjade -t sgml -i html -d ../../docbook-utils.dsl\#html \
            -V '%use-id-as-filename%' ../../doc/docbook-utils.sgml
SGML_CATALOG_FILES=/opt/sw/etc/sgml/catalog \
    SGML_SEARCH_PATH=../..:../../doc:.. \
        openjade -t sgml -i html -d ../../docbook-utils.dsl\#html \
            -V '%use-id-as-filename%' ../../doc/docbook-utils.sgml
SGML_CATALOG_FILES=/opt/sw/etc/sgml/catalog \
    SGML_SEARCH_PATH=../..:../../doc:.. \
        openjade -t sgml -i html -d ../../docbook-utils.dsl\#html \
            -V '%use-id-as-filename%' ../../doc/docbook-utils.sgml
SGML_CATALOG_FILES=/opt/sw/etc/sgml/catalog \
    SGML_SEARCH_PATH=../..:../../doc:.. \
        openjade -t sgml -i html -d ../../docbook-utils.dsl\#html \
            -V '%use-id-as-filename%' ../../doc/docbook-utils.sgml
SGML_CATALOG_FILES=/opt/sw/etc/sgml/catalog \
    SGML_SEARCH_PATH=../..:../../doc:.. \
        openjade -t sgml -i html -d ../../docbook-utils.dsl\#html \
            -V '%use-id-as-filename%' ../../doc/docbook-utils.sgml
SGML_CATALOG_FILES=/opt/sw/etc/sgml/catalog \
    SGML_SEARCH_PATH=../..:../../doc:.. \
        openjade -t sgml -i html -d ../../docbook-utils.dsl\#html \
            -V '%use-id-as-filename%' ../../doc/docbook-utils.sgml
SGML_CATALOG_FILES=/opt/sw/etc/sgml/catalog \
    SGML_SEARCH_PATH=../..:../../doc:.. \
        openjade -t sgml -i html -d ../../docbook-utils.dsl\#html \
            -V '%use-id-as-filename%' ../../doc/docbook-utils.sgml
SGML_CATALOG_FILES=/opt/sw/etc/sgml/catalog \
    SGML_SEARCH_PATH=../..:../../doc:.. \
        openjade -t sgml -i html -d ../../docbook-utils.dsl\#html \
            -V '%use-id-as-filename%' ../../doc/docbook-utils.sgml
SGML_CATALOG_FILES=/opt/sw/etc/sgml/catalog \
    SGML_SEARCH_PATH=../..:../../doc:.. \
        openjade -t sgml -i html -d ../../docbook-utils.dsl\#html \
            -V '%use-id-as-filename%' ../../doc/docbook-utils.sgml
SGML_CATALOG_FILES=/opt/sw/etc/sgml/catalog \
    SGML_SEARCH_PATH=../..:../../doc:.. \
        openjade -t sgml -i html -d ../../docbook-utils.dsl\#html \
            -V '%use-id-as-filename%' ../../doc/docbook-utils.sgml
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:598:24:Q: length of interpreted parameter literal must not exceed LITLEN (1024)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:687:38:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:708:44:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:728:41:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:958:42:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:1306:38:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:1499:58:Q: grand total of content tokens exceeds GRPGTCNT (150)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:1641:43:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:1661:43:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:1696:39:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:1798:36:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:1818:39:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:1949:40:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:1974:44:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:2137:41:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:2177:35:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:2237:38:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:2308:36:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:2579:55:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:2601:62:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:2647:39:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:2693:42:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:2816:0:Q: number of attribute names and name tokens (53) exceeds ATTCNT (40)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:2845:0:Q: number of attribute names and name tokens (53) exceeds ATTCNT (40)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:3057:0:Q: number of attribute names and name tokens (53) exceeds ATTCNT (40)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:3078:0:Q: number of attribute names and name tokens (45) exceeds ATTCNT (40)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:3119:0:Q: number of attribute names and name tokens (53) exceeds ATTCNT (40)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:3301:66:Q: length of interpreted parameter literal must not exceed LITLEN (1024)
openjade:/opt/sw/share/sgml/dtd/docbook/3.0/cals-tbl.dtd:314:36:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:3363:57:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:4723:0:Q: number of attribute names and name tokens (42) exceeds ATTCNT (40)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:4967:43:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:5316:43:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:5927:46:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:6571:40:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:6611:45:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:6651:41:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:6684:40:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:6725:45:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:6745:41:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:6771:38:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:6791:37:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:6901:36:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:6932:37:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:6969:37:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:7158:67:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:7186:50:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbhier.mod:421:40:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbhier.mod:444:40:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbhier.mod:607:39:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbhier.mod:654:40:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbhier.mod:1284:73:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbhier.mod:1305:40:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbhier.mod:1326:44:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbhier.mod:1487:47:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:598:24:Q: length of interpreted parameter literal must not exceed LITLEN (1024)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:687:38:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:708:44:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:728:41:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:958:42:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:1306:38:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:1499:58:Q: grand total of content tokens exceeds GRPGTCNT (150)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:1641:43:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:1661:43:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:1696:39:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:1798:36:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:1818:39:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:1949:40:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:1974:44:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:2137:41:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:2177:35:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:2237:38:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:2308:36:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:2579:55:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:2601:62:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:2647:39:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:2693:42:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:2816:0:Q: number of attribute names and name tokens (53) exceeds ATTCNT (40)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:2845:0:Q: number of attribute names and name tokens (53) exceeds ATTCNT (40)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:3057:0:Q: number of attribute names and name tokens (53) exceeds ATTCNT (40)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:3078:0:Q: number of attribute names and name tokens (45) exceeds ATTCNT (40)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:3119:0:Q: number of attribute names and name tokens (53) exceeds ATTCNT (40)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:3301:66:Q: length of interpreted parameter literal must not exceed LITLEN (1024)
openjade:/opt/sw/share/sgml/dtd/docbook/3.0/cals-tbl.dtd:314:36:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:3363:57:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:4723:0:Q: number of attribute names and name tokens (42) exceeds ATTCNT (40)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:4967:43:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:5316:43:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:5927:46:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:6571:40:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:6611:45:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:6651:41:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:6684:40:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:6725:45:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:6745:41:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:6771:38:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:6791:37:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:6901:36:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:6932:37:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:6969:37:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:7158:67:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbpool.mod:7186:50:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbhier.mod:421:40:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbhier.mod:444:40:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbhier.mod:607:39:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbhier.mod:654:40:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbhier.mod:1284:73:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbhier.mod:1305:40:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbhier.mod:1326:44:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbhier.mod:1487:47:Q: the number of tokens in a group must not exceed GRPCNT (64)
SGML_CATALOG_FILES=/opt/sw/etc/sgml/catalog \
    SGML_SEARCH_PATH=../..:../../doc:.. \
        openjade -t sgml -i html -d ../../docbook-utils.dsl\#html \
            -V '%use-id-as-filename%' ../../doc/docbook-utils.sgml
make[2]: *** [docbook2man.html] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [docbook2texi.html] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
### execution of /usr/bin/make failed, exit code 2
### execution of /tmp/fink.KM7SD failed, exit code 2
Using catalogs: /opt/sw/share/sgml/openjade-1.3.2/unicode/catalog, /opt/sw/share/sgml/openjade-1.3.2/contrib/catalog, /opt/sw/share/sgml/openjade-1.3.2/doc/catalog, /opt/sw/share/sgml/openjade-1.3.2/dsssl/catalog, /opt/sw/share/sgml/catalog, /opt/sw/share/sgml/dtd/docbook/catalog, /opt/sw/share/sgml/dsssl/docbook-dsssl-nwalsh/catalog, /opt/sw/share/sgml/dsssl/docbook-dsssl-nwalsh/html/catalog, /opt/sw/share/sgml/dsssl/docbook-dsssl-nwalsh/dtds/html/catalog, /opt/sw/share/sgml/dsssl/docbook-dsssl-nwalsh/print/catalog, /opt/sw/share/sgml/dsssl/docbook-dsssl-nwalsh/common/catalog, /opt/sw/share/sgml/entities/iso8879/catalog
Using stylesheet: /opt/sw/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl#print
Working on: /opt/sw/src/fink.build/node-acorn-8.0.5-3.1/acorn-8.0.5/debian/man/acorn.1.xml
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/dbnotnx.mod:57:24:Q: length of interpreted parameter literal must not exceed LITLEN (240)
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd:116:17:E: "X20AC" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:42:29:E: "X021B6" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:43:29:E: "X021B7" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:44:29:E: "X021D3" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:45:29:E: "X021CA" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:46:29:E: "X021C3" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:47:29:E: "X021C2" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:48:29:E: "X02199" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:49:29:E: "X02198" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:50:29:E: "X021D4" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:51:29:E: "X02194" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:52:29:E: "X021AD" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:53:29:E: "X021DA" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:54:29:E: "X0219E" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:55:29:E: "X021C7" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:56:29:E: "X021A9" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:57:29:E: "X021AB" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:58:29:E: "X021A2" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:59:29:E: "X021BD" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:60:29:E: "X021BC" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:61:29:E: "X021C6" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:62:29:E: "X021CB" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:63:29:E: "X021B0" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:64:29:E: "X021A6" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:65:29:E: "X022B8" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:66:29:E: "X02197" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:67:29:E: "X021CE" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:68:29:E: "X021AE" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:69:29:E: "X021CD" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:70:29:E: "X0219A" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:71:29:E: "X021CF" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:72:29:E: "X0219B" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:73:29:E: "X02196" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:74:29:E: "X021BA" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:75:29:E: "X021BB" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:76:29:E: "X021DB" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:77:29:E: "X021A0" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:78:29:E: "X021C9" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:79:29:E: "X021AA" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:80:29:E: "X021AC" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:81:29:E: "X021A3" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:82:29:E: "X0219D" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:83:29:E: "X021C1" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:84:29:E: "X021C0" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:85:29:E: "X021C4" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:86:29:E: "X021CC" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:87:29:E: "X021B1" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:88:29:E: "X021D1" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:89:29:E: "X021C8" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:90:29:E: "X021BF" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:91:29:E: "X021BE" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:92:29:E: "X021D5" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:93:29:E: "X02195" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:94:29:E: "X027FA" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:95:29:E: "X027F7" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:96:29:E: "X027F8" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsa.ent:97:29:E: "X027F9" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:42:29:E: "X02A3F" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:43:29:E: "X02306" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:44:29:E: "X02305" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:45:29:E: "X022D2" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:46:29:E: "X02210" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:47:29:E: "X022D3" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:48:29:E: "X022CE" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:49:29:E: "X022CF" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:50:29:E: "X022C4" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:51:29:E: "X022C7" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:52:29:E: "X022BA" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:53:29:E: "X022CB" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:54:29:E: "X022C9" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:55:29:E: "X0229F" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:56:29:E: "X0229B" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:57:29:E: "X0229A" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:58:29:E: "X0229D" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:59:29:E: "X02299" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:60:29:E: "X02296" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:61:29:E: "X02295" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:62:29:E: "X02298" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:63:29:E: "X02297" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:64:29:E: "X0229E" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:65:29:E: "X02214" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:66:29:E: "X0220F" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:67:29:E: "X022CC" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:68:29:E: "X022CA" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:69:29:E: "X022C5" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:70:29:E: "X022A1" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:71:29:E: "X02216" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:72:29:E: "X02293" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:73:29:E: "X02294" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:74:29:E: "X02216" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:75:29:E: "X022C6" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:76:29:E: "X02211" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:77:29:E: "X022A0" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:78:29:E: "X022A4" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:79:29:E: "X0228E" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:80:29:E: "X02240" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:81:29:E: "X025EF" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:82:29:E: "X025BD" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsb.ent:83:29:E: "X025B3" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsc.ent:42:29:E: "X0231E" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsc.ent:43:29:E: "X0231F" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsc.ent:44:29:E: "X02308" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsc.ent:45:29:E: "X0230A" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsc.ent:46:29:E: "X029A0" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsc.ent:47:29:E: "X02309" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsc.ent:48:29:E: "X0230B" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsc.ent:49:29:E: "X02994" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsc.ent:50:29:E: "X0231C" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsc.ent:51:29:E: "X0231D" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:45:29:E: "X02A8A" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:46:29:E: "X02269" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:47:29:E: "X02A88" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:48:29:E: "X022E7" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:49:29:E: "X02269" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:49:38:E: "X0FE00" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:50:29:E: "X02A89" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:51:29:E: "X02268" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:52:29:E: "X02A87" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:53:29:E: "X022E6" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:54:29:E: "X02268" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:54:38:E: "X0FE00" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:55:29:E: "X02249" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:56:29:E: "X02247" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:57:29:E: "X02262" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:58:29:E: "X02267" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:58:38:E: "X00338" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:59:29:E: "X02271" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:60:29:E: "X02A7E" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:60:38:E: "X00338" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:61:29:E: "X0226F" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:62:29:E: "X02266" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:62:38:E: "X00338" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:63:29:E: "X02270" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:64:29:E: "X02A7D" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:64:38:E: "X00338" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:65:29:E: "X0226E" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:66:29:E: "X022EA" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:67:29:E: "X022EC" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:68:29:E: "X02224" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:69:29:E: "X02226" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:70:29:E: "X02280" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:71:29:E: "X02AAF" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:71:38:E: "X00338" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:72:29:E: "X022EB" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:73:29:E: "X022ED" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:74:29:E: "X02281" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:75:29:E: "X02AB0" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:75:38:E: "X00338" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:76:29:E: "X02241" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:77:29:E: "X02244" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:78:29:E: "X02224" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:79:29:E: "X02226" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:80:29:E: "X02284" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:81:29:E: "X02AC5" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:81:38:E: "X00338" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:82:29:E: "X02288" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:83:29:E: "X02285" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:84:29:E: "X02AC6" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:84:38:E: "X00338" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:85:29:E: "X02289" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:86:29:E: "X022AF" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:87:29:E: "X022AE" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:88:29:E: "X022AD" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:89:29:E: "X022AC" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:90:29:E: "X02AB9" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:91:29:E: "X02AB5" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:92:29:E: "X022E8" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:93:29:E: "X02ABA" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:94:29:E: "X02AB6" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:95:29:E: "X022E9" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:96:29:E: "X02ACB" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:97:29:E: "X0228A" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:98:29:E: "X02ACC" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:99:29:E: "X0228B" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:100:29:E: "X02ACB" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:100:38:E: "X0FE00" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:101:29:E: "X0228A" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:101:38:E: "X0FE00" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:102:29:E: "X02ACC" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:102:38:E: "X0FE00" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:103:29:E: "X0228B" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamsn.ent:103:38:E: "X0FE00" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamso.ent:42:29:E: "X02220" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamso.ent:43:29:E: "X02221" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamso.ent:44:29:E: "X02136" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamso.ent:45:29:E: "X02035" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamso.ent:46:29:E: "X02201" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamso.ent:47:29:E: "X02138" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamso.ent:48:29:E: "X02113" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamso.ent:49:29:E: "X02205" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamso.ent:50:29:E: "X02137" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamso.ent:51:29:E: "X00131" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamso.ent:52:29:E: "X0006A" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamso.ent:53:29:E: "X02204" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamso.ent:54:29:E: "X024C8" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamso.ent:55:29:E: "X0210F" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamso.ent:56:29:E: "X0211C" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamso.ent:57:29:E: "X0FE68" is not a function name
onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.4/ent/isoamso.ent:58:29:E: "X02032" is not a function name
onsgmls:I: maximum number of errors (200) reached; change with -E option
 at /opt/sw/share/sgml/docbook/utils-0.6.14/helpers/docbook2man-spec.pl line 78.
nieder commented 1 year ago

Do you have lynx, links, elinks, or w3m installed? docbook utils has:

lynx (>= 2.8.5-5) | links (>= 0.99-3) | w3m (>= 0.5.2-1004)  | elinks (>= 0.11.6-1)

but perhaps one of those is no longer worthy. cf. https://trac.macports.org/ticket/62354#comment:11

TheSin- commented 1 year ago
$ fink list lynx links w3m elinks
Scanning package description files..........
Information about 14618 packages read in 7 seconds.
     cufflinks        2.2.1-6      RNA-Seq assembler and expression tester
     elinks           0.13.2-1     Text-mode web-browser (felinks fork)
     klinkstatus4-ma  14.12.3-2    KDE4 - Web link validity checker
     links            2.28-1       Lynx-like text WWW browser with tables
 i   lynx             2.8.9rel.1-  Text-mode WWW Browser with NLS
     lynx-cur         2.9.0dev.12  Text-mode WWW Browser with NLS (dev version)
     symlinks         1.2-2        Scan/change symbolic links
     w3m              0.5.3-109    Text-mode WWW browser with tables/frames
     w3m-x11          0.5.3-109    X11 support for w3m

I'll try switching it and see, thanks

It would be odd though since I just built it a couple weeks ago since I restarted everything on this system, so I might need to see which of those was recently updated?

TheSin- commented 1 year ago

I just noticed that lynx and lynx-cur aren't he same version, how odd

TheSin- commented 1 year ago

sadly I can not remove lynx cause apache2 requires it. I'm going to see if changing the build of lynx from arm to aarch64 will fix it

TheSin- commented 1 year ago

no change if lynx is build with aarch64 instead of arm, and no change if links or elinks is installed as well.

:(

nieder commented 1 year ago

I somehow managed to make it fail once on 10.14.6 (I think I removed lynx), but then I left for work and now every combination of installed and uninstalled I've tried lets it build. hmpf

dhomeier commented 1 year ago

I could also reproduce it a single time on 13.2 – initial build with lynx 2.8 succeeded, after installing on top of that lynx-cur 2.9, rebuilding resulted in the

openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbhier.mod:1326:44:Q: the number of tokens in a group must not exceed GRPCNT (64)
openjade:/opt/sw/share/sgml/dtd/docbook/3.1/dbhier.mod:1487:47:Q: the number of tokens in a group must not exceed GRPCNT (64)
SGML_CATALOG_FILES=/opt/sw/etc/sgml/catalog \
        SGML_SEARCH_PATH=../..:../../doc:.. \
                openjade -t sgml -i html -d ../../docbook-utils.dsl\#html \
                        -V '%use-id-as-filename%' ../../doc/docbook-utils.sgml
make[2]: *** [api.html] Error 1
make[2]: *** Waiting for unfinished jobs....

then the next two attempts after removing lynx-cur and installing it again, succeeded all the same. Maybe try with UseMaxBuildJobs: False?

TheSin- commented 1 year ago

What do you guys have in %p/etc/sgml/catalog ?

nieder commented 1 year ago
$ cat /sw/etc/sgml/catalog
CATALOG "/sw/share/sgml/dtd/docbook/catalog"
CATALOG "/sw/share/xml/dtd/docbookx/catalog"
CATALOG "/sw/share/sgml/dsssl/docbook-dsssl-nwalsh/catalog"
CATALOG "/sw/share/sgml/openjade-1.3.2/dsssl/catalog"

$ dpkg -S /sw/share/sgml/dtd/docbook/catalog /sw/share/xml/dtd/docbookx/catalog /sw/share/sgml/dsssl/docbook-dsssl-nwalsh/catalog /sw/share/sgml/openjade-1.3.2/dsssl/catalog 
docbook-dtd: /sw/share/sgml/dtd/docbook/catalog
docbook-dtd: /sw/share/xml/dtd/docbookx/catalog
docbook-dsssl-nwalsh: /sw/share/sgml/dsssl/docbook-dsssl-nwalsh/catalog
openjade: /sw/share/sgml/openjade-1.3.2/dsssl/catalog
TheSin- commented 1 year ago

@dhomeier do you have the newest glib2 installed when you rebuild docbook-utils?

TheSin- commented 1 year ago

I'm at a loss I just don't know what else to try, I can not get it to rebuild and as such I can't using docbook2man :\

TheSin- commented 1 year ago

Isn't it odd in my build log for docbook-utils it keeps repeating the same line over and over?

SGML_CATALOG_FILES=/opt/sw/etc/sgml/catalog \
    SGML_SEARCH_PATH=../..:../../doc:.. \
        openjade -t sgml -i html -d ../../docbook-utils.dsl\#html \
            -V '%use-id-as-filename%' ../../doc/docbook-utils.sgml

the 11ths iteration is the errors, then the 12th seems okay? Why so many times, and if it's the same command why does only 1 of 12 times fail?

It seems to come from doc/HTML/Makefile

$(html_DATA): $(top_srcdir)/doc/docbook-utils.sgml \
                $(top_srcdir)/docbook-utils.dsl ../version \
                $(top_srcdir)/doc/refentry/jw.sgml \
                $(top_srcdir)/doc/refentry/backend-spec.sgml \
                $(top_srcdir)/doc/refentry/docbook2man-spec.pl.sgml \
                $(top_srcdir)/doc/refentry/docbook2texi-spec.pl.sgml \
                $(top_srcdir)/doc/refentry/frontend-spec.sgml \
                $(top_srcdir)/doc/refentry/sgmldiff.sgml
        SGML_CATALOG_FILES=/opt/sw/etc/sgml/catalog \
        SGML_SEARCH_PATH=$(top_srcdir):$(top_srcdir)/doc:.. \
                openjade -t sgml -i html -d $(top_srcdir)/docbook-utils.dsl\#html \
                        -V '%use-id-as-filename%' $<

but why 12 times?

and it seems to only repeat the first one $(top_srcdir)/doc/docbook-utils.sgml and never move on

TheSin- commented 1 year ago

It seems to be onsgmls and openjade throwing the errors in each case so maybe the the issue is deeper in?

TheSin- commented 1 year ago

well this is something very very odd.

If I go into the dirs and run the command by hand it fails, if I do cd . then run the command it works once, then fails on second run, then cd . and it works again once :\

wait it's not cd . it's time, it's running to fast need a sleep.

sudo -u fink-bld openjade -t sgml -i html -d ../../docbook-utils.dsl\#html -V '%use-id-as-filename%' ../../doc/docbook-utils.sgml; sleep 5

works every single time...

TheSin- commented 1 year ago
$ sudo -u fink-bld make
sleep 5 && SGML_CATALOG_FILES=/opt/sw/etc/sgml/catalog \
SGML_SEARCH_PATH=../..:../../doc:.. \
    openjade -t sgml -i html -d ../../docbook-utils.dsl\#html \
        -V '%use-id-as-filename%' ../../doc/docbook-utils.sgml
$ echo $?
0
TheSin- commented 1 year ago

I'm not saying this is the fix, but what could be causing this??

TheSin- commented 1 year ago

I used docbook2html on the same xml file, I got the same errors, but it made the html file, and when I load the html file it looks correct.

TheSin- commented 1 year ago

no idea what changed but I can rebuild this finally!!