Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Aug 2011 13:18:07 +1000 (EST)
From:      Daryl Sayers <daryl@ci.com.au>
To:        freebsd-questions@freebsd.org
Subject:   port build breaks at xmlto
Message-ID:  <201108120318.p7C3I7Nf099507@mippet.ci.com.au>

next in thread | raw e-mail | index | archive | help

FreeBSD 7.4
I am having trouble building the xmlto port on FreeBSD 7.4. I am getting an
error:

===>  Building for xmlto-0.0.24
make  all-am
for xml in xmlif.xml xmlto.xml; do  FORMAT_DIR=./format  /usr/local/bin/bash ./xmlto -o man/man1 man ./doc/$xml ;  done || ( RC=$?; exit $RC )
xmlto: /usr/ports/textproc/xmlto/work/xmlto-0.0.24/./doc/xmlif.xml does not validate (status 3)
xmlto: Fix document syntax or use --skip-validation option
I/O error : Attempt to load network entity http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd
/usr/ports/textproc/xmlto/work/xmlto-0.0.24/./doc/xmlif.xml:4: warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
   "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">;
....

After alot of frustration I decided to throw everything away and start again:

# pkg_delete -a
# cd /usr/ports; rm -fr *
# csup -h cvsup.au.FreeBSD.org /usr/share/examples/cvsup/ports-supfile
# cd /usr/ports/textproc/xmlto
# make

Using the defaults when the config screens appear. As there are now no packages
installed and the ports tree is brand new there should be no problems but in
the end it still fails with the same message. My /etc/make.conf is empty also.

Why cant I build this package.



-- 
Daryl Sayers                             Direct: +612 95525510
Corinthian Engineering                   Office: +612 95525500
Suite 54, Jones Bay Wharf                   Fax: +612 95525549
26-32 Pirrama Rd                          email: daryl@ci.com.au
Pyrmont NSW 2009 Australia                  www: http://www.ci.com.au



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108120318.p7C3I7Nf099507>