Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 933842 - dev-vcs/mercurial-6.6.2 with rust is incompatible with python3.12
Summary: dev-vcs/mercurial-6.6.2 with rust is incompatible with python3.12
Status: RESOLVED DUPLICATE of bug 933474
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Cédric Krier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-08 19:08 UTC by Benjamin Schulz
Modified: 2024-06-10 06:21 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Schulz 2024-06-08 19:08:40 UTC
!!! The ebuild selected to satisfy "dev-vcs/mercurial" has unmet requirements.
- dev-vcs/mercurial-6.6.2::gentoo USE="chg gpg rust tk -debug -emacs -test" ABI_X86="(64)" PYTHON_TARGETS="python3_11 python3_12 -python3_10"

  The following REQUIRED_USE flag constraints are unsatisfied:
    rust? ( !python_targets_python3_12 )

  The above constraints are a subset of the following complete expression:
    rust? ( !python_targets_python3_12 ) any-of ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )


Reproducible: Always
Comment 1 Cédric Krier gentoo-dev 2024-06-10 06:21:35 UTC
You must either disable rust for mercurial or disable python3_12 for mercurial in package.use like

dev-vcs/mercurial -rust

or

dev-vcs/mercurial rust PYTHON_TARGETS: -python3_12

*** This bug has been marked as a duplicate of bug 933474 ***