Bug#1112033: Input requested on proposed chnages for Delve compilation issues on ppc64le
Alessandro Arzilli <[email protected]>
| Newsgroups | gmane.linux.debian.devel.bugs.general,gmane.linux.debian.ports.powerpc |
|---|---|
| Message-ID | <pj7iobpxmgei3huax74sol2hqbkaf2k6643x3spytonj6hj62w@imibdl7rbgcy> |
On Mon, Sep 01, 2025 at 02:46:40PM +0530, tshah wrote: > Hello Alessandro, > > I checked the file content of support_sentinel_linux.go, it doesnt contain > the ppc64le tags but it still gives that error. > > debian@ltc-zz14-lp9:~/delve/delve-1.24.0$ cat /home/debian/delve/delve-1.24.0/obj-powerpc64le-linux-gnu/src/github.com/go-delve/delve/pkg/proc/native/support_sentinel_linux.go > //go:build linux && !amd64 && !arm64 && !386 && !(riscv64 && > exp.linuxriscv64) > > // This file is used to detect build on unsupported GOOS/GOARCH > combinations. > > package your_linux_architecture_is_not_supported_by_delve > debian@ltc-zz14-lp9:~/delve/delve-1.24.0$ Add !ppc64le to it.