It fails to apply the patch. I'm working on getting the patch merged into Orca Slicer repo.
Search Criteria
Package Details: orca-slicer 2.3.1.c6b8664c8e276413445e-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/orca-slicer.git (read-only, click to copy) |
---|---|
Package Base: | orca-slicer |
Description: | Orca Slicer is a fork of Bambu Studio. It was previously known as BambuStudio-SoftFever |
Upstream URL: | https://github.com/SoftFever/OrcaSlicer |
Keywords: | bambustudio orcaslicer |
Licenses: | AGPL3 |
Conflicts: | orca-slicer |
Provides: | orca-slicer |
Submitter: | xburst |
Maintainer: | c2h5oh |
Last Packager: | c2h5oh |
Votes: | 23 |
Popularity: | 1.78 |
First Submitted: | 2023-03-29 15:51 (UTC) |
Last Updated: | 2025-05-23 21:05 (UTC) |
Dependencies (21)
- curl (curl-gitAUR, curl-c-aresAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- eglexternalplatform (eglexternalplatform-gitAUR)
- file (file-gitAUR)
- gettext (gettext-gitAUR)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR)
- gstreamer (gstreamer-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libsecret
- libspnav (libspnav-gitAUR)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, mesa-minimal-gitAUR, vulkan-terakan-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-gitAUR, mesa-amber)
- openssl (openssl-gitAUR, openssl-staticAUR)
- texinfo (texinfo-gitAUR)
- wayland-protocols (wayland-protocols-gitAUR)
- webkit2gtk (webkit2gtk-imgpasteAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- extra-cmake-modules (extra-cmake-modules-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR, ninja-memAUR, ninja-noemacs-gitAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
- Show 1 more dependencies...
Required by (0)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 6 7 8 9 10 11 12 Next › Last »
c2h5oh commented on 2023-06-08 12:14 (UTC)
sdooweloc commented on 2023-06-04 20:29 (UTC)
Im still failing to build on Arch even when trying to pull the new v1.6.3 Any help would be appreciated.
In file included from /home/cole/.cache/paru/clone/orca-slicer/src/OrcaSlicer/deps/build/dep_TBB-prefix/src/dep_TBB/src/tbb/scheduler_common.h:43,
from /home/cole/.cache/paru/clone/orca-slicer/src/OrcaSlicer/deps/build/dep_TBB-prefix/src/dep_TBB/src/tbb/scheduler.h:24,
from /home/cole/.cache/paru/clone/orca-slicer/src/OrcaSlicer/deps/build/dep_TBB-prefix/src/dep_TBB/src/tbb/custom_scheduler.h:24,
from /home/cole/.cache/paru/clone/orca-slicer/src/OrcaSlicer/deps/build/dep_TBB-prefix/src/dep_TBB/src/tbb/scheduler.cpp:21:
/home/cole/.cache/paru/clone/orca-slicer/src/OrcaSlicer/deps/build/dep_TBB-prefix/src/dep_TBB/include/tbb/task.h:263:20: error: declaration of ‘tbb::task& tbb::internal::task_prefix::task()’ changes meaning of ‘task’ [-Wchanges-meaning]
263 | tbb::task& task() {return *reinterpret_cast<tbb::task*>(this+1);}
| ^~~~
/home/cole/.cache/paru/clone/orca-slicer/src/OrcaSlicer/deps/build/dep_TBB-prefix/src/dep_TBB/include/tbb/task.h:222:9: note: used here to mean ‘class tbb::task’
222 | task* next_offloaded;
| ^~~~
/home/cole/.cache/paru/clone/orca-slicer/src/OrcaSlicer/deps/build/dep_TBB-prefix/src/dep_TBB/include/tbb/task.h:33:7: note: declared here
33 | class task;
| ^~~~
make[5]: *** [CMakeFiles/tbb_static.dir/build.make:412: CMakeFiles/tbb_static.dir/src/tbb/scheduler.cpp.o] Error 1
make[4]: *** [CMakeFiles/Makefile2:114: CMakeFiles/tbb_static.dir/all] Error 2
make[3]: *** [Makefile:136: all] Error 2
make[2]: *** [CMakeFiles/dep_TBB.dir/build.make:86: dep_TBB-prefix/src/dep_TBB-stamp/dep_TBB-build] Error 2
make[1]: *** [CMakeFiles/Makefile2:345: CMakeFiles/dep_TBB.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
error: failed to build 'orca-slicer-1.6.3-1':
error: packages failed to build: orca-slicer-1.6.3-1
xburst commented on 2023-06-04 02:54 (UTC)
Update to v1.6.3 and apply patches from @c2h5oh. Looking for co-maintainers!
c2h5oh commented on 2023-05-31 23:12 (UTC)
I submitted patches required to build BambuStudio with GCC13 ( https://github.com/bambulab/BambuStudio/pull/1882 ) - those can be added to PKGBUILD and applied if it takes too long to get those pulled into OrcaSlicer repo.
novirium commented on 2023-05-31 12:59 (UTC) (edited on 2023-05-31 12:59 (UTC) by novirium)
The error: declaration of ‘tbb::task& tbb::internal::task_prefix::task()’ changes meaning of ‘task’ [-Wchanges-meaning]
errors are the same ones I was getting with the bambustudio
package. It looks like neither be compiled with the newest version of GCC (gcc13
) - this is only an issue now because the Arch gcc
package was updated to 13 at the end of April.
I was able to get orca-slicer
building successfully by installing gcc12
and forcing CMake to use it by adding:
-DCMAKE_C_COMPILER="/usr/bin/gcc-12" -DCMAKE_CXX_COMPILER="/usr/bin/g++-12"
to the options for cmake
in the PKGBUILD.
c2h5oh commented on 2023-05-29 15:51 (UTC)
It currently fails to build with:
/home/c2h5oh/.cache/yay/orca-slicer/src/OrcaSlicer/deps/build/dep_TBB-prefix/src/dep_TBB/include/tbb/task.h:263:20: error: declaration of ‘tbb::task& tbb::internal::task_prefix::task()’ changes meaning of ‘task’ [-Wchanges-meaning]
263 | tbb::task& task() {return *reinterpret_cast<tbb::task*>(this+1);}
| ^~~~
/home/c2h5oh/.cache/yay/orca-slicer/src/OrcaSlicer/deps/build/dep_TBB-prefix/src/dep_TBB/include/tbb/task.h:222:9: note: used here to mean ‘class tbb::task’
222 | task* next_offloaded;
| ^~~~
/home/c2h5oh/.cache/yay/orca-slicer/src/OrcaSlicer/deps/build/dep_TBB-prefix/src/dep_TBB/include/tbb/task.h:33:7: note: declared here
33 | class task;
| ^~~~
In file included from /home/c2h5oh/.cache/yay/orca-slicer/src/OrcaSlicer/deps/build/dep_TBB-prefix/src/dep_TBB/src/old/task_v2.cpp:29:
/home/c2h5oh/.cache/yay/orca-slicer/src/OrcaSlicer/deps/build/dep_TBB-prefix/src/dep_TBB/include/tbb/task.h:263:20: error: declaration of ‘tbb::task& tbb::internal::task_prefix::task()’ changes meaning of ‘task’ [-Wchanges-meaning]
263 | tbb::task& task() {return *reinterpret_cast<tbb::task*>(this+1);}
| ^~~~
/home/c2h5oh/.cache/yay/orca-slicer/src/OrcaSlicer/deps/build/dep_TBB-prefix/src/dep_TBB/include/tbb/task.h:222:9: note: used here to mean ‘class tbb::task’
222 | task* next_offloaded;
| ^~~~
/home/c2h5oh/.cache/yay/orca-slicer/src/OrcaSlicer/deps/build/dep_TBB-prefix/src/dep_TBB/include/tbb/task.h:33:7: note: declared here
zoomzoom commented on 2023-05-29 12:43 (UTC)
Currently it is impossible to build as harmonyos-sans-git has very slow (15KiB/s) download rate and times out before cloning the repository.
grawlinson commented on 2023-05-22 04:03 (UTC)
Unable to build in a clean chroot, see output below:
[100%] Built target curl
Install the project...
-- Install configuration: "Release"
-- Installing: /build/orca-slicer/src/dep_linux/usr/local/lib/libcurl.a
-- Installing: /build/orca-slicer/src/dep_linux/usr/local/bin/curl
-- Installing: /build/orca-slicer/src/dep_linux/usr/local/bin/curl-config
-- Installing: /build/orca-slicer/src/dep_linux/usr/local/lib/pkgconfig/libcurl.pc
-- Installing: /build/orca-slicer/src/dep_linux/usr/local/include/curl
-- Installing: /build/orca-slicer/src/dep_linux/usr/local/include/curl/multi.h
-- Installing: /build/orca-slicer/src/dep_linux/usr/local/include/curl/curlver.h
-- Installing: /build/orca-slicer/src/dep_linux/usr/local/include/curl/urlapi.h
-- Installing: /build/orca-slicer/src/dep_linux/usr/local/include/curl/mprintf.h
-- Installing: /build/orca-slicer/src/dep_linux/usr/local/include/curl/easy.h
-- Installing: /build/orca-slicer/src/dep_linux/usr/local/include/curl/curl.h
-- Installing: /build/orca-slicer/src/dep_linux/usr/local/include/curl/typecheck-gcc.h
-- Installing: /build/orca-slicer/src/dep_linux/usr/local/include/curl/system.h
-- Installing: /build/orca-slicer/src/dep_linux/usr/local/include/curl/options.h
-- Installing: /build/orca-slicer/src/dep_linux/usr/local/include/curl/stdcheaders.h
-- Installing: /build/orca-slicer/src/dep_linux/usr/local/lib/cmake/CURL/CURLTargets.cmake
-- Installing: /build/orca-slicer/src/dep_linux/usr/local/lib/cmake/CURL/CURLTargets-release.cmake
-- Installing: /build/orca-slicer/src/dep_linux/usr/local/lib/cmake/CURL/CURLConfigVersion.cmake
-- Installing: /build/orca-slicer/src/dep_linux/usr/local/lib/cmake/CURL/CURLConfig.cmake
[ 76%] Completed 'dep_CURL'
[ 76%] Built target dep_CURL
make: *** [Makefile:91: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Build failed, check /var/lib/archbuild/extra-testing-x86_64/grawlinson/build
xburst commented on 2023-04-06 18:29 (UTC)
Known Issue: "Unsupported result type" dialog on startup:
https://github.com/bambulab/BambuStudio/issues/12#issuecomment-1498747647
xburst commented on 2023-03-31 17:43 (UTC)
I revert the TIFF.cmake.patch, everything works fine now.
Pinned Comments
c2h5oh commented on 2025-03-19 10:57 (UTC) (edited on 2025-05-27 00:15 (UTC) by c2h5oh)
Update on version 2.3.x:
With 2.3.0 being very buggy and no 2.3.1 bugfix release in sight I got main branch building on Arch again and tagged latest commit (
c6b8664c8e276413445ed25d3a8957101143c006
) as 2.3.1-dev.Wayland support status:
Please test and report back - a bunch of fixes added, including one for nvidia binary driver performance.
Known issues: