Re: cl-gsll fails to load

2021-12-10 Thread Guillaume Le Vaillant
Could you try the attached patches and see if things work for you with a command such as: --8<---cut here---start->8--- guix shell -C sbcl sbcl-gsll gcc-toolchain -- ... --8<---cut here---end--->8--- There may be a way to

Re: cl-gsll fails to load

2021-12-10 Thread Guillaume Le Vaillant
Foo Chuan Wei skribis: > On 2021-12-07 12:27 +, Guillaume Le Vaillant wrote: >> I think the problem comes from the fact that the build system for >> cl-xxx packages doesn't use the custom phases added to some sbcl-xxx >> packages (like the 'fix-cffi-paths' phase of sbcl-gsll). Instead a

Re: cl-gsll fails to load

2021-12-09 Thread Foo Chuan Wei
On 2021-12-07 12:27 +, Guillaume Le Vaillant wrote: > I think the problem comes from the fact that the build system for > cl-xxx packages doesn't use the custom phases added to some sbcl-xxx > packages (like the 'fix-cffi-paths' phase of sbcl-gsll). Instead a fixed > set of phases is used (see

Re: cl-gsll fails to load

2021-12-07 Thread Guillaume Le Vaillant
Foo Chuan Wei skribis: > I am using Guix on Ubuntu 20.04, and SBCL 2.1.9 (installed using `guix > install sbcl`). I have installed cl-gsll (`guix install cl-gsll`), but > `(asdf:load-system :gsll)` fails. Why? > > This is my ASDF configuration > > File:

cl-gsll fails to load

2021-12-05 Thread Foo Chuan Wei
I am using Guix on Ubuntu 20.04, and SBCL 2.1.9 (installed using `guix install sbcl`). I have installed cl-gsll (`guix install cl-gsll`), but `(asdf:load-system :gsll)` fails. Why? This is my ASDF configuration --8<---cut here---start->8--- File: