Re: Problem with various ports

From: Achilleas Mantzios <achill_at_matrix.gatewaynet.com>
Date: Wed, 20 Feb 2008 15:47:16 +0200
Στις Wednesday 20 February 2008 15:39:41 ο/η Eygene Ryabinkin έγραψε:
> Achilleas, good day.
> 
> Wed, Feb 20, 2008 at 11:11:15AM +0200, Achilleas Mantzios wrote:
> > I had trouble building textproc/docbook-utils (docbook-utils-0.6.14_3) in a fresh new
> > 7.0-RC2 FreeBSD 7.0-RC2 #5
> > the problem starts at the begining of config:
> > 
> > 
> > configure.in:4: warning: underquoted definition of AC_FIND_PROGRAM^M
> >   run info '(automake)Extending aclocal'^M
> >   or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal^M
> > /usr/local/share/aclocal/linc.m4:1: warning: underquoted definition of AM_PATH_LINC^M
> > /usr/local/share/aclocal/libfame.m4:6: warning: underquoted definition of AM_PATH_LIBFAME^M
> > /usr/local/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE^M
> > /usr/local/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB^M
> 
> And what is the trouble?  The port builds, isn't it?  'configure.in'
> uses old syntax for AC_DEFUN and there are some other underquoteds,
> but it seems not to hurt anyone.
> 
> The real problem is that file 'aclocal.m4' has rather distant
> timestamp (year 2004), so the Makefile and configure are rebuilt.
> But the port builds for me at 7.0-PRERELEASE though I have the
> warning messages as you.
> 
> Or it does not build for you?

Hi Eygene, thanx for contacting.
The below build, later complains about not existing /usr/local/share/xml/sdocbook/4.1.2.5/catalog,
creating it by hand just reincarnated the problem.
here is the whole original output:

Script started on Wed Feb 20 10:38:03 2008
doroot_at_smadev:/usr/ports/textproc/docbook-utils# make

===>  Vulnerability check disabled, database not found
===>  Extracting for docbook-utils-0.6.14_3
=> MD5 Checksum OK for docbook-utils-0.6.14.tar.gz.
=> SHA256 Checksum OK for docbook-utils-0.6.14.tar.gz.
===>  Patching for docbook-utils-0.6.14_3
===>  Applying FreeBSD patches for docbook-utils-0.6.14_3
===>   docbook-utils-0.6.14_3 depends on executable: nsgmls - found
===>   docbook-utils-0.6.14_3 depends on file: /usr/local/share/sgml/docbook/3.1/docbook.dtd - found
===>   docbook-utils-0.6.14_3 depends on file: /usr/local/share/sgml/docbook/dsssl - found
===>   docbook-utils-0.6.14_3 depends on executable: gmake - found
===>  Configuring for docbook-utils-0.6.14_3
/bin/rm -f /usr/ports/textproc/docbook-utils/work/docbook-utils-0.6.14/config.cache
configure: WARNING: you should use --build, --host, --target
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
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
===>  Building for docbook-utils-0.6.14_3
cd . && /bin/sh /usr/ports/textproc/docbook-utils/work/docbook-utils-0.6.14/missing --run aclocal-1.8 
configure.in:4: warning: underquoted definition of AC_FIND_PROGRAM
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal
/usr/local/share/aclocal/linc.m4:1: warning: underquoted definition of AM_PATH_LINC
/usr/local/share/aclocal/libfame.m4:6: warning: underquoted definition of AM_PATH_LIBFAME
/usr/local/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE
/usr/local/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB
 cd . && /bin/sh /usr/ports/textproc/docbook-utils/work/docbook-utils-0.6.14/missing --run automake-1.8 --gnu 
cd . && /bin/sh /usr/ports/textproc/docbook-utils/work/docbook-utils-0.6.14/missing --run autoconf
/bin/sh ./config.status --recheck
running /bin/sh ./configure  --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ i386-portbld-freebsd7.0 build_alias=i386-portbld-freebsd7.0 host_alias=i386-portbld-freebsd7.0 target_alias=i386-portbld-freebsd7.0  --no-create --no-recursion
configure: WARNING: you should use --build, --host, --target
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
 /bin/sh ./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
Making all in backends
gmake[1]: Entering directory `/usr/ports/textproc/docbook-utils/work/docbook-utils-0.6.14/backends'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/usr/ports/textproc/docbook-utils/work/docbook-utils-0.6.14/backends'
Making all in bin
gmake[1]: Entering directory `/usr/ports/textproc/docbook-utils/work/docbook-utils-0.6.14/bin'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/usr/ports/textproc/docbook-utils/work/docbook-utils-0.6.14/bin'
Making all in doc
gmake[1]: Entering directory `/usr/ports/textproc/docbook-utils/work/docbook-utils-0.6.14/doc'
Making all in refentry
gmake[2]: Entering directory `/usr/ports/textproc/docbook-utils/work/docbook-utils-0.6.14/doc/refentry'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/ports/textproc/docbook-utils/work/docbook-utils-0.6.14/doc/refentry'
Making all in man
gmake[2]: Entering directory `/usr/ports/textproc/docbook-utils/work/docbook-utils-0.6.14/doc/man'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/ports/textproc/docbook-utils/work/docbook-utils-0.6.14/doc/man'
Making all in HTML
gmake[2]: Entering directory `/usr/ports/textproc/docbook-utils/work/docbook-utils-0.6.14/doc/HTML'
SGML_CATALOG_FILES=/usr/local/share/sgml/catalog \
	SGML_SEARCH_PATH=../..:../../doc:.. \
		jade -t sgml -i html -d ../../docbook-utils.dsl\#html \
			-V '%use-id-as-filename%' ../../doc/docbook-utils.sgml
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:8:19:E: "X21B6" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:9:19:E: "X21B7" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:10:17:E: "X21D3" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:11:18:E: "X21CA" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:12:18:E: "X21C3" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:13:18:E: "X21C2" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:14:18:E: "X21DA" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:15:17:E: "X219E" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:16:18:E: "X21C7" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:17:19:E: "X21A9" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:18:19:E: "X21AB" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:19:19:E: "X21A2" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:20:18:E: "X21BD" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:21:18:E: "X21BC" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:22:17:E: "X21D4" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:23:17:E: "X2194" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:24:19:E: "X21C6" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:25:19:E: "X21C4" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:26:18:E: "X21AD" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:27:19:E: "X21CC" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:28:19:E: "X21CB" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:29:16:E: "X21B0" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:30:16:E: "X21A6" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:31:18:E: "X22B8" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:32:18:E: "X2197" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:33:18:E: "X21CD" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:34:18:E: "X219A" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:35:18:E: "X21CE" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:36:18:E: "X21AE" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:37:18:E: "X219B" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:38:18:E: "X21CF" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:39:18:E: "X2196" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:40:18:E: "X21BA" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:41:18:E: "X21BB" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:42:18:E: "X21DB" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:43:17:E: "X21A0" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:44:18:E: "X21C9" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:45:19:E: "X21AA" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:46:19:E: "X21AC" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:47:19:E: "X21A3" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:48:18:E: "X219D" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:49:18:E: "X21C1" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:50:18:E: "X21C0" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:51:16:E: "X21B1" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:52:18:E: "X2198" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:53:18:E: "X2199" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:54:17:E: "X21D1" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:55:18:E: "X21C8" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:56:17:E: "X21D5" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:57:17:E: "X2195" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:58:18:E: "X21BF" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:59:18:E: "X21BE" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:60:18:E: "X21D0" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:61:18:E: "X2194" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:62:18:E: "X2194" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsa.ent:63:18:E: "X21D2" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:8:18:E: "X2210" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:9:19:E: "X2306" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:10:19:E: "X22BC" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:11:16:E: "X22D2" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:12:16:E: "X22D3" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:13:18:E: "X22CE" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:14:18:E: "X22CF" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:15:17:E: "X22C4" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:16:19:E: "X22C7" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:17:19:E: "X22BA" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:18:19:E: "X22CB" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:19:19:E: "X22C9" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:20:19:E: "X229F" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:21:17:E: "X229B" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:22:17:E: "X229A" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:23:18:E: "X229D" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:24:17:E: "X2299" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:25:19:E: "X2296" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:26:18:E: "X2295" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:27:17:E: "X2298" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:28:19:E: "X2297" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:29:18:E: "X229E" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:30:19:E: "X2214" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:31:19:E: "X22CC" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:32:19:E: "X22CA" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:33:17:E: "X22C5" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:34:18:E: "X22A1" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:35:18:E: "X2216" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:36:18:E: "X2293" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:37:18:E: "X2294" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:38:19:E: "X2216" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:39:19:E: "X22C6" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:40:19:E: "X22A0" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:41:16:E: "X22A4" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:42:18:E: "X228E" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:43:19:E: "X2240" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:44:18:E: "X25CB" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:45:18:E: "X25BD" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:46:18:E: "X25B3" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:47:19:E: "X2210" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:48:17:E: "X220F" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsb.ent:49:16:E: "X2211" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsc.ent:6:18:E: "X2309" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsc.ent:7:19:E: "X230B" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsc.ent:8:19:E: "XE291" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsc.ent:9:19:E: "X231D" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsc.ent:10:19:E: "X231F" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsc.ent:11:18:E: "X2308" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsc.ent:12:19:E: "X230A" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsc.ent:14:19:E: "X231C" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsc.ent:15:19:E: "X231E" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:8:17:E: "XE411" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:9:16:E: "X2269" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:10:16:E: "X2269" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:11:18:E: "X22E7" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:12:17:E: "X2269" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:13:17:E: "XE2A2" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:14:16:E: "X2268" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:15:16:E: "X2268" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:16:18:E: "X22E6" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:17:17:E: "X2268" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:18:16:E: "X2249" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:19:18:E: "X2247" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:20:19:E: "X2262" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:21:16:E: "X2271" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:22:16:E: "X2271" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:23:17:E: "X2271" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:24:16:E: "X226F" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:25:16:E: "X2270" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:26:16:E: "X2270" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:27:17:E: "X2270" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:28:16:E: "X226E" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:29:18:E: "X22EA" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:30:19:E: "X22EC" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:31:17:E: "X2224" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:32:17:E: "X2226" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:33:16:E: "X2280" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:34:17:E: "X22E0" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:35:18:E: "X22EB" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:36:19:E: "X22ED" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:37:16:E: "X2281" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:38:17:E: "X22E1" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:39:17:E: "X2241" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:40:18:E: "X2244" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:41:18:E: "XE2AA" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:42:18:E: "X2226" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:43:17:E: "X2284" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:44:18:E: "X2288" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:45:18:E: "X2288" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:46:17:E: "X2285" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:47:18:E: "X2289" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:48:18:E: "X2289" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:49:19:E: "X22AC" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:50:19:E: "X22AD" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:51:19:E: "X22AF" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:52:19:E: "X22AE" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:53:18:E: "X22E8" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:54:17:E: "XE2B3" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:55:19:E: "X22E8" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:56:18:E: "X22E9" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:57:17:E: "XE2B5" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:58:19:E: "X22E9" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:59:18:E: "X228A" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:60:18:E: "X228A" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:61:18:E: "X228B" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:62:18:E: "X228B" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:63:19:E: "XE2B8" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:64:19:E: "X228A" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:65:19:E: "X228B" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsn.ent:66:19:E: "X228B" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amso.ent:8:16:E: "X2220" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amso.ent:9:19:E: "X2221" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amso.ent:10:17:E: "X2136" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amso.ent:11:19:E: "X2035" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amso.ent:12:17:E: "X2201" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amso.ent:13:19:E: "X2138" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amso.ent:14:16:E: "X2113" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amso.ent:15:18:E: "X2205" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amso.ent:16:18:E: "X2137" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amso.ent:17:18:E: "X2111" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amso.ent:18:19:E: "X0131" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amso.ent:20:19:E: "X2204" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amso.ent:21:15:E: "X24C8" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amso.ent:22:19:E: "X210F" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amso.ent:23:17:E: "X211C" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amso.ent:24:18:E: "XFE68" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amso.ent:25:19:E: "X2032" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amso.ent:26:19:E: "X2118" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsr.ent:8:16:E: "X224A" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsr.ent:9:18:E: "X224D" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsr.ent:10:18:E: "X224C" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsr.ent:11:18:E: "X220D" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsr.ent:12:19:E: "X22C8" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsr.ent:13:17:E: "X223D" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsr.ent:14:18:E: "X22CD" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsr.ent:15:17:E: "X224E" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsr.ent:16:18:E: "X224F" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsr.ent:17:17:E: "X2257" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsr.ent:18:19:E: "X2254" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsr.ent:19:18:E: "X22DE" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsr.ent:20:18:E: "X22DF" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsr.ent:21:18:E: "X227C" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-amsr.ent:22:18:E: "X22A3" is not a function name
jade:I: maximum number of errors (200) reached; change with -E option
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:6:16:E: "X0430" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:7:16:E: "X0410" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:8:16:E: "X0431" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:9:16:E: "X0411" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:10:16:E: "X0432" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:11:16:E: "X0412" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:12:16:E: "X0433" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:13:16:E: "X0413" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:14:16:E: "X0434" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:15:16:E: "X0414" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:16:17:E: "X0435" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:17:17:E: "X0415" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:18:17:E: "X0451" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:19:17:E: "X0401" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:20:17:E: "X0436" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:21:17:E: "X0416" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:22:16:E: "X0437" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:23:16:E: "X0417" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:24:16:E: "X0438" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:25:16:E: "X0418" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:26:16:E: "X0439" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:27:16:E: "X0419" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:28:16:E: "X043A" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:29:16:E: "X041A" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:30:16:E: "X043B" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:31:16:E: "X041B" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:32:16:E: "X043C" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:33:16:E: "X041C" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:34:16:E: "X043D" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:35:16:E: "X041D" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:36:16:E: "X043E" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:37:16:E: "X041E" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:38:16:E: "X043F" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:39:16:E: "X041F" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:40:16:E: "X0440" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:41:16:E: "X0420" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:42:16:E: "X0441" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:43:16:E: "X0421" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:44:16:E: "X0442" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:45:16:E: "X0422" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:46:16:E: "X0443" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:47:16:E: "X0423" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:48:16:E: "X0444" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:49:16:E: "X0424" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:50:17:E: "X0445" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:51:17:E: "X0425" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:52:17:E: "X0446" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:53:17:E: "X0426" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:54:17:E: "X0447" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:55:17:E: "X0427" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:56:17:E: "X0448" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:57:17:E: "X0428" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:58:19:E: "X0449" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:59:19:E: "X0429" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:60:19:E: "X044A" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:61:19:E: "X042A" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:62:16:E: "X044B" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:63:16:E: "X042B" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:64:19:E: "X044C" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:65:19:E: "X042C" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:66:16:E: "X044D" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:67:16:E: "X042D" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:68:17:E: "X044E" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:69:17:E: "X042E" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:70:17:E: "X044F" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:71:17:E: "X042F" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:72:19:E: "X2116" is not a function name
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:6:19:E: "X00E1" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:7:19:E: "X00C1" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:8:18:E: "X00E2" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:9:18:E: "X00C2" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:10:19:E: "X00E0" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:11:19:E: "X00C0" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:12:18:E: "X00E5" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:13:18:E: "X00C5" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:14:19:E: "X00E3" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:15:19:E: "X00C3" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:16:17:E: "X00E4" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:17:17:E: "X00C4" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:18:18:E: "X00E6" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:19:18:E: "X00C6" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:20:19:E: "X00E7" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:21:19:E: "X00C7" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:22:16:E: "X00F0" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:23:16:E: "X00D0" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:24:19:E: "X00E9" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:25:19:E: "X00C9" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:26:18:E: "X00EA" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:27:18:E: "X00CA" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:28:19:E: "X00E8" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:29:19:E: "X00C8" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:30:17:E: "X00EB" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:31:17:E: "X00CB" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:32:19:E: "X00ED" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:33:19:E: "X00CD" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:34:18:E: "X00EE" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:35:18:E: "X00CE" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:36:19:E: "X00EC" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:37:19:E: "X00CC" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:38:17:E: "X00EF" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:39:17:E: "X00CF" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:40:19:E: "X00F1" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:41:19:E: "X00D1" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:42:19:E: "X00F3" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:43:19:E: "X00D3" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:44:18:E: "X00F4" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:45:18:E: "X00D4" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:46:19:E: "X00F2" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:47:19:E: "X00D2" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:48:19:E: "X00F8" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:49:19:E: "X00D8" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:50:19:E: "X00F5" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:51:19:E: "X00D5" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:52:17:E: "X00F6" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:53:17:E: "X00D6" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:54:18:E: "X00DF" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:55:18:E: "X00FE" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:56:18:E: "X00DE" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:57:19:E: "X00FA" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:58:19:E: "X00DA" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:59:18:E: "X00FB" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:60:18:E: "X00DB" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:61:19:E: "X00F9" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:62:19:E: "X00D9" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:63:17:E: "X00FC" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:64:17:E: "X00DC" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:65:19:E: "X00FD" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:66:19:E: "X00DD" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:67:17:E: "X00FF" is not a function name
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:6:19:E: "X00E1" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:7:19:E: "X00C1" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:8:18:E: "X00E2" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:9:18:E: "X00C2" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:10:19:E: "X00E0" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:11:19:E: "X00C0" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:12:18:E: "X00E5" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:13:18:E: "X00C5" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:14:19:E: "X00E3" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:15:19:E: "X00C3" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:16:17:E: "X00E4" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:17:17:E: "X00C4" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:18:18:E: "X00E6" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:19:18:E: "X00C6" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:20:19:E: "X00E7" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:21:19:E: "X00C7" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:22:16:E: "X00F0" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:23:16:E: "X00D0" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:24:19:E: "X00E9" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:25:19:E: "X00C9" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:26:18:E: "X00EA" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:27:18:E: "X00CA" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:28:19:E: "X00E8" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:29:19:E: "X00C8" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:30:17:E: "X00EB" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:31:17:E: "X00CB" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:32:19:E: "X00ED" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:33:19:E: "X00CD" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:34:18:E: "X00EE" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:35:18:E: "X00CE" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:36:19:E: "X00EC" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:37:19:E: "X00CC" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:38:17:E: "X00EF" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:39:17:E: "X00CF" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:40:19:E: "X00F1" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:41:19:E: "X00D1" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:42:19:E: "X00F3" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:43:19:E: "X00D3" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:44:18:E: "X00F4" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:45:18:E: "X00D4" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:46:19:E: "X00F2" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:47:19:E: "X00D2" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:48:19:E: "X00F8" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:49:19:E: "X00D8" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:50:19:E: "X00F5" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:51:19:E: "X00D5" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:52:17:E: "X00F6" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:53:17:E: "X00D6" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:54:18:E: "X00DF" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:55:18:E: "X00FE" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:56:18:E: "X00DE" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:57:19:E: "X00FA" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:58:19:E: "X00DA" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:59:18:E: "X00FB" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:60:18:E: "X00DB" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:61:19:E: "X00F9" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:62:19:E: "X00D9" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:63:17:E: "X00FC" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:64:17:E: "X00DC" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:65:19:E: "X00FD" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:66:19:E: "X00DD" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat1.ent:67:17:E: "X00FF" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:6:19:E: "X0103" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:7:19:E: "X0102" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:8:18:E: "X0101" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:9:18:E: "X0100" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:10:18:E: "X0105" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:11:18:E: "X0104" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:12:19:E: "X0107" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:13:19:E: "X0106" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:14:19:E: "X010D" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:15:19:E: "X010C" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:16:18:E: "X0109" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:17:18:E: "X0108" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:18:17:E: "X010B" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:19:17:E: "X010A" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:20:19:E: "X010F" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:21:19:E: "X010E" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:22:19:E: "X0111" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:23:19:E: "X0110" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:24:19:E: "X011B" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:25:19:E: "X011A" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:26:17:E: "X0117" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:27:17:E: "X0116" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:28:18:E: "X0113" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:29:18:E: "X0112" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:30:18:E: "X0119" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:31:18:E: "X0118" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:32:19:E: "X01F5" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:33:19:E: "X011F" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:34:19:E: "X011E" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:35:19:E: "X0122" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:36:18:E: "X011D" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:37:18:E: "X011C" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:38:17:E: "X0121" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:39:17:E: "X0120" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:40:18:E: "X0125" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:41:18:E: "X0124" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:42:19:E: "X0127" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:43:19:E: "X0126" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:44:17:E: "X0130" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:45:18:E: "X012A" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:46:18:E: "X012B" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:47:18:E: "X0133" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:48:18:E: "X0132" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:49:19:E: "X0131" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:50:18:E: "X012F" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:51:18:E: "X012E" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:52:19:E: "X0129" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:53:19:E: "X0128" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:54:18:E: "X0135" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:55:18:E: "X0134" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:56:19:E: "X0137" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:57:19:E: "X0136" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:58:19:E: "X0138" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:59:19:E: "X013A" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:60:19:E: "X0139" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:61:19:E: "X013E" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:62:19:E: "X013D" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:63:19:E: "X013C" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:64:19:E: "X013B" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:65:19:E: "X0140" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:66:19:E: "X013F" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:67:19:E: "X0142" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:68:19:E: "X0141" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:69:19:E: "X0144" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:70:19:E: "X0143" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:71:16:E: "X014B" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:72:16:E: "X014A" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:73:18:E: "X0149" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:74:19:E: "X0148" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:75:19:E: "X0147" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:76:19:E: "X0146" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:77:19:E: "X0145" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:78:19:E: "X0151" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:79:19:E: "X0150" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:80:18:E: "X014C" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:81:18:E: "X014D" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:82:18:E: "X0153" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:83:18:E: "X0152" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:84:19:E: "X0155" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:85:19:E: "X0154" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:86:19:E: "X0159" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:87:19:E: "X0158" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:88:19:E: "X0157" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:89:19:E: "X0156" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:90:19:E: "X015B" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:91:19:E: "X015A" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:92:19:E: "X0161" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:93:19:E: "X0160" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:94:19:E: "X015F" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:95:19:E: "X015E" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:96:18:E: "X015D" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:97:18:E: "X015C" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:98:19:E: "X0165" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:99:19:E: "X0164" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:100:19:E: "X0163" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:101:19:E: "X0162" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:102:19:E: "X0167" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:103:19:E: "X0166" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:104:19:E: "X016D" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:105:19:E: "X016C" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:106:19:E: "X0171" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:107:19:E: "X0170" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:108:18:E: "X016B" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:109:18:E: "X016A" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:110:18:E: "X0173" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:111:18:E: "X0172" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:112:18:E: "X016F" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:113:18:E: "X016E" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:114:19:E: "X0169" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:115:19:E: "X0168" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:116:18:E: "X0175" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:117:18:E: "X0174" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:118:18:E: "X0177" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:119:18:E: "X0176" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:120:17:E: "X0178" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:121:19:E: "X017A" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:122:19:E: "X0179" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:123:19:E: "X017E" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:124:19:E: "X017D" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:125:17:E: "X017C" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:126:17:E: "X017B" is not a function name
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:6:16:E: "X0430" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:7:16:E: "X0410" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:8:16:E: "X0431" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:9:16:E: "X0411" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:10:16:E: "X0432" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:11:16:E: "X0412" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:12:16:E: "X0433" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:13:16:E: "X0413" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:14:16:E: "X0434" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:15:16:E: "X0414" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:16:17:E: "X0435" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:17:17:E: "X0415" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:18:17:E: "X0451" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:19:17:E: "X0401" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:20:17:E: "X0436" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:21:17:E: "X0416" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:22:16:E: "X0437" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:23:16:E: "X0417" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:24:16:E: "X0438" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:25:16:E: "X0418" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:26:16:E: "X0439" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:27:16:E: "X0419" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:28:16:E: "X043A" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:29:16:E: "X041A" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:30:16:E: "X043B" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:31:16:E: "X041B" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:32:16:E: "X043C" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:33:16:E: "X041C" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:34:16:E: "X043D" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:35:16:E: "X041D" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:36:16:E: "X043E" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:37:16:E: "X041E" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:38:16:E: "X043F" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:39:16:E: "X041F" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:40:16:E: "X0440" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:41:16:E: "X0420" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:42:16:E: "X0441" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:43:16:E: "X0421" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:44:16:E: "X0442" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:45:16:E: "X0422" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:46:16:E: "X0443" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:47:16:E: "X0423" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:48:16:E: "X0444" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:49:16:E: "X0424" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:50:17:E: "X0445" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:51:17:E: "X0425" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:52:17:E: "X0446" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:53:17:E: "X0426" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:54:17:E: "X0447" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:55:17:E: "X0427" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:56:17:E: "X0448" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:57:17:E: "X0428" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:58:19:E: "X0449" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:59:19:E: "X0429" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:60:19:E: "X044A" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:61:19:E: "X042A" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:62:16:E: "X044B" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:63:16:E: "X042B" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:64:19:E: "X044C" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:65:19:E: "X042C" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:66:16:E: "X044D" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:67:16:E: "X042D" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:68:17:E: "X044E" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:69:17:E: "X042E" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:70:17:E: "X044F" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:71:17:E: "X042F" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-cyr1.ent:72:19:E: "X2116" is not a function name
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:6:19:E: "X0103" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:7:19:E: "X0102" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:8:18:E: "X0101" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:9:18:E: "X0100" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:10:18:E: "X0105" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:11:18:E: "X0104" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:12:19:E: "X0107" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:13:19:E: "X0106" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:14:19:E: "X010D" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:15:19:E: "X010C" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:16:18:E: "X0109" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:17:18:E: "X0108" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:18:17:E: "X010B" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:19:17:E: "X010A" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:20:19:E: "X010F" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:21:19:E: "X010E" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:22:19:E: "X0111" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:23:19:E: "X0110" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:24:19:E: "X011B" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:25:19:E: "X011A" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:26:17:E: "X0117" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:27:17:E: "X0116" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:28:18:E: "X0113" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:29:18:E: "X0112" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:30:18:E: "X0119" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:31:18:E: "X0118" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:32:19:E: "X01F5" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:33:19:E: "X011F" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:34:19:E: "X011E" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:35:19:E: "X0122" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:36:18:E: "X011D" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:37:18:E: "X011C" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:38:17:E: "X0121" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:39:17:E: "X0120" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:40:18:E: "X0125" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:41:18:E: "X0124" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:42:19:E: "X0127" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:43:19:E: "X0126" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:44:17:E: "X0130" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:45:18:E: "X012A" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:46:18:E: "X012B" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:47:18:E: "X0133" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:48:18:E: "X0132" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:49:19:E: "X0131" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:50:18:E: "X012F" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:51:18:E: "X012E" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:52:19:E: "X0129" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:53:19:E: "X0128" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:54:18:E: "X0135" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:55:18:E: "X0134" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:56:19:E: "X0137" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:57:19:E: "X0136" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:58:19:E: "X0138" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:59:19:E: "X013A" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:60:19:E: "X0139" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:61:19:E: "X013E" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:62:19:E: "X013D" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:63:19:E: "X013C" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:64:19:E: "X013B" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:65:19:E: "X0140" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:66:19:E: "X013F" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:67:19:E: "X0142" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:68:19:E: "X0141" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:69:19:E: "X0144" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:70:19:E: "X0143" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:71:16:E: "X014B" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:72:16:E: "X014A" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:73:18:E: "X0149" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:74:19:E: "X0148" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:75:19:E: "X0147" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:76:19:E: "X0146" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:77:19:E: "X0145" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:78:19:E: "X0151" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:79:19:E: "X0150" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:80:18:E: "X014C" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:81:18:E: "X014D" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:82:18:E: "X0153" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:83:18:E: "X0152" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:84:19:E: "X0155" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:85:19:E: "X0154" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:86:19:E: "X0159" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:87:19:E: "X0158" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:88:19:E: "X0157" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:89:19:E: "X0156" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:90:19:E: "X015B" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:91:19:E: "X015A" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:92:19:E: "X0161" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:93:19:E: "X0160" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:94:19:E: "X015F" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:95:19:E: "X015E" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:96:18:E: "X015D" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:97:18:E: "X015C" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:98:19:E: "X0165" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:99:19:E: "X0164" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:100:19:E: "X0163" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:101:19:E: "X0162" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:102:19:E: "X0167" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:103:19:E: "X0166" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:104:19:E: "X016D" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:105:19:E: "X016C" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:106:19:E: "X0171" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:107:19:E: "X0170" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:108:18:E: "X016B" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:109:18:E: "X016A" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:110:18:E: "X0173" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:111:18:E: "X0172" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:112:18:E: "X016F" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:113:18:E: "X016E" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:114:19:E: "X0169" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:115:19:E: "X0168" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:116:18:E: "X0175" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:117:18:E: "X0174" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:118:18:E: "X0177" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:119:18:E: "X0176" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:120:17:E: "X0178" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:121:19:E: "X017A" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:122:19:E: "X0179" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:123:19:E: "X017E" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:124:19:E: "X017D" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:125:17:E: "X017C" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:126:17:E: "X017B" is not a function name
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:6:19:E: "X0103" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:7:19:E: "X0102" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:8:18:E: "X0101" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:9:18:E: "X0100" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:10:18:E: "X0105" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:11:18:E: "X0104" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:12:19:E: "X0107" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:13:19:E: "X0106" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:14:19:E: "X010D" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:15:19:E: "X010C" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:16:18:E: "X0109" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:17:18:E: "X0108" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:18:17:E: "X010B" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:19:17:E: "X010A" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:20:19:E: "X010F" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:21:19:E: "X010E" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:22:19:E: "X0111" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:23:19:E: "X0110" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:24:19:E: "X011B" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:25:19:E: "X011A" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:26:17:E: "X0117" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:27:17:E: "X0116" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:28:18:E: "X0113" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:29:18:E: "X0112" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:30:18:E: "X0119" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:31:18:E: "X0118" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:32:19:E: "X01F5" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:33:19:E: "X011F" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:34:19:E: "X011E" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:35:19:E: "X0122" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:36:18:E: "X011D" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:37:18:E: "X011C" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:38:17:E: "X0121" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:39:17:E: "X0120" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:40:18:E: "X0125" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:41:18:E: "X0124" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:42:19:E: "X0127" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:43:19:E: "X0126" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:44:17:E: "X0130" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:45:18:E: "X012A" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:46:18:E: "X012B" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:47:18:E: "X0133" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:48:18:E: "X0132" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:49:19:E: "X0131" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:50:18:E: "X012F" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:51:18:E: "X012E" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:52:19:E: "X0129" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:53:19:E: "X0128" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:54:18:E: "X0135" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:55:18:E: "X0134" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:56:19:E: "X0137" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:57:19:E: "X0136" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:58:19:E: "X0138" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:59:19:E: "X013A" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:60:19:E: "X0139" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:61:19:E: "X013E" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:62:19:E: "X013D" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:63:19:E: "X013C" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:64:19:E: "X013B" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:65:19:E: "X0140" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:66:19:E: "X013F" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:67:19:E: "X0142" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:68:19:E: "X0141" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:69:19:E: "X0144" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:70:19:E: "X0143" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:71:16:E: "X014B" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:72:16:E: "X014A" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:73:18:E: "X0149" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:74:19:E: "X0148" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:75:19:E: "X0147" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:76:19:E: "X0146" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:77:19:E: "X0145" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:78:19:E: "X0151" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:79:19:E: "X0150" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:80:18:E: "X014C" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:81:18:E: "X014D" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:82:18:E: "X0153" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:83:18:E: "X0152" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:84:19:E: "X0155" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:85:19:E: "X0154" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:86:19:E: "X0159" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:87:19:E: "X0158" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:88:19:E: "X0157" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:89:19:E: "X0156" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:90:19:E: "X015B" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:91:19:E: "X015A" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:92:19:E: "X0161" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:93:19:E: "X0160" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:94:19:E: "X015F" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:95:19:E: "X015E" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:96:18:E: "X015D" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:97:18:E: "X015C" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:98:19:E: "X0165" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:99:19:E: "X0164" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:100:19:E: "X0163" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:101:19:E: "X0162" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:102:19:E: "X0167" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:103:19:E: "X0166" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:104:19:E: "X016D" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:105:19:E: "X016C" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:106:19:E: "X0171" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:107:19:E: "X0170" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:108:18:E: "X016B" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:109:18:E: "X016A" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:110:18:E: "X0173" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:111:18:E: "X0172" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:112:18:E: "X016F" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:113:18:E: "X016E" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:114:19:E: "X0169" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:115:19:E: "X0168" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:116:18:E: "X0175" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:117:18:E: "X0174" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:118:18:E: "X0177" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:119:18:E: "X0176" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:120:17:E: "X0178" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:121:19:E: "X017A" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:122:19:E: "X0179" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:123:19:E: "X017E" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:124:19:E: "X017D" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:125:17:E: "X017C" is not a function name
jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:126:17:E: "X017B" is not a function name
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory)
gmake[2]: *** [api.html] Error 1
gmake[2]: Leaving directory `/usr/ports/textproc/docbook-utils/work/docbook-utils-0.6.14/doc/HTML'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/textproc/docbook-utils/work/docbook-utils-0.6.14/doc'
gmake: *** [all-recursive] Error 1
*** Error code 2

Stop in /usr/ports/textproc/docbook-utils.
doroot_at_smadev:/usr/ports/textproc/docbook-utils# ^D  
Script done on Wed Feb 20 10:38:21 2008


-- 
Achilleas Mantzios

KOSOVO IS SERBIA FOR EVER
Received on Wed Feb 20 2008 - 12:47:49 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:27 UTC