Summary: | app-emulation/libpod-1.8.0 fails to emerge with dev-lang/go-1.14 when `network-sandbox` feature is enabled | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | YOSHIOKA Takuma <lo48576> |
Component: | Current packages | Assignee: | Zac Medico <zmedico> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bruce, jstein |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=715980 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
YOSHIOKA Takuma
2020-03-09 14:33:25 UTC
I didn't see this with dev-lang/go-1.13.5, so I suspect that you probably have dev-lang/go-1.14. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c979fbf04b85ccf20759a45aec6fbba94afc827a commit c979fbf04b85ccf20759a45aec6fbba94afc827a Author: Zac Medico <zmedico@gentoo.org> AuthorDate: 2020-03-09 22:18:21 +0000 Commit: Zac Medico <zmedico@gentoo.org> CommitDate: 2020-03-09 22:21:44 +0000 app-emulation/libpod: fix network-sandbox for go-1.14 Closes: https://bugs.gentoo.org/711964 Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Zac Medico <zmedico@gentoo.org> app-emulation/libpod/libpod-1.8.0.ebuild | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) The change linked in comment #2 fixed it for me. Thanks for the report! This still fails for me without `FEATURES=-network-sandbox`. I have dev-lang/go-1.13.8 installed (the latest stable version). |