From owner-freebsd-ports@FreeBSD.ORG Wed Oct 3 11:38:40 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B2F9D16A419 for ; Wed, 3 Oct 2007 11:38:40 +0000 (UTC) (envelope-from infernal211283.freebsd@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.freebsd.org (Postfix) with ESMTP id 4A29113C448 for ; Wed, 3 Oct 2007 11:38:40 +0000 (UTC) (envelope-from infernal211283.freebsd@gmail.com) Received: by ug-out-1314.google.com with SMTP id a2so109683ugf for ; Wed, 03 Oct 2007 04:38:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=qdC3YGxchlFXQHhk5heuHH4/iyP7WUt++07yqCdpBSk=; b=lrnq4fGpOV5q3JPc2BlRk0H1lVKxig2z81XrQ4yJjIGQP6KZ7NXBldfmYAn0F8fIEbB+vEzM7npYDpPklPTUfRXPwIRPa5Hq4WkM1+uhka9d6wOmoEq04O05Vu4xTWzMEyMEe2iBVa99g/JcFBgb7W9A2dsMARfyjPVgR0D+nic= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=WPz3JTtnPPYVS62r5WX94p7NqJK+/FtkQan9uFjMRK2q8p57THaowtYkWdCHr6w9hMi937bMCMleUs+BvfFLICIm/V12e7kPtMsITmAoKyvcQ4MV+1vSBS8S2xQ3gl9HxfpHJA1n7dY8sJtsOx7y+tyDae4dCGMVfMO3BDPzCgA= Received: by 10.78.149.13 with SMTP id w13mr6000518hud.1191409853571; Wed, 03 Oct 2007 04:10:53 -0700 (PDT) Received: by 10.78.144.18 with HTTP; Wed, 3 Oct 2007 04:10:53 -0700 (PDT) Message-ID: <22d026f00710030410mb70e9e8pbdab1c4e1327f6e9@mail.gmail.com> Date: Wed, 3 Oct 2007 13:10:53 +0200 From: "Dan A." To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: A problem with pidgin installation X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 11:38:40 -0000 Hi. While trying to install net-im/pidgin using portmaster, I get this error: ===> Installing for docbook-sk-4.1.2_4 ===> docbook-sk-4.1.2_4 depends on file: /usr/local/bin/xmlcatmgr - found ===> Generating temporary packing list for file in `/usr/bin/find /usr/ports/textproc/docbook-sk/work -type f | /usr/bin/sed -e 's|^/usr/ports/textproc/docbook-sk/work/||' | /usr/bin/grep -v '^\.' | /usr/bin/sort`; do install -o root -g wheel -m 444 /usr/ports/textproc/docbook-sk/work/$file /usr/local/share/xml/docbook/4.1.2/$file; done xmlcatmgr: entry already exists for `-//OASIS//ELEMENTS DocBook XML Information Pool V4.1.2//EN' of type `public' *** Error code 1 Stop in /usr/ports/textproc/docbook-sk. I checked in the /usr/local/share/xml/docbook, tried to search for "xmlcatmgr" string in all the files, in hope to do something that will fix this but I couldn't find it. I tried to uninstall docbook\* and reinstall textproc/docbook-sk but it fails with that same error. Tried to uninstall xmlcatmgr and install pidgin but pidgin requires docbook-sk for which xmlcatmgr is a dependency, and the problem repeats. Is there something that I can do about this? Thank you.