You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dch is not included by default on minimal Raspbian installs; thus the "Building under bullseye, buster, or stretch" section should have devscripts added to the apt-get command:
But after that apt install command, i still get this:
dpkg-shlibdeps: error: no dependency information found for /usr/local/lib/arm-linux-gnueabihf/librtlsdr.so.0 (used by debian/dump1090-fa/usr/bin/dump1090-fa)
Hint: check if the library actually comes from a package.
dh_shlibdeps: error: dpkg-shlibdeps -Tdebian/dump1090-fa.substvars debian/dump1090-fa/usr/lib/dump1090-fa/starch-benchmark debian/dump1090-fa/usr/bin/view1090-fa debian/dump1090-fa/usr/bin/dump1090-fa returned exit code 255
dh_shlibdeps: error: Aborting due to earlier error
make: *** [debian/rules:69: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
after this command: dpkg-buildpackage -b --no-sign
bullseye as target
dch is not included by default on minimal Raspbian installs; thus the "Building under bullseye, buster, or stretch" section should have devscripts added to the apt-get command:
sudo apt-get install build-essential fakeroot debhelper librtlsdr-dev pkg-config libncurses5-dev libbladerf-dev libhackrf-dev liblimesuite-dev libsoapysdr-dev devscripts
The text was updated successfully, but these errors were encountered: