Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jul 2013 01:10:58 -0400 (EDT)
From:      Garrett Wollman <wollman@bimajority.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/180358: pkg upgrade is much too aggressive
Message-ID:  <201307070510.r675AwqF089976@hergotha.csail.mit.edu>
Resent-Message-ID: <201307070520.r675K04L086737@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         180358
>Category:       ports
>Synopsis:       pkg upgrade is much too aggressive
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 07 05:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Garrett Wollman
>Release:        FreeBSD 9.1-RELEASE-p3 amd64
>Organization:
none
>Environment:
System: FreeBSD hergotha.csail.mit.edu 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #6 r250951: Thu May 23 23:38:53 EDT 2013 wollman@hergotha.csail.mit.edu:/usr/obj/usr/src/sys/HERGOTHA amd64

pkg 1.1.4

>Description:

I rebuilt my package repository (just the repository database, not the
packages), and "pkg upgrade" insisted on reinstalling *every single
package* on the client system, giving as a reason "needed shared
library changed".  This is clearly wrong, since I was already running
*the exact same code*.

Even before this, the upgrade command was far too aggressive,
reinstalling dozens of packages unnecessarily after a minor
(same-version) update to a library dependency.  Upgrades should only
be forced automatically if the *version* of the shared library
changes, not for any old package change; that's why shared libraries
have versions in the first place.

>How-To-Repeat:

rm $REPO/*.txz
pkg repo $REPO $SIGNING_KEY

pkg upgrade

>Fix:

Make "pkg upgrade" less agreesive unless some new 'force flag is
specified.
>Release-Note:
>Audit-Trail:
>Unformatted:



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