Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Mar 2006 22:51:32 +0900
From:      Norikatsu Shigemura <nork@FreeBSD.org>
To:        gerard@seibercom.net
Cc:        ports@FreeBSD.org, freebsd-questions@FreeBSD.org, fullermd@over-yonder.net, nork@FreeBSD.org
Subject:   Re: Unable to build or update vcdimager
Message-ID:  <20060312225132.a66b9005.nork@FreeBSD.org>
In-Reply-To: <200603120830.56438.gerard@seibercom.net>
References:  <20060310173657.Q40614@seibercom.net> <20060311153759.41c98e18.nork@FreeBSD.org> <20060311234731.GA91232@over-yonder.net> <200603120830.56438.gerard@seibercom.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 12 Mar 2006 08:30:55 -0500
Gerard Seibert <gerard@seibercom.net> wrote:
> > > 	SEE ALSO: http://www.freebsd.org/cgi/query-pr.cgi?pr=93916
> > I got a similar error from dirmngr.  It seems like the program
> > installs its own INFO files, then the port tries to install INFO
> > again (note the --quiet; that only appears in the bsd.port.mk
> > version, not in the port's makefiles).  I hacked around it by just
> > using "make -k install" to make it ignore the error.
> Would it be possible or feasible to remove these 'INFO' files manually 
> prior to building and installing or updating this port? I have never 
> undertaken a procedure like this before so I am unsure of its 
> requirements or success rate.

	Yes, I'm waiting for portmgr's approval.  I'll commit
	with following message.

Index: UPDATING
===================================================================
RCS file: /home/ncvs/ports/UPDATING,v
retrieving revision 1.294
diff -u -r1.294 UPDATING
--- UPDATING	7 Mar 2006 18:50:37 -0000	1.294
+++ UPDATING	12 Mar 2006 06:00:31 -0000
@@ -6,6 +6,29 @@
 time you update your ports collection, before attempting any port
 upgrades.
 
+20060312:
+  AFFECTS: users of multimedia/vcdimager and security/dirmngr
+  AUTHOR: nork@FreeBSD.org
+
+  These versions of the ports which have been installed in
+  your system accidentally installed some malformed entries
+  to $PREFIX/info/dir, which prevent them from being upgraded
+  to the latest versions.  Please remove the following entries
+  manually from $PREFIX/info/dir before upgrading them to
+  vcdimager-0.7.23_2 (and later) and dirmngr-0.9.3_2 (and later)
+  respectively.
+
+  multimedia/vcdimager
+  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+  * vcd-info: (vcdimager)vcd-info.  Video CD diagnostic tool
+  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+  security/dirmngr
+  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+  * dirmngr: (gnupg).         X.509 CRL and OCSP server.
+  * dirmngr-client: (gnupg).  X.509 CRL and OCSP client.
+  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
 20060307:
   AFFECTS: users of print/acroread7 and the localized versions
   AUTHOR: hrs@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060312225132.a66b9005.nork>