Re: [ANN] CHICKEN 6.0.0 rerlease candidate available

Felix Winkelmann via Chicken-users <[email protected]> Wed, 13 May 2026 18:22:28 +0200
Newsgroups gmane.lisp.scheme.chicken
Message-ID <[email protected]>
On Wed May 13, 2026 at 5:40 PM CEST, Erik Falor wrote:
> Operating system: Slackware64-current
> Hardware platform: armv7l (Raspberry Pi 3B)
> C Compiler: GCC 11.2.0
> Installation works?: yes
> Tests work?: yes
> Installation of eggs works?: no
>
> Everything works well until I run ' <some dir>/bin/chicken-install srfi-1=
'
> which ends with this error message:
>
> fetching srfi-1
> building srfi-1
> /home/fadein/.cache/chicken-install/srfi-1/srfi-1.build.sh: line 11:
> build/bin/chicken-do: No such file or directory
>
> Error: shell command terminated with nonzero exit code
> 32512
> "sh /home/fadein/.cache/chicken-install/srfi-1/srfi-1.build.sh"
>
> Upon inspection, I find that this generated build script first updates PA=
TH
> like this:
>
> PATH=3D'build/bin':$PATH
>

What is the default PATH on your system? Do you use a non-standard shell?


cheers,
felix