[From nobody Sat Sep  5 19:51:06 2026
Received: (at submit) by bugs.debian.org; 5 Sep 2026 17:37:50 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
 (2024-03-25) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-112.2 required=4.0 tests=ALL_TRUSTED,BAYES_00,
 DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,
 FROMDEVELOPER,PGPSIGNATURE,SPF_HELO_NONE,SPF_PASS,
 USER_IN_DKIM_WELCOMELIST autolearn=ham autolearn_force=no
 version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 13; hammy, 150; neutral, 65; spammy,
 0. spammytokens:
 hammytokens:0.000-+--Hx-spam-relays-external:sk:stravin,
 0.000-+--H*RT:sk:stravin, 0.000-+--Hx-spam-relays-external:311,
 0.000-+--H*RT:311, 0.000-+--H*RT:108
Return-path: &lt;emollier@debian.org&gt;
Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]:48432)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;emollier@debian.org&gt;) id 1x2uKs-000Zjd-2c
 for submit@bugs.debian.org; Sat, 05 Sep 2026 17:37:50 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; 
 s=smtpauto.stravinsky;
 h=X-Debian-User:Content-Type:MIME-Version:Message-ID:
 Subject:To:From:Date:Reply-To:Cc:Content-Transfer-Encoding:Content-ID:
 Content-Description:In-Reply-To:References;
 bh=ytyr3JlC3qCyERezGIVkEJp4mOvSMTuw2/IwIajnkn4=; b=OQxjcKnRj9v7YicpwSJH4U7AIB
 vvgylrXN+J2cGJCDUEuo8Zh+lF7yRcLuMVEmCIG4ivGVUxe0nQDqu1pJvoHGvrGz6eD9ykfqUes6I
 z+Y8kp1Hh9lRlvtEHXq1b1P7RilWe0pithxgaA082iCjY9H1rhL8JiCxniwYlwIMfY/Pu84BaR478
 kY2dixoMlf2lMraQ7mYui2SbXc4FjvNku56+aookEKvzIRlzW0e3iIIPbd44qqR1Dd00rRaHd4nNX
 jlFHJ7Vq3L/7QOntbpi/pCRCG8KelMyqDPn5vfOk1hofxox/x6/DMPu3r0r6lwKnvolIi2r2lAtAR
 80wcxXdQ==;
Received: from authenticated-user by stravinsky.debian.org with esmtpsa
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;emollier@debian.org&gt;)
 id 1x2uKr-0008CZ-0W; Sat, 05 Sep 2026 17:37:49 +0000
Date: Sat, 5 Sep 2026 19:37:47 +0200
From: =?utf-8?Q?=C3=89tienne?= Mollier &lt;emollier@debian.org&gt;
To: Debian Bug Tracking System &lt;submit@bugs.debian.org&gt;
Subject: timg: ftbfs with openslide 4.0.1 in experimental
Message-ID: &lt;apxTanpoEDwJ5oef@emlwks999.eu&gt;
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha512;
 protocol=&quot;application/pgp-signature&quot;; boundary=&quot;JyfADGgqjMf448F0&quot;
Content-Disposition: inline
X-Reportbug-Version: 13.2.0+nmu1
X-Debian-User: emollier
Delivered-To: submit@bugs.debian.org

--JyfADGgqjMf448F0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

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 (mess=
age):
	  The following required packages were not found:
=09
	   - 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&lt;--------------8&lt;--------------8&lt;--------------8&lt;-------
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@
                debhelper-compat (=3D 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&lt;--------------8&lt;--------------8&lt;--------------8&lt;-------

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,  :)
--=20
  .''`.  =C3=89tienne Mollier &lt;emollier@debian.org&gt;
 : :' :  pgp: 8f91 b227 c7d6 f2b1 948c  8236 793c f67e 8f0d 11da
 `. `'   sent from /dev/pts/1, please excuse my verbosity
   `-

--JyfADGgqjMf448F0
Content-Type: application/pgp-signature; name=signature.asc

-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEj5GyJ8fW8rGUjII2eTz2fo8NEdoFAmqcU2oACgkQeTz2fo8N
Edp0zRAAhgWPmY8b3+6iBR++soZQ4AUTxTSX+Q7hpzCiDy2U/8dnEDrZiT4iUVqY
I73Wr8bXFBJWjIjErDa2wQaQsVIAcp+c+CBcCiEm9dEUW3FfPeU/FQIN0Z5Rip6L
q+E6kMJwZ1w5I4cXxNNbiJR3otP1zmCbLI1XJsOF8HaIK7eh7BE8RvArhPTdfWET
PTQe7oqeTpeZ5CuGK4NhcqKVMK53CBcxXzblUoh1E6cjRjWE92Ke1rJgF2Oo4/Nc
yRbAOfzOMSPrBt7ogHdRQXE3vWZDXZ29VxcLjzM5VqchcftwtGYNh0PsZww7u8Sa
h6OOJqseVJjFf+VUpbNLWt2fIRgFcLIOflNIOtmCpl+YS1IlfaWSOzU2ggOa//og
4M12hiJin7SVMjld6v8A20PGyiol41bgP5d07/EMBTX2UjxarU2aW4BT/fx0w/8u
qA7CxWQAcvcDhTcgWrvDQa/DdcIpChh7MzGNqswkEfzGZMIPDbWhKbRV8A3WlWc4
E0Phj79ay58+vC/Y4SPuG0hEuyUH4WWP0JindeXCaze75HHafpeN70372n3+K9gu
jbqBuzWwe/i1nkXrUY/wO6pugBH+u9YsYlpLNv1fJ9ML+yraHd/dvNDQjmSGvgcC
VzBkktsIWvx9UVk4iynVAGF2C1SAO9qFD3OULtQFYvuAWHnQ8j8=
=4WPB
-----END PGP SIGNATURE-----

--JyfADGgqjMf448F0--
]