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

[Emc-developers] Bug#1012789: tk Img error while importing

2022-06-17 Thread Steffen Möller
The same error is triggered from within Tcl/Tk. LinuxCNC I do not think to be to blame. $ wish % package require Img couldn't load file "/usr/lib/tcltk/x86_64-linux-gnu/Img1.4.13/libtifftcl4.1.0.so": /usr/lib/tcltk/x86_64-linux-gnu/Img1.4.13/libtifftcl4.1 .0.so: undefined symbol: _TIFFsetString,

[Emc-developers] Bug#1012789: linucnc runtime prob with tiff is because of tiff

2022-06-17 Thread Steffen Möller
The problem is with the tiff library. On https://github.com/LinuxCNC/linuxcnc/pull/1700 it is explained how to install an earlier version from snapshot.debian.org To trigger the problem independently from linuxcnc, try $ wish % package require Img

[Emc-developers] tool database in python

2022-06-17 Thread Jose Luis
Hello, turboss here     Did a draft of Andy Pugh page on the wiki in python with sqlachemy. http://wiki.linuxcnc.org/cgi-bin/wiki.pl?ToolDatabase Relation between tables still not 100% done. Still need to figure the parts from linuxcnc like where i can get or put the data. Thanks.

[Emc-developers] [Hosted Weblate] New comment in LinuxCNC/LinuxCNC Documentation

2022-06-17 Thread Steffen Möller via Emc-developers
# Comment added [ smoe](https://hosted.weblate.org/user/smoe/ "Steffen Möller"): [Hosted Weblate](https://hosted.weblate.org) / [LinuxCNC](https://hosted.weblate.org/projects/linuxcnc/) / [LinuxCNC Documentation](https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/) /

Re: [Emc-developers] tool database in python

2022-06-17 Thread andy pugh
On Fri, 17 Jun 2022 at 17:07, Jose Luis wrote: > Still need to figure the parts from linuxcnc like where i can get or put > the data. Dewey added an interface. I'll be honest and say that it isn't how I would have done it. But I didn't do it so