Bug 1736520
| Summary: | python-pathlib2: FTBFS in Fedora rawhide/f31 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Release Engineering <releng> | ||||||||
| Component: | python-pathlib2 | Assignee: | Paulo Andrade <paulo.cesar.pereira.de.andrade> | ||||||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | high | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 31 | CC: | lbalhar, loganjerry, mhroncok, paulo.cesar.pereira.de.andrade | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2019-08-14 22:07:31 UTC | Type: | --- | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Bug Depends On: | |||||||||||
| Bug Blocks: | 1700317, 1686977, 1728780, 1732841 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Fedora Release Engineering
2019-08-01 18:42:10 UTC
Created attachment 1598817 [details]
build.log
file build.log too big, will only attach last 32768 bytes
Created attachment 1598819 [details]
root.log
file root.log too big, will only attach last 32768 bytes
Created attachment 1598820 [details]
state.log
python-pathlib2 fails to build without python3-test:
============================= test session starts ==============================
platform linux -- Python 3.8.0b3, pytest-4.6.4, py-1.8.0, pluggy-0.12.0 -- /usr/bin/python3
cachedir: .pytest_cache
rootdir: /builddir/build/BUILD/pathlib2-2.3.4
collecting ... collected 0 items / 1 errors
==================================== ERRORS ====================================
___________________ ERROR collecting tests/test_pathlib2.py ____________________
ImportError while importing test module '/builddir/build/BUILD/pathlib2-2.3.4/tests/test_pathlib2.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
tests/test_pathlib2.py:43: in <module>
from test import support
E ModuleNotFoundError: No module named 'test'
During handling of the above exception, another exception occurred:
tests/test_pathlib2.py:45: in <module>
from test import test_support as support
E ModuleNotFoundError: No module named 'test'
!!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
=========================== 1 error in 0.25 seconds ============================
The fix is at: https://src.fedoraproject.org/rpms/python-pathlib2/pull-request/2
See https://fedoraproject.org/wiki/Changes/Move_test.support_module_to_python3-test_subpackage
This blocks the Python 3.8 rebuild:
https://fedoraproject.org/wiki/Changes/Python3.8
This bug appears to have been reported against 'rawhide' during the Fedora 31 development cycle. Changing version to '31'. This bug appears to have been reported against 'rawhide' during the Fedora 31 development cycle. Changing version to 31. Oops, sorry Miro. I stumbled across this issue myself and fixed it before looking up this bug. I didn't see you had a pull request. Paulo has been absent from Fedora for well over a year now, so I've gotten into the habit of looking after his packages. I'll try to get in touch with him to see if he has plans to return to actively maintaining his packages. No problem. Glad that it is fixed. |