| Summary: | devel/py-virtualenv@py37: Fails to build with DOCS=ON (devel/py-click after ports 305f148f482) | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Peter Much <pmc> | ||||||||||
| Component: | Individual Port(s) | Assignee: | Nicola Vitale <nivit> | ||||||||||
| Status: | Closed Overcome By Events | ||||||||||||
| Severity: | Affects Some People | CC: | nivit, robak | ||||||||||
| Priority: | --- | Keywords: | needs-qa | ||||||||||
| Version: | Latest | Flags: | koobs:
maintainer-feedback?
(nivit) koobs: maintainer-feedback? (robak) koobs: merge-quarterly? |
||||||||||
| Hardware: | Any | ||||||||||||
| OS: | Any | ||||||||||||
| Attachments: |
|
||||||||||||
Thank you for your report Peter. Could you attach: - A full build log (compressed if necessary) - pkg version -v output Created attachment 230837 [details]
py37-virtualenv.log
Created attachment 230838 [details]
no idea what this is good for
Alright, I have attached the full log of the build, and the output of "pkg version -v". I wasn't sure *where* I should run that, since the build instances are dynamically created and destroyed. So this is now the output from the base image that is used for the build instances. Created attachment 238343 [details]
Poudriere log for py-virtualenv with Python 3.7
The port has been update to 20.16.7, and now it builds correctly with DOCS=on.
|
Created attachment 230832 [details] patch for devel/py-click When building py-virtualenv for python3.7 with option DOCS, there is this error: Traceback (most recent call last): File "/var/local/ports/usr/ports/devel/py-virtualenv/work-py37/.bin/towncrier" , line 10, in <module> from importlib.metadata import distribution ModuleNotFoundError: No module named 'importlib.metadata' This supposedly appeared by the upgrade of py-click to 8.0.3 (305f148f482) (fix attached)