Package: bpftrace
Version: 0.16.0-1+b1
Severity: important
X-Debbugs-Cc: phil...@marek.priv.at

    # bpftrace                                                                  
                                                                                
                                                           
    bpftrace: error while loading shared libraries: libclang-15.so.13: cannot 
open shared object file: No such file or directory

but

    # dpkg-query -l libclang1-15
    Desired=Unknown/Install/Remove/Purge/Hold
    | 
Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
    |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
    ||/ Name           Version      Architecture Description
    
+++-==============-============-============-=================================
    ii  libclang1-15   1:15.0.4-1   amd64        C interface to the Clang 
library

Please note that the dep list below shows libclang1-14,
but the error message requests libclang1-15.


This makes it work:

    # cd /usr/lib/x86_64-linux-gnu
    # ln -s libclang-15.so.15 libclang-15.so.13

-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 
'testing-debug'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.0.0-2-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8), 
LANGUAGE=de_AT:de
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages bpftrace depends on:
ii  libbpf1       1:1.0.1-2
ii  libbpfcc      0.24.0+ds-1+b1
ii  libc6         2.36-4
ii  libclang1-14  1:14.0.6-2
ii  libdw1        0.187-4
ii  libgcc-s1     12.2.0-9
ii  libllvm14     1:14.0.6-2
ii  libstdc++6    12.2.0-9

bpftrace recommends no packages.

bpftrace suggests no packages.

-- no debconf information

Reply via email to