From owner-freebsd-questions@FreeBSD.ORG Fri Feb 21 10:46:03 2014 Return-Path: Delivered-To: freebsd-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 7AC0570E for ; Fri, 21 Feb 2014 10:46:03 +0000 (UTC) Received: from owm.eumx.net (eumx.net [91.82.101.43]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 30F721CA1 for ; Fri, 21 Feb 2014 10:46:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=eumx.net; h=date:from:to :subject:message-id:references:mime-version:content-type :in-reply-to; s=default; bh=47vIlw6NfmOtna+2rJrrDotGf+M=; b=Y2Fl fIITjVNWzQuhVzUxFDku/9KEGR3Hr58baSbCdmb1EobcISaQ3TcRdDf1bJoRmLnP LqcasTvUULZCu+2B/8NPoFSsDacu2fV8tsUQuTWn6lbOfPy6iDTHt8Hyre0tDd3Q iz6yzkLwukFDyW4qULRpxiPrzmxAdtGq/fOBSII= DomainKey-Signature: a=rsa-sha1; c=nofws; d=eumx.net; h=date:from:to :subject:message-id:references:mime-version:content-type :in-reply-to; q=dns; s=default; b=Etjw8hmyQsV+kqOsOdZFouCNqiJCFL BL3a0a7Ak4jE/UesG0YJhiNSwJ+IGQxoNBuap000QyUd5HorNuGXyIueNrdq3uOO DT4Z3B+99uhNuTr+2Gu2bSpRX4UENrIRnlwuHTeHsPEoBsJIwwYh0pnJrwuoju43 8tFzpTx7L6uM4= Date: Fri, 21 Feb 2014 11:45:58 +0100 From: "Herbert J. Skuhra" To: freebsd-questions@freebsd.org Subject: Re: polkit Message-ID: <20140221104557.GA9666@oslo.ath.cx> References: <20140220172925.1bf6f6f6@lumiwa.farms.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140220172925.1bf6f6f6@lumiwa.farms.net> User-Agent: Mutt/1.5.22.1-rc1 (2013-10-16) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Feb 2014 10:46:03 -0000 On Thu, Feb 20, 2014 at 05:29:25PM -0500, Ajtim wrote: > Hi! > > I try to install/update KDE to KDE 4.12 on FreeBSD 10.0-RELEASE (amd64) > and it stopped: > > CCLD cancel > ITMRG org.freedesktop.policykit.examples.pkexec.policy > gmake[5]: Leaving directory > `/usr/ports/sysutils/polkit/work/polkit-0.105/src/examples' gmake[5]: > Entering directory `/usr/ports/sysutils/polkit/work/polkit-0.105/src' > gmake[5]: Nothing to be done for `all-am'. gmake[5]: Leaving directory > `/usr/ports/sysutils/polkit/work/polkit-0.105/src' gmake[4]: Leaving > directory `/usr/ports/sysutils/polkit/work/polkit-0.105/src' Making all > in docs gmake[4]: Entering directory > `/usr/ports/sysutils/polkit/work/polkit-0.105/docs' Making all in man > gmake[5]: Entering directory > `/usr/ports/sysutils/polkit/work/polkit-0.105/docs/man' /usr/local/bin/xsltproc > -nonet --stringparam > man.base.url.for.relative.links /usr/local/share/gtk-doc/html/polkit-1/ > --xinclude > http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl > polkit.xml file:///usr/local/share/xml/catalog.ports:1: parser error : > Start tag expected, '<' not found PUBLIC "-//OASIS//DTD Entity > Resolution XML Catalog V1.0//EN" ^ I/O error : Attempt to load network > entity > http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl > warning: failed to load external entity > "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl" > cannot parse > http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl > gmake[5]: *** [polkit.8] Error 4 gmake[5]: Leaving directory > `/usr/ports/sysutils/polkit/work/polkit-0.105/docs/man' gmake[4]: *** > [all-recursive] Error 1 gmake[4]: Leaving directory > `/usr/ports/sysutils/polkit/work/polkit-0.105/docs' gmake[3]: *** > [all-recursive] Error 1 gmake[3]: Leaving directory > `/usr/ports/sysutils/polkit/work/polkit-0.105' gmake[2]: *** [all] > Error 2 gmake[2]: Leaving directory > `/usr/ports/sysutils/polkit/work/polkit-0.105' *** Error code 1 > > Stop. > make[1]: stopped in /usr/ports/sysutils/polkit > *** Error code 1 > > Stop. > make: stopped in /usr/ports/sysutils/polkit > > ===>>> make failed for sysutils/polkit > ===>>> Aborting update > > ===>>> Update for polkit-0.105_1 failed > ===>>> Aborting update Remove "/usr/local/share/xml/catalog.ports" and rebuild your docbook ports. Worked for me! Maybe someone has a better solution! -- Herbert