FS#77391 - [vtk] libtiff dependency?

Attached to Project: Community Packages
Opened by Cory Sanin (corysanin) - Saturday, 04 February 2023, 23:01 GMT
Last edited by Antonio Rojas (arojas) - Saturday, 25 February 2023, 09:19 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Bruno Pagani (ArchangeGabriel)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Seems libtiff should be a dependency, not a makedependency. libvtkIOImage.so.1 needs libtiff.so.6.

Additional info:
* package version(s)
* config and/or log files etc.
/bin/ld: warning: libtiff.so.6, needed by /usr/lib/libvtkIOImage.so.1, not found (try using -rpath or -rpath-link)
16:53:14 /bin/ld: /usr/lib/libvtkIOImage.so.1: undefined reference to `TIFFReadDirectory@LIBTIFF_4.0'
16:53:14 /bin/ld: /usr/lib/libvtkIOImage.so.1: undefined reference to `TIFFIsTiled@LIBTIFF_4.0'
16:53:14 /bin/ld: /usr/lib/libvtkIOImage.so.1: undefined reference to `TIFFScanlineSize@LIBTIFF_4.0'
16:53:14 /bin/ld: /usr/lib/libvtkIOImage.so.1: undefined reference to `TIFFTileSize@LIBTIFF_4.0'
16:53:14 /bin/ld: /usr/lib/libvtkIOImage.so.1: undefined reference to `TIFFClose@LIBTIFF_4.0'
16:53:14 /bin/ld: /usr/lib/libvtkIOImage.so.1: undefined reference to `TIFFGetFieldDefaulted@LIBTIFF_4.0'
16:53:14 /bin/ld: /usr/lib/libvtkIOImage.so.1: undefined reference to `TIFFSetWarningHandler@LIBTIFF_4.0'
16:53:14 /bin/ld: /usr/lib/libvtkIOImage.so.1: undefined reference to `_TIFFmalloc@LIBTIFF_4.0'
16:53:14 /bin/ld: /usr/lib/libvtkIOImage.so.1: undefined reference to `TIFFDefaultStripSize@LIBTIFF_4.0'
16:53:14 /bin/ld: /usr/lib/libvtkIOImage.so.1: undefined reference to `TIFFReadTile@LIBTIFF_4.0'
16:53:14 /bin/ld: /usr/lib/libvtkIOImage.so.1: undefined reference to `TIFFWriteScanline@LIBTIFF_4.0'
16:53:14 /bin/ld: /usr/lib/libvtkIOImage.so.1: undefined reference to `_TIFFfree@LIBTIFF_4.0'
16:53:14 /bin/ld: /usr/lib/libvtkIOImage.so.1: undefined reference to `TIFFGetField@LIBTIFF_4.0'
16:53:14 /bin/ld: /usr/lib/libvtkIOImage.so.1: undefined reference to `TIFFWriteDirectory@LIBTIFF_4.0'
16:53:14 /bin/ld: /usr/lib/libvtkIOImage.so.1: undefined reference to `TIFFNumberOfDirectories@LIBTIFF_4.0'
16:53:14 /bin/ld: /usr/lib/libvtkIOImage.so.1: undefined reference to `TIFFOpen@LIBTIFF_4.0'
16:53:14 /bin/ld: /usr/lib/libvtkIOImage.so.1: undefined reference to `TIFFReadRGBAImage@LIBTIFF_4.0'
16:53:14 /bin/ld: /usr/lib/libvtkIOImage.so.1: undefined reference to `TIFFSetField@LIBTIFF_4.0'
16:53:14 /bin/ld: /usr/lib/libvtkIOImage.so.1: undefined reference to `TIFFSetErrorHandler@LIBTIFF_4.0'
16:53:14 /bin/ld: /usr/lib/libvtkIOImage.so.1: undefined reference to `TIFFSetDirectory@LIBTIFF_4.0'
16:53:14 /bin/ld: /usr/lib/libvtkIOImage.so.1: undefined reference to `TIFFReadScanline@LIBTIFF_4.0'
16:53:14 /bin/ld: /usr/lib/libvtkIOImage.so.1: undefined reference to `TIFFNumberOfTiles@LIBTIFF_4.0'
* link to upstream bug report, if any

Steps to reproduce: build kalzium on a system without libtiff
This task depends upon

Closed by  Antonio Rojas (arojas)
Saturday, 25 February 2023, 09:19 GMT
Reason for closing:  Fixed
Additional comments about closing:  vtk 9.2.5-2
Comment by Cory Sanin (corysanin) - Saturday, 25 February 2023, 01:51 GMT
 FS#77633  is a duplicate of this task.

Loading...