Re: Crunch: chicken-install fails (process-output-port missing)
Ben via Chicken-users <[email protected]>
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <[email protected]> |
ah yes, thanks, so by removing the git checkout .. line it worked On Thu, Mar 20, 2025, at 3:48 PM, felix.winkelmann--- via Chicken-users wrote: >> Here is in detail what I do and where it fails >> >> ``` >> $ rm -rf ~/.cache/chicken-install/ >> $ git clone https://code.call-cc.org/git/chicken-core.git >> $ cd chicken-core >> $ git checkout utf+r7rs >> $ sh scripts/bootstrap.sh >> $ ./configure --prefix ~/Builds/chicken-crunch/chicken-crunch --chicken ./chicken-boot >> $ make >> $ make install > > Right - you have to user the "master" branch now, we merged C6 into it > recently and made some changes that are not backwards compatible, sorry > if this caused you hassle. > > We will release a new dev snapshot soon, which will hopefully make this easier > and less error-prone. > > > cheers, > felix