Maxime Devos schreef op di 08-06-2021 om 10:41 [+0200]: > I tested this on 683eb7c5b118440001b89944563603a39fc2ac05. > The problem does not occur on master. > > How to reproduce: > > # --target=aarch64-linux-gnu also fails, but that's another issue > ./pre-inst-env guix build --target=i686-linux-gnu hello --keep-failed I have found a solution: passing --with-slibdir to GCC's configure script. Not sure if that's the proper solution though. GNU Hello now builds succesfully! I'll test with a few more packages later and then ‘formally’ submit the patch (after writing a commit message). Greetings, Maxime.