This still fails for me, same error.
To be clear, substitutable means there is a binary available from
one of the substituation servers?
If so, guix is not using it as it tries to build freecad, starting
with a configure, where it then fails.
What am I missing?
I am using a manifest where some of the dependencies of freecad
skip tests, as in:
(options->transformation
'((without-tests . "ffmpeg")
(without-tests . "hwloc")
(without-tests . "hdf4-alt")
(without-tests . "python-pandas")
(without-tests . "gst-plugins-bad")
(without-tests . "gtk")
(without-tests . "qtbase")))
these are needed for a number of packages on ppc64le.