From owner-freebsd-ports@FreeBSD.ORG Wed May 13 15:46:00 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 870AC3C0; Wed, 13 May 2015 15:46:00 +0000 (UTC) Received: from mail-qk0-x231.google.com (mail-qk0-x231.google.com [IPv6:2607:f8b0:400d:c09::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 444F71DE3; Wed, 13 May 2015 15:46:00 +0000 (UTC) Received: by qkx62 with SMTP id 62so30994551qkx.0; Wed, 13 May 2015 08:45:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-type; bh=cWUW1H9wlc/C5olAtat1Qr0iBA+aq3Zq6AUbHckOWM0=; b=uCPNv4l9zBxOgpTEWNkgB7gUiMaBuvl0FaPVwXSUxdyNzryaVWVyF9r/skHp+H4ri/ JzlIZOl/lEKbEW+zQ5TTYDdquzTBJOrjyV+o5KabQXYwO8KFJCLBeNCcNYgJIHsOLOyN scHN61LyNxuLTvaWf3IJsEk1UkkNTF5GJ7q1Xzx+GObZmrR/2OoqoCZAX1BvcFoSzQbi 2TWMOGi+BIz+w/FdDHnktc6FIFQgkXJCGISdGQsA79ZTq0OKevgiBIgVpoTpZixUpsbs ExlRf5mc0rqRmgGI83FM9ISgy9a4j51++GZbtzbfeDw4SEQ/cZc3DrDkju6BPujs4ADk hnTw== X-Received: by 10.140.236.147 with SMTP id h141mr28759129qhc.77.1431531959371; Wed, 13 May 2015 08:45:59 -0700 (PDT) MIME-Version: 1.0 References: <2e3c80180e1fc608b29883e613b9bf49@mail.mikej.com> <20150427135919.GI13141@ivaldir.etoilebsd.net> <5552EC55.9050604@FreeBSD.org> In-Reply-To: <5552EC55.9050604@FreeBSD.org> From: Henry Hu Date: Wed, 13 May 2015 15:45:58 +0000 Message-ID: Subject: Re: pkg 1.5.1 wants to remove locked packages To: Andriy Gapon , Baptiste Daroussin Cc: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 May 2015 15:46:00 -0000 On Wed, May 13, 2015 at 2:18 PM Andriy Gapon wrote: > > I can also confirm this problem. > Although in my case the packages are not locked still it's not nice for > pkg to > remove them: > > $ pkg upgrade > ... > All repositories are up-to-date. > Checking for upgrades (946 candidates): 100% > Processing candidates (946 candidates): 100% > The following 705 package(s) will be affected (of 0 checked): <<<< [*] > > Installed packages to be REMOVED: > libreoffice-4.3.5_2 > digikam-3.5.0_6,2 > kipi-plugin-calendar-3.5.0_3 > kipi-plugins-3.5.0_3,1 > Using "pkg search", you can see that these packages are not present in the repo currently. Maybe pkg finds that it can't find updated version so it can only remove them? > > New packages to be INSTALLED: > ... > > I mean I can reinstall libreoffice, digikam and others after pkg is done, > but I > shouldn't have to do that. If the solver sees a need to remove some > packages it > should take care to install them back. > > [*] Unrelated: 705 out of 0 looks confusing. > > -- > Andriy Gapon > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >