Linux CNC Errors when starting gmoccapy
14 Dec 2022 07:57 #259426
by rodw
Replied by rodw on topic Linux CNC Errors when starting gmoccapy
Guys, I don't use gmocappy. I can't help here. Its a matter for the gmocappy developers.
I tried a couple of things
I installed python3-pip
then did
pipe install PyOpenGL-accelerate
But it errored with
error: legacy-install-failure
So it must be Python 2 code at a guess.
Log an issue in git
I tried a couple of things
I installed python3-pip
then did
pipe install PyOpenGL-accelerate
But it errored with
error: legacy-install-failure
So it must be Python 2 code at a guess.
Log an issue in git
Please Log in or Create an account to join the conversation.
14 Dec 2022 08:04 #259431
by HansU
Replied by HansU on topic Linux CNC Errors when starting gmoccapy
@RyanB now you are at the same point where I am ....
Please Log in or Create an account to join the conversation.
14 Dec 2022 12:05 #259451
by rodw
Replied by rodw on topic Linux CNC Errors when starting gmoccapy
I was thinking that you maysolve the dependncy issue if you cloned the linuxcnc source and did the dependency checks per the Buiding linuxcnc chapter in the docs. you would just want to get the dependencies to see if gmocappy runs then.
Here is a guide I made
Here is a guide I made
Please Log in or Create an account to join the conversation.
14 Dec 2022 12:30 #259454
by HansU
Replied by HansU on topic Linux CNC Errors when starting gmoccapy
Good idea to get the missing dependencies making a detour and try to build from source on that platform.
Please Log in or Create an account to join the conversation.
28 Dec 2022 15:19 - 28 Dec 2022 15:20 #260472
by HansU
Replied by HansU on topic Linux CNC Errors when starting gmoccapy
Installing the dependencies which dpkg-checkbuilddeps gives me, doesn't solve this.
And when I run configure, i get the same problem as in forum.linuxcnc.org/9-installing-linuxcnc...n-issues-on-bookworm :
And when I run configure, i get the same problem as in forum.linuxcnc.org/9-installing-linuxcnc...n-issues-on-bookworm :
Warning: Spoiler!
checking for python3.11... python3.11
checking for main in -lpython3.11... no
checking for main in -lpython3.11m... no
checking for python3.10... (cached) python3.11
checking for main in -lpython3.11... (cached) no
checking for main in -lpython3.11m... (cached) no
checking for python3.9... (cached) python3.11
checking for main in -lpython3.11... (cached) no
checking for main in -lpython3.11m... (cached) no
checking for python3.8... (cached) python3.11
checking for main in -lpython3.11... (cached) no
checking for main in -lpython3.11m... (cached) no
checking for python3.7... (cached) python3.11
checking for main in -lpython3.11... (cached) no
checking for main in -lpython3.11m... (cached) no
checking for python3.6... (cached) python3.11
checking for main in -lpython3.11... (cached) no
checking for main in -lpython3.11m... (cached) no
checking for python3.5... (cached) python3.11
checking for main in -lpython3.11... (cached) no
checking for main in -lpython3.11m... (cached) no
checking for python3.4... (cached) python3.11
checking for main in -lpython3.11... (cached) no
checking for main in -lpython3.11m... (cached) no
checking for python3.3... (cached) python3.11
checking for main in -lpython3.11... (cached) no
checking for main in -lpython3.11m... (cached) no
checking for python3.2... (cached) python3.11
checking for main in -lpython3.11... (cached) no
checking for main in -lpython3.11m... (cached) no
checking for python3.1... (cached) python3.11
checking for main in -lpython3.11... (cached) no
checking for main in -lpython3.11m... (cached) no
checking for python3.0... (cached) python3.11
checking for main in -lpython3.11... (cached) no
checking for main in -lpython3.11m... (cached) no
checking for python2.7... (cached) python3.11
checking for main in -lpython3.11... (cached) no
checking for main in -lpython3.11m... (cached) no
checking for python2.6... (cached) python3.11
checking for main in -lpython3.11... (cached) no
checking for main in -lpython3.11m... (cached) no
checking for python2.5... (cached) python3.11
checking for main in -lpython3.11... (cached) no
checking for main in -lpython3.11m... (cached) no
checking for python2.4... (cached) python3.11
checking for main in -lpython3.11... (cached) no
checking for main in -lpython3.11m... (cached) no
checking for python2.3... (cached) python3.11
checking for main in -lpython3.11... (cached) no
checking for main in -lpython3.11m... (cached) no
checking for python2.2... (cached) python3.11
checking for main in -lpython3.11... (cached) no
checking for main in -lpython3.11m... (cached) no
checking for python2.1... (cached) python3.11
checking for main in -lpython3.11... (cached) no
checking for main in -lpython3.11m... (cached) no
checking for python... (cached) python3.11
checking for main in -lpython3.11... (cached) no
checking for main in -lpython3.11m... (cached) no
results of the Python check:
Binary: python3.11
Library: no
Include Dir: no
checking for python3.11... /usr/bin/python3.11
checking for python... (cached) /usr/bin/python3.11
checking for a version of Python >= '2.1.0'... yes
checking for the sysconfig Python package... yes
checking for Python include path... -I/usr/include/python3.11
checking for Python library path... -L/usr/lib/x86_64-linux-gnu -lpython3.11
checking for Python site-packages path... /usr/local/lib/python3.11/dist-packages
checking for Python platform specific site-packages path...
checking python extra libraries... -ldl -lm
checking python extra linking flags... -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions
checking consistency of all components of python development environment... no
configure: error: in `/home/cnc/linuxcnc/linuxcnc-2.9/src':
configure: error:
Could not link test program to Python. Maybe the main Python library has been
installed in some non-standard library path. If so, pass it to configure,
via the LIBS environment variable.
Example: ./configure LIBS="-L/usr/non-standard-path/python/lib"
============================================================================
ERROR!
You probably have to install the development version of the Python package
for your distribution. The exact name of this package varies among them.
============================================================================
Last edit: 28 Dec 2022 15:20 by HansU.
Please Log in or Create an account to join the conversation.
Time to create page: 0.069 seconds