Hi Guix, Following my recent success running Guix System on my Lime2 [1], I’ve started adding services and packages to my OS configuration.
[1]: https://codeberg.org/guix/guix/pulls/4960 For some of them, everything went smoothly: `dhcpcd-service`, `openssh-service`, `python`… But for others, I run into errors related to cross-compilation and I have no clue what to do of them!? The most frequent one is: `build system 'XYZ' does not support cross builds`. For instance, for `git` package, I get: `ERROR: [email protected]: build system 'scons' does not support cross builds`. For `python-uvicorn` package, I get: `ERROR: [email protected]: build system 'pyproject' does not support cross builds`. I get something different for `httpd-service`: `ERROR: configure: error: cannot check for file existence when cross compiling`. Any idea or hint on how to fix those errors would be highly appreciated! Regards, -- Tanguy
