@kjkent I don't have anything NV to test it. Any output? Does it work, if open orcaslicer directly?
Edit: Did you install the optional dependencies? mesa, mesa-utils and nvidia-utils?
Git Clone URL: | https://aur.archlinux.org/orca-slicer-git.git (read-only, click to copy) |
---|---|
Package Base: | orca-slicer-git |
Description: | G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) |
Upstream URL: | https://github.com/SoftFever/OrcaSlicer |
Keywords: | 3dprint gcode orca orca-slicer orcaslicer slic3r slicer stl |
Licenses: | AGPL-3.0-only |
Conflicts: | orca-slicer |
Provides: | orca-slicer |
Submitter: | lod |
Maintainer: | lod |
Last Packager: | lod |
Votes: | 7 |
Popularity: | 1.45 |
First Submitted: | 2024-09-05 15:39 (UTC) |
Last Updated: | 2025-09-03 12:55 (UTC) |
@kjkent I don't have anything NV to test it. Any output? Does it work, if open orcaslicer directly?
Edit: Did you install the optional dependencies? mesa, mesa-utils and nvidia-utils?
@lod right you are, thanks & sorry for the noise. In lieu of a reply from @FloFoxcorner regarding NVIDIA & Wayland; unfortunately, on my machine at least, the wrapper script causes orca-slicer to crash as soon as the GUI loads.
@kjkent just try again. It downloaded the file but the checksum didn't check out at first. Probably just a glitch in the Matrix. That it can't find the right OpenSSL version is just a info massage. No worries this is intentional.
I'm getting the same error as @RainOrigami -- it seems something during cmake
's deps download process is triggering a 503 HTTP error from GitHub.
I'm unsure what it could be. I thought rate-limiting, but using curl -LO
to download a failed file succeeds immediately after the build fails. Looking through the logs, there's an error about an unsuitable version of OpenSSL (required range: 1.1 to < 3.2), and warnings about compiling static libs.
Here's a full build log if it's of any help!
Package fails to build:
submodule path '3rdparty/catch': checked out 'ee4acb6ae6e32a02bc012d197aa82b1ca7a493ab'
Submodule path 'src/expat': checked out 'adaa0c379b92fb962db0dd8363c1e4e2d4e7a060'
Submodule path 'src/jpeg': checked out '852493611506076fd9ad931d35bf1c3cc5b5a9c3'
Submodule path 'src/png': checked out '9853c67ab43053b1bbe05edde3dc12854d48b158'
Submodule path 'src/tiff': checked out '28ce1ef089a099334920a2d12698fa6354e30247'
Submodule path 'src/zlib': checked out '5888671274cde770edbe683b435f052de2b03681'
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
Aborting...
-> error making: orca-slicer-git-exit status 4
Please let me know if there is a log file that contains more information to help solve this issue.
@DarioP thank you.
Hello and thanks for the PKGBUILD.
It was refusing to compile due to a constrain on the upper cmake version, apparently required on windows.
I added a line to get rid of it in the prepare()
function:
# Remove upper cmake version check
sed -i 's| OR ${CMAKE_VERSION} VERSION_GREATER_EQUAL "4.0"| |' $pkgname/CMakeLists.txt
The package built and seems to work fine.
@FloFoxcorner is this still a problem? I thought it was fixed. I will look into it.
Edit: oh, I see this actually is the fix. I will add it later.
Edit: @FloFoxcorner please give some feedback, if you can. I can't test it myself. I applied the wrapper upstream uses for the Appimage. Now it should use the zink workaround, if it detects wayland and nvidia.
As dack mentioned at orca-slicer-bin: 3d view and welcome page etc. does not work with the nvidia driver unless you add env like:
env __GLX_VENDOR_LIBRARY_NAME=mesa __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json MESA_LOADER_DRIVER_OVERRIDE=zink GALLIUM_DRIVER=zink WEBKIT_DISABLE_DMABUF_RENDERER=1 orca-slicer
Mind this is not an issue with this package but with OrcaSlicer in general.
Pinned Comments
lod commented on 2024-09-05 15:44 (UTC) (edited on 2025-07-21 22:06 (UTC) by lod)
Patches welcome: https://git.lod.sh/PKGBUILDs/orca-slicer-git
Debug-Build