Search Criteria
Package Details: superslicer-nightly-git 1:2.3.55.5.r12055.g4772f4ea66-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/superslicer-nightly-git.git (read-only, click to copy) |
|---|---|
| Package Base: | superslicer-nightly-git |
| Description: | G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.) — nightly dev_27_64 branch |
| Upstream URL: | https://github.com/supermerill/SuperSlicer |
| Licenses: | AGPL3 |
| Conflicts: | superslicer, superslicer-git, superslicer-prerelease |
| Provides: | superslicer |
| Submitter: | dflemstr |
| Maintainer: | dflemstr |
| Last Packager: | dflemstr |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2026-04-03 18:45 (UTC) |
| Last Updated: | 2026-09-12 04:10 (UTC) |
Dependencies (25)
- cgal (cgal-gitAUR)
- imath
- libboost_chrono.so (boost183-libsAUR, boost1.86-libsAUR, boost-libs)
- libboost_filesystem.so (boost183-libsAUR, boost1.86-libsAUR, boost-libs)
- libboost_locale.so (boost183-libsAUR, boost1.86-libsAUR, boost-libs)
- libboost_log.so (boost183-libsAUR, boost1.86-libsAUR, boost-libs)
- libboost_thread.so (boost183-libsAUR, boost1.86-libsAUR, boost-libs)
- libGLEW.so (glew-wayland-gitAUR, glew-gitAUR, glew, lib32-glew)
- libspnav (libspnav-gitAUR)
- nanosvg (nanosvg-gitAUR)
- nlopt
- opencascade (opencascade-gitAUR)
- openvdb
- python
- qhull
- slicer-udev
- wxwidgets-gtk3 (wxwidgets-gtk3-lightAUR, wxwidgets-gtk3-gitAUR)
- boost (boost-gitAUR) (make)
- cereal (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- Show 5 more dependencies...
Latest Comments
dflemstr commented on 2026-09-12 14:48 (UTC)
@dreieck thanks for the detailed reports, all addressed in 1:2.3.55.5.r12055.g4772f4ea66-1:
Out-of-date: the package now tracks
dev_27_64. That branch doesn't build on GCC 15 / Boost 1.9x out of the box, so there's a new0006-gcc-boost-build-fixes.patch(missing includes, removedboost::filesystem::copy_option, two constructs in the new plugin API headers that only MSVC accepts). The bundled C++ plugins (polyholes, dense infill, …) and the Python plugin loader get built too, sopythonis now a dependency.Crash on first start (
boost::filesystem::canonical: No such file or directory ... SuperSlicer_2.7.62.0-beta3+UNKNOWN): ondev_27_62,set_data_dir()rancanonical()on the new per-version config dir before creating it, so it only crashed on a fresh profile.dev_27_64no longer canonicalizes there, so the crash is gone with the branch switch (tested with an emptyXDG_CONFIG_HOME). The versioned directory name comes from upstream: each version gets its own config dir and offers to import settings from an older one on first start. I'd rather not diverge from upstream there; please raise it upstream if it bothers you.Missing
/usr/share/SuperSlicer/icons/SuperSlicer_logo.png: fixed, it's now copied fromSlic3r_logo.pnginprepare(). (That fix sat unpushed locally, sorry.)CMake warning noise: all three cmake invocations now pass
-Wno-author -Wno-policy -Wno-deprecated.libbgcode/heatshrink from the AUR: I've kept building them in
prepare()for now. SuperSlicer pins libbgcode to a specific commit (6f43cb0, indeps/+LibBGCode), while AURlibbgcodebuilds whatever is on master. Both end up statically linked, so they're build-time only, and bundling saves users two extra AUR builds. I've reworded the misleading "not in Arch repos" comment.Also fixed along the way:
opencascadewas a missing dependency (the STEP import wrapper links it), and the bundled AngelScript no longer installslibangelscript.a/angelscript.hinto /usr.dreieck commented on 2026-09-11 07:23 (UTC) (edited on 2026-09-11 08:04 (UTC) by dreieck)
When I run
superslicer(built from branchdev_27_62, as thisPKGBUILDcurrently does), it crashes withOf course, the mentioned directory/ file does not exist yet. But it should not crash on that but offer to create.
(And maybe use a filename that does not change with each upstream version?)
When I create that directory, startup further fails with
can't open file '/usr/share/SuperSlicer/icons/SuperSlicer_logo.png' (error 2: No such file or directory). It is missing from the installed package.Regards!
dreieck commented on 2026-09-11 05:36 (UTC) (edited on 2026-09-11 05:48 (UTC) by dreieck)
Your
PKGBUILDsaysBut
libbcodeis in the AUR, you can depend on and use that.Same for
heatshrink.Regards!
dreieck commented on 2026-09-11 05:16 (UTC)
build()emits a lot of CMake warnings likeTo not clutter the output (in fact, to be able to read the
build()messages at the beginning), can you addto the
cmakecommand line?Regards!