On Sunday 13 October 2019 05:41:19 Gene Heskett wrote:

> I'm not a python expert by a long ways.
>
> I have built the linuxcnc-master, which is the development branch of
> linuxcnc, a machine control program to run most metal carving
> machines. Lathes, milling machines, anything you can motorize,
> LinuxCNC can run.
>
> This requires a preempt-rt kernel which I've managed to build and
> install, all on a pi-4b running raspbian buster, the armfh-v7l version
> of debian 10.1.
>
> But linuxcnc is quite elderly code, some of it going back to before
> there was a linux, so despite being actively developed right now for
> x86 type hardware but has quite a list of missing dependencies I
> cannot satisfy from the raspbian repos.
>
> They are:
>
> The following packages have unmet dependencies:
>  linuxcnc-uspace : Depends: python2.7-glade2 but it is not installable
> or 
 python-glade2 found it, installed it.
 Depends: 
> python-gtksourceview2
found it, installed it.
 Depends: 
> python-vte
didn't find it
 Depends: python-gst0.10 
didn't find it.
 Depends: python-xlib
found it, installed it.
 Depends: python-gtkglext1
found and installed.
 Depends: python-configobj
found and installed
 Recommends: hostmot2-firmware-all
found, installed

Went back to top of Building LinuxCNC from the wiki.
cd linuxcnc-dev/src
make clean
./autogen.sh
./configure --with-realtime=uspace
skipped make, sudo make setuid,source ../scripts/rip-environment, checked 
ulimit=unlimited
cd linuxcnc-dev/debian
./configure uspace
cd ..
dpkg-checkbuilddeps returns a null
dpkg-buildpackage -b -uc

an hour+ later it hangs building doc pdf's, can't convert this and 
that,can't find inkscape or imagemagick. Install them.

This is stuff that dpkg-checkbuilddeps SHOULD have reported if it wasn't 
dumber than a rock.

So it looks like I've wasted 2 hours and have got to start all over with 
a make  clean.  I have previously done the make, sudo make setuid, setup 
the rip-environment and done the runtests, which it pass without any 
raised eyebrows.  The result is the code on my web page thats dependency 
broken.

Do I have to do all that before issueing the
dpkg-buildpackage -b -uc? runtests takes about an hour by itself,

I ask because it appears the make etc, appears to do its own make and 
buildpackage ignores that, doing it all over again.

Thank you 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)
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-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to