[From nobody Tue May 26 11:07:09 2026
Received: (at submit) by bugs.debian.org; 6 Dec 2022 07:33:15 +0000
X-Spam-Checker-Version: SpamAssassin 3.4.6-bugs.debian.org_2005_01_02
 (2021-04-09) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-11.6 required=4.0 tests=BAYES_00,
 FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,FROMDEVELOPER,HAS_PACKAGE,
 HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,
 SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no
 version=3.4.6-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 14; hammy, 120; neutral, 38; spammy,
 0. spammytokens: hammytokens:0.000-+--sk:buildd.,
 0.000-+--UD:buildd.debian.org, 0.000-+--buildddebianorg,
 0.000-+--buildd.debian.org, 0.000-+--cmake
Return-path: &lt;mathieu.malaterre@gmail.com&gt;
Received: from mail-wm1-f51.google.com ([209.85.128.51]:56142)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_128_GCM:128)
 (Exim 4.94.2) (envelope-from &lt;mathieu.malaterre@gmail.com&gt;)
 id 1p2SS2-00A0WK-IU
 for submit@bugs.debian.org; Tue, 06 Dec 2022 07:33:15 +0000
Received: by mail-wm1-f51.google.com with SMTP id m19so10514326wms.5
 for &lt;submit@bugs.debian.org&gt;; Mon, 05 Dec 2022 23:33:14 -0800 (PST)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20210112;
 h=to:subject:message-id:date:from:mime-version:x-gm-message-state
 :from:to:cc:subject:date:message-id:reply-to;
 bh=xkTxiAUJu3tLLrWw9L2QLOgUUNlQhapmteug4dpE9xw=;
 b=puudXCFHk1cPC355Gcr3W54rjoQTGsZpIms04Ymc6lxU/vUvMnrCdQ2p82lfz4cKL1
 VS1yJyuWvjOFcjatJG8r42VjbiCF1bYffdQnpe6FeXaE2DF+riJeN+/SSeJoNwVKxQtL
 Ah3t1UT5OQtfUnYjU42y/JPHIh5LIEPget65kwcCKknr0Z/l0DYZFSMVTuKqASSXoBBV
 uoDs3athV9p5wovleNriXStw7IJ0vyzJio1I/LO9Lhccj+HyAUieMYknPj4HpjbNlGdL
 cmH8gDUvv5+wowhGhYPaZopmAntJEqVfwzxsm5VIAxI5N3LLppior3/kcJr/H2TA/usA
 pf8w==
X-Gm-Message-State: ANoB5pk3rhc9IaspciX39pn3X4jjN4wPdEvNNsH4q3rWo6MUriDh7bl3
 PMitAyrlNgku+NPpJuhbxCwydbRHkP54lbQI00gVw1tmETg=
X-Google-Smtp-Source: AA0mqf5susZPBqnIiHcdonuyWHM1Tj7a6hikrsMQZTrVlpmbEOCAAngQsmLUYXhQcINGrQ5rOr9vdcZM75Lzvs3DVEs=
X-Received: by 2002:a05:600c:654f:b0:3d0:67b7:4f14 with SMTP id
 dn15-20020a05600c654f00b003d067b74f14mr21881545wmb.61.1670311991221; Mon, 05
 Dec 2022 23:33:11 -0800 (PST)
MIME-Version: 1.0
From: Mathieu Malaterre &lt;malat@debian.org&gt;
Date: Tue, 6 Dec 2022 08:33:00 +0100
Message-ID: &lt;CA+7wUswwWLCxjL0D+z3rwoq6HokVp++zxOCFfFPRWXR9X+idPw@mail.gmail.com&gt;
Subject: dpkg-shlibdeps: error: no dependency information found for
 /usr/lib/x86_64-linux-gnu/libLLVM-14.so.1
To: Debian Bug Tracking System &lt;submit@bugs.debian.org&gt;
Content-Type: text/plain; charset=&quot;UTF-8&quot;
Delivered-To: submit@bugs.debian.org

Package: libllvm14
Version: 1:14.0.6-6

Here is what I get when I compile openvdb with cmake+rpath (default option):

```
   dh_shlibdeps -a -O--buildsystem=cmake
dpkg-shlibdeps: error: no dependency information found for
/usr/lib/x86_64-linux-gnu/libLLVM-14.so.1 (used by
debian/libopenvdb-tools/usr/bin/vdb_ax)
Hint: check if the library actually comes from a package.
```

Obviously there are plenty of fixes for me to hide the symptoms (*)
however it would be nicer to have the actual root issue fixed in
libllvm14 package directly (hence my bug report).

What is actually surprising is that it failed everywhere but arm64
(not sure if shlib handling is supposed to be different) :

* https://buildd.debian.org/status/logs.php?pkg=openvdb&amp;ver=10.0.0-8&amp;suite=experimental

Thanks

(*) https://stackoverflow.com/questions/11238134/dpkg-shlibdeps-error-no-dependency-information-found-for
]