We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Oliver
Long time no talk!
Trying to install on Deb 12 but get the following:
jon@knighton-gw:~/mlat-client$ dpkg-buildpackage -b -uc dpkg-buildpackage: info: source package mlat-client dpkg-buildpackage: info: source version 0.2.11 dpkg-buildpackage: info: source distribution stable dpkg-buildpackage: info: source changed by Oliver Jowett oliver.jowett@flightaware.com dpkg-buildpackage: info: host architecture amd64 dpkg-source --before-build . fakeroot debian/rules clean dh clean --with python3 dh: warning: Compatibility levels before 10 are deprecated (level 8 in use) dh: error: unable to load addon python3: Can't locate Debian/Debhelper/Sequence/python3.pm in @inc (you may need to install the Debian::Debhelper::Sequence::python3 module) (@inc contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.36.0 /usr/local/share/perl/5.36.0 /usr/lib/x86_64-linux-gnu/perl5/5.36 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.36 /usr/share/perl/5.36 /usr/local/lib/site_perl) at (eval 4) line 1. BEGIN failed--compilation aborted at (eval 4) line 1.
make: *** [debian/rules:36: clean] Error 255 dpkg-buildpackage: error: fakeroot debian/rules clean subprocess returned exit status 2
Help please! You know I am no good with this code stuff...
Thanks
Jon
The text was updated successfully, but these errors were encountered:
I have the same issue; Ubuntu 22.04LTS on RaspPi3
Sorry, something went wrong.
sudo apt-get install build-essential python-is-python3 debhelper python3-dev python3-requests python2
sudo apt-get install dh-python
dpkg-buildpackage -b -uc
Full credit to 360radar.co.uk :) ^^
Try the dev branch.,
No branches or pull requests
Hi Oliver
Long time no talk!
Trying to install on Deb 12 but get the following:
jon@knighton-gw:~/mlat-client$ dpkg-buildpackage -b -uc
dpkg-buildpackage: info: source package mlat-client
dpkg-buildpackage: info: source version 0.2.11
dpkg-buildpackage: info: source distribution stable
dpkg-buildpackage: info: source changed by Oliver Jowett oliver.jowett@flightaware.com
dpkg-buildpackage: info: host architecture amd64
dpkg-source --before-build .
fakeroot debian/rules clean
dh clean --with python3
dh: warning: Compatibility levels before 10 are deprecated (level 8 in use)
dh: error: unable to load addon python3: Can't locate Debian/Debhelper/Sequence/python3.pm in @inc (you may need to install the Debian::Debhelper::Sequence::python3 module) (@inc contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.36.0 /usr/local/share/perl/5.36.0 /usr/lib/x86_64-linux-gnu/perl5/5.36 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.36 /usr/share/perl/5.36 /usr/local/lib/site_perl) at (eval 4) line 1.
BEGIN failed--compilation aborted at (eval 4) line 1.
make: *** [debian/rules:36: clean] Error 255
dpkg-buildpackage: error: fakeroot debian/rules clean subprocess returned exit status 2
Help please! You know I am no good with this code stuff...
Thanks
Jon
The text was updated successfully, but these errors were encountered: