Search Criteria
Package Details: linuxcnc-git 2.9.3.r2206.g93e0b80715-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/linuxcnc-git.git (read-only, click to copy) |
---|---|
Package Base: | linuxcnc-git |
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: | http://linuxcnc.org |
Keywords: | 3d cnc printing |
Licenses: | GPL-2.0-only |
Conflicts: | linuxcnc, linuxcnc-bin |
Provides: | linuxcnc |
Submitter: | ragouel |
Maintainer: | taotieren (FabioLolix) |
Last Packager: | taotieren |
Votes: | 1 |
Popularity: | 0.35 |
First Submitted: | 2020-10-25 19:13 (UTC) |
Last Updated: | 2024-10-14 18:22 (UTC) |
Dependencies (63)
- at-spi2-core (at-spi2-core-gitAUR)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- boost-libs
- cairo (cairo-gitAUR)
- 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)
- gstreamer (gstreamer-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- harfbuzz (harfbuzz-gitAUR)
- libepoxy (libepoxy-gitAUR)
- libmodbusAUR (libmodbus-gitAUR)
- librsvg (librsvg-gitAUR)
- libtirpc
- libusb (libusb-gitAUR)
- libx11 (libx11-gitAUR)
- libxext (libxext-gitAUR)
- Show 43 more dependencies...
Required by (1)
- linuxcnc-ethercat (requires linuxcnc)
Latest Comments
1 2 Next › Last »
FabioLolix commented on 2024-08-07 18:29 (UTC)
This depends on
editline
but it is not used instead ofreadline
From namcap
FabioLolix commented on 2024-07-21 12:34 (UTC)
Passing
-j$((1+$(nproc)))
to make is not welcome, see https://wiki.archlinux.org/title/Makepkg#Configuration for improving build times218 commented on 2024-02-25 14:11 (UTC)
Colleagues suggest a solution, current as of 2023-02-25 - https://archlinux.org.ru/forum/post/260534/ -
downgrade libgpiod 1.6.4.2
hersi commented on 2023-10-27 21:41 (UTC)
@chetanpm the
${sysconfdir}
by default points to${prefix}/etc
,$prefix
being/usr
. The/usr/lib/linuxcnc/realtime
script looks in$sysconfdir/linuxcnc
for thertapi.conf
, but it is in/etc/linuxcnc
, not in/usr/etc/linuxcnc
use this command to fix this for the time being:
sudo sed -i 's|\${prefix}/etc|/etc|' /usr/lib/linuxcnc/realtime
This should be fixed in the PKGBUILD by explicitly setting the
--sysconfdir=/etc
in the ./configure commandchetanpm commented on 2023-08-27 12:57 (UTC)
I get missing rtapi.conf error after choosing any sample configuration from linuxcnc configuragtion selector:
compose-mill% linuxcnc LINUXCNC - 2.10.0~pre0 Machine configuration directory is '/home/chetanpm/linuxcnc/configs/sim.axis' Machine configuration file is 'axis.ini' Starting LinuxCNC... Missing rtapi.conf. Check your installation. Realtime system did not load Shutting down and cleaning up LinuxCNC... Missing rtapi.conf. Check your installation. LinuxCNC terminated with an error. You can find more information in the log: /home/chetanpm/linuxcnc_debug.txt and /home/chetanpm/linuxcnc_print.txt as well as in the output of the shell command 'dmesg' and in the terminal
Any idea how to deal with it?
taotieren commented on 2023-07-24 02:01 (UTC)
@FabioLolix Yes. Has been added as a co-maintainer, your contribution is welcome. Thank you.
FabioLolix commented on 2023-07-16 14:56 (UTC)
@taotieren can you add as co-maintainer? There are several dependsmissing for building in clean chroot and I would like to harmonize source so I don't have to download the same git repo twice
MarsSeed commented on 2023-07-14 15:13 (UTC) (edited on 2023-07-14 18:31 (UTC) by MarsSeed)
You can use this enhanced
pkgver()
implementation to endure that '-textsuffix' parts of git tags (like '-pre0') get attached to the numeric versions without any separator characters.MarsSeed commented on 2023-07-14 09:52 (UTC)
Please change the pkgver from
2.10.0.pre0.*
to2.10.0pre0.*
.Because as per pacman's version comparison logic (
vercmp
):jkercher commented on 2023-07-13 20:37 (UTC)
@Fabio, I'm an idiot. I fundamentally didn't understand how "version control" packages work. Even though it says 2.8.0, it was pulling 2.10.0 (pre) from git.
@MarsSeed python2-imaging -> python2-pillow
1 2 Next › Last »