Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add devscripts for Debian/Raspbian for list of dependencies. #242

Open
apatheticposture opened this issue Jun 17, 2024 · 1 comment
Open

Comments

@apatheticposture
Copy link

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

@c3kkos
Copy link

c3kkos commented Sep 26, 2024

I thought i missed that.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants