Version 7.18.1-1 has problem extracting:
==> Validating source files with sha256sums...
sdrangel-2462-master.tar.gz ... Passed
==> Extracting sources...
-> Extracting sdrangel-2462-master.tar.gz with bsdtar
==> Starting prepare()...
ar: sdrangel_7.18.1-1_amd64.deb: No such file or directory
zstd: /*stdin*\: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
==> ERROR: A failure occurred in prepare().
Aborting...
Pinned Comments
olivierlm commented on 2022-03-15 12:05 (UTC) (edited on 2023-06-27 08:13 (UTC) by olivierlm)
This binary and its modules are originally built for Ubuntu 22.04, as such some modules require specific library version that might not match installed version. As a consequence, these modules will not be loaded. To debug such issues, run
sdrangel
in a term and watch for following errors at startup :If you need these modules, use the
sdrangel-git
AUR package instead or wait for the binary to use a more up-to-date version of the library.