From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1M8Sf0-0006MX-1s for garchives@archives.gentoo.org; Mon, 25 May 2009 05:23:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D1EFE0487; Mon, 25 May 2009 05:23:40 +0000 (UTC) Received: from yx-out-1718.google.com (yx-out-1718.google.com [74.125.44.157]) by pigeon.gentoo.org (Postfix) with ESMTP id F30AFE0487 for ; Mon, 25 May 2009 05:23:39 +0000 (UTC) Received: by yx-out-1718.google.com with SMTP id 36so11135807yxh.46 for ; Sun, 24 May 2009 22:23:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=enuSU/wTOhmpPfqERIvDMkuCdHEIT4+Zm8E0Jth+++Q=; b=wk4Th63oE+7x3SZsHsvI3pJ7lZUc1M1cmIn6iB0fPtGgh+7y4AiTImVfP1g4e4ueKF wpLVModOzIZSXabCegoRxIJNwROkSCvzkewOa3lOnO0os3IgiH61/i51AMdDVxITbs/F Srqc6gAAnLbK7S3SGvM8zFuGA805i7RBacCc8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=fDWQmGfVrIUJ4ZWi0vG8NVwYLBmBB15qdzv8k5NXXsC0+c+lqV44n8mJx/wAiQAIFp lin9SmfXkuvSKS5cXfCa59LqYgjT1KVVNcnQhzfaMTOA0y5reAS9f4pri+BoKdELnUKm PJyxBeoBpJyfVTSgnPSbO+EycmuFxCGvqgcFw= Received: by 10.100.207.17 with SMTP id e17mr11096281ang.137.1243229019667; Sun, 24 May 2009 22:23:39 -0700 (PDT) Received: from gentoo-everex.local (cpe-72-185-51-230.tampabay.res.rr.com [72.185.51.230]) by mx.google.com with ESMTPS id 6sm11494394yxg.0.2009.05.24.22.23.38 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 24 May 2009 22:23:39 -0700 (PDT) Message-ID: <4A1A2B57.1050200@gmail.com> Date: Mon, 25 May 2009 01:23:35 -0400 From: Saphirus Sage User-Agent: Thunderbird 2.0.0.21 (X11/20090505) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Excessive digest failures in portage Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 44684caf-bab3-4acc-86fe-43cb13faaaac X-Archives-Hash: ec097821bac92775a8fd4bfac828ca8c This has been a consistent problem on one of my computers, to no avail thusfar, even after changing sync server settings or redigesting individual failed ebuilds. In running emerge -uavDN world, it will take at least an hour to generate a list of packages to be merged, but not before ouputting a TON of failed digests. Example below. gentoog4 proc # emerge -uavDN world These are the packages that would be merged, in order: Calculating dependencies * Digest verification failed: * /usr/portage/dev-libs/libgpg-error/libgpg-error-1.7.ebuild * Reason: Filesize does not match recorded size * Got: 895 * Expected: 899 * Digest verification failed: * /usr/portage/app-admin/syslog-ng/syslog-ng-2.1.4.ebuild * Reason: Filesize does not match recorded size * Got: 2523 * Expected: 2521 * Digest verification failed: * /usr/portage/dev-libs/libmcrypt/libmcrypt-2.5.8-r1.ebuild * Reason: Filesize does not match recorded size * Got: 870 * Expected: 875 * Digest verification failed: * /usr/portage/dev-db/sqlite/sqlite-3.6.14.ebuild * Reason: Filesize does not match recorded size * Got: 2285 * Expected: 2286 * Digest verification failed: * /usr/portage/app-admin/eselect/eselect-1.0.12.ebuild * Reason: Filesize does not match recorded size * Got: 1694 * Expected: 1700 * Digest verification failed: * /usr/portage/dev-db/sqlite/sqlite-3.6.14.1.ebuild * Reason: Filesize does not match recorded size * Got: 2262 * Expected: 2263 * Digest verification failed: * /usr/portage/dev-db/sqlite/sqlite-3.6.13.ebuild * Reason: Filesize does not match recorded size * Got: 2408 * Expected: 2404 * Digest verification failed: * /usr/portage/dev-db/sqlite/sqlite-3.6.12.ebuild * Reason: Filesize does not match recorded size * Got: 2321 * Expected: 2320 So, is this just the crying screams of a failing drive, or is there some other problem at hand here?