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

Unmet dependencies on Debian Bullseye (11) #160

Closed
sv1 opened this issue Sep 28, 2021 · 3 comments
Closed

Unmet dependencies on Debian Bullseye (11) #160

sv1 opened this issue Sep 28, 2021 · 3 comments

Comments

@sv1
Copy link

sv1 commented Sep 28, 2021

Trying to compile latest code from github

$ dpkg-buildpackage -b
dpkg-buildpackage: info: source package dump1090-fa
dpkg-buildpackage: info: source version 7.0~dev
dpkg-buildpackage: info: source distribution UNRELEASED
dpkg-buildpackage: info: source changed by Oliver Jowett [email protected]
dpkg-buildpackage: info: host architecture i386
dpkg-source --before-build .
dpkg-checkbuilddeps: error: Unmet build dependencies: dh-systemd
dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
dpkg-buildpackage: warning: (Use -d flag to override.)

@makrsmark
Copy link

dh-systemd has been rolled into debhelper for bullseye. Not a permanent fix, but you can get it building by changing the dependencies.

sed -i  's/, dh-systemd/debhelper/' ./debian/control

@airvb
Copy link

airvb commented Oct 11, 2021

Hello,

Can you describe how to use yr fix ?

Thanks

dh-systemd has been rolled into debhelper for bullseye. Not a permanent fix, but you can get it building by changing the dependencies.

sed -i  's/, dh-systemd/debhelper/' ./debian/control

VirusPilot added a commit to b3nn0/ogn2dump1090 that referenced this issue Nov 16, 2021
@mutability
Copy link

dev branch has been updated to support bullseye

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

4 participants