Greetings all;

I've a cascade of scripts that build LinuxCNC on my rpi4, or did, but 
something has changed, and my make-debs, now bails out quickly.
I have a script that builds to the end of runtests, works fine, then the 
next one makes the debs, but its stopped working with this error chain:
==========================================
pi@rpi4:/media/pi/workspace $ ./make-deb.sh
make: *** No rule to make target 'clean'.  Stop.
uspace is accepted for compatibility, but ignored
successfully configured for 'uspace-Raspbian-10'..
dpkg-buildpackage: info: source package linuxcnc
dpkg-buildpackage: info: source version 1:2.9.0~pre0
dpkg-buildpackage: info: source distribution UNRELEASED
dpkg-buildpackage: info: source changed by Sebastian Kuzminsky 
<[email protected]>
dpkg-buildpackage: info: host architecture armhf
 dpkg-source --before-build .
 debian/rules build
# With debhelper 10 the --parallel becomes the default
dh build --parallel
dh: warning: Compatibility levels before 10 are deprecated (level 9 in 
use)
 fakeroot debian/rules binary
# With debhelper 10 the --parallel becomes the default
dh binary --parallel
dh: warning: Compatibility levels before 10 are deprecated (level 9 in 
use)
 dpkg-genbuildinfo --build=binary
 dpkg-genchanges --build=binary >../linuxcnc_2.9.0~pre0_armhf.changes
dpkg-genchanges: info: binary-only upload (no source code included)
 dpkg-source --after-build .
dpkg-buildpackage: info: binary-only upload (no source included)
dpkg-buildpackage: warning: not signing UNRELEASED build; use --force-
sign to override
pi@rpi4:/media/pi/workspace $ 
=============================================
the script:
cd /media/pi/workspace
cd bullseye-linuxcnc/
make clean
cd debian
./configure uspace
cd ..
dpkg-checkbuilddeps
dpkg-buildpackage -b -uc -nc
=============================================

What do I do when it can't even do a make clean?
It is booted to buster ATM.

This directory and the git clone in it were created while running 
bullseye, but would not build on bullseye due to changes caused by 
switching from python-3.7 on buster to python-3.9.2 in bullseye.

Thanks all.

Cheers, Gene Heskett.
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author, 1940)
If we desire respect for the law, we must first make the law respectable.
 - Louis D. Brandeis
Genes Web page <http://geneslinuxbox.net:6309/gene>





_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to