Hi, I was trying to run SBCL on an older 32-bit laptop, using guix on foreign
distro. When I launch SBCL, the REPL dies immediately with this error:
```
os_alloc_gc_space(1,0x900,3221225472) failed with ENOMEM
fatal error encountered in SBCL pid 4657 tid 4657:
Can't allocate 0xc000 bytes
Just noticed, poking around in the debian sid package, that Debian had to
explicitly set
```
export SBCL_ARCH=x86
```
For their i386 build. Wonder if that might be relevant here.
--
Christopher Howard
Hi, the problem is with these lines:
```
,@(if (target-ppc32?)
;; 3072 is too much for this architecture.
`("--dynamic-space-size=2048")
`("--dynamic-space-size=3072"))
```
Package definition simply as
Hi,
On 10.02.24 04:06, Maxim Cournoyer wrote:
I have never attempted to customize gnome-shell. If it can be
customized with custom themes, different fonts and what not, then I
think it makes sense to keep the user-choosable art assets as
gnome-shell-assets.
I tried in a vm with only gdm-ser