Source: timg Version: 1.6.3-1 Severity: important Tags: ftbfs patch Dear Maintainer,
timg currently fails to build from source against openslide
4.0.1 in experimental with the following error:
-- Checking for module 'openslide'
-- Package 'libdicom', required by 'openslide', not found
Package 'sqlite3', required by 'openslide', not found
CMake Error at /usr/share/cmake-4.3/Modules/FindPkgConfig.cmake:1093
(message):
The following required packages were not found:
- openslide
As hinted by the message, this is because the build dependencies
libdicom-dev and libsqlite3-dev, needed by the new openslide
revision, are missing. Reintroducing them with for example the
following patch would resolve the problem and can be applied
without waiting for openslide 4.0.1:
-------8<--------------8<--------------8<--------------8<-------
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@
debhelper-compat (= 13),
libavdevice-dev,
libdeflate-dev,
+ libdicom-dev,
libexif-dev,
libpoppler-glib-dev,
libgraphicsmagick++-dev,
@@ -13,6 +14,7 @@
libpng-dev,
libqoi-dev,
libsixel-dev,
+ libsqlite3-dev,
librsvg2-dev,
libswscale-dev,
libturbojpeg-dev,
-------8<--------------8<--------------8<--------------8<-------
Note that the bug will become serious once openslide 4.0.1 will
be uploaded to unstable.
In hope this helps,
Have a nice day, :)
--
.''`. Étienne Mollier <[email protected]>
: :' : pgp: 8f91 b227 c7d6 f2b1 948c 8236 793c f67e 8f0d 11da
`. `' sent from /dev/pts/1, please excuse my verbosity
`-
signature.asc
Description: PGP signature

