From owner-freebsd-pkg@FreeBSD.ORG Thu Jan 9 18:14:22 2014 Return-Path: Delivered-To: freebsd-pkg@freebsd.org Received: from mx1.freebsd.org (unknown [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DD564B11; Thu, 9 Jan 2014 18:14:22 +0000 (UTC) Received: from yoshi.bluerosetech.com (yoshi.bluerosetech.com [IPv6:2607:f2f8:a450::66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C2AD91F66; Thu, 9 Jan 2014 18:14:22 +0000 (UTC) Received: from chombo.houseloki.net (unknown [IPv6:2601:7:16c0:b50:21c:c0ff:fe7f:96ee]) by yoshi.bluerosetech.com (Postfix) with ESMTPSA id C6330E6040; Thu, 9 Jan 2014 10:14:21 -0800 (PST) Received: from [IPv6:2601:7:880:bd0:fc09:c077:33b5:32cc] (unknown [IPv6:2601:7:880:bd0:fc09:c077:33b5:32cc]) by chombo.houseloki.net (Postfix) with ESMTPSA id 56D20B27; Thu, 9 Jan 2014 10:14:07 -0800 (PST) Message-ID: <52CEE6F5.8080800@bluerosetech.com> Date: Thu, 09 Jan 2014 10:14:13 -0800 From: Darren Pilgrim User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: freebsd-ports , freebsd-pkg@freebsd.org, freebsd-questions Subject: pkgng: "Unable to find catalogs", packages are "Not Found" or "failed checksum from repository" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.17 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, 09 Jan 2014 18:14:22 -0000 I'm running into pkgng errors on all of my systems: # pkg update -f Updating repository catalogue digests.txz 100% 1081KB 1.1MB/s 1.1MB/s 00:00 packagesite.txz 100% 5037KB 4.9MB/s 4.9MB/s 00:01 Incremental update completed, 23128 packages processed: 2654 packages updated, 226 removed and 523 added. pkg: Unable to find catalogs If I tell pkg install to skip the catalog update, I get: # pkg install -yU devel/subversion The following 6 packages will be installed: Installing gdbm: 1.10 Installing db42: 4.2.52_5 Installing sqlite3: 3.8.0.2 Installing apr: 1.4.8.1.5.3 Installing serf: 1.3.2_1 Installing subversion: 1.8.5 The installation will require 33 MB more space 5 MB to be downloaded pkg: http://pkg.FreeBSD.org/freebsd:9:x86:32/latest/All/gdbm-1.10.txz: Not Found On a system that happens to already have some of those dependencies installed: # pkg install -yU devel/subversion The following 4 packages will be installed: Installing apr: 1.4.8.1.5.3 Installing sqlite3: 3.8.0.2 Installing serf: 1.3.2_1 Installing subversion: 1.8.5 The installation will require 18 MB more space 3 MB to be downloaded apr-1.4.8.1.5.3.txz 100% 385KB 385.1KB/s 385.1KB/s 00:00 pkg: apr-1.4.8.1.5.3 failed checksum from repository I've tried multiple ports and they all do the same (not found or failed checksum). One of the systems is 9.1-p6 amd64, the other four are 9.2-R amd64. All of the systems have pkg-1.2.4_1 installed.