FS#77633 - [kalzium] FTBFS due to missing libtiff

Attached to Project: Arch Linux
Opened by Felix Yan (felixonmars) - Thursday, 23 February 2023, 20:15 GMT
Last edited by Antonio Rojas (arojas) - Friday, 24 February 2023, 09:58 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Antonio Rojas (arojas)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
During the final linking step:

[100%] Linking CXX executable ../bin/kalzium

There are errors about missing libtiff from vtk:

usr/bin/ld: warning: libtiff.so.6, needed by /usr/lib/libvtkIOImage.so.1, not found (try using -rpath or -rpath-link)
/usr/bin/ld: /usr/lib/libvtkIOImage.so.1: undefined reference to `TIFFReadDirectory@LIBTIFF_4.0'
/usr/bin/ld: /usr/lib/libvtkIOImage.so.1: undefined reference to `TIFFIsTiled@LIBTIFF_4.0'
/usr/bin/ld: /usr/lib/libvtkIOImage.so.1: undefined reference to `TIFFScanlineSize@LIBTIFF_4.0'
...

I'm not sure if this should be an optdep of vtk and should be added as a (make?)dep here, or probably should be added as a dep of vtk itself.
This task depends upon

Closed by  Antonio Rojas (arojas)
Friday, 24 February 2023, 09:58 GMT
Reason for closing:  Fixed
Additional comments about closing:  vtk 9.2.5-2

Loading...