Package Details: antimony-git 0.9.3b.r38.f6a56dd7-1

Git Clone URL: https://aur.archlinux.org/antimony-git.git (read-only, click to copy)
Package Base: antimony-git
Description: Graph-based 3D CSG CAD modeller
Upstream URL: http://www.mattkeeter.com/projects/antimony/3/
Licenses: MIT
Provides: antimony-git
Submitter: keenerd
Maintainer: plastik-flasche
Last Packager: plastik-flasche
Votes: 16
Popularity: 0.000000
First Submitted: 2015-05-29 15:35 (UTC)
Last Updated: 2024-04-24 22:00 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

seoka commented on 2016-05-08 09:34 (UTC) (edited on 2016-05-08 09:38 (UTC) by seoka)

thank you senden9, yes, I tried recompiling antimony many times (I even tried to use the antimony-git package instead!) And I also cannot see a difference between our linking tables. You can see mine at: https://gist.github.com/7948be99b9d3e39cff4d2de548f0b867 It still gives the same error output. Do you have any other suggestion?

senden9 commented on 2016-05-08 07:46 (UTC)

seoka: My version is linked to libboost_python3.so.1.60.0 and it works. To see my full linking table go to http://pastebin.com/6BbAy55w Have you tried just compile antimony again?

seoka commented on 2016-05-07 23:44 (UTC)

Hey, I got a little Problem with this Program, as it always tells me after starting "antimony: error while loading shared libraries: libboost_python3.so.1.59.0: cannot open shared object file: No such file or directory" but I got all Dependencies installed. actually I searched for this file and found a libboost_python3.so.1.60.0 . Linking the searched file to the existing one gave this error code: "$ antimony Traceback (most recent call last): File "/usr/local/bin/sb/fab/__init__.py", line 1, in <module> import fab.shapes as shapes File "/usr/local/bin/sb/fab/shapes.py", line 914, in <module> shape = triangle(0, 0, 0.35, 1, 0.1, 0) File "/usr/local/bin/sb/fab/shapes.py", line 136, in triangle max(x0, x1, x2), max(y0, y1, y2)) RuntimeError: Could not construct Shape object." Telling me on a error window: "Could not find fab Python module. Antimony will now exit." Hope you can help me....

evil-god commented on 2016-04-08 17:43 (UTC)

wrong path in PKGBUILD -sed -i 's|return path.join("/");|return "/usr/share/antimony/sb/nodes";|' app/src/app/app.cpp + sed -i 's|return path.join("/");|return "/usr/share/antimony/sb/nodes";|' app/app/app.cpp

keenerd commented on 2016-03-05 22:03 (UTC)

Those are pre-releases, I don't think they count.

senden9 commented on 2016-03-03 16:34 (UTC) (edited on 2016-03-03 19:25 (UTC) by senden9)

Thanks for the quick reply. I will try it later on an other PC with Archlinux. For the new release see [1]. There is a 0.9.0c tag and the download link on the release page also points to [2]. Edit: I fixed it. Pull request on GitHub: [3] [1] https://github.com/mkeeter/antimony/releases [2] https://github.com/mkeeter/antimony/archive/0.9.0c.tar.gz [3] https://github.com/mkeeter/antimony/pull/151

keenerd commented on 2016-03-03 15:55 (UTC) (edited on 2016-03-03 15:55 (UTC) by keenerd)

Works for me. (I would normally help you with debugging now, but I'm busy at the moment and you are being obnoxious by flagging something OOD that didn't have a new release.)

senden9 commented on 2016-03-03 15:47 (UTC)

Hi, i get a error about "isinf". It seems to declared in the scope. Searching for "error:" in the log to see the exact message. Log: http://pastebin.com/6JgamEGg Has anybody a idea to fix this? Or is it a error in the upstream repo?

lenzj commented on 2015-12-13 17:00 (UTC) (edited on 2015-12-13 17:02 (UTC) by lenzj)

I was getting the following error when starting antimony: This application failed to start because it could not find or load the Qt platform plugin "xcb". Further probing using ldd revealed: $ ldd /usr/lib/qt/plugins/platforms/libqxcb.so ... libxkbcommon-x11.so.0 => not found ... Installing libxkbcommon-x11 solved the issue. Looks like adding that lib as a dependency may be needed?

oberon2007 commented on 2015-10-28 19:03 (UTC)

A quite peculiar thing here: I have downloaded the sources with 'yaourt -G'. Now running makepkg creates a dir 'pkg' without ANY permission: drwxr-xr-x 5 user users 4096 28.10.2015 19:57 ./ drwxr-xr-x 6 user users 4096 28.10.2015 19:56 ../ drwxr-xr-x 7 user users 4096 28.10.2015 19:57 antimony/ d--------- 2 user users 4096 28.10.2015 19:57 pkg/ drwxr-xr-x 3 user users 4096 28.10.2015 19:56 src/ -rw-r--r-- 1 user users 434 17.07.2015 04:33 .AURINFO -rw-r--r-- 1 user users 1508 28.10.2015 19:56 PKGBUILD -rw-r--r-- 1 user users 478 28.10.2015 19:56 .SRCINFO Not sure if this is something to report on Github or if this has to do with the PKGBUILD ??