From owner-freebsd-questions@FreeBSD.ORG Thu Jan 9 19:45:05 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ADACAB98; Thu, 9 Jan 2014 19:45:05 +0000 (UTC) Received: from mail-we0-x22b.google.com (mail-we0-x22b.google.com [IPv6:2a00:1450:400c:c03::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EA2DF1729; Thu, 9 Jan 2014 19:45:04 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id q58so3239326wes.16 for ; Thu, 09 Jan 2014 11:45:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=WhVq+HRaOxb8WEF4LjR+kzgSRRARFlrhl4OaA/kLLX4=; b=jlKsGpozCrsE6wJfcYtZGf6bT9xoj65+g1YF+Eig+OoavLVYZmdW71puDp4xagn6Xg 963O4YTm+P2Tav4XbEpuvWkdWLwbShisqQcfaFhbugqNOWOSkp5SUXq+jx2XQMSwmkA/ ADQwM0rX/iT3BlIh3xC8xDniyZUTx6g5F/zKTsiB26i4biLoDhBFe5aWeK9YriEJrzLn Ql3D2Va1Qri+qi8wtjA6L+ubyE/7g0CJEsELwidooOxn2tK8L9kW4Hpsdv5BpOULgFA7 GSFWbU5sByUVMPMWa8D5qxrdmsDdJ2/K4M4mUn1RQ9RZCv73mSCK5sXbyrLXPzj6VnbD kzKA== X-Received: by 10.194.142.231 with SMTP id rz7mr4598333wjb.89.1389296703336; Thu, 09 Jan 2014 11:45:03 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id xl18sm15525214wib.9.2014.01.09.11.45.02 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 09 Jan 2014 11:45:02 -0800 (PST) Sender: Baptiste Daroussin Date: Thu, 9 Jan 2014 20:45:00 +0100 From: Baptiste Daroussin To: Darren Pilgrim Subject: Re: pkgng: "Unable to find catalogs", packages are "Not Found" or "failed checksum from repository" Message-ID: <20140109194500.GH15000@ithaqua.etoilebsd.net> References: <52CEE6F5.8080800@bluerosetech.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="AzNpbZlgThVzWita" Content-Disposition: inline In-Reply-To: <52CEE6F5.8080800@bluerosetech.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-pkg@freebsd.org, freebsd-ports , freebsd-questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jan 2014 19:45:05 -0000 --AzNpbZlgThVzWita Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jan 09, 2014 at 10:14:13AM -0800, Darren Pilgrim wrote: > I'm running into pkgng errors on all of my systems: >=20 > # pkg update -f > Updating repository catalogue > digests.txz 100% 1081KB=20 > 1.1MB/s 1.1MB/s 00:00 > packagesite.txz 100% 5037KB=20 > 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 >=20 >=20 > If I tell pkg install to skip the catalog update, I get: >=20 > # pkg install -yU devel/subversion > The following 6 packages will be installed: >=20 > 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 >=20 > The installation will require 33 MB more space >=20 > 5 MB to be downloaded > pkg: http://pkg.FreeBSD.org/freebsd:9:x86:32/latest/All/gdbm-1.10.txz:=20 > Not Found >=20 >=20 > On a system that happens to already have some of those dependencies=20 > installed: >=20 > # pkg install -yU devel/subversion > The following 4 packages will be installed: >=20 > 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 >=20 > The installation will require 18 MB more space >=20 > 3 MB to be downloaded > apr-1.4.8.1.5.3.txz 100% 385KB=20 > 385.1KB/s 385.1KB/s 00:00 > pkg: apr-1.4.8.1.5.3 failed checksum from repository >=20 >=20 > I've tried multiple ports and they all do the same (not found or failed= =20 > checksum). >=20 > One of the systems is 9.1-p6 amd64, the other four are 9.2-R amd64. All= =20 > of the systems have pkg-1.2.4_1 installed. > _______________________________________________ > 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" Working a on fix, new sets of packages should be hitting the mirrors in a f= ew hours, and this should be fixed at that time. (I hope :)) regards, Bapt --AzNpbZlgThVzWita Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (FreeBSD) iEYEARECAAYFAlLO/DwACgkQ8kTtMUmk6EzoBQCfbcmCwYfUqZg0PaVyZlpy53lX POMAn3pj4NU34lVU+JD7lPD2NH0llP63 =tYRc -----END PGP SIGNATURE----- --AzNpbZlgThVzWita--