[From nobody Fri Aug 21 16:17:08 2026
Received: (at submit) by bugs.debian.org; 20 Aug 2026 12:58:33 +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=-18.9 required=4.0 tests=BAYES_00,
 BODY_INCLUDES_PACKAGE,FOURLA,HAS_PACKAGE,NO_RELAYS,XMAILER_REPORTBUG
 autolearn=ham autolearn_force=no
 version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 23; hammy, 150; neutral, 80; spammy,
 0. spammytokens: hammytokens:0.000-+--XDebbugsCc,
 0.000-+--X-Debbugs-Cc, 0.000-+--H*Ad:N*Bug, 0.000-+--HTo:N*Debian,
 0.000-+--forky
Return-path: &lt;Fernando.Hueso@uv.es&gt;
Received: via submission by buxtehude.debian.org with esmtp (Exim 4.96)
 (envelope-from &lt;Fernando.Hueso@uv.es&gt;) id 1wx2Lo-005XWi-2p
 for submit@bugs.debian.org; Thu, 20 Aug 2026 12:58:33 +0000
Content-Type: text/plain; charset=&quot;us-ascii&quot;
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Fernando Hueso &lt;Fernando.Hueso@uv.es&gt;
To: Debian Bug Tracking System &lt;submit@bugs.debian.org&gt;
Subject: libteem-dev: TeemLibraryDepends.cmake points to wrong location
Message-ID: &lt;178723070981.475.2184525914199007523.reportbug@b0baa5ee3912&gt;
X-Mailer: reportbug 13.2.0+nmu1
Date: Thu, 20 Aug 2026 12:58:29 +0000
Delivered-To: submit@bugs.debian.org

Package: libteem-dev
Version: 1.12.0~20160122-8
Severity: important
X-Debbugs-Cc: Fernando.Hueso@uv.es

Dear Maintainer,

after installing libteem-dev
I checked that libteem.so.1.12.0 is installed in /usr/lib

I then created a simple CMakeLists.txt with the content:

cmake_minimum_required(3.20)
find_package(Teem REQUIRED)

which fails upon configure with the following error:

CMake Error at /usr/lib/Teem-1.12.0/TeemLibraryDepends.cmake:91 (message):
  The imported target &quot;teem&quot; references the file
     &quot;/usr/lib/Teem-1.12.0/libteem.so.1.12.0&quot;
  but this file does not exist.  Possible reasons include:
  * The file was deleted, renamed, or moved to another location.
  * An install or uninstall procedure did not complete successfully.
  * The installation package was faulty and contained
     &quot;/usr/lib/Teem-1.12.0/TeemLibraryDepends.cmake&quot;
  but not all the files it references.

It seems a symbolic link to /usr/lib is missing.

-- System Information:
Debian Release: forky/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 5.14.0-611.45.1.el9_7.x86_64 (SMP w/64 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect

Versions of packages libteem-dev depends on:
ii  libteem2  1.12.0~20160122-8

libteem-dev recommends no packages.

libteem-dev suggests no packages.

-- no debconf information
]