Search Criteria
Package Details: openscad-git r11829.7962867-1
Package Actions
| 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: | frysztak |
| Last Packager: | frysztak |
| Votes: | 24 |
| Popularity: | 1.16 |
| First Submitted: | 2011-02-25 03:29 (UTC) |
| Last Updated: | 2025-12-17 12:40 (UTC) |
Dependencies (27)
- boost-libs
- cgal (cgal-gitAUR)
- double-conversion (double-conversion-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-gitAUR, freetype2-macosAUR, freetype2-qdoledAUR, freetype2-qdoled-gen3AUR)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- gmp (gmp-hgAUR)
- harfbuzz (harfbuzz-gitAUR)
- lib3mf
- libzip (libzip-gitAUR)
- mpfr (mpfr-gitAUR)
- qscintilla-qt6
- qt6-5compat
- qt6-base (qt6-base-gitAUR, qt6-base-hifpsAUR, qt6-base-scrollfixAUR, qt6-base-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-base-headlessAUR)
- qt6-multimedia
- qt6-svg
- tbb (onetbb-gitAUR, onetbb)
- bison (byacc-bisonAUR, bison-gitAUR) (make)
- boost (boost-gitAUR) (make)
- Show 7 more dependencies...
Required by (25)
- freecad-git (requires openscad) (optional)
- freecad-linkstage3-git (requires openscad) (optional)
- freecad-weekly (requires openscad) (optional)
- gnome-thumbnailers-git (requires openscad) (optional)
- inkscape-paths2openscad (requires openscad) (optional)
- kibot (requires openscad)
- ooml-git (requires openscad) (optional)
- openscad-bosl (requires openscad)
- openscad-dotscad-git (requires openscad)
- openscad-lasercut-git (requires openscad)
- openscad-ldraw (requires openscad)
- openscad-libraries (requires openscad)
- openscad-list-compr-demos-git (requires openscad)
- openscad-mcad-dev-git (requires openscad)
- openscad-nopscadlib-git (requires openscad)
- openscad-round-anything (requires openscad)
- openscad-scad-utils-git (requires openscad)
- openscad-thread-profile-git (requires openscad)
- openscad-threadlib (requires openscad)
- openscad-threadlib-git (requires openscad)
- Show 5 more...
Latest Comments
1 2 3 4 5 6 .. 9 Next › Last »
sausix commented on 2026-01-03 16:51 (UTC)
If the Wayland issue is unfixable, here's a custom desktop file which you can place at
~/.local/share/applications/openscad.desktop:It forces OpenSCAD to XWayland on a pure Wayland system (
QT_QPA_PLATFORM=wayland) by default. You can right click and choose the default startup any time.Don't forget
update-desktop-databaseto apply or reboot.sausix commented on 2026-01-03 16:26 (UTC)
3D view doesn't show up on Plasma+Wayland+Nvidia.
I already tried moving away from EGL:
-DENABLE_EGL=OFF -DUSE_GLEW=ON. But only forced XWayland works for me:QT_QPA_PLATFORM=xcb openscadfrysztak commented on 2025-12-23 10:43 (UTC)
now that lib3mf
2.4.1-2has been released, openscad builds without any workaroundsaeonik commented on 2025-12-22 15:18 (UTC) (edited on 2025-12-22 15:18 (UTC) by aeonik)
@frysztak
I looked into this, apparently the root cause is: lib3mf 2.4.1-1 ships a broken pkg-config file.
On Arch, the installed file:
/usr/lib/pkgconfig/lib3mf.pccontains build-tree paths instead of install-tree paths:
Those directories do not exist on the system after installation.
The Arch lib3mf package needs to regenerate/install lib3mf.pc with:
My workaround without downgrading 3MF is as follows:
And ensure pkg-config sees it (Arch uses pkgconf) pkgconf does not search /usr/local by default. Build with:
frysztak commented on 2025-12-17 17:06 (UTC)
@mattaw it seems that
lib3mf 2.4.1-1breaks some CMake stuff, so until that's resolved all you do is to downgrade tolib3mfto2.3.2-3mattaw commented on 2025-12-17 15:33 (UTC) (edited on 2025-12-17 15:34 (UTC) by mattaw)
(This is my first AUR comment, hopefully its useful and at least semi-complete!)
I'm having an error about missing lib3MF after a clean build, but it is installed. Here are the prereqs successfully installed with yay -S openscad-git:
Part of compile log with error:
I'd include the full log, but it doesn't look like you can hide it or attach as a file.
TRex commented on 2025-12-03 23:10 (UTC)
Just installed this package on a new installation. It requires flex and bison to be installed - should be added to the deps.
frysztak commented on 2025-11-07 15:12 (UTC)
@gmhh, I added ".git", thanks @MrClear, you should report it upstream (though I think someone already did: https://github.com/openscad/openscad/issues/6243)
MrClear commented on 2025-11-07 12:26 (UTC) (edited on 2025-11-07 12:26 (UTC) by MrClear)
After last system update, I cannot see anything in the OpenSCAD view. Not even the axis. Same with openscad-qt6-git. openscad from extra works but is hopelessly outdated. openscad-snapshot-appimage works too but doesn't find the installed libraries.
This is the stderr output:
gmhh commented on 2025-10-06 21:36 (UTC)
I cannot get this to build without editing
into the PKGBUILD script as in @rc.poison 's comment
I get an error that I'm not on a branch if don't, but it builds perfectly fine if I do.
If I use an aur helper like yay, I get :
1 2 3 4 5 6 .. 9 Next › Last »