I have a branch with fixes for guile-git: https://gitlab.com/roptat/guile-git/-/tree/fix-segfault

The fix is silly, but all tests pass on my armhf machine now (the config test used to segfault from the git checkout). Strangely enough, running the test directly (not through make) did not reproduce the error while running with the driver produced the error.

Le 19 avril 2021 08:15:22 GMT-04:00, Maxim Cournoyer <maxim.cournoyer@gmail.com> a écrit :
Hi!

Bone Baboon <bone.baboon@disroot.org> writes:

Ludovic Courtès writes:
Could you send the log file returned by:

guix build --log-file /gnu/store/2cllkgj32qqxvrlxkas27v6hd34g0b88-guile-git-0.5.0.drv

?

It’s weird because this particular derivation was built at
ci.guix.gnu.org and substitutes are available:

https://ci.guix.gnu.org/ckzjmjxa3cz9h7zxyz8mgi4z970sgf41.narinfo

This also appear to affect at least armhf-linux. Tested with an offload
machine relying on QEMU transparent emulation.

I'll retry the derivation on the build farm, where there are real ARM
machines, to see if it could be caused by QEMU or not.

Thanks,

Maxim