From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Recompile Scheme files Date: Sat, 25 May 2013 18:07:07 +0200 Message-ID: <87ip273uxg.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59119) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgH07-0001KW-Nw for bug-guix@gnu.org; Sat, 25 May 2013 12:07:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UgH02-0008Oz-E6 for bug-guix@gnu.org; Sat, 25 May 2013 12:07:23 -0400 Received: from [2a01:e0b:1:123:ca0a:a9ff:fe03:271e] (port=58057 helo=xanadu.aquilenet.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgH02-0008OB-8V for bug-guix@gnu.org; Sat, 25 May 2013 12:07:18 -0400 Received: from localhost (localhost [127.0.0.1]) by xanadu.aquilenet.fr (Postfix) with ESMTP id A0BDF8391 for ; Sat, 25 May 2013 18:07:08 +0200 (CEST) Received: from xanadu.aquilenet.fr ([127.0.0.1]) by localhost (xanadu.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rGkiMwBZeYeg for ; Sat, 25 May 2013 18:07:08 +0200 (CEST) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by xanadu.aquilenet.fr (Postfix) with ESMTPSA id 4CBF78273 for ; Sat, 25 May 2013 18:07:08 +0200 (CEST) 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: bug-guix@gnu.org Just a heads-up: commit a7dc055 changes the =E2=80=98native-inputs=E2=80=99= field of packages to be =E2=80=9Cthunked=E2=80=9D. Thus, make sure to remove all th= e .go files and type =E2=80=9Cmake=E2=80=9D again when updating. (If you just use =E2=80=98guix pull=E2=80=99, no need to worry.) Ludo=E2=80=99.