From owner-freebsd-stable@FreeBSD.ORG Mon Feb 24 19:13:28 2014 Return-Path: Delivered-To: freebsd-stable@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 50B54A47 for ; Mon, 24 Feb 2014 19:13:28 +0000 (UTC) Received: from mail-vc0-x233.google.com (mail-vc0-x233.google.com [IPv6:2607:f8b0:400c:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0A7341B4E for ; Mon, 24 Feb 2014 19:13:27 +0000 (UTC) Received: by mail-vc0-f179.google.com with SMTP id lh14so6303635vcb.10 for ; Mon, 24 Feb 2014 11:13:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=zBNDDZS6mnN94sPAP9jQ+HHrGKH/IuXTc00/Mqzh/Mk=; b=Fa1KxeOi5T6IFd+VpIRlG9ZqWFgkio3EpTx+swII3pvZ+fLjzhCwTOLh968+S9+CiJ JfYXzr5qSRiLPHOSP+nj0cf2Nv6kiGXlzPrrm8bERUanAqQhwiULPpzMiEHq543SIwkz 8pp58ULvnqrEkSnt7PAjF7BBmtISxXnx+BV3VOl4YsqWE2bzP6ZN3BBXIvIZsN8UlA/F BH1ZBKtai1LdxzSQc1E962rfzZmqd2Z71DGw2oqOU1mimrhefH5wZUeyLYsYEdPTr+9A U5+D+yC3iQ7x+fKm7fXvJLD0cZx5VjDL/HVR7bxSdG0o4h1u7PZNY10//kefvubCf3mN KBCg== MIME-Version: 1.0 X-Received: by 10.220.139.198 with SMTP id f6mr1609105vcu.47.1393269207138; Mon, 24 Feb 2014 11:13:27 -0800 (PST) Received: by 10.220.168.135 with HTTP; Mon, 24 Feb 2014 11:13:27 -0800 (PST) In-Reply-To: <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> <541F49C6-9601-4C11-A621-7000166E498E@hera.homer.att.com> Date: Mon, 24 Feb 2014 14:13:27 -0500 Message-ID: Subject: Re: docbook-sgml install failure From: Thomas Hoffmann To: James Ballantine Content-Type: text/plain; charset=ISO-8859-1 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:13:28 -0000 On Mon, Feb 24, 2014 at 2:08 PM, James Ballantine wrote: > > On Feb 24, 2014, at 2:02 PM, James Ballantine > wrote: > > > On Feb 24, 2014, at 1:55 PM, Thomas Hoffmann wrote: > > On Mon, Feb 24, 2014 at 1:04 PM, J. W. Ballantine wrote: > >> Hi, >> >> I'm trying to update my ports to FB10, and the process is hanging >> with docbook-sgml. It fails with: >> >> 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 >> >> I did a deinstall and reinstall for all textproc/docbook-* and that didn't >> help. I also tried export FORCE_PKG_REGISTER=1, also with no sucess. >> This failure is from a portmaster -G x11-servers/xorg-servers command. >> >> What do I need to do to get docbook-sgml to install so I can finish the >> update? >> >> Thanks >> >> Jim Ballantine >> > > Did you see the 20140209 entry in /usr/ports/UPDATING that affects > textproc/docbook*? > > -Tom > > > I believe you mean 20140219, not 20140209, and no I hadn't. > > Well follow it. > > Thanks > > 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 > > Looks like you don not have the most recent version of /usr/ports/UPDATING, which contained incorrect instructions in its first iteration. You need to use: pkg delete -f docbook-xml\* docbook-sk\* docbook\[2345\]\?\?-\* docbook-4\* to delete the docbook packages. Note the escape characters.