Manjaro + LinuxCNC?
- eFalegname
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 253
- Thank you received: 30
15 Nov 2018 15:18 #120755
by eFalegname
Manjaro + LinuxCNC? was created by eFalegname
I've got to say that I'm very impressed of the work with Manjaro, at this moment Manjaro is in the first place in the ranking of
Distrowatch
, personally I'm trying it now, it is faster and more productive than Linuxmint, also more user-friendly. Definitively this is the way to go with Linuxcnc . In arch repositories you can find Linuxcnc simulation module, but Manjaro has a graphical interface so is possible to switch among several kernels including Real Time ones.
Is there anyone who has succeeded in installing and running LinuxCNC RTAI on Manjaro x 86?
Is there anyone who has succeeded in installing and running LinuxCNC RTAI on Manjaro x 86?
Please Log in or Create an account to join the conversation.
- eFalegname
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 253
- Thank you received: 30
16 Nov 2018 01:16 - 16 Nov 2018 02:22 #120802
by eFalegname
Replied by eFalegname on topic Manjaro + LinuxCNC?
Easy install...
Last edit: 16 Nov 2018 02:22 by eFalegname.
The following user(s) said Thank You: tommylight, pommen
Please Log in or Create an account to join the conversation.
- sage
- Offline
- New Member
Less
More
- Posts: 9
- Thank you received: 1
21 Aug 2019 21:12 #142741
by sage
Replied by sage on topic Manjaro + LinuxCNC?
First of all, thanks for the nice video.
I tried it with the command: pamac build linuxcnc to get it installed, which is pretty much the same. However, after lots of compilation, it ends up with the error message:
Building linuxcnc...
==> Making package: linuxcnc 2.7.14-2 (Do 22 Aug 2019 00:42:29 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
==> ERROR: /var/tmp/pamac-build-sage/linuxcnc/ is not a clone of git://github.com/LinuxCNC/linuxcnc.git
Aborting...
Anybody any idea what went wrong?
Thanks a lot.
I tried it with the command: pamac build linuxcnc to get it installed, which is pretty much the same. However, after lots of compilation, it ends up with the error message:
Building linuxcnc...
==> Making package: linuxcnc 2.7.14-2 (Do 22 Aug 2019 00:42:29 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
==> ERROR: /var/tmp/pamac-build-sage/linuxcnc/ is not a clone of git://github.com/LinuxCNC/linuxcnc.git
Aborting...
Anybody any idea what went wrong?
Thanks a lot.
Please Log in or Create an account to join the conversation.
- pl7i92
- Offline
- Platinum Member
Less
More
- Posts: 1875
- Thank you received: 354
22 Aug 2019 06:07 #142790
by pl7i92
Replied by pl7i92 on topic Manjaro + LinuxCNC?
yiu cand clone it to a temporay folder
you need a real one preferd in the main structure of the user directory HOME/user/linuxcncclone
you need a real one preferd in the main structure of the user directory HOME/user/linuxcncclone
Please Log in or Create an account to join the conversation.
- sage
- Offline
- New Member
Less
More
- Posts: 9
- Thank you received: 1
22 Aug 2019 09:51 #142825
by sage
Replied by sage on topic Manjaro + LinuxCNC?
OK, I changed the build directory in the pamac-manager AUR Settings to "/home/myUserName" (which is sage)
Same effect:
Preparing...
Cloning linuxcnc build files...
Checking linuxcnc dependencies...
Building linuxcnc...
==> Making package: linuxcnc 2.7.14-2 (Do 22 Aug 2019 13:32:54 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
==> ERROR: /home/sage/pamac-build/linuxcnc/ is not a clone of git://github.com/LinuxCNC/linuxcnc.git
Aborting...
The source URL in the PKGBUILD file seems to point to the right place. Or not?
source=($_gitname::"git://github.com/LinuxCNC/linuxcnc.git#tag=v$pkgver" 'linuxcnc.sh' 'libtirpc.patch')
Same effect:
Preparing...
Cloning linuxcnc build files...
Checking linuxcnc dependencies...
Building linuxcnc...
==> Making package: linuxcnc 2.7.14-2 (Do 22 Aug 2019 13:32:54 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
==> ERROR: /home/sage/pamac-build/linuxcnc/ is not a clone of git://github.com/LinuxCNC/linuxcnc.git
Aborting...
The source URL in the PKGBUILD file seems to point to the right place. Or not?
source=($_gitname::"git://github.com/LinuxCNC/linuxcnc.git#tag=v$pkgver" 'linuxcnc.sh' 'libtirpc.patch')
Please Log in or Create an account to join the conversation.
- rodw
- Offline
- Platinum Member
Less
More
- Posts: 10795
- Thank you received: 3556
22 Aug 2019 11:11 #142826
by rodw
Replied by rodw on topic Manjaro + LinuxCNC?
I recommend you stick to the default directory ~/linuxcnc-dev
Follow the docs (this link is assuming you are compiling master branch)
linuxcnc.org/docs/devel/html/code/building-linuxcnc.html
Follow the docs (this link is assuming you are compiling master branch)
linuxcnc.org/docs/devel/html/code/building-linuxcnc.html
Please Log in or Create an account to join the conversation.
- sage
- Offline
- New Member
Less
More
- Posts: 9
- Thank you received: 1
27 Aug 2019 14:24 #143325
by sage
Replied by sage on topic Manjaro + LinuxCNC?
I followed the docs in linuxcnc.org/docs/devel/html/code/building-linuxcnc.html
After successful cloning and ./autogen.sh, -/configure shows following error:
..
.....
checking version of python libraries... python3.7m
checking match between tk and Tkinter versions... 8.6
checking location of Python header files... /usr/include/python3.7m
checking for Python headers... -I/usr/include/python3.7m
checking for Python libraries... -lcrypt -lpthread -ldl -lutil
checking whether the Boost::Python headers are available... yes
checking for boost::python shared library...
configure: error: boost::python is required to build LinuxCNC
However, boost is installed:
sudo pacman -S boost
warning: boost-1.69.0-2 is up to date -- reinstalling
...
Still the same error;
checking for boost::python shared library...
configure: error: boost::python is required to build LinuxCNC
I can't find any package in any Arch Linux repository (core, extra community AUR...) named boost::python.
?
After successful cloning and ./autogen.sh, -/configure shows following error:
..
.....
checking version of python libraries... python3.7m
checking match between tk and Tkinter versions... 8.6
checking location of Python header files... /usr/include/python3.7m
checking for Python headers... -I/usr/include/python3.7m
checking for Python libraries... -lcrypt -lpthread -ldl -lutil
checking whether the Boost::Python headers are available... yes
checking for boost::python shared library...
configure: error: boost::python is required to build LinuxCNC
However, boost is installed:
sudo pacman -S boost
warning: boost-1.69.0-2 is up to date -- reinstalling
...
Still the same error;
checking for boost::python shared library...
configure: error: boost::python is required to build LinuxCNC
I can't find any package in any Arch Linux repository (core, extra community AUR...) named boost::python.
?
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19479
- Thank you received: 6532
27 Aug 2019 14:56 #143327
by tommylight
Replied by tommylight on topic Manjaro + LinuxCNC?
IRC it should be
Libboost-python
Libboost-python
Please Log in or Create an account to join the conversation.
- sage
- Offline
- New Member
Less
More
- Posts: 9
- Thank you received: 1
27 Aug 2019 15:23 #143328
by sage
Replied by sage on topic Manjaro + LinuxCNC?
IRC it should be
Libboost-python
??
There is boost and boost-libs. Both are installed. There is no such package called "libboost-python" in Arch Linux / Manjaro standard repos nor in AUR
Libboost-python
??
There is boost and boost-libs. Both are installed. There is no such package called "libboost-python" in Arch Linux / Manjaro standard repos nor in AUR
Please Log in or Create an account to join the conversation.
- sage
- Offline
- New Member
Less
More
- Posts: 9
- Thank you received: 1
27 Aug 2019 15:34 #143329
by sage
Replied by sage on topic Manjaro + LinuxCNC?
Linuxcnc-sim installs like charm with AUR just like in the above video.
Linuxcnc (without sim) does not. This is when the error accurs:
==> Retrieving sources...
==> ERROR: /home/user/pamac-build/linuxcnc/ is not a clone of git://github.com/LinuxCNC/linuxcnc.git
Aborting...
Maybe there is some error somewhere in the AUR PKGBUILD or something just missing.
Linuxcnc (without sim) does not. This is when the error accurs:
==> Retrieving sources...
==> ERROR: /home/user/pamac-build/linuxcnc/ is not a clone of git://github.com/LinuxCNC/linuxcnc.git
Aborting...
Maybe there is some error somewhere in the AUR PKGBUILD or something just missing.
Please Log in or Create an account to join the conversation.
Time to create page: 0.069 seconds