FS#72677 - VTK versions mismatch

Attached to Project: Arch Linux
Opened by Denis (nemetyls) - Tuesday, 09 November 2021, 12:25 GMT
Last edited by Antonio Rojas (arojas) - Tuesday, 09 November 2021, 21:00 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Antonio Rojas (arojas)
Architecture x86_64
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Installing python-opencv pulls the latest version of VTK (9.1.0-1) while the opencv package is compiled with a former version of VTK (9.0.3), see the output of: python -c "import cv2; print(cv2.getBuildInformation())"

This breaks the use of Viz3D module in python and returns a segfault.

Steps to reproduce:
- Install opencv via pacman
- Install python-opencv via pacman
- Try to use Viz3D: python -c 'import cv2; v = cv2.viz.Viz3d_create("test"); v.spinOnce(1, True)'
This task depends upon

Closed by  Antonio Rojas (arojas)
Tuesday, 09 November 2021, 21:00 GMT
Reason for closing:  Fixed
Additional comments about closing:  opencv 4.5.4-6

Loading...