https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: sys-fs/dwarfs-0.10.1 fails to compile. Discovered on: amd64 (internal ref: guru_ci) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Created attachment 903821 [details] build.log build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: -- Could NOT find range-v3 (missing: range-v3_DIR) FAILED: range-v3-populate-prefix/src/range-v3-populate-stamp/range-v3-populate-download /var/tmp/portage/sys-fs/dwarfs-0.10.1/work/dwarfs-0.10.1_build/_deps/range-v3-subbuild/range-v3-populate-prefix/src/range-v3-populate-stamp/range-v3-populate-download fatal: unable to access 'https://github.com/ericniebler/range-v3.git/': Could not resolve host: github.com
The failure occurs because the ebuild tries to access the network and FEATURES=network-sandbox prevents it. This is because the cmake script tries to clone dependencies if they're not found, and dev-cpp/range-v3, which is one of those dependencies, isn't in the ebuild dependency list, so it tries to fetch it.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=80a89cbf9aeffbcba5077fb6f9aaa73788d44c38 commit 80a89cbf9aeffbcba5077fb6f9aaa73788d44c38 Author: Nathan VALLET <nathanvalletmarseille@gmail.com> AuthorDate: 2024-10-29 11:45:32 +0000 Commit: David Roman <davidroman96@gmail.com> CommitDate: 2024-10-29 14:07:28 +0000 sys-fs/dwarfs: add missing dev-cpp/range-v3 dependency to prevent it from being pulled by the network when building Closes: https://bugs.gentoo.org/940265 Signed-off-by: Nathan VALLET <nathanvalletmarseille@gmail.com> Closes: https://github.com/gentoo/guru/pull/254 Signed-off-by: David Roman <davidroman96@gmail.com> sys-fs/dwarfs/dwarfs-0.10.1-r1.ebuild | 110 ++++++++++++++++++++++++++++++++++ 1 file changed, 110 insertions(+)