Re: [ANN] CHICKEN 6.0.0 rerlease candidate available
Felix Winkelmann via Chicken-users <[email protected]> Thu, 14 May 2026 10:21:45 +0200
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <[email protected]> |
On Thu May 14, 2026 at 8:37 AM CEST, Arnaud Bailly wrote: > During execution of the scripts/bootstrap.sh, I have attached the full > output in case it helps. > Indeed it does. We recently added a fix for MacOS that seems to be required for newer Macs (or wasn't noticed before, I'm not really sure how this slipped through for so long...) If you git pull and try "./scripts/bootstrap.sh" again, you should (hopefully) get a bootstrap "chicken" which can then be used to build the final version (64dff65ac81560befb4dae4f570a30a64ee0af8d).=20 The bootstrap binary doesn't need to=20 pass the test or result in a correct installation, it is only used to compile the source files of the most recent git version, which includes the changes to have a successfull check/install. Thanks for not giving up - I think we are nearly there. cheers, felix