From owner-freebsd-stable@FreeBSD.ORG Mon Feb 24 19:08:58 2014 Return-Path: Delivered-To: freebsd-stable@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 B0952796 for ; Mon, 24 Feb 2014 19:08:58 +0000 (UTC) Received: from mail-pink.research.att.com (mail-pink.research.att.com [204.178.8.22]) by mx1.freebsd.org (Postfix) with ESMTP id 63E271AA8 for ; Mon, 24 Feb 2014 19:08:58 +0000 (UTC) Received: from mail-blue.research.att.com (unknown [135.207.178.11]) by mail-pink.research.att.com (Postfix) with ESMTP id 1B4671203DD; Mon, 24 Feb 2014 14:12:51 -0500 (EST) Received: from jwb-mac.client.research.att.com (jwb-mac.client.research.att.com [135.207.141.204]) by mail-blue.research.att.com (Postfix) with ESMTP id 8BFACF036B; Mon, 24 Feb 2014 14:08:57 -0500 (EST) Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Subject: Re: docbook-sgml install failure From: James Ballantine In-Reply-To: <78D0A0F5-B7BD-4622-9030-556C030F2F7C@hera.homer.att.com> Date: Mon, 24 Feb 2014 14:08:45 -0500 Message-Id: <541F49C6-9601-4C11-A621-7000166E498E@hera.homer.att.com> References: <201402241804.s1OI4Ju1022099@hera.homer.att.com> <78D0A0F5-B7BD-4622-9030-556C030F2F7C@hera.homer.att.com> To: Thomas Hoffmann X-Mailer: Apple Mail (2.1827) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: FreeBSD Stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Feb 2014 19:08:58 -0000 On Feb 24, 2014, at 2:02 PM, James Ballantine = wrote: >=20 > On Feb 24, 2014, at 1:55 PM, Thomas Hoffmann wrote: >=20 >> On Mon, Feb 24, 2014 at 1:04 PM, J. W. Ballantine = wrote: >> Hi, >>=20 >> I'm trying to update my ports to FB10, and the process is hanging >> with docbook-sgml. It fails with: >>=20 >> xmlcatmgr: entry already exists for = `/usr/local/share/sgml/docbook/catalog' of type `CATALOG' >> pkg-static: POST-INSTALL script failed >> Installing docbook-sgml-4.5...pkg-static: docbook-sgml-4.5 conflicts = with >> docbook-4.2 (installs files into the same place). Problematic file: >> /usr/local/share/sgml/docbook/4.2/ChangeLog >> *** Error code 70 >>=20 >> I did a deinstall and reinstall for all textproc/docbook-* and that = didn't >> help. I also tried export FORCE_PKG_REGISTER=3D1, also with no = sucess. >> This failure is from a portmaster -G x11-servers/xorg-servers = command. >>=20 >> What do I need to do to get docbook-sgml to install so I can finish = the >> update? >>=20 >> Thanks >>=20 >> Jim Ballantine >>=20 >> Did you see the 20140209 entry in /usr/ports/UPDATING that affects = textproc/docbook*? >>=20 >> -Tom >>=20 >=20 > I believe you mean 20140219, not 20140209, and no I hadn=92t. >=20 > Well follow it. >=20 > Thanks >=20 > Jim OK, I tried the pkg delete from 20140219 and the reply was 4 no such = package installed. When I tried and install from textproc/docbook-sgml , it failed with the = same conflicts with docbook-4.2 error. Jim