Bug 1721936
Summary: | libfreenect fails to build with Python 3.8 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
Component: | libfreenect | Assignee: | Rich Mattes <richmattes> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | cz172638, kwizart, richmattes |
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-06-27 23:49:31 UTC | Type: | Bug |
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: | 1686977 |
Description
Miro Hrončok
2019-06-19 09:26:14 UTC
How reproducible? Steps to reproduce? It looks like this is a bug in OpenCV, not python 3.8. I'll see if I can reproduce in rawhide and figure out the root cause. You can follow these instructions to test locally in mock if your package builds with Python 3.8: https://copr.fedorainfracloud.org/coprs/g/python/python3.8/ Steps to reproduce: 0. save that config for example into ~/.config/mock/fedora-rawhide-x86_64-python3.8.cfg 1. $ fedpkg clone libfreenect && cd libfreenect 2. $ rm -f* .src.rpm 3. $ fedpkg srpm 4. $ mock -r ~/.config/mock/fedora-rawhide-x86_64-python3.8.cfg --enablerepo=local ./*.src.rpm I think this bug is a duplicate of 1721876 |