mlat-client icon indicating copy to clipboard operation
mlat-client copied to clipboard

Debian 12 Build Issues...

Open JonFear opened this issue 2 years ago • 4 comments

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 [email protected] 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

JonFear avatar Aug 21 '23 17:08 JonFear

I have the same issue; Ubuntu 22.04LTS on RaspPi3

thetechhouse avatar Sep 24 '23 18:09 thetechhouse

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

thetechhouse avatar Sep 24 '23 20:09 thetechhouse

Full credit to 360radar.co.uk :) ^^

thetechhouse avatar Sep 24 '23 20:09 thetechhouse

Try the dev branch.,

mutability avatar Sep 25 '23 04:09 mutability