FS#79809 - [vtk] PLEASE ENTER SUMMARY

Attached to Project: Arch Linux
Opened by Hoream Xiao (Hoream) - Thursday, 28 September 2023, 15:27 GMT
Last edited by Antonio Rojas (arojas) - Thursday, 28 September 2023, 18:16 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: vtk is built with boost 1.81 and was outdated, this leads to packages that depend on VTK not being able to compile. https://aur.archlinux.org/packages/pcl#comment-932621


Additional info:
* 9.2.6-8

Steps to reproduce:
1. Tried to compile aur/pcl
2. Encountered an error "Could NOT find Boost: Found unsuitable version "1.83.0", but required is exact version "1.81.0" (found /usr/include)."
3. Compilation failed.
This task depends upon

Closed by  Antonio Rojas (arojas)
Thursday, 28 September 2023, 18:16 GMT
Reason for closing:  Fixed
Additional comments about closing:  vtk 9.2.6-9
Comment by loqs (loqs) - Thursday, 28 September 2023, 16:10 GMT
usr/lib/cmake/vtk/VTK-vtk-module-find-packages.cmake from vtk 9.2.6-8 contains:

find_package(Boost
1.81.0
EXACT

As vtk is requiring the exact version of boost the package it is built with be used, could it be added to the rebuild list for boost or edit VTK-vtk-module-find-packages.cmake to drop the EXACT requirement?

Loading...