Search Criteria
Package Details: linuxcnc 2.9.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linuxcnc.git (read-only, click to copy) |
---|---|
Package Base: | linuxcnc |
Description: | Controls CNC machines. It can drive milling machines, lathes, 3d printers, laser cutters, plasma cutters, robot arms, hexapods, and more (formerly EMC2) |
Upstream URL: | https://linuxcnc.org/ |
Keywords: | 3d cnc printing |
Licenses: | GPL2, custom: unredestributable |
Submitter: | GPereira |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 9 |
Popularity: | 0.000176 |
First Submitted: | 2018-11-24 01:49 (UTC) |
Last Updated: | 2025-03-07 18:42 (UTC) |
Dependencies (47)
- at-spi2-core (at-spi2-core-gitAUR)
- boost-libs
- bwidgetAUR
- cairo (cairo-gitAUR)
- dbus-python (python-dbus)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-macosAUR, freetype2-qdoledAUR, freetype2-gitAUR, freetype2-qdoled-aw3225qfAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- gobject-introspection-runtime
- gstreamer (gstreamer-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- harfbuzz (harfbuzz-gitAUR)
- libepoxy (libepoxy-gitAUR)
- libgpiod (libgpiod-gitAUR)
- librsvg (librsvg-gitAUR)
- libtirpc
- libusb (libusb-gitAUR)
- Show 27 more dependencies...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »
jkercher commented on 2023-04-26 15:15 (UTC)
@InnerBushman It looks like that issue is resolved on the 2.9 release. Your hack works for 2.8.x branches. Unfortunately, I currently do not have an Arch based system up so I cannot make that change. I will when I get my system back up.
InnerBushman commented on 2023-02-26 22:02 (UTC) (edited on 2023-02-26 22:07 (UTC) by InnerBushman)
The component for 6-axis wireless USB pendant is not being compiled:
The reason is GCC version is incorrectly checked with sort, which puts 12.x before 4.7 which is the minimal version. https://github.com/LinuxCNC/linuxcnc/blob/2.8/src/hal/user_comps/xhc-whb04b-6/Submakefile
I added this in line 49 of PKGBUILD to trick it to not skip it. Basically lied to it it needs version 10.
It's a dirty workaround before it gets fixed properly by someone more competent than me.
I also reported an issue on LinuxCNC github issue tracker: https://github.com/LinuxCNC/linuxcnc/issues/2364
Blazini36 commented on 2023-01-18 15:31 (UTC)
Bwidget package has permissions issues, had to add.. chmod -R 755 "${pkgdir}"/usr/lib/tcl8.6/* to PKGBUILD
Hydrated4431 commented on 2022-12-09 22:34 (UTC)
Even though I can see that Bwidget is clearly installed on my pc, it can't find it?
configure: error: BWidget not found! install with "sudo apt-get install bwidget"
Any ideas?
Blazini36 commented on 2022-10-17 02:14 (UTC)
Please update to 2.8.4
Also TCLLIBPATH is still a thing
InnerBushman commented on 2022-06-12 01:31 (UTC)
Hi everyone. Today, during the compilation it complained about missing libffi.so.7. Current version is 8. After manually installing version 7 of this lib the compilation continued until it failed on 'boost'. I've noticed i have two versions of boost installed. After removing the older one, the new one was rebuilt and the compilation finished.
The file /etc/profile.d/linuxcnc.sh contains ':' character that breaks the path for me. After removing it, everything works fine.
Cheers, Bushman
jkercher commented on 2022-04-29 14:08 (UTC)
@nmanarch That is the exact problem that the linuxcnc.sh script is supposed to fix. All it does is set an environment variable. See if setting that variable manually fixes your problem:
export TCLLIBPATH=/usr/lib/tcltk/linuxcnc
. If that works, then thelinuxcnc.sh
didn't wind up in/etc/profile.d
as it should have.@laserk3000 Applied your change, thank you!
nmanarch commented on 2022-04-22 02:20 (UTC) (edited on 2022-04-22 02:45 (UTC) by nmanarch)
Hi all. Many thanks to Laserk3000 for this trick that correct the end of the process for build/install
-Dm 644 "${srcdir}/${pkgname}-${pkgver}/src/linuxcnc.sh" -t "${pkgdir}/etc/profile.d/"
Thanks for maintaining the package.
But i have an error when starting linuxcnc:
can't find package Linuxcnc while executing "package require Linuxcnc " (file "/usr/share/linuxcnc/hallib/check_config.tcl" line 141) check_config validation failed LinuxCNC terminated with an error.
I have found this thread on linuxcnc saying blt-2.5 require .. i have test the package blt 2.4z-12 package of arch but nothing change / work..
https://forum.linuxcnc.org/51-ot-posts/39134-compiling-linuxcnc-on-slackware-some-warnings?start=10
Someone have solve this ? many thanks. have a nice day.
laserk3000 commented on 2022-02-05 23:43 (UTC)
Turned out I had libtirpc-compat installed. Removing it fixed the problem.
There were two more errors I encountered: 1)
boost-python2
is outdated and didn't match the system'sboost
version (1.76.0 vs 1.78.0). After manually compiling 1.78.0 ofboost-python2
it worked.2)
package()
failed aslinuxcnc.sh
couldn't be found. The corresponding line in thePKGBUILD
should read:Thanks for maintaining the package!
laserk3000 commented on 2022-02-05 15:53 (UTC)
Hi, I am getting an error during prepare:
Can someone help?
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »