Bug#1080668: [Emc-developers] Bug#1080668: Missing Build-Depends on python3-setuptools

2024-10-21 Thread Petter Reinholdtsen
[Petter Reinholdtsen] > I drafted an adjusted attempt in > https://github.com/LinuxCNC/linuxcnc/pull/3158 >. The fix is now in 2.9 and master branches. I hope it work on all architectures and platforms. :) -- Happy hacking Petter Reinholdtsen

Bug#1080668: [Emc-developers] Bug#1080668: Bug#1080668: Missing Build-Depends on python3-setuptools

2024-10-20 Thread theman whosoldtheworld
thanks Il giorno dom 20 ott 2024 alle ore 18:50 Petter Reinholdtsen ha scritto: > > > I drafted an adjusted attempt in > https://github.com/LinuxCNC/linuxcnc/pull/3158 >. > > -- > Happy hacking > Petter Reinholdtsen > > > ___ > Emc-developers mailing li

Bug#1080668: [Emc-developers] Bug#1080668: Missing Build-Depends on python3-setuptools

2024-10-19 Thread Petter Reinholdtsen
I drafted an adjusted attempt in https://github.com/LinuxCNC/linuxcnc/pull/3158 >. -- Happy hacking Petter Reinholdtsen

Bug#1080668: [Emc-developers] Bug#1080668: Missing Build-Depends on python3-setuptools

2024-10-12 Thread theman whosoldtheworld
sorry at all ... i'm not developper but a bad user, so for 3 day try and try again to install over ubuntu 24 (I know the "devil" ... ) and linux mint 22 ... so I see these problem 2.9.3 have it ... but seems 2.10 is not affect, install on plain SO for 6 time on 2 different machine I3 11th and

Bug#1080668: Missing Build-Depends on python3-setuptools

2024-10-09 Thread stefanor
Hi Petter (2024.10.09_07:45:10_+) > Unfortunately, the change in src/configure.ac, where > > python3 -c 'import distutils.sysconfig; > print(distutils.sysconfig.get_python_lib())' > > was replaced with > > python3 -c 'import sysconfig; print(sysconfig.get_path("platlib"))' > > changes

Bug#1080668: Missing Build-Depends on python3-setuptools

2024-10-09 Thread Petter Reinholdtsen
A fix for this was implemented upstream in https://github.com/LinuxCNC/linuxcnc/commit/e2c10a8ac20c37c231367d3731c79846082b3a53 >. Unfortunately, the change in src/configure.ac, where python3 -c 'import distutils.sysconfig; print(distutils.sysconfig.get_python_lib())' was replaced with pyt