Thank you for the quick response
Just to clarify — I'm using
sbuild the Debian tool for building .deb
packages in chroot environments. I'm
trying to cross-compile Delve for arm64 on a ppc64el host.
I suspect the issue might be
related to architecture
mismatches, possibly due to test binaries being built
for arm64/amd64 but executed on a ppc64el host. Could you confirm
if that’s indeed the root cause — or if there’s something else at
play?
Also, is there any other way to test if the build works on those
platforms. Just to give you more context, I am actually working
on
https://buildd.debian.org/status/package.php?p=delve&suite=sid
and I have made some temporary fixes to resolve the build failure
of delve on ppc64el and wanted to test if its not breaking any
other archs.
I
don't know what sbuild
is but it
looks like you are trying to delve's tests, there's no way those
are going to work (I'm not sure exactly what is failing since the
log you posted is truncated but it doesn't really matter).