From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#17150: Stale bootstrap/*/guile-2.0.9.tar.xz files are not detected Date: Mon, 31 Mar 2014 15:20:46 -0400 Message-ID: <8761munpip.fsf@yeeloong.lan> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56672) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUhnd-0002bq-5I for bug-guix@gnu.org; Mon, 31 Mar 2014 15:23:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WUhnT-0005sf-Bm for bug-guix@gnu.org; Mon, 31 Mar 2014 15:23:13 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:57030) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUhnS-0005sb-VM for bug-guix@gnu.org; Mon, 31 Mar 2014 15:23:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1WUhnS-0003jp-Gp for bug-guix@gnu.org; Mon, 31 Mar 2014 15:23:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56344) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUhmH-0001to-8p for bug-guix@gnu.org; Mon, 31 Mar 2014 15:21:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WUhm9-00059T-Q0 for bug-guix@gnu.org; Mon, 31 Mar 2014 15:21:49 -0400 Received: from world.peace.net ([96.39.62.75]:40908) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUhm9-00059G-Lt for bug-guix@gnu.org; Mon, 31 Mar 2014 15:21:41 -0400 List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 17150@debbugs.gnu.org I just realized that my x86_64 and Loongson 3A systems have spent an enormous amount of time building the new guix master branch based on outdated bootstrap/*/guile-2.0.9.tar.xz. The issue is that if you simply "git pull" from a build directory with older versions of bootstrap/*/guile-2.0.9.tar.xz, although the various places where the hashes are stored are updated, those new hashes are never checked against the existing files. Therefore, you can proceed to build an entire system based on an outdated bootstrap guile, and with hashes that don't match what's on hydra and what other people are building. It would be good if the hashes were checked even if they are already present in the build directory. Mark