This is an auto-filled bug because dev-go/delve fails to compile. The issue was originally discovered on amd64, but it may be reproducible on other arches as well. If you think that a different summary clarifies the issue better, feel free to change it. Attached build log and emerge --info. NOTE: If you need further logs, feel free to ask..
Created attachment 638436 [details] build.log build log and emerge --info
I am having the same issue. build.log and emerge --info output attached as one file.
Created attachment 652816 [details] build.log and emerge --info
Created attachment 652824 [details] First pass at new ebuild for most current version Package compiles but tests are still failing with this version.
Created attachment 652826 [details] build.log including test output
The work-around is: FEATURES="-network-sandbox" emerge -v dev-go/delve FEATURES="network-sandbox" has recently been added and defaults to being set. The way this ebuild is written, it wants to talk over the network when it's supposed to be compiling and we're supposed to be done fetching. iiuc, the ebuild needs to be updated to follow new standards. [9/3/20 09:20:17] <iamben> yeah you're supposed to use the go eclass and specify all the deps to be fetched tehre
Dear treecleaner@: I'm still able to reproduce this issue right now. Since it has not been fixed for a long time, I'd suggest to evaluate if it is the case to remove this package from the tree. Thanks
Please do not close it, as I'm working in a fix
Refer to PR https://github.com/gentoo/gentoo/pull/20226
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bd7565d7698fd5018a121cba7c4853d572730b5 commit 6bd7565d7698fd5018a121cba7c4853d572730b5 Author: Marco Scardovi <marco@scardovi.com> AuthorDate: 2021-04-02 07:06:30 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2021-04-11 08:35:51 +0000 dev-go/delve: bump to 1.6.0 Closes: https://bugs.gentoo.org/722690 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Marco Scardovi <marco@scardovi.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org> dev-go/delve/Manifest | 1 + dev-go/delve/delve-1.6.0.ebuild | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+)