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:40:59 -0400 Message-ID: <871txinol0.fsf@yeeloong.lan> References: <8761munpip.fsf@yeeloong.lan> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60776) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUi5y-0008Qw-8t for bug-guix@gnu.org; Mon, 31 Mar 2014 15:42:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WUi5q-0003Oy-P9 for bug-guix@gnu.org; Mon, 31 Mar 2014 15:42:10 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:57043) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUi5q-0003Ot-LX for bug-guix@gnu.org; Mon, 31 Mar 2014 15:42:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1WUi5q-0004Ej-2v for bug-guix@gnu.org; Mon, 31 Mar 2014 15:42:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <8761munpip.fsf@yeeloong.lan> (Mark H. Weaver's message of "Mon, 31 Mar 2014 15:20:46 -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 wrote: > 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. Upon further investigation, I see that only MIPS was affected by this problem in the recent merge of core-updates. The reason is that the bootstrap guile for MIPS was updated without changing its version number, whereas the Intel ones were 2.0.7 before the update. Mark