From owner-freebsd-x11@FreeBSD.ORG Fri Mar 11 14:50:20 2011 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E7511065670 for ; Fri, 11 Mar 2011 14:50:20 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id C4DF78FC18 for ; Fri, 11 Mar 2011 14:50:19 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id p2BEoImM055197; Fri, 11 Mar 2011 07:50:18 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id p2BEoIOI055194; Fri, 11 Mar 2011 07:50:18 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Fri, 11 Mar 2011 07:50:18 -0700 (MST) From: Warren Block To: Troy In-Reply-To: <4D79C3F8.1070507@twisted.net> Message-ID: References: <4D781A90.4060801@twisted.net> <19832.22803.573979.102871@gossamer.timing.com> <4D786ADE.8000804@twisted.net> <4D786BE2.7030503@twisted.net> <4D786FDC.7050601@twisted.net> <20110310094936.99346hx8d8jb17gw@www.twisted.net> <4D79C3F8.1070507@twisted.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (wonkity.com [127.0.0.1]); Fri, 11 Mar 2011 07:50:19 -0700 (MST) Cc: x11@freebsd.org Subject: Re: Fwd: Re: libICE 1.0.7 upgrade yields attempt to load network entity error X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2011 14:50:20 -0000 On Fri, 11 Mar 2011, Troy wrote: > docbook-xml-440 was not installed, so I installed it and still the errors > continue. It seems there must be some missing dependency that I don't have > installed that's preventing these ports from building. Just so we're on the > same page, the ports that won't build are: > > ** Listing the failed packages (-:ignored / *:skipped / !:failed) > ! x11-fonts/fontsproto (fontsproto-2.1.0) (unknown build error) > * x11-fonts/libXfont (libXfont-1.4.0,1) > ! x11-toolkits/libXmu (libXmu-1.0.5,1) (unknown build error) > * x11-toolkits/libXaw (libXaw-1.0.7,1) > > > pkg_info|grep docbook > docbook-1.4 Meta-port for the different versions of the DocBook DTD > docbook-2.4.1_1,1 V2.4.1 of the DocBook DTD, designed for technical documenta > docbook-3.0_4 V3.0 of the DocBook DTD, designed for technical documentati > docbook-3.1_4 V3.1 of the DocBook DTD, designed for technical documentati > docbook-4.0_3 V4.0 of the DocBook DTD, designed for technical documentati > docbook-4.1_4 V4.1 of the DocBook DTD, designed for technical documentati > docbook-4.3 DocBook/SGML DTD V4.3, designed for technical documentation > docbook-4.4_2 DocBook/SGML DTD V4.4, designed for technical documentation > docbook-4.5_2 DocBook/SGML DTD V4.5, designed for technical documentation > docbook-5.0_1 DocBook 5.0, designed for technical documentation > docbook-sk-4.1.2_4 XML version of the DocBook DTD version controlled for Scrol > docbook-xml-4.2_1 XML version of the DocBook DTD > docbook-xml-4.4_1 DocBook/XML DTD V4.4, designed for technical documentation > docbook-xml-4.5 DocBook/XML DTD V4.5, designed for technical documentation > docbook-xsl-1.75.2_1 XSL DocBook stylesheets > sdocbook-xml-1.1,1 "Simplified" DocBook XML DTD > sgmlformat-1.7_2 Generates groff and HTML from linuxdoc and docbook SGML doc You have some that aren't the default of the main docbook metaport, and others are missing. May be that other related things are missing, too. A start would be resetting the config of the metaport and installing it again to bring in all the missing dependencies. # cd /usr/ports/textproc/docbook # make rmconfig && make deinstall clean install