From unknown Thu Jun 12 08:41:44 2025 X-Loop: help-debbugs@gnu.org Subject: bug#31791: bootstrap phase attempts to run a directory Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Mon, 11 Jun 2018 22:51:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 31791 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 31791@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.152875742928315 (code B ref -1); Mon, 11 Jun 2018 22:51:01 +0000 Received: (at submit) by debbugs.gnu.org; 11 Jun 2018 22:50:29 +0000 Received: from localhost ([127.0.0.1]:43777 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fSVds-0007Mc-QO for submit@debbugs.gnu.org; Mon, 11 Jun 2018 18:50:28 -0400 Received: from eggs.gnu.org ([208.118.235.92]:46486) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fSVdq-0007MO-KJ for submit@debbugs.gnu.org; Mon, 11 Jun 2018 18:50:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fSVdk-00054o-HC for submit@debbugs.gnu.org; Mon, 11 Jun 2018 18:50:21 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:57723) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fSVdk-00054i-Cg for submit@debbugs.gnu.org; Mon, 11 Jun 2018 18:50:20 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37454) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSVdj-0006al-2v for bug-guix@gnu.org; Mon, 11 Jun 2018 18:50:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fSVdf-00053D-VY for bug-guix@gnu.org; Mon, 11 Jun 2018 18:50:19 -0400 Received: from li622-129.members.linode.com ([212.71.249.129]:38986 helo=mira.cbaines.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSVdf-00052j-EF for bug-guix@gnu.org; Mon, 11 Jun 2018 18:50:15 -0400 Received: by mira.cbaines.net (Postfix, from userid 113) id 554BE1646F; Mon, 11 Jun 2018 23:50:14 +0100 (BST) Received: from localhost (cpc102582-walt20-2-0-cust14.13-2.cable.virginm.net [86.27.34.15]) by mira.cbaines.net (Postfix) with ESMTPSA id 2FF0D16457 for ; Mon, 11 Jun 2018 23:50:14 +0100 (BST) Received: from phact (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id f5960fe2 for ; Mon, 11 Jun 2018 22:50:13 +0000 (UTC) User-agent: mu4e 1.0; emacs 26.1 From: Christopher Baines Date: Mon, 11 Jun 2018 23:50:08 +0100 Message-ID: <87h8m9rl9b.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) --=-=-= Content-Type: text/plain 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, when I get around to merging the changes in #31678, but this might be affecting other packages, or possible to sure up so it doesn't break under this circumstance. starting phase `bootstrap' running './bootstrap' Backtrace: 8 (primitive-load "/gnu/store/g1n7gbvcqcaj9s41gk62x7crc34?") In ice-9/eval.scm: 191:35 7 (_ _) In srfi/srfi-1.scm: 640:9 6 (for-each # ?) In /gnu/store/f95ghy8mx00fc22nrvswvnpqlfdkf2nk-module-import/guix/build/gnu-build-system.scm: 799:31 5 (_ _) 196:20 4 (bootstrap #:bootstrap-scripts _) In /gnu/store/f95ghy8mx00fc22nrvswvnpqlfdkf2nk-module-import/guix/build/utils.scm: 178:8 3 (call-with-ascii-input-file _ _) 831:24 2 (_ #) 792:2 1 (get-char* _) In unknown file: 0 (get-u8 #) ERROR: In procedure get-u8: In procedure fport_read: Is a directory builder for `/gnu/store/v5dshhj3bka541h12fk2xskmfj38y8qs-erlang-20.2.3.drv' failed with exit code 1 @ build-failed /gnu/store/v5dshhj3bka541h12fk2xskmfj38y8qs-erlang-20.2.3.drv - 1 builder for `/gnu/store/v5dshhj3bka541h12fk2xskmfj38y8qs-erlang-20.2.3.drv' failed with exit code 1 guix build: error: build failed: build of `/gnu/store/v5dshhj3bka541h12fk2xskmfj38y8qs-erlang-20.2.3.drv' failed --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAlse/KBfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9XcfYA/+OaugNlYFZcPjaonel7wivx/84y1vW/PIC8FPmIXtv4V5yl7tUzIBjh7Y IY/UEQFAejFGZm1bsNZPkoOlK6xXuAem1Sat65BufUhHiDvO5gmTt0FON5kIBUwh lpU4f1Xa9CFg9eWj/FY3y6HFKt+ppnqjiS/vYTa+9CCNyC9JO8fH3pvgqnujs9IZ I5uaydW4fEsIMZQrQrVJosb8jtpZZF0NjHJtPkKkd/Mv2XWcCXeYxsvL6Xh7VRfL Mde6tRAgejdCQ9HBszD0ghPwD3Ly8AuyzW8eo/SGrxavvPvruKO0wEcgDxBn33R1 kygau/bCbm3nxVfdxJjCNdH5ExOuOloRWCoJ03/JPQpf/d7cgW+GD5pPqjmBhA8j DrJ3gAFXi9E7Ak+DCp1AX8CIDqjDuGL+nug0z9865mW5U6AavuLcHfktvKIXOTuE sMnfdn4V1OhlpL1Oy2M/p+GkWbTS1Bzq1M2TMpdkLncF7y/h7SOWA0mmitQR0uQf wHYLxBTqPBGQdArLvPo2/sQI/iOOfkBojoTWfpxCxRvJpvrah+b+ZdIYw+78d5M6 IZEZyG72nJ4jdz0IARoqFkrI2JHIcrje+rJt7B332uOH0ugYiT21veZ907p95A9s Vj0NBiOzT+sx7WuArmoszEu/0fpdzoIU1Cza05ftPFMQ8Uxfz30= =CNXV -----END PGP SIGNATURE----- --=-=-=-- From unknown Thu Jun 12 08:41:44 2025 X-Loop: help-debbugs@gnu.org Subject: bug#31791: bootstrap phase attempts to run a directory Resent-From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Tue, 12 Jun 2018 14:01:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 31791 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Christopher Baines Cc: 31791@debbugs.gnu.org Received: via spool by 31791-submit@debbugs.gnu.org id=B31791.152881200729357 (code B ref 31791); Tue, 12 Jun 2018 14:01:02 +0000 Received: (at 31791) by debbugs.gnu.org; 12 Jun 2018 14:00:07 +0000 Received: from localhost ([127.0.0.1]:45118 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fSjq9-0007cs-0P for submit@debbugs.gnu.org; Tue, 12 Jun 2018 10:00:05 -0400 Received: from eggs.gnu.org ([208.118.235.92]:50407) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fSjq8-0007ar-1l for 31791@debbugs.gnu.org; Tue, 12 Jun 2018 10:00:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fSjq0-0000Br-9G for 31791@debbugs.gnu.org; Tue, 12 Jun 2018 09:59:58 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:37419) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSjq0-0000Bn-5n; Tue, 12 Jun 2018 09:59:56 -0400 Received: from [193.50.110.75] (port=35724 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fSjpz-00062N-Lr; Tue, 12 Jun 2018 09:59:55 -0400 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87h8m9rl9b.fsf@cbaines.net> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 24 Prairial an 226 de la =?UTF-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Tue, 12 Jun 2018 15:59:54 +0200 In-Reply-To: <87h8m9rl9b.fsf@cbaines.net> (Christopher Baines's message of "Mon, 11 Jun 2018 23:50:08 +0100") Message-ID: <874li8p0kl.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) 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=E2=80=99s probably the right thing to do. The new =E2=80=98bootstrap= =E2=80=99 phase introduced in core-updates would run anything called =E2=80=98bootstrap=E2= =80=99, but it doesn=E2=80=99t check whether that thing is a directory=E2=80=A6 Ludo=E2=80=99. From unknown Thu Jun 12 08:41:44 2025 X-Loop: help-debbugs@gnu.org Subject: bug#31791: bootstrap phase attempts to run a directory Resent-From: =?UTF-8?Q?G=C3=A1bor?= Boskovits Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Tue, 12 Jun 2018 14:49:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 31791 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 31791@debbugs.gnu.org, Christopher Baines Received: via spool by 31791-submit@debbugs.gnu.org id=B31791.15288149138686 (code B ref 31791); Tue, 12 Jun 2018 14:49:01 +0000 Received: (at 31791) by debbugs.gnu.org; 12 Jun 2018 14:48:33 +0000 Received: from localhost ([127.0.0.1]:45141 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fSkb1-0002G0-Lj for submit@debbugs.gnu.org; Tue, 12 Jun 2018 10:48:33 -0400 Received: from mail-it0-f47.google.com ([209.85.214.47]:50929) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fSkaz-0002Fm-GL for 31791@debbugs.gnu.org; Tue, 12 Jun 2018 10:48:29 -0400 Received: by mail-it0-f47.google.com with SMTP id u4-v6so14914264itg.0 for <31791@debbugs.gnu.org>; Tue, 12 Jun 2018 07:48:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Sp850qUC6VgLd8KS/K0IbexhMCQq4QisWmOKzrP7Tm4=; b=st9uMFrtKQvstnVOxZIy+0Q2cEoIX3C292sgbRT4g9eM9FgISYYk1TibNY8N1Yczc4 MHifbF58jBKtC69NArmLRHzU6qGuS2x5ag2X0GZH+5LldcuKzZp1KQr//w+suiLxsrLv FdisCfjgUfwOB8kJ6uzjs+ZbP8U9YjWHhdeXlp8nc7kikzcgibfcxPBrSqvjcsD6DEdF 6eQVt9m5bzdjbU0TnGGIJVrbauCs7wtz3W2mdiI1Be3HcFU5PEhuUG+aeA1WSYVQoYXT 9egLiE8CGfQcT8+M82u0Uf2zRNKpYQuOn8ES8zHQttq4i/ZxCK3Ql9ld9xKsCGsWZMIC xJMA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Sp850qUC6VgLd8KS/K0IbexhMCQq4QisWmOKzrP7Tm4=; b=Ix6K1V7oblfeGQJDxmgMQRrTXlXcXB1KtKO8ZC1QHihbTVRi3g8PMxqNf2DcZsUlnR 1NPCh4idSOPUHsn2R/znBB2fSHBJ+VGPe5KmtYjW8mAP2Np9DRr4DiQJllRHceiSz95A zi3dfVmvT6muCX/Wob07HxkOSuTOYIiwdDqMOVwwr9zOfqfIpu1vVuMQjVzPEnh1g7bF QgebYMUvSUr3a5Pe1krbeyTUQo67bVNtnhTOf47vu7IwCWRreZK4olktx2g688Ou2wOu shnTN/yClDm6iq4BXiRafLLCSbIOTL8XjKm2dAgDoRcTrf3uRTZwqEy5EK/NJ7noUFPb IY+g== X-Gm-Message-State: APt69E0Qn0O+GmDw//w1Wudckpn2qS6vKn1JMxNkNZVjOVRKoLt/C1GN +tVzEkw3gVLmcFqLdtum8Gil6AkrHtvTAbQNfHtm X-Google-Smtp-Source: ADUXVKJTx0yoSlPBWjgecPV4RX7KaaDdCDZweb3FZXZMo0+tZbqCY22KwiSkocdCojDD0ID2OVhUiNEyxHHxtIet/fA= X-Received: by 2002:a24:2e43:: with SMTP id i64-v6mr776704ita.0.1528814903843; Tue, 12 Jun 2018 07:48:23 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a4f:a84d:0:0:0:0:0 with HTTP; Tue, 12 Jun 2018 07:48:23 -0700 (PDT) In-Reply-To: <874li8p0kl.fsf@gnu.org> References: <87h8m9rl9b.fsf@cbaines.net> <874li8p0kl.fsf@gnu.org> From: =?UTF-8?Q?G=C3=A1bor?= Boskovits Date: Tue, 12 Jun 2018 16:48:23 +0200 Message-ID: Content-Type: multipart/alternative; boundary="00000000000045655f056e72f5e2" X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --00000000000045655f056e72f5e2 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 2018-06-12 15:59 GMT+02:00 Ludovic Court=C3=A8s : > 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=E2=80=99s probably the right thing to do. The new =E2=80=98bootstra= p=E2=80=99 phase > introduced in core-updates would run anything called =E2=80=98bootstrap= =E2=80=99, but it > doesn=E2=80=99t check whether that thing is a directory=E2=80=A6 > > If this is a single occurrence, then I agree this is the way to go, but I would make a mental note to fix this in the phase, if this turn out to be more widespread. > Ludo=E2=80=99. > > > > --00000000000045655f056e72f5e2 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
2018= -06-12 15:59 GMT+02:00 Ludovic Court=C3=A8s <ludo@gnu.org>:
=
Christopher Baines <mail@cbaines.net> 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 t= o
> run the bootstrap directory.
>
> I think I'll fix this by deleting the phase,

That=E2=80=99s probably the right thing to do.=C2=A0 The new =E2=80= =98bootstrap=E2=80=99 phase
introduced in core-updates would run anything called =E2=80=98bootstrap=E2= =80=99, but it
doesn=E2=80=99t check whether that thing is a directory=E2=80=A6


If this is a single occurrence, then I= agree this is the way to go, but I would
make a mental note to f= ix this in the phase, if this turn out to be more widespread.
=C2= =A0
Ludo=E2=80=99.




--00000000000045655f056e72f5e2-- From unknown Thu Jun 12 08:41:44 2025 X-Loop: help-debbugs@gnu.org Subject: bug#31791: bootstrap phase attempts to run a directory Resent-From: Julien Lepiller Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Wed, 13 Jun 2018 09:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 31791 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 31791@debbugs.gnu.org Received: via spool by 31791-submit@debbugs.gnu.org id=B31791.152888215716311 (code B ref 31791); Wed, 13 Jun 2018 09:30:02 +0000 Received: (at 31791) by debbugs.gnu.org; 13 Jun 2018 09:29:17 +0000 Received: from localhost ([127.0.0.1]:45752 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fT25d-0004F1-FV for submit@debbugs.gnu.org; Wed, 13 Jun 2018 05:29:17 -0400 Received: from lepiller.eu ([89.234.186.109]:40462) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fT25b-0004Ep-BW for 31791@debbugs.gnu.org; Wed, 13 Jun 2018 05:29:16 -0400 Received: from webmail.lepiller.eu (static-176-182-42-79.ncc.abo.bbox.fr [176.182.42.79]) by lepiller.eu (OpenSMTPD) with ESMTPSA id 27bf196f (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256:NO) for <31791@debbugs.gnu.org>; Wed, 13 Jun 2018 09:31:45 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Wed, 13 Jun 2018 11:29:11 +0200 From: Julien Lepiller In-Reply-To: <874li8p0kl.fsf@gnu.org> References: <87h8m9rl9b.fsf@cbaines.net> <874li8p0kl.fsf@gnu.org> Message-ID: <8734d1dcc7dd2ad3bdf62b2f62d4adb9@lepiller.eu> X-Sender: julien@lepiller.eu User-Agent: Roundcube Webmail/1.3.6 X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) 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. From unknown Thu Jun 12 08:41:44 2025 X-Loop: help-debbugs@gnu.org Subject: bug#31791: bootstrap phase attempts to run a directory Resent-From: Julien Lepiller Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Wed, 13 Jun 2018 10:03:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 31791 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 31791@debbugs.gnu.org Received: via spool by 31791-submit@debbugs.gnu.org id=B31791.152888418119541 (code B ref 31791); Wed, 13 Jun 2018 10:03:02 +0000 Received: (at 31791) by debbugs.gnu.org; 13 Jun 2018 10:03:01 +0000 Received: from localhost ([127.0.0.1]:45767 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fT2cG-000555-NQ for submit@debbugs.gnu.org; Wed, 13 Jun 2018 06:03:00 -0400 Received: from lepiller.eu ([89.234.186.109]:40464) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fT2c5-00054X-FI for 31791@debbugs.gnu.org; Wed, 13 Jun 2018 06:02:51 -0400 Received: from webmail.lepiller.eu (static-176-182-42-79.ncc.abo.bbox.fr [176.182.42.79]) by lepiller.eu (OpenSMTPD) with ESMTPSA id c6156579 (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256:NO) for <31791@debbugs.gnu.org>; Wed, 13 Jun 2018 10:05:21 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Wed, 13 Jun 2018 12:02:46 +0200 From: Julien Lepiller In-Reply-To: <8734d1dcc7dd2ad3bdf62b2f62d4adb9@lepiller.eu> References: <87h8m9rl9b.fsf@cbaines.net> <874li8p0kl.fsf@gnu.org> <8734d1dcc7dd2ad3bdf62b2f62d4adb9@lepiller.eu> Message-ID: X-Sender: julien@lepiller.eu User-Agent: Roundcube Webmail/1.3.6 X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) 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 :)