Bug 257673 - devel/py-virtualenv: does not build with Python 3.10. poudriere log attached.
Summary: devel/py-virtualenv: does not build with Python 3.10. poudriere log attached.
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Nicola Vitale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-07 15:39 UTC by Matthias Andree
Modified: 2022-11-25 17:34 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (nivit)


Attachments
log of poudriere bulk devel/py-virtualenv@py310 (5.84 KB, application/x-xz)
2021-08-07 15:39 UTC, Matthias Andree
no flags Details
Poudriere log for py-virtualenv with Python 3.10 (98.15 KB, text/plain)
2022-11-25 17:33 UTC, Nicola Vitale
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Andree freebsd_committer freebsd_triage 2021-08-07 15:39:07 UTC
Created attachment 227007 [details]
log of poudriere bulk devel/py-virtualenv@py310
Comment 1 Nicola Vitale freebsd_committer freebsd_triage 2021-09-14 13:17:49 UTC
From the log provided, it looks that it is a bug of the Python package sphinx:

[00:00:16]   File "/usr/local/lib/python3.10/site-packages/sphinx/util/typing.py", line 34, in <module>
    1 [00:00:16]     from types import Union as types_Union                           
    2 [00:00:16] ImportError: cannot import name 'Union' from 'types' (/usr/local/lib/python3.10/types.py)
    3 [00:00:16] *** Error code 1
Comment 2 Nicola Vitale freebsd_committer freebsd_triage 2022-11-25 17:33:15 UTC
Created attachment 238344 [details]
Poudriere log for py-virtualenv with Python 3.10

Now the port builds correctly with Python 3.10.

Thank you for the PR!