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.003440 |
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-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-pillow (python-pillow-gitAUR)
- python-yapps2AUR
- readline (readline-gitAUR)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-gitAUR, systemd-libs-fmlAUR, systemd-libs-selinuxAUR)
- tcl (tcl-fossilAUR, tcl84AUR)
- tk (tk-fossilAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR)
- 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 .. 3 4 5 6 7 8 9 Next › Last »
Tweety commented on 2022-01-17 16:50 (UTC) (edited on 2022-01-17 16:52 (UTC) by Tweety)
Hi jkercher
... you are my [code]-tag hero :)
Using the export within
.bashrc
is ok, allthough I modified the linuxcnc bin in the meantime to avoid systemwide path modifications. I guess that will be replaced when updating, but at the moment I am not able to build the package anymore. Didn't find the reason nor meaningfull error messages. Main difference is compiling the source with linux-rt. First build was with standard linux kernel.Is it not possible to check whether
TCLLIBPATH
is empty or not and put the ':' accordingly as a separator?jkercher commented on 2022-01-17 15:50 (UTC)
@Tweety, code blocks are done with backticks. 3 for a block, 1 for inline:
This may work, but it will only work in the current shell. You will need to add this to something like your
.bashrc
:I don't know what the AUR policy is toward modifying the users environment like that in PKGBUILD. I just added
python2-gobject
as a dependency.Tweety commented on 2022-01-09 12:39 (UTC) (edited on 2022-01-17 16:41 (UTC) by Tweety)
Hi all,
I was not able to run linuxcnc using a config-file (templates/self generated). For linuxcnc the error message was: "can't find package Linuxcnc while executing "package require Linuxcnc ... check_config.tcl" line 141)" I found a solution after hours, mentioned here: https://forum.linuxcnc.org/9-installing-linuxcnc/42143-solved-linuxcnc-on-arch
leading to change of Line 35 in PKGBUILD, prepare() section to
echo "export TCLLIBPATH=/usr/lib/tcltk/linuxcnc" > ${pkgname}.sh
Using the original syntax leads to:Where the ":" is the error source. In case the TCLLIBPATH was not set by any other process before it stays empty. Therefor it should be checked before the echo-statement to avoid a misplaced : . Just found this issue and solution, but don't know how to apply the change after installation now.
Second issue is the use of stepconf wizard. I had to install the additional package python2-gobject before stepconf showed up.
pacman -S python2-gobject
Dependency should be included.
Last one is about using Linuxcnc in LXQT Desktop. Unfortunately the menus are not nicely build in comparison to the official Debian build. Stepconf, docs and icons are not available. But that's a minor issue.
... and what the hack is the correct "code" tags here ?
jkercher commented on 2021-10-13 00:57 (UTC)
Now, you can use it for whatever reason you installed it for.
williamrm.ti commented on 2021-10-07 16:46 (UTC)
Yes, installed!! Version: python-setuptools 1:57.4.0-2
What to do now?
jkercher commented on 2021-10-07 13:31 (UTC)
@williamrm.ti Do you have python-setuptools installed? To check:
williamrm.ti commented on 2021-10-07 13:02 (UTC) (edited on 2021-10-07 13:10 (UTC) by williamrm.ti)
Error to compile LINUXCNC. Help-me please.
Lehmeier commented on 2021-05-19 14:13 (UTC)
Good day!
Since 2.12.2020 is the new 2.81 ( http://linuxcnc.org/downloads/ ) ready. Can you say when they will offer it for update ?
Sincerely
UweSauter commented on 2021-02-04 16:56 (UTC) (edited on 2021-02-04 17:40 (UTC) by UweSauter)
Would you mind extending the description of the various linuxcnc packages to include whether they are for use with a realtime kernel or with uspace?
EDIT: I can confirm that installing boost-python2 allows LinuxCNC to build successfully.
Fehlrersturm commented on 2021-01-31 14:17 (UTC)
@tellmi Installing https://aur.archlinux.org/packages/boost-python2/ fixed it for me @ragouel python2-boost seems to be a dependency
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 Next › Last »