Package Details: openscad-git r11416.f891a73-1

Git Clone URL: https://aur.archlinux.org/openscad-git.git (read-only, click to copy)
Package Base: openscad-git
Description: The programmers solid 3D CAD modeller
Upstream URL: https://github.com/openscad/openscad
Licenses: GPL2
Conflicts: openscad
Provides: openscad
Submitter: None
Maintainer: TurtleRuss
Last Packager: TurtleRuss
Votes: 21
Popularity: 0.56
First Submitted: 2011-02-25 03:29 (UTC)
Last Updated: 2025-03-07 18:08 (UTC)

Required by (24)

Sources (1)

Latest Comments

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

grunch commented on 2013-12-16 13:56 (UTC)

Anybody else reporting SIGSEGV with the current version(s) of openscad? I'm experiencing this when trying to Compile and Render (CGAL) any model. This happens with both the "openscad-git" and the "openscad" AUR packages. *And* it happens on my Gentoo installation with the same version of openscad. I'm thinking it's an upstream issue, but thought I would check here first.

jynnantonix commented on 2013-03-13 18:53 (UTC)

My mistake, eigen2 is in [extra]

jynnantonix commented on 2013-03-13 18:52 (UTC)

Dependency 'eigen' does not exist - it needs to be replaced with either eigen2 from [community] or eigen3 from the AUR. Openscad supports both of them. Also, you dont need '|| return 1' in your PKGBUILD. makepkg will automatically exit if there was an error in the build. And once pacman 4.1 comes out, you will no longer be allowed to access $pkgdir in the build() function

<deleted-account> commented on 2013-03-11 17:49 (UTC)

@nickoe Thanks for the report. I fixed the pkgbuild. It worked for me, after making sure I had recent versions of cgal, eigen and opencsg (they are all available via AUR). Please try again. Be aware this is a git build. Stuff can break upstream anytime.

nickoe commented on 2013-03-02 00:57 (UTC)

Update depend qt to qt4, according to https://www.archlinux.org/news/qt4-replaces-qt/ And I had to replace qmake with qmake-qt4 to make it _try_ to build. My build was not successfull at the moment.

mrbit commented on 2011-12-20 18:50 (UTC)

eigen ??? AUR???

<deleted-account> commented on 2011-12-19 14:57 (UTC)

@bukwirm I would not do this, it might lead to crashes. I guess what happened is actually you compiled openscad and then the boost-lib package was updated. Thus openscad lost the link to the old lib. You simply would have to recompile openscad again to get it linked (and more important compiled) against the newer lib version. Hope that helps

<deleted-account> commented on 2011-12-15 18:05 (UTC)

Linked /usr/lib/libboost_thread.so.1.47.0 to /usr/lib/libboost_thread.so.1.48.0 - probably not the best solution but it's working for now.

<deleted-account> commented on 2011-12-15 03:44 (UTC)

I am getting a runtime error: openscad: error while loading shared libraries: libboost_thread.so.1.47.0: cannot open shared object file: No such file or directory I do have libboost_thread.so.1.48.0 installed in /usr/lib.

<deleted-account> commented on 2011-11-08 05:45 (UTC)

@gatonero: Sorry did overlook your post. Should be ok now. There was a patch necessary previously due to some difference in library naming. Seems that changed over time. I uploaded a corrected version of PKGBUILD. Please try