From owner-freebsd-questions@FreeBSD.ORG Sat May 17 20:34:15 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 904F72EF for ; Sat, 17 May 2014 20:34:15 +0000 (UTC) Received: from mx1.blackfoot.net (mx1.blackfoot.net [216.14.232.10]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "spam.blackfoot.net", Issuer "GeoTrust DV SSL CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 62F6B24E7 for ; Sat, 17 May 2014 20:34:14 +0000 (UTC) Received: from blackfoot.vision.net ([216.220.3.42]) by mx1.blackfoot.net ({9cf3d135-7b6e-4041-a57b-61a932741f4e}) via TCP (outbound) with ESMTP id 20140517203413277; Sat, 17 May 2014 20:34:13 +0000 X-RC-FROM: Received: from webmail.blackfoot.net (unknown [10.40.25.30]) (Authenticated sender: vagabond) by blackfoot.vision.net (Postfix) with ESMTPA id 4EC67677D; Sat, 17 May 2014 14:34:12 -0600 (MDT) Received: from 12.32.36.75 (SquirrelMail authenticated user vagabond) by webmail.blackfoot.net with HTTP; Sat, 17 May 2014 14:34:12 -0600 Message-ID: In-Reply-To: <86k39kl9r1.wl%hskuhra@eumx.net> References: <86k39kl9r1.wl%hskuhra@eumx.net> Date: Sat, 17 May 2014 14:34:12 -0600 Subject: Re: dockbook.xsl -- can't load when building port From: "Gary Aitken" To: "Herbert J. Skuhra" User-Agent: SquirrelMail/1.4.22 MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-MAG-OUTBOUND: blackfoot.redcondor.net@216.220.3.42/32 Cc: Freebsd Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2014 20:34:15 -0000 >> Trying to rebuild ports after pkg delete -a >> >> Lots of stuff fails with things like: >> >> /usr/local/bin/xmlto man dbus-monitor.1.xml >> compilation error: file /tmp/xmlto-xsl0Tylm9 line 4 element import >> xsl:import: unable to load >> "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl" >> I/O Error: Attempt to load network entity >> "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl" >> >> I have turned off language options in most packages, >> but have left docs included in all of them >> >> executing the above xmlto cmd generates the error outside of all build >> scripts; >> I can go to the above url and load it fine. >> >> what's the magic I need? >> >> 9.2-RELEASE, amd64 > > Try to the follow the instructions from /usr/ports/UPDATING: > > 20140219: > AFFECTS: users of textproc/docbook* > > The textproc/docbook-* ports have been consolidated into two ports > textproc/docbook-sgml and textproc/docbook-xml. Hmmm, interesting. I had four docbook things already installed: docbook-sgml-4.5_1 docbook-xml-5.0_2 docbook-sxl-1.76.1_2 sdocbook-xml-1.1_1,2 I copied a docbook.xsl into /usr/local/share/xmlto and tried rebuilding devel/dbus but that didn't change anything. I then reinstalled the four docbook ports listed above and somehow that fixed it. The "only" thing different is docbook.xsl was still in /usr/local/share/xmlto when I rebuilt. Anyway, thanks.