Hi andy (2024.10.16_18:36:34_+)
> On Wed, 9 Oct 2024 at 17:23, wrote:
>
> > python3 -c 'import sysconfig; print(sysconfig.get_path("platlib",
> > "deb_system"))'
>
> I tried this, it prompted this bug report from an OpenSUSE user.
> https://github.com/Eckeneckepen/linuxcnc/commit/fa2bfe0cd
On Wed, 9 Oct 2024 at 17:23, wrote:
> python3 -c 'import sysconfig; print(sysconfig.get_path("platlib",
> "deb_system"))'
I tried this, it prompted this bug report from an OpenSUSE user.
https://github.com/Eckeneckepen/linuxcnc/commit/fa2bfe0cd4eecd1d06d9ca548e4cb852aad67053#commitcomment-14801
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
You could try install the dependencies following the instructions from
the section "Building LinuxCNC".
I did that and built LinuxCNC on Ubuntu 24 and it was straight forward
without problems. I only had to install two additional runtime-packages.
Am 12.10.24 um 11:16 schrieb theman whosoldthew
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
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
On Thu, 5 Sept 2024 at 16:06, wrote:
> This package failed build from source when test-built against a version of
> dh-python without a python3-setuptools dependency.
>
> distutils is no longer part of the Python standard library, since 3.12. But a
> minimal version of it becomes available when t
Looking through the code, distutils only seems to be used by
./share/qtvcp/panels/test_panel/test_panel_handler.py
Maybe it would be easier to just not use it?
On Thu, 5 Sept 2024 at 16:06, wrote:
>
> Source: linuxcnc
> Version: 2.9.3-1
> Severity: important
> User: debian-pyt...@lists.debian.or
Source: linuxcnc
Version: 2.9.3-1
Severity: important
User: debian-pyt...@lists.debian.org
Usertags: dh-python-no-setuptools
Tags: sid, trixie
This package failed build from source when test-built against a version of
dh-python without a python3-setuptools dependency.
distutils is no longer part