Re: [Emc-developers] Bug#1012789: linuxcnc-uspace: Linux CNC will not start

2022-06-17 Thread Steffen Möller
The problem was also reported on https://forum.linuxcnc.org/9-installing-linuxcnc/45634-current-master-2-9-building-debs-error and I can confirm this locally. Above URL points to my changes to debian/rules in https://github.com/LinuxCNC/linuxcnc/pull/1700 that have not yet been merged with master.

Re: [Emc-developers] Bug#1012789: linuxcnc-uspace: Linux CNC will not start

2022-06-14 Thread Vector Hasting
Thanks again, Andy! On the debian error board, https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1012789 Jeff Epler responded that this may be an OpenGL issue. Indeed, I went looking and I cannot run glxgears on my system, so I think it would be fair to say that OpenGL is a dependency beyond the

Re: [Emc-developers] Bug#1012789: linuxcnc-uspace: Linux CNC will not start

2022-06-14 Thread andy pugh
On Tue, 14 Jun 2022 at 23:14, Vector Hasting wrote: > I searched the debian repository and nothing by the name of libtiffcl4 exists: I assume that it is a part of something else. I do have something close on my Buster installation: andypugh@buster:~/linuxcnc-dev/src$ sudo find / -name libtifft

Re: [Emc-developers] Bug#1012789: linuxcnc-uspace: Linux CNC will not start

2022-06-14 Thread Dewey Garrett
libtiff5 seems to be missing in list of installed packages Ref: $ lsb_release -dr Description: Debian GNU/Linux bookworm/sid Release: 11.3 $ dpkg -l linuxcnc-uspace|grep ii ii linuxcnc-uspace 2.9.0~pre0+git20220402.2500863908-4 amd64 motion controller for CNC machines and robots $ apt-cac

Re: [Emc-developers] Bug#1012789: linuxcnc-uspace: Linux CNC will not start

2022-06-14 Thread andy pugh
On Tue, 14 Jun 2022 at 14:49, Vector Hasting wrote: > _tkinter.TclError: couldn't load file > "/usr/lib/tcltk/aarch64-linux-gnu/Img1.4.13/libtifftcl4.1.0.so": > /usr/lib/tcltk/aarch64-linux-gnu/Img1.4.13/libtifftcl4.1.0.so: undefined > symbol: _TIFFsetString, version LIBTIFF_4.0 This looks to