Re: [ANN] CHICKEN 6.0.0 rerlease candidate available

Felix Winkelmann via Chicken-users <[email protected]> Tue, 12 May 2026 22:10:54 +0200
Newsgroups gmane.lisp.scheme.chicken
Message-ID <[email protected]>
On Tue May 12, 2026 at 9:23 PM CEST, Pietro Cerutti via Chicken-users wrote=
:
> On May 12 2026, 08:44 +0000, Felix Winkelmann via Chicken-users <chicken-=
[email protected]> wrote:
>>If you can, please let us know the following information about the
>>environment you tested the RC tarball on:
>>
> Operating system: macOS Ventura 13.7.8 (22H730), Darwin Kernel 22.6.0
> Hardware platform: x86-64
> C Compiler: Apple clang version 15.0.0 (clang-1500.1.0.2.5)
> Installation works?: yes
> Tests work?: no
>
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D csc tests ...
> dyld[4526]: Library not loaded: libchicken.dylib
>    Referenced from: <EF4A9C65-6DDF-368F-9DC5-455A3285DB34> /Users/pietroc=
erutti/chicken-6.0.0rc3/csc
>    Reason: tried: 'libchicken.dylib' (no such file), '/System/Volumes/Pre=
boot/Cryptexes/OSlibchicken.dylib' (no such file), 'libchicken.dylib' (no s=
uch file), '/Users/pietrocerutti/chicken-6.0.0rc3/tests/libchicken.dylib' (=
no such file), '/System/Volumes/Preboot/Cryptexes/OS/Users/pietrocerutti/ch=
icken-6.0.0rc3/tests/libchicken.dylib' (no such file), '/Users/pietrocerutt=
i/chicken-6.0.0rc3/tests/libchicken.dylib' (no such file)
>

"OSlibchicken.dylib" looks wrong. Can you use "otool" to dump the runtime l=
inker
path of the produced executable from that test?


cheers,
felix