From owner-freebsd-questions@FreeBSD.ORG Fri Aug 12 03:18:11 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 324F3106566C for ; Fri, 12 Aug 2011 03:18:11 +0000 (UTC) (envelope-from daryl@ci.com.au) Received: from mippet.ci.com.au (mippet.ci.com.au [192.65.182.30]) by mx1.freebsd.org (Postfix) with ESMTP id B99D68FC0A for ; Fri, 12 Aug 2011 03:18:10 +0000 (UTC) Received: from mippet.ci.com.au (localhost [127.0.0.1]) by mippet.ci.com.au (8.14.4/8.14.4/CE101231/cmlga) with ESMTP id p7C3I7W0099510 for ; Fri, 12 Aug 2011 13:18:09 +1000 (EST) (envelope-from daryl@mippet.ci.com.au) Received: (from daryl@localhost) by mippet.ci.com.au (8.14.4/8.14.4/Submit) id p7C3I7Nf099507; Fri, 12 Aug 2011 13:18:07 +1000 (EST) (envelope-from daryl) Date: Fri, 12 Aug 2011 13:18:07 +1000 (EST) From: Daryl Sayers Message-Id: <201108120318.p7C3I7Nf099507@mippet.ci.com.au> To: freebsd-questions@freebsd.org X-Scanned-By: MIMEDefang 2.68 on 192.65.182.30 Subject: port build breaks at xmlto X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Aug 2011 03:18:11 -0000 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