From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#31926: reconfigure is broken Date: Thu, 21 Jun 2018 16:56:14 +0200 Message-ID: <87po0krxwx.fsf@mdc-berlin.de> References: <87tvpw2u4g.fsf@lassieur.org> <87wouss089.fsf@mdc-berlin.de> <87sh5grzmr.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42223) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fW11E-0000YT-6N for bug-guix@gnu.org; Thu, 21 Jun 2018 10:57:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fW11D-0005or-07 for bug-guix@gnu.org; Thu, 21 Jun 2018 10:57:04 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51368) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fW11C-0005ob-SL for bug-guix@gnu.org; Thu, 21 Jun 2018 10:57:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fW11C-00023e-Kt for bug-guix@gnu.org; Thu, 21 Jun 2018 10:57:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87sh5grzmr.fsf@elephly.net> 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: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Cc: 31926-done@debbugs.gnu.org Ricardo Wurmus writes: > Ricardo Wurmus writes: > >> Cl=C3=A9ment Lassieur writes: >> >>> I'm on commit 1a5b0dfe06ff3b97b6394232f143b95c616890b3, I can't >>> reconfigure anymore. >> >> I can reproduce this. Building the system with =E2=80=9Cguix system bui= ld >> config.scm=E2=80=9D works fine, but =E2=80=9Creconfigure=E2=80=9D produc= es an error that >> closely resembles yours. >> >> I also ran =E2=80=9Cmake clean-go && make=E2=80=9D, but there=E2=80=99s = no difference. > > Looks like commit 378daa8cb677121e1893f9173af1db060720d6e4 is > responsible. Fixed with commit 945449b40. --=20 Ricardo