From owner-freebsd-ports@FreeBSD.ORG Fri Feb 21 09:52:32 2014 Return-Path: Delivered-To: freebsd-ports@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 544A48F5 for ; Fri, 21 Feb 2014 09:52:32 +0000 (UTC) Received: from winston.madpilot.net (winston.madpilot.net [78.47.75.155]) by mx1.freebsd.org (Postfix) with ESMTP id 0715F1832 for ; Fri, 21 Feb 2014 09:52:31 +0000 (UTC) Received: from winston.madpilot.net (localhost [127.0.0.1]) by winston.madpilot.net (Postfix) with ESMTP id 3fVnyc67FxzFT9y; Fri, 21 Feb 2014 10:52:24 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=madpilot.net; h= content-transfer-encoding:content-type:content-type:in-reply-to :references:subject:subject:mime-version:user-agent:from:from :date:date:message-id:received:received; s=mail; t=1392976343; x=1394790744; bh=fIr2rIY6UyG01IeUVXAQv8l1eMcjl7qn/lLhqeUA/VQ=; b= clu9ReEjrF7W478z7Cot7IYqHm0t0i0/rLmix1n9ODJZSkVRUwq7wbAG4JztiW7w iHf9ZDhaIC8M/jnjwp+tJzl1lMDZ91FuDKHCB7tJba0woHfny+c1TZsCH5XcgUQ2 jogYEumXhDGn/KG9xbgZQCRZkl7COHQYsStpegn9LMg= Received: from winston.madpilot.net ([127.0.0.1]) by winston.madpilot.net (winston.madpilot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FVMfdTVj3SqT; Fri, 21 Feb 2014 10:52:23 +0100 (CET) Received: from marvin.madpilot.net (micro.madpilot.net [88.149.173.206]) by winston.madpilot.net (Postfix) with ESMTPSA; Fri, 21 Feb 2014 10:52:22 +0100 (CET) Message-ID: <530721D6.6090009@madpilot.net> Date: Fri, 21 Feb 2014 10:52:22 +0100 From: Guido Falsi User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: "O. Hartmann" , FreeBSD Ports Subject: Re: sysutils/policykit ; devel/git and sysutils/upower fails to build: parser error : Start tag expected, '<' not found PUBLIC References: <20140221102705.75871c20.ohartman@zedat.fu-berlin.de> In-Reply-To: <20140221102705.75871c20.ohartman@zedat.fu-berlin.de> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Feb 2014 09:52:32 -0000 On 02/21/14 10:27, O. Hartmann wrote: > On three ports I get a very nasty and sticky error on > > FreeBSD 11.0-CURRENT #0 r262153: Tue Feb 18 11:31:31 CET 2014 amd64 (CLANG 3.4) > > which looks always the same/similar and complains about syntax/parser error in some XML > documents. > > Somehow, I have the strange feelingt this has to do with the docbook update which has > been performed accordingly to the instructions in /usr/ports/UPDATING, 20140219. > > How can I fix this? I solved this by doing something like this (can't remember the exact steps, but conjuring this should do it) # rm /usr/local/share/xml/catalog.ports # xmlcatmgr -c /usr/local/share/xml/catalog.ports create xml # pkg delete -f docbook-xml\* docbook-sk\* docbook\[2345\]\?\?-\* docbook-4\* # portmaster textproc/docbook-xml docbook-xsl # portmaster '*docbook*' # portmaster -a (or whatever is not working) I suspect there is some problem with the order in which the docbook ports get updated. And I'm quite sure the above steps are overkill and not optimal, but they worked for me. YMMV -- Guido Falsi