Search Criteria
Package Details: linuxcnc-sim 2.7.15-1
Git Clone URL: | https://aur.archlinux.org/linuxcnc-sim.git (read-only, click to copy) |
---|---|
Package Base: | linuxcnc-sim |
Description: | It can interpret G-code and simulate a CNC machine (formerly EMC2). |
Upstream URL: | http://linuxcnc.org/ |
Licenses: | |
Submitter: | ivanovp |
Maintainer: | ivanovp |
Last Packager: | ivanovp |
Votes: | 13 |
Popularity: | 0.001034 |
First Submitted: | 2013-10-20 07:32 |
Last Updated: | 2020-10-18 05:03 |
Dependencies (17)
- bc (bc-gh)
- boost (boost-git)
- boost-libs (boost171, boost-libs-git)
- bwidget
- libtirpc (libtirpc-minimal-git)
- procps-ng (procps-ng-git, procps-ng-static, procps-ng-nosystemd, procps-ng-nosystemd-minimal-git)
- psmisc (psmisc-selinux)
- python2-gtkglext
- python2-imaging (python2-pillow)
- python2-yapps2
- tcl (tcl85, tcl-nothreading)
- tclx
- tk (tk85)
- tkimg
- xorg-server (xorg-server1.12, xorg-server-hwcursor-gamma, xorg-server1.19-git, xorg-server-notty, xorg-server-dev, xf86-input-evdev-git-surfacepen3, xf86-input-evdev-git, xorg-server-sd_notify, xorg-server-git, xorg-server-bug865, xorg-server-rootless-nosystemd-minimal, xorg-server-rootless-nosystemd-minimal-git, xorg-server-noudev)
- git (git-git) (make)
- intltool (make)
Latest Comments
1 2 3 4 5 Next › Last »
s218 commented on 2020-10-14 08:17
the program was downloaded, compiled and installed. Whenever I try to start, whatever I give the answer (yes. no.cansel), the program flies out and does not give any errors.
Three years ago, it was the same story -
https://archlinux.org.ru/forum/topic/17314/
linuxcnc LINUXCNC - 2.8.0 Machine configuration directory is '/home/u/linuxcnc/configs/sim.axis' Machine configuration file is 'axis.ini' 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. You can find more information in the log: /home/u/linuxcnc_debug.txt and /home/u/linuxcnc_print.txt as well as in the output of the shell command 'dmesg' and in the terminal
ls: You cannot access '/usr/share/linuxcnc/:q': There is no such file or directory
ve7it commented on 2020-10-14 05:57
Glad to see the update. It is not building on this generic arch box where the previous version was working fine.
[lg@Z77 Desktop]$ uname -a Linux Z77 5.8.14-arch1-1 #1 SMP PREEMPT Wed, 07 Oct 2020 23:59:46 +0000 x86_64 GNU/Linux
I am not well versed in the packaging details... perhaps someone could suggest tweaks I could try.
cheers Lawrence
archlute commented on 2020-06-24 19:55
same problem as with linuxcnc: error message:
Linking classicladder /usr/bin/ld: objects/hal/classicladder/files_project.o:/home/mike/AUR/linuxcnc/linuxcnc-sim/src/linuxcnc/src/hal/classicladder/files_project.c:159: multiple definition of `FileName'; objects/hal/classicladder/files.o:/home/mike/AUR/linuxcnc/linuxcnc-sim/src/linuxcnc/src/hal/classicladder/files.c:1298: first defined here collect2: Fehler: ld gab 1 als Ende-Status zurück make: *** [hal/classicladder/Submakefile:49: ../bin/classicladder] Fehler 1 ==> FEHLER: Ein Fehler geschah in build(). Breche ab...
christianlupus commented on 2020-04-03 09:13
@AlexParkhomenko You need to drop the
-i
in the command. This will not work.AlexParkhomenko commented on 2020-04-03 07:40
error: failed to commit transaction (conflicting files) linuxcnc-sim: /usr/bin/io exists in filesystem (owned by io)
FIX: sudo -i pacman -R io
s218 commented on 2020-01-23 18:33
On git upgrade to 2.7.15. Cheat installer by changing 14 to 15 does not get, falls, asks yapps2. And there is also version 2.8.
Floris commented on 2019-01-17 13:02
Hi guys, very nice work, but please can you release NativeCAM for Linuxcnc. I use Nativecam in combination with linuxcnc daily to make circular and square matrices, rotations, probe subroutines and other types of manipulations and all sort of 2D gcode creations, it is a promising conversational cam that is in constant development. Thank you! Floris note: my os is manjaro
ivanovp commented on 2018-12-31 06:40
@GPereira: yes, if you've got a realtime kernel (RTAI). But this PKGBUILD hasn't got dependency of an RTAI kernel (it works with the stock kernel), so this is only OK for simulation. That is the reason why I recommended to have linuxcnc (with RTAI dependency) and capability of control a real CNC and have linuxcnc-sim which uses the stock Linux kernel, but it can only simulate a machine. ~6 years ago there was a linux-rtai package, which extended the kernel with real-time API (https://www.rtai.org/). This package should be dependency of linuxcnc.
GPereira commented on 2018-12-31 02:42
The thing is this is not a simulator. It can send gcode to a CNC
ivanovp commented on 2018-11-24 05:52
@GPereira: In my opinion linuxnc should be the package which can control a real CNC machine, and the simulator should remain linuxcnc-sim.