Re: [Emc-developers] Building LinuxCNC on Debian 10

2019-10-11 Thread Gene Heskett
On Wednesday 10 July 2019 18:33:15 John wrote: I know this is late, but its the only discussion I can find in this years emc tree. > Hi Seb, > > It never hurts to double tag team when wrestling a problem out. > > I think your correct that having yapps2-runtime | python-yapps for dev > is a

Re: [Emc-developers] Building LinuxCNC on Debian 10

2019-07-11 Thread andy pugh
Sort-of related to this, I very nearly managed to get LinuxCNC to work without python-glade2 (You can actually uninstall it and the stretch Live-CD works fine except for the configs that have Glade panels) There is a reasonably easy workaround:

Re: [Emc-developers] Building LinuxCNC on Debian 10

2019-07-11 Thread andy pugh
On Thu, 11 Jul 2019 at 07:32, Niemand Sonst wrote: > there is no need any more to depent on vte. > Building an (RTA) deb package gives the following output: dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/linuxcnc/usr/bin/halmeter debian/linuxcnc/usr/bin/halscope

Re: [Emc-developers] Building LinuxCNC on Debian 10

2019-07-11 Thread Gene Heskett
e GLADE editor. > > > > Chris M > > > > ____________ > > From: John Thornton > > Sent: July 9, 2019 4:19 PM > > To: EMC developers > > Subject: [Emc-developers] Building LinuxCNC on Debian 10 > > > > I've been working on

Re: [Emc-developers] Building LinuxCNC on Debian 10

2019-07-11 Thread schoone...@gmail.com
>> There was talk of sourceview2 not being available - that is much more serious. Yet again, just add it to your Buster repo for now, the sid version should work https://packages.debian.org/search?keywords=python-gtksourceview2 The other problem with gmoccapy is python-gst. AFAIR there is

Re: [Emc-developers] Building LinuxCNC on Debian 10

2019-07-11 Thread Niemand Sonst
will carry these libraries so we can back port them or maybe we can forward port them from older distributions like we do for the GLADE editor. Chris M From: John Thornton Sent: July 9, 2019 4:19 PM To: EMC developers Subject: [Emc-developers] Building LinuxCNC

Re: [Emc-developers] Building LinuxCNC on Debian 10

2019-07-10 Thread Chris Morley
more serious. Chris M From: Sebastian Kuzminsky Sent: July 10, 2019 7:18 PM To: Alec Ari via Emc-developers Subject: Re: [Emc-developers] Building LinuxCNC on Debian 10 On 7/10/19 12:20 PM, Alec Ari via Emc-developers wrote: > For python-vte, it's label

Re: [Emc-developers] Building LinuxCNC on Debian 10

2019-07-10 Thread John
Hi Seb, It never hurts to double tag team when wrestling a problem out. I think your correct that having yapps2-runtime | python-yapps for dev is a correct solution and I can test that on a fresh install in the morning. JT On 7/10/19 4:35 PM, Sebastian Kuzminsky wrote: On 7/10/19 2:59 PM,

Re: [Emc-developers] Building LinuxCNC on Debian 10

2019-07-10 Thread Sebastian Kuzminsky
On 7/10/19 2:59 PM, John Thornton wrote: I deleted yapps2-runtime from debian/control.top.in in the dev section as that is the only place grep can find yapps2-runtime and rebuilt. Now dev installs without complaining. I tested halcompile and it runs, is there anything else in dev besides

Re: [Emc-developers] Building LinuxCNC on Debian 10

2019-07-10 Thread John Thornton
I deleted yapps2-runtime from debian/control.top.in in the dev section as that is the only place grep can find yapps2-runtime and rebuilt. Now dev installs without complaining. I tested halcompile and it runs, is there anything else in dev besides halcompile? JT

Re: [Emc-developers] Building LinuxCNC on Debian 10

2019-07-10 Thread John Thornton
Thanks for sluthing that out Seb, someone one on the forum also said that gmoccapy imports vte but does not use it. JT On 7/10/2019 2:18 PM, Sebastian Kuzminsky wrote: On 7/10/19 12:20 PM, Alec Ari via Emc-developers wrote: For python-vte, it's labelled "debports'" not "backports" but either

Re: [Emc-developers] Building LinuxCNC on Debian 10

2019-07-10 Thread Sebastian Kuzminsky
On 7/10/19 12:20 PM, Alec Ari via Emc-developers wrote: For python-vte, it's labelled "debports'" not "backports" but either way, they don't make the package available through synaptic. Maybe need to modify sources.list or do it through the command line (like apt-get install -t debports

Re: [Emc-developers] Building LinuxCNC on Debian 10

2019-07-10 Thread Sebastian Kuzminsky
On 7/10/19 12:20 PM, Alec Ari via Emc-developers wrote: For python-vte, it's labelled "debports'" not "backports" but either way, they don't make the package available through synaptic. Maybe need to modify sources.list or do it through the command line (like apt-get install -t debports

Re: [Emc-developers] Building LinuxCNC on Debian 10

2019-07-10 Thread Alec Ari via Emc-developers
Hi, For python-vte, it's labelled "debports'" not "backports" but either way, they don't make the package available through synaptic. Maybe need to modify sources.list or do it through the command line (like apt-get install -t debports python-vte) I haven't looked into this much, but I haven't

Re: [Emc-developers] Building LinuxCNC on Debian 10

2019-07-10 Thread John Thornton
AFAIK backporting is getting a package from a newer version of Debian into an older version. We have the opposite problem. JT On 7/10/2019 7:40 AM, andy pugh wrote: On Wed, 10 Jul 2019 at 11:53, andy pugh wrote: https://packages.debian.org/search?keywords=python-vte Suggests that is it

Re: [Emc-developers] Building LinuxCNC on Debian 10

2019-07-10 Thread andy pugh
On Wed, 10 Jul 2019 at 11:53, andy pugh wrote: > > https://packages.debian.org/search?keywords=python-vte > > Suggests that is it still there in Sid. > https://wiki.debian.org/SimpleBackportCreation Might contain the answer for packaging. -- atp "A motorcycle is a bicycle with a pandemonium

Re: [Emc-developers] Building LinuxCNC on Debian 10

2019-07-10 Thread John Thornton
So much for memory, can't even walk from the beer cave to the machine shop without forgetting something. It's yapps2-runtime that's not in Debian 10. The only place I see it is in debian/control.top.in in the dev section. JT On 7/10/2019 5:53 AM, andy pugh wrote: On Wed, 10 Jul 2019 at

Re: [Emc-developers] Building LinuxCNC on Debian 10

2019-07-10 Thread schoone...@gmail.com
What is -vte used for? https://packages.debian.org/search?keywords=python-vte Suggests that is it still there in Sid. Hi Andy virtual terminal emulation Buster is full of holes currently, where packages in sid have not been back-ported. You should find that the kernel, gcc libc etc.

Re: [Emc-developers] Building LinuxCNC on Debian 10

2019-07-10 Thread John Thornton
Let's see if I push the right reply button this time and reply to the list... Trying to install dev and yapps2 is not available so one more for the list. I've not looked to see where it is used yet. JT On 7/10/2019 5:53 AM, andy pugh wrote: On Wed, 10 Jul 2019 at 03:31, Chris Morley

Re: [Emc-developers] Building LinuxCNC on Debian 10

2019-07-10 Thread John Thornton
From: John Thornton Sent: July 9, 2019 4:19 PM To: EMC developers Subject: [Emc-developers] Building LinuxCNC on Debian 10 I've been working on a Debian 10 setup and getting the preempt rt kernel is simple. However I ran into a couple of dependencies that can't be satisfied as they have been

Re: [Emc-developers] Building LinuxCNC on Debian 10

2019-07-10 Thread andy pugh
On Wed, 10 Jul 2019 at 03:31, Chris Morley wrote: > > Vte could be rmoved, other then it could break any custom screens in the > wild. > > What is -vte used for? https://packages.debian.org/search?keywords=python-vte Suggests that is it still there in Sid. -- atp "A motorcycle is a bicycle

Re: [Emc-developers] Building LinuxCNC on Debian 10

2019-07-09 Thread Chris Morley
: [Emc-developers] Building LinuxCNC on Debian 10 I've been working on a Debian 10 setup and getting the preempt rt kernel is simple. However I ran into a couple of dependencies that can't be satisfied as they have been dropped from Debian 10. python-gtksourceview2 used by: configs/apps/gladevcp

[Emc-developers] Building LinuxCNC on Debian 10

2019-07-09 Thread John Thornton
I've been working on a Debian 10 setup and getting the preempt rt kernel is simple. However I ran into a couple of dependencies that can't be satisfied as they have been dropped from Debian 10. python-gtksourceview2 used by: configs/apps/gladevcp/by-widget/sourceview.demo