Re: [go-delve/delve] Cross-compiling Delve for amd64 and arm64 on ppc64le fails (Discussion #4101)
tshah <[email protected]>
| Newsgroups | gmane.linux.debian.ports.powerpc |
|---|---|
| Message-ID | <[email protected]> |
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. On 22/08/25 21:47, Alessandro Arzilli wrote: > 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).