On Tue, 04 Jan 2022 17:22:02 -0500 Maxim Cournoyer wrote: > Hi Denis, Hi, > Note that you'll want to use the latest commit available of mrustc, or > something recent enough like this in (gnu packages rust) as it > includes recent fixes to the (still failing) i686 build: With ./build-1.39.0.sh in mrustc, some help from #mrustc, and some local patches, I was able to get it build under 4GiB of RAM per process with an x86_64 kernel (by removing -O2 and -g), but it fails for 3GiB of RAM per process (i686 kernel) no mater what options are passed to it. My issue is that claws-mail now depend on rust (it didn't before). As several other pakcages also fails on i686 (failing tests), and that I also hit a Guix bug, it's hard for me to fix it as everything is broken and I need to do workarounds on workarounds. What do I need to revert (locally?) to make claws-mail not depend on rust (for i686)? Denis.