https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-libs/libxmlb-0.3.19 fails to compile. Discovered on: amd64 (internal ref: ci) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Created attachment 906582 [details] build.log build log and emerge --info
commit 4c858a2a78c61667d7eb323b21ebf6c91f5c0bd9 Author: Sam James <sam@gentoo.org> Date: Tue Oct 22 08:32:37 2024 +0100 dev-libs/libxmlb: fix python_check_deps We don't need setuptools unless USE=introspection, match the dep. Signed-off-by: Sam James <sam@gentoo.org>
I think that the state of the tree included this commit: https://github.com/gentoo/gentoo/commit/2a13ed4533b94e2b158aff868dc8a5d50de020d4 (Tue Oct 22 07:33:27 UTC 2024)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aa5dc44303090a50cde94e7afac9a9cda90d68f commit 2aa5dc44303090a50cde94e7afac9a9cda90d68f Author: Sam James <sam@gentoo.org> AuthorDate: 2024-10-22 08:03:59 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-10-22 08:05:01 +0000 dev-libs/libxmlb: fix python_check_deps Bug: https://bugs.gentoo.org/941965 Fixes: 4c858a2a78c61667d7eb323b21ebf6c91f5c0bd9 Signed-off-by: Sam James <sam@gentoo.org> dev-libs/libxmlb/libxmlb-0.3.19.ebuild | 1 + 1 file changed, 1 insertion(+)
Thanks. The reason I was confused was b/c I hit the error independently before (which is why I committed to begin with).
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=258c82816692c80adf9a3cac7cfedc49931bd3f5 commit 258c82816692c80adf9a3cac7cfedc49931bd3f5 Author: Sam James <sam@gentoo.org> AuthorDate: 2024-10-22 08:11:50 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-10-22 08:11:50 +0000 dev-libs/libxmlb: fix python_check_deps again Thanks to Ionen for pointing out this will (obviously) return 0 unconditionally... Bug: https://bugs.gentoo.org/941965 Signed-off-by: Sam James <sam@gentoo.org> dev-libs/libxmlb/libxmlb-0.3.19.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)