From owner-freebsd-stable@FreeBSD.ORG Mon Feb 24 18:55:40 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 135D4EED for ; Mon, 24 Feb 2014 18:55:40 +0000 (UTC) Received: from mail-vc0-x22d.google.com (mail-vc0-x22d.google.com [IPv6:2607:f8b0:400c:c03::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C116B1964 for ; Mon, 24 Feb 2014 18:55:39 +0000 (UTC) Received: by mail-vc0-f173.google.com with SMTP id ld13so6214233vcb.18 for ; Mon, 24 Feb 2014 10:55:38 -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=7BEqODFQLCrUx8ZFgFyxR40RVkhkO4R2SGSeJ/09mpQ=; b=wLQcG5pn96YVIj18VwZKUJzGv9ARwTQyODN0fuAPVEepKZSr+syFZ/cK4yOd4DK4R0 aNRxRBXw5wKkGPmJnUVp906EYROtYitK4dSZ8oKICZqczrDgTIjksYqT3Rk3C9eaHW9W FFDMs10a3CWaPIuNe3Cu5AiQLQJXAVoyRkUAskFc9nT9WCCKZRwCdbBmd6qTfRE/job5 ev81KigKV0XKRy0SGL3sfmDlaDfmpJ6RXd+6JOYoGmchi2LzsyXihhIrAAIIdB9OPCTT cm08AoLH8TQs418XnH23p8xCbgksyy9hz39SnIWbU7iUUOmmGNFuJHUPkbeulQrleP9K L45g== MIME-Version: 1.0 X-Received: by 10.52.84.102 with SMTP id x6mr11405375vdy.49.1393268138826; Mon, 24 Feb 2014 10:55:38 -0800 (PST) Received: by 10.220.168.135 with HTTP; Mon, 24 Feb 2014 10:55:38 -0800 (PST) In-Reply-To: <201402241804.s1OI4Ju1022099@hera.homer.att.com> References: <201402241804.s1OI4Ju1022099@hera.homer.att.com> Date: Mon, 24 Feb 2014 13:55:38 -0500 Message-ID: Subject: Re: docbook-sgml install failure From: Thomas Hoffmann To: FreeBSD Stable Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: "J. W. Ballantine" 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 18:55:40 -0000 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