From owner-freebsd-questions@FreeBSD.ORG Sat May 17 03:56:10 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 96C2B4D5 for ; Sat, 17 May 2014 03:56:10 +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 6D1FA2905 for ; Sat, 17 May 2014 03:56:10 +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 20140517035601350 for ; Sat, 17 May 2014 03:56:01 +0000 X-RC-FROM: X-RC-RCPT: Received: from webmail.blackfoot.net (unknown [10.64.25.30]) (Authenticated sender: vagabond) by blackfoot.vision.net (Postfix) with ESMTPA id C03DA73F9 for ; Fri, 16 May 2014 21:56:00 -0600 (MDT) Received: from 12.32.36.75 (SquirrelMail authenticated user vagabond) by webmail.blackfoot.net with HTTP; Fri, 16 May 2014 21:56:00 -0600 Message-ID: Date: Fri, 16 May 2014 21:56:00 -0600 Subject: dockbook.xsl -- can't load when building port From: "Gary Aitken" To: "Freebsd Questions" User-Agent: SquirrelMail/1.4.22 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-MAG-OUTBOUND: blackfoot.redcondor.net@216.220.3.42/32 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 03:56:10 -0000 My apologies if this is a duplicate; tried to send earlier without this addr subscribed. 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 Thanks, Gary