Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2007 19:35:29 +0300
From:      Sergey Matveychuk <sem@FreeBSD.org>
To:        Randy Pratt <bsd-unix@earthlink.net>
Cc:        ports@FreeBSD.org, w45kl9@charter.net
Subject:   Re: Portupgrade omitting dependencies?
Message-ID:  <45E1BAD1.9060004@FreeBSD.org>
In-Reply-To: <20070225090806.fdd04446.bsd-unix@earthlink.net>
References:  <20070205001114.b4f77f86.bsd-unix@earthlink.net>	<45C6EE26.9010909@FreeBSD.org>	<45DF1803.7030106@FreeBSD.org> <20070225090806.fdd04446.bsd-unix@earthlink.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Randy Pratt wrote:
> Before starting, I had no DELETED comments in /var/db/pkg/*/+CONTENTS.
> After following the above steps, I checked for DELETED comments:
> 
> ImageMagick-6.3.2.0_1/+CONTENTS:@comment DELETED:pkgdep ghostscript-afpl-8.54,1
> ImageMagick-6.3.2.0_1/+CONTENTS:@comment DELETED:DEPORIGIN:print/ghostscript-afpl
[...]
> 
> I have no idea where the references to ghostscript-afpl come from
> since I have only ghostscript-gnu installed.

Yes, I've noticed a problem with ghostscript-* too. I think I should add
a special work around for it.

> 
> The "portversion -vL=" show the following needed updated:
> 
[...]
> 
> It seems that portversion missed the need to update firefox.

A reason for it could be you did not refresh your INDEX file (pkgdb -Fu
will do it). portversion use info only from INDEX file, but when you
execute porupgrade, it checks a version against a port dir.

> 
> After running portupgrade -a, I again checked for any additional
> DELETED entries (omitting the previously mentioned ghostscript-afpl
> entries for clairty):
> 
> # grep DELETED /var/db/pkg/*/+CONTENTS | grep -v ghostscript
> /var/db/pkg/gmencoder-0.1.0_7/+CONTENTS:@comment DELETED:pkgdep intltool-0.35.5
> /var/db/pkg/gmencoder-0.1.0_7/+CONTENTS:@comment DELETED:DEPORIGIN:textproc/intltool

Hmm. There is no intltool in dependencies of the port. I guess it may be
a result of some changes in ports infrastructure.

> # grep mplayer /var/db/pkg/kino-0.9.5/*
> /var/db/pkg/kino-0.9.5/+CONTENTS:@pkgdep mplayer-skins-1.1.2_6
> /var/db/pkg/kino-0.9.5/+CONTENTS:@comment DEPORIGIN:multimedia/mplayer-skins
> /var/db/pkg/kino-0.9.5/+CONTENTS:@comment DELETED:pkgdep mplayer-0.99.10_4
> /var/db/pkg/kino-0.9.5/+CONTENTS:@comment DELETED:DEPORIGIN:multimedia/mplayer
> 
> This doesn't seem to be correct since it keeps mplayer-skins and removes
> mplayer.  Likewise for gmencoder:

It's mysterious for me. I'll try reproduce the situation.

-- 
Dixi.
Sem.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45E1BAD1.9060004>