From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 5 11:11:09 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6BBA16A4CE for ; Thu, 5 Feb 2004 11:11:09 -0800 (PST) Received: from postal3.es.net (proxy.es.net [198.128.3.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BB4443D69 for ; Thu, 5 Feb 2004 11:10:43 -0800 (PST) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal3.es.net (Postal Node 3) with ESMTP (SSL) id IBA74465; Thu, 05 Feb 2004 11:09:17 -0800 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id 06F895D07; Thu, 5 Feb 2004 11:09:17 -0800 (PST) To: Joe Marcus Clarke In-Reply-To: Message from Joe Marcus Clarke of "Thu, 05 Feb 2004 14:03:13 EST." <1076007793.751.52.camel@gyros> Date: Thu, 05 Feb 2004 11:09:16 -0800 From: "Kevin Oberman" Message-Id: <20040205190917.06F895D07@ptavv.es.net> cc: FreeBSD GNOME Users Subject: Re: Issues when updating ports X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2004 19:11:09 -0000 > From: Joe Marcus Clarke > Date: Thu, 05 Feb 2004 14:03:13 -0500 > > > --=-SWug/pCfndVAqBCnMGzY > Content-Type: text/plain > Content-Transfer-Encoding: quoted-printable > > On Thu, 2004-02-05 at 13:52, Kevin Oberman wrote: > > I was doing the massive port upgrade for post libkse as libpthread. The > > reinstall of gtk failed because of a file installed by gucharmap-gnome, > > so I deleted the gucharmap-gnome package and installed gtk. So far, so > > good. > >=20 > > Then I tried to re-install gucharmap-gnome. (portupgrade -RN gucharmap-gn= > ome) > > The attempt to re-install failed for docbook-xsl with the error: > > pkg_delete: '/usr/local/share/xsl/docbook/catalog' fails original MD5 che= > cksum - deleted anyway. > > pkg_delete: unable to completely remove directory '/usr/local/share/xml/d= > ocbook'pkg_delete: couldn't entirely delete package (perhaps the packing li= > st is > > incorrectly specified?) > > xmlcatmgr: enabling compatibility mode; removing ALL matching entries > > [Updating the pkgdb in /var/db/pkg ... - 428 packages= > found (-1 +0) (...) done] > > ---> Installing the new version via the port > > =3D=3D=3D> Installing for docbook-xsl-1.63.0_1 > > =3D=3D=3D> docbook-xsl-1.63.0_1 depends on file: /usr/local/share/xml/d= > ocbook/4.2/catalog.xml - not found > > =3D=3D=3D> Verifying reinstall for /usr/local/share/xml/docbook/4.2/ca= > talog.xml in /usr/ports/textproc/docbook-xml > > =3D=3D=3D> Installing for docbook-xml-4.2_1 > > =3D=3D=3D> docbook-xml-4.2_1 depends on file: /usr/local/bin/xmlcatmgr = > - found > > =3D=3D=3D> Generating temporary packing list > > for file in `unzip -l /usr/ports/distfiles/docbook-xml-4.2.zip|/usr/bin/a= > wk '/:[0-9].*[^\/]$/{print $4}'`; do install -o root -g wheel -m 444 /usr= > /ports/textproc/docbook-xml/work/$file /usr/local/share/xml/docbook/4.2/$fi= > le; done > > xmlcatmgr: entry already exists for `/usr/local/share/xml/docbook/4.2/doc= > book.cat' of type `CATALOG' > > *** Error code 1 > > =20 > > I will admit to general cluelessness about xmlcatmgr, so I am unsure how > > to best proceed. Any suggestions? > > Remove the 4.2 entry from /usr/local/share/sgml/catalog.ports, and > reinstall again. Thanks, Joe. I did that and the error changed slightly. Do I need to delete an entry somewhere else? for file in `unzip -l /usr/ports/distfiles/docbook-xml-4.2.zip|/usr/bin/awk '/:[0-9].*[^\/]$/{print $4}'`; do install -o root -g wheel -m 444 /usr/ports/textproc/docbook-xml/work/$file /usr/local/share/xml/docbook/4.2/$file; done xmlcatmgr: entry already exists for `/usr/local/share/xml/docbook/4.2/catalog.xml' of type `nextCatalog' I appreciate your patience. -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634