From owner-freebsd-pkg@FreeBSD.ORG Tue Dec 9 12:42:02 2014 Return-Path: Delivered-To: freebsd-pkg@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 26083A39 for ; Tue, 9 Dec 2014 12:42:02 +0000 (UTC) Received: from mx2.paymentallianceintl.com (mx2.paymentallianceintl.com [216.26.158.171]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx2.paymentallianceintl.com", Issuer "Go Daddy Secure Certification Authority" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CA7CFE60 for ; Tue, 9 Dec 2014 12:42:01 +0000 (UTC) Received: from firewallnew (162-230-214-65.lightspeed.lsvlky.sbcglobal.net [162.230.214.65]) by mx2.paymentallianceintl.com (8.14.5/8.13.8) with ESMTP id sB9Cfw0Y038214 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 9 Dec 2014 07:41:58 -0500 (EST) (envelope-from mikej@mikej.com) Received: from mail.mikej.com (firewall [192.168.6.63]) by firewallnew (8.14.9/8.14.9) with ESMTP id sB9CfaSP098519 for ; Tue, 9 Dec 2014 07:41:57 -0500 (EST) (envelope-from mikej@mikej.com) X-Authentication-Warning: firewallnew: Host firewall [192.168.6.63] claimed to be mail.mikej.com MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 09 Dec 2014 07:40:32 -0500 From: Michael Jung To: freebsd-pkg@freebsd.org Subject: pkg upgrade candidates not correct Message-ID: <0258064f3624aa951fa099190d4bc249@mail.mikej.com> X-Sender: mikej@mikej.com User-Agent: Roundcube Webmail/1.0.2 X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Dec 2014 12:42:02 -0000 I noted that when running 'pkg upgrade' only 50 candidates where detected when I have 1158 ports installed. What am I missing? My local repository 0local is built using poudriere 3.1-RC3 [root@charon ~]# pkg -v 1.4.0.rc3 [root@charon ~]# pkg update -f Updating 0local repository catalogue... Fetching meta.txz: 100% 260 B 0.3k/s 00:01 Fetching packagesite.txz: 100% 351 KB 359.8k/s 00:01 Processing entries: 100% 0local repository update completed. 1488 packages processed Updating FreeBSD repository catalogue... Fetching meta.txz: 100% 944 B 0.9k/s 00:01 Fetching packagesite.txz: 100% 5 MB 296.4k/s 00:18 Processing entries: 100% FreeBSD repository update completed. 23741 packages processed [root@charon ~]# pkg info | wc -l 1158 [root@charon ~]# pkg check -Ba Checking all packages: 100% [root@charon ~]# uname -a FreeBSD charon 10.1-RC1 FreeBSD 10.1-RC1 #1 r272610M: Mon Oct 6 09:52:58 EDT 2014 mikej@charon:/usr/obj/usr/src/sys/GENERIC amd64 [root@charon ~]# pkg upgrade Updating 0local repository catalogue... 0local repository is up-to-date. Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. Checking for upgrades (50 candidates): 100% Processing candidates (50 candidates): 100% Checking integrity... done (0 conflicting) The following 5 packages will be affected (of 0 checked): Installed packages to be REINSTALLED: sqlite3-3.8.7.2 [0local] (options changed) libwpg03-0.3.0 [0local] (direct dependency changed) libsoup-gnome-2.48.0_1 [FreeBSD] (needed shared library changed) libdrm-2.4.58_1,1 [0local] (options changed) guile-1.8.8_2 [FreeBSD] (direct dependency changed) The process will require 79 KB more space. Proceed with this action? [y/N]: --mikej