Search Criteria
Package Details: camotics-git r1012.8a867d3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/camotics-git.git (read-only, click to copy) |
---|---|
Package Base: | camotics-git |
Description: | 3-axis NC machining simulation software |
Upstream URL: | http://camotics.org/ |
Keywords: | CAM simulation |
Licenses: | GPL2 |
Conflicts: | camotics |
Provides: | camotics |
Submitter: | hpmachining |
Maintainer: | hpmachining |
Last Packager: | hpmachining |
Votes: | 3 |
Popularity: | 0.000028 |
First Submitted: | 2019-04-20 17:36 (UTC) |
Last Updated: | 2023-04-10 21:26 (UTC) |
Dependencies (9)
- cairo (cairo-gitAUR)
- desktop-file-utils (desktop-file-utils-gitAUR)
- qt5-websockets (qt5-websockets-gitAUR)
- v8-rAUR
- cbang-gitAUR (make)
- git (git-gitAUR, git-glAUR) (make)
- python-six (make)
- qt5-tools (make)
- scons (make)
Latest Comments
1 2 3 Next › Last »
hpmachining commented on 2024-01-19 15:45 (UTC) (edited on 2024-01-19 15:58 (UTC) by hpmachining)
@vami, I could not duplicate the issue. Did you rebuild cbang-git before trying to build camotics-git?
UPDATE: I see now that upstream has implemented your fix, which is why I could not duplicate the issue. Thanks for your help!
vami commented on 2024-01-18 22:10 (UTC)
Hello,
Recent compilation of
camotics
is failing on ArchLiux; I got an error with the following include file:I have notified upstream about the issue. In the meanwhile following workaround can be applied:
/opt/cbang/include/cbang/ApplicationMain.h
tries to include/opt/cbang/include/cbang/os/win/Win32EventLog.h
. By placing it in#ifdef
compilation runs fine. Here is a patch to work fix it:Hope this helps.
leyhal commented on 2023-09-04 12:01 (UTC)
It works for me now, thanks a lot!
hpmachining commented on 2023-09-03 18:39 (UTC)
I fixed the packaging on cbang-git. Try rebuilding cbang-git with the latest PKGBUILD. That should fix it.
leyhal commented on 2023-09-03 02:22 (UTC) (edited on 2023-09-03 02:25 (UTC) by leyhal)
After building cbang-git, the build for camotics-git is failing with the following error:
...
Could anyone provide some help? Thank you very much!
s218 commented on 2023-07-19 16:02 (UTC) (edited on 2023-07-19 16:03 (UTC) by s218)
Anyone who encountered the error should rebuild the package - cbang-git + camotics-git https://aur.archlinux.org/packages/cbang-git#comment-925246
hpmachining commented on 2023-07-19 16:01 (UTC)
I'm working on this, but I think you are going to have to re-build v8-r against the latest icu. It takes a long time to re-build, so I won't know for sure if there are any other issues until it is done. After re-building v8-r, build cbang-git then camotics-git.
hpmachining commented on 2023-05-09 16:41 (UTC) (edited on 2023-05-09 20:18 (UTC) by hpmachining)
pkgconf is part of the core arch installation, so it doesn't need to be listed as a dependency in the PKGBUILD.
Are you running an arch derivative or pure arch?
Did you try rebuilding freecad?
What do the following commands produce?
strings /usr/lib/libstdc++.so.6 | grep GLIBCXX_3.4.31
g++ --version
pacman -Qi freecad
s218 commented on 2023-05-09 16:09 (UTC) (edited on 2023-05-09 16:13 (UTC) by s218)
It turns out that the pkgconf dependency was missing - pkgconf
Camotics now runs and works, but FreeCAD that requires it for some reason swears -
Invalid version: 'camotics: /tmp/.mount_1.AppIQImND0/usr/lib/libstdc++.so.6: version
GLIBCXX_3.4.31' not found (required by /usr/lib/libv8_libplatform.so) camotics: /tmp/.mount_1.AppIQImND0/usr/lib/libstdc++.so.6: version
GLIBCXX_3.4.31' not found (required by /usr/lib/libv8.so) camotics: /tmp/.mount_1.AppIQImND0/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.31' not found (required by /usr/lib/libv8_libbase.so)' Traceback (most recent call last): File "<string>", line 160, in Initialize File "/tmp/.mount_1.AppIQImND0/usr/lib/python3.11/site-packages/packaging/version.py", line 52, in parse return Version(version) ^^^^^^^^^^^^^^^^ File "/tmp/.mount_1.AppIQImND0/usr/lib/python3.11/site-packages/packaging/version.py", line 198, in init raise InvalidVersion(f"Invalid version: '{version}'")Do we have any way to cheat the FC?
1 2 3 Next › Last »