From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: bug#26370: v0.12.0-2730-gfc5b12879 'guix system build' hangs on linux-libre-4.10.8 Date: Wed, 5 Apr 2017 13:13:20 -0400 Message-ID: <20170405171320.GA9045@jasmine> References: <8660ii6gzy.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42263) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cvoVR-0007gx-LA for bug-guix@gnu.org; Wed, 05 Apr 2017 13:14:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cvoVO-0004yT-Fx for bug-guix@gnu.org; Wed, 05 Apr 2017 13:14:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:35698) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cvoVO-0004yM-0z for bug-guix@gnu.org; Wed, 05 Apr 2017 13:14:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cvoVN-0004Fc-Nz for bug-guix@gnu.org; Wed, 05 Apr 2017 13:14:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <8660ii6gzy.fsf@gmail.com> 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" To: myglc2 Cc: 26370@debbugs.gnu.org On Wed, Apr 05, 2017 at 10:55:45AM -0400, myglc2 wrote: > HOSTCC scripts/mod/modpost.o > HOSTCC scripts/mod/file2alias.o > HOSTCC scripts/extract-cert > HOSTLD scripts/genksyms/genksyms > CC arch/x86/purgatory/purgatory.o > AS arch/x86/purgatory/stack.o > AS arch/x86/purgatory/setup-x86_64.o > CC arch/x86/purgatory/sha256.o > AS arch/x86/purgatory/entry64.o > CC arch/x86/purgatory/string.o > HOSTLD scripts/mod/modpost > LD arch/x86/purgatory/purgatory.ro > BIN2C arch/x86/purgatory/kexec-purgatory.c > CHK include/generated/timeconst.h > CC kernel/bounds.s > CHK include/generated/bounds.h > UPD include/generated/bounds.h The latest versions of linux-libre (4.10.8, 4.9.20, 4.4.59) are all hanging around this point. However, they did build in the past: https://hydra.gnu.org/job/gnu/master/linux-libre-4.4.59.x86_64-linux https://hydra.gnu.org/job/gnu/master/linux-libre-4.9.20.x86_64-linux https://hydra.gnu.org/job/gnu/master/linux-libre-4.10.8.x86_64-linux And 4.10.7 hangs in the same way, so I think the issue is in an unrelated change.