From owner-freebsd-pkg@freebsd.org Thu Nov 19 20:43:47 2015 Return-Path: Delivered-To: freebsd-pkg@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC29BA3351A for ; Thu, 19 Nov 2015 20:43:47 +0000 (UTC) (envelope-from dan@langille.org) Received: from clavin2.langille.org (clavin2.langille.org [199.233.228.197]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "clavin.langille.org", Issuer "StartCom Class 2 Primary Intermediate Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CC3381D84 for ; Thu, 19 Nov 2015 20:43:47 +0000 (UTC) (envelope-from dan@langille.org) Received: from (clavin2.int.langille.org (clavin2.int.unixathome.org [10.4.7.7]) (Authenticated sender: hidden) with ESMTPSA id C1EBC4495 for ; Thu, 19 Nov 2015 20:43:39 +0000 (UTC) From: Dan Langille Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Cannot upgrade from custom repo Message-Id: <9D053084-3D0D-4CAF-A309-37D3C5766D43@langille.org> Date: Thu, 19 Nov 2015 15:43:38 -0500 To: freebsd-pkg@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 9.1 \(3096.5\)) X-Mailer: Apple Mail (2.3096.5) X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 19 Nov 2015 20:43:48 -0000 FreeBSD 10.2-RELEASE-p7 in a jail, using pkg-1.6.1_2 I have a custom repo. I've been using it for some time. Today I wanted = to upgrade databases/mysql56-server, but I cannot. Code: $ sudo pkg upgrade -r local mysql56-server Updating local repository catalogue... local repository is up-to-date. All repositories are up-to-date. pkg: No packages available to upgrade matching 'mysql56-server' have = been found in the repositories OK, let's look at All: Code: $ pkg -vv | grep url url : = "pkg+http://fedex.unixathome.org/packages/102amd64-default-master-list/", $=20 fetch = http://fedex.unixathome.org/packages/102amd64-default-master-list/All fetch: = http://fedex.unixathome.org/packages/102amd64-default-master-list/All: = size of remote file is not known All 88 kB 722 kBps = 00m00s $ ls -l All -rw-r--r-- 1 dan dan 90209 Nov 19 20:16 All $ date Thu Nov 19 20:17:14 UTC 2015 $ grep mysql All mysql55-client-5.5.46.txz = 19-Nov-2015 16:26 1666804 mysql55-server-5.5.46.txz = 19-Nov-2015 16:32 6672556 mysql56-client-5.6.27.txz = 18-Nov-2015 17:44 2077388 mysql56-server-5.6.27.txz = 19-Nov-2015 20:09 8470408 php55-mysql-5.5.30.txz = 06-Oct-2015 04:46 17552 I see mysql56-server in there. Definitely. Let's force a download: Code: $ sudo pkg install -r local mysql56-server Updating local repository catalogue... local repository is up-to-date. All repositories are up-to-date. pkg: No packages available to install matching 'mysql56-server' have = been found in the repositories *sigh* Any ideas please? also posted to: = https://forums.freebsd.org/threads/cannot-upgrade-pkg-from-custom-repo.540= 80/ =E2=80=94=20 Dan Langille http://langille.org/