joecupano/SIGpi

sdrangel fails installation on RPI4

Closed this issue · 3 comments

uname -a
Linux SIGpi 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr  3 17:24:16 BST 2023 aarch64 GNU/Linux

During installation, I get an error because the existing dpkg does not support zst compression:

dpkg-deb: error: archive 'sdrangel_7.16.0-1_arm64.deb' uses unknown compression for member 'control.tar.zst', giving up

If I unpack it and repack it using xz, it installs fine but then it fails to launch:

sdrangelsrv: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by sdrangelsrv)
sdrangelsrv: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /usr/local/lib/sdrangel/libsdrbase.so)
sdrangelsrv: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /usr/local/lib/sdrangel/libsdrbase.so)
sdrangelsrv: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /usr/local/lib/sdrangel/libsdrbase.so)
sdrangelsrv: /lib/aarch64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /usr/local/lib/sdrangel/libsdrbase.so)

Am I missing something?

Thanks for the detail. You are not missing anything. I thought I squashed the not finding ZST even with libraries installed. Let me get back to you ASAP.

Cheers ! Will look to have the repo updated this week. Been sick past two weeks.

Deb packages fixed