From owner-freebsd-stable@FreeBSD.ORG Mon Feb 24 18:37:21 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 51DB4176 for ; Mon, 24 Feb 2014 18:37:21 +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 29294175A for ; Mon, 24 Feb 2014 18:37:20 +0000 (UTC) Received: from ulysses.homer.att.com (unknown [135.205.193.8]) by mail-pink.research.att.com (Postfix) with ESMTP id 2CFDA120246 for ; Mon, 24 Feb 2014 13:08:13 -0500 (EST) Received: from hera.homer.att.com (hera.homer.att.com [135.205.193.102]) by ulysses.homer.att.com (8.14.4/8.14.4) with ESMTP id s1OI4J3D005551 for ; Mon, 24 Feb 2014 13:04:19 -0500 (EST) Received: from hera.homer.att.com (localhost [127.0.0.1]) by hera.homer.att.com (8.13.8+Sun/8.13.8) with ESMTP id s1OI4Ju1022099 for ; Mon, 24 Feb 2014 13:04:19 -0500 (EST) Message-Id: <201402241804.s1OI4Ju1022099@hera.homer.att.com> To: freebsd-stable@freebsd.org Subject: docbook-sgml install failure MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <22097.1393265059.1@hera.homer.att.com> Date: Mon, 24 Feb 2014 13:04:19 -0500 From: "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:37:21 -0000 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