tiann / eadb

eBPF Android Debug Bridge
Apache License 2.0
452 stars 57 forks source link

博主有没有计划更新debian12的relase #27

Open oraSC opened 2 months ago

oraSC commented 2 months ago

目前安装0.21.x之后的bpftrace版本遇到很多底层库版本对不上的问题:

root@localhost:/# dpkg -i bpftrace_0.21.2-1_arm64.deb 
(Reading database ... 42363 files and directories currently installed.)
Preparing to unpack bpftrace_0.21.2-1_arm64.deb ...
Unpacking bpftrace (0.21.2-1) over (0.21.2-1) ...
dpkg: dependency problems prevent configuration of bpftrace:
 bpftrace depends on libbpf1 (>= 1:0.7.0); however:
  Package libbpf1 is not installed.
 bpftrace depends on libbpfcc (>= 0.30.0+ds); however:
  Version of libbpfcc on system is 0.18.0+ds-2.
 bpftrace depends on libc6 (>= 2.38); however:
  Version of libc6:arm64 on system is 2.31-13+deb11u10.
 bpftrace depends on libclang1-17t64 (>= 1:9~svn359771-1~); however:
  Package libclang1-17t64 is not installed.
 bpftrace depends on libelf1t64 (>= 0.142); however:
  Package libelf1t64 is not installed.
 bpftrace depends on libllvm17t64; however:
  Package libllvm17t64 is not installed.
 bpftrace depends on libstdc++6 (>= 13.1); however:
  Version of libstdc++6:arm64 on system is 10.2.1-6.

dpkg: error processing package bpftrace (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 bpftrace

当前应该是debian11:

root@localhost:/# cat /etc/os-release 
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
oraSC commented 2 months ago

有什么办法可以构建新版本的debain吗?