Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 839288 - app-portage/mirrorselect-2.2.6-r2: Support python 3.10
Summary: app-portage/mirrorselect-2.2.6-r2: Support python 3.10
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: py310, python3.10-compat
  Show dependency tree
 
Reported: 2022-04-18 17:31 UTC by jy6x2b32pie9
Modified: 2022-05-19 15:21 UTC (History)
0 users

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 jy6x2b32pie9 2022-04-18 17:31:14 UTC
Currently, PYTHON_TARGETS for app-portage/mirrorselect-2.2.6-r2::gentoo do not include python3_10, so if system python is already manually bumped to 3.10, mirrorselect refuses to build.

Reproducible: Always

Steps to Reproduce:
1. PYTHON_TARGETS="python3_10" in make.conf
2. emerge mirrorselect

Actual Results:  
!!! Problem resolving dependencies for app-portage/mirrorselect                                                                                                                                                                           ... done!

!!! The ebuild selected to satisfy "mirrorselect" has unmet requirements.
- app-portage/mirrorselect-2.2.6-r2::gentoo USE="ipv6" ABI_X86="(64)" PYTHON_TARGETS="-python3_8 -python3_9"

  The following REQUIRED_USE flag constraints are unsatisfied:
    any-of ( python_targets_python3_8 python_targets_python3_9 )


Expected Results:  
mirrorselect builds and works successfully
Comment 1 Maciej Barć gentoo-dev 2022-05-19 15:21:20 UTC
Commit https://gitweb.gentoo.org/repo/gentoo.git/commit/app-portage/mirrorselect?id=aa077b3df73de928373aece8fd6bacaea6567f24 did not close this.
As of now this should be resolved. Please sync your local tree.