Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 941965 - dev-libs/libxmlb-0.3.19 fails to compile: No supported Python implementation installed
Summary: dev-libs/libxmlb-0.3.19 fails to compile: No supported Python implementation ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-22 07:35 UTC by Agostino Sarubbo
Modified: 2024-10-24 10:18 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,48.31 KB, text/plain)
2024-10-22 07:35 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-10-22 07:35:30 UTC
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
Comment 1 Agostino Sarubbo gentoo-dev 2024-10-22 07:35:31 UTC
Created attachment 906582 [details]
build.log

build log and emerge --info
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-10-22 07:38:01 UTC
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>
Comment 3 Agostino Sarubbo gentoo-dev 2024-10-22 07:56:54 UTC
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)
Comment 4 Larry the Git Cow gentoo-dev 2024-10-22 08:05:24 UTC
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(+)
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-10-22 08:08:56 UTC
Thanks. The reason I was confused was b/c I hit the error independently before (which is why I committed to begin with).
Comment 6 Larry the Git Cow gentoo-dev 2024-10-22 08:12:34 UTC
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(-)