Search Criteria
Package Details: linuxcnc 2.9.3-3
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.002381 |
First Submitted: | 2018-11-24 01:49 (UTC) |
Last Updated: | 2024-08-09 08:09 (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-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- 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, glibc-eac-binAUR, glibc-eac-rocoAUR)
- gobject-introspection-runtime (gobject-introspection-runtime-gitAUR)
- gstreamer (gstreamer-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- harfbuzz (harfbuzz-gitAUR)
- libepoxy (libepoxy-gitAUR)
- libgpiod (libgpiod-gitAUR)
- librsvg (librsvg-gitAUR)
- libtirpc
- libusb (libusb-gitAUR)
- libx11 (libx11-gitAUR)
- libxext (libxext-gitAUR)
- libxft (libxft-gitAUR)
- libxinerama (libxinerama-randr-gitAUR)
- libxmu
- libxss
- pango (pango-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-cairo (python-cairo-gitAUR)
- python-configobj
- python-gobject (python-gobject-gitAUR)
- python-matplotlib (python-matplotlib-gitAUR)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- python-pillow (python-pillow-gitAUR)
- python-yapps2AUR
- readline (readline-gitAUR)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-selinuxAUR, sysupdated-systemd-libs-gitAUR, systemd-libs-gitAUR, systemd-libs-fmlAUR)
- tcl (tcl-fossilAUR, tcl84AUR)
- tk (tk-fossilAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- asciidoc (asciidoc-gitAUR) (make)
- boost (boost-gitAUR) (make)
- glu (glu-gitAUR) (make)
- intltool (make)
- procps-ng (procps-ng-gitAUR, busybox-coreutilsAUR) (make)
- psmisc (psmisc-selinuxAUR) (make)
- tclxAUR (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »
jkercher commented on 2023-08-26 16:29 (UTC)
@chetanpm
Did you try this solution:
chetanpm commented on 2023-08-26 15:48 (UTC)
https://aur.archlinux.org/packages/linuxcnc#comment-914603 I'm getting the same error when starting axis. I tried with 2.10 pre aur package too with the same error. I tried on linux-rt-lts 6.1 as well as mainline kernel 6.4 Does anybody know the solution to make it run?
MarsSeed commented on 2023-07-10 14:56 (UTC) (edited on 2023-07-10 14:57 (UTC) by MarsSeed)
Please change depend
python2-imaging
to its drop-in continuation forkpython2-pillow
.Imaging is dead since 2009.
jkercher commented on 2023-06-02 04:40 (UTC)
@Tweety
I just built this myself with no issues.
However, I don't see this having anything to do with the real-time kernel. I've seen these kind of errors popup due to weird ordering in the linking step. Unfortunately, the link ordering does matter.
Without being able to replicate the error, this is hard to track down. But, we can see that this is an error building
milltask
. Insrc/emc/task/Submakefile
, try switching the order of the link step:Tweety commented on 2023-05-14 15:29 (UTC)
Hi jkercher,
thanks for your reply.
I did a yay -Syu and tons of time went by since then. Result is a running 2.8.4.
As for khvalera I added the export line into /usr/bin/linuxcnc and everything is ok now.
... how dare you not having arch installed ...
greez2all Tweety
jkercher commented on 2023-05-13 13:51 (UTC)
@khvalera There is a file in the repo that is supposed to get put into
/etc/profile.d
that doesn't appear to work. Unfortunately, I don't have an Arch Linux installation running to investigate why that is. There is an environment variable you need to set. For now, I would recommend just adding this to~/.profile
:@tweety Is that the only linker error you are getting? It got to the linking step which would imply that you have boost python dependency installed. If that is the only error, either your package needs to be updated or something recently got deprecated. If there are actually a whole slew of errors like this, then
make
never found the library in the first place. In that case, you may need to go hunt down thelibboost-python*.so
library and add that to the Makefile manually.Tweety commented on 2023-05-13 10:01 (UTC) (edited on 2023-05-13 10:02 (UTC) by Tweety)
Hi there,
tried to get it running with linux-6.2.0.3.realtime1-4-rt Kernel. But it stops during make with that message. No clue how to handle that error. Any hints?
Greez2all Tweety
khvalera commented on 2023-05-12 17:13 (UTC) (edited on 2023-05-12 17:18 (UTC) by khvalera)
On startup I get the following error:
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
« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »