[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bootstrappable] Re: Can Guile be bootstrapped from source without p
From: |
Michael Schierl |
Subject: |
Re: [bootstrappable] Re: Can Guile be bootstrapped from source without psyntax-pp.scm? |
Date: |
Thu, 13 May 2021 22:22:44 +0200 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.23) Gecko/20090812 Thunderbird/2.0.0.23 Mnenhy/0.7.5.0 |
Hello all,
Am 16.03.2021 um 09:59 schrieb Andy Wingo:
On Mon 15 Mar 2021 20:50, Michael Schierl <schierlm@gmx.de> writes:
In Guile 3.0.3 they broke even the `make ice-9/psyntax-pp.scm.gen`
target, and did not repair it even in Guile 3.0.5, that's why I used
3.0.2 for the bootstrap.
Strange -- I used it many times over the past couple months without
problems. But I see now from your patches what the issue was -- and omg
how embarrassing, I must have a stale canonicalize.go file hanging
around in the tree. Goes to show how important bootstrapping is!
Yes. Stale files required for building are an even bigger problem than
non-source artifacts in the source code required for building...
As the psyntax-pp.scm.gen target was fixed in 3.0.7, I updated my
bootstrap (the changes where fairly minor):
https://github.com/schierlm/guile-psyntax-bootstrapping/commit/e2f2b1d5271ff8fddb22706863bb0d719e844dd5
I also pushed two tags (guile-3.0.2 and guile 3.0.7) to the repo so that
users can have stable links for bootstrapping a particular Guile version
without having to fetch a particular commit id.
Regards,
Michael
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [bootstrappable] Re: Can Guile be bootstrapped from source without psyntax-pp.scm?,
Michael Schierl <=