From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Lepiller Subject: bug#31791: bootstrap phase attempts to run a directory Date: Wed, 13 Jun 2018 12:02:46 +0200 Message-ID: References: <87h8m9rl9b.fsf@cbaines.net> <874li8p0kl.fsf@gnu.org> <8734d1dcc7dd2ad3bdf62b2f62d4adb9@lepiller.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43461) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fT2cP-0008Iq-8r for bug-guix@gnu.org; Wed, 13 Jun 2018 06:03:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fT2cJ-0005z8-TE for bug-guix@gnu.org; Wed, 13 Jun 2018 06:03:09 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:37871) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fT2cJ-0005yz-P8 for bug-guix@gnu.org; Wed, 13 Jun 2018 06:03:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fT2cI-00055M-GJ for bug-guix@gnu.org; Wed, 13 Jun 2018 06:03:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <8734d1dcc7dd2ad3bdf62b2f62d4adb9@lepiller.eu> 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: 31791@debbugs.gnu.org Le 2018-06-13 11:29, Julien Lepiller a écrit : > Le 2018-06-12 15:59, ludo@gnu.org a écrit : >> Christopher Baines skribis: >> >>> I've just noticed that the erlang package has started failing to >>> build. It looks like the bootstrap phase is over eager, and attempts >>> to >>> run the bootstrap directory. >>> >>> I think I'll fix this by deleting the phase, >> >> That’s probably the right thing to do. The new ‘bootstrap’ phase >> introduced in core-updates would run anything called ‘bootstrap’, but >> it >> doesn’t check whether that thing is a directory… >> >> Ludo’. > > ocaml-build also has this issue. Nevermind, it's not (yet) part of guix :)