Ludovic Courtès skribis: > Release progress: week 3. > > • Architectures: > [...] > - armhf-linux: No progress so far. I tried doing a "guix pull" for armhf-linux on a Raspberry Pi 2 B (Raspberry Pi OS with Guix as package manager), and also on a more powerful x86_64 machine with "guix pull -s armhf-linux -p /tmp/arm-guix", but it fails in both cases when building "guix-packages-base.drv" (more precisely the process hangs, CPU usage at 0 and memory around 2 or 3 GB). The build log ends with: --8<---------------cut here---------------start------------->8--- compiling... 95.6% of 344 files GC Warning: Failed to expand heap by 8388608 bytes GC Warning: Failed to expand heap by 8388608 bytes GC Warning: Failed to expand heap by 8388608 bytes [... same message many times ...] GC Warning: Failed to expand heap by 8388608 bytes GC Warning: Failed to expand heap by 8388608 bytes GC Warning: Failed to expand heap by 8388608 bytes Too many heap sections: Increase MAXHINCR or MAX_HEAP_SECTS --8<---------------cut here---------------end--------------->8--- Does someone have an idea how to fix this?