Bug 1765109
| Summary: | VTK python wrapper specifies non-existent include dir /usr/include/python3.7 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Till Hofmann <thofmann> |
| Component: | vtk | Assignee: | Orion Poplawski <orion> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 30 | CC: | Axel.Thimm, mrceresa, orion |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | vtk-8.1.1-6.fc30 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-11-04 01:29:43 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: | |||
Started a new build that should fix this. FEDORA-2019-a340661795 has been submitted as an update to Fedora 30. https://bodhi.fedoraproject.org/updates/FEDORA-2019-a340661795 vtk-8.1.1-6.fc30 has been pushed to the Fedora 30 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-a340661795 vtk-8.1.1-6.fc30 has been pushed to the Fedora 30 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: The file /usr/lib64/cmake/vtk/Modules/vtkWrappingPythonCore.cmake contains (on x86-64): set(vtkWrappingPythonCore_INCLUDE_DIRS "${VTK_INSTALL_PREFIX}/include/vtk;/usr/include/python3.7") The directory /usr/include/python3.7 does not exist nor is it provided by any package, this should probably be /usr/include/python3.7m This breaks dependent packages if they check whether the include directory actually exists, e.g.,: https://copr-be.cloud.fedoraproject.org/results/thofmann/pcl-1.8/fedora-30-x86_64/01078698-ros-pcl_ros/builder-live.log.gz