Package Details: orca-slicer 2.2.0-1

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: AGPLv3
Conflicts: OrcaSlicer
Provides: OrcaSlicer
Submitter: xburst
Maintainer: c2h5oh
Last Packager: c2h5oh
Votes: 16
Popularity: 1.94
First Submitted: 2023-03-29 15:51 (UTC)
Last Updated: 2024-10-29 14:57 (UTC)

Latest Comments

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

xburst commented on 2023-06-16 04:05 (UTC)

@FabioLolix @Thetic I will try to improve PKGBUILD in next release.

The _tag variable was introduced to solve the case that the github tag does not match the pkgver requirements, e.g. v1.6.3-beta

FabioLolix commented on 2023-06-13 20:08 (UTC) (edited on 2023-06-13 20:21 (UTC) by FabioLolix)

Hello,

  • please remove all -j"$(nproc)", this don't have to be hardcoded in the pkgbuilds, if you want to use more cores edit your makepkg.conf
  • please rename source archive with $pkgname-$pkgver.tar.gz:: to be non-conflicting and reusable
  • you can remove custom variable _tag which is the same as pkgver=
  • license typing is AGPL3 in Arch, see licenses package
  • OrcaSlicer in provides and conflicts is not needed and if it was the case type all lowercase

Nutmeg9560 commented on 2023-06-13 17:26 (UTC)

@xburst Arch using makepkg to build the package and errors out.

xburst commented on 2023-06-13 15:57 (UTC)

@Nutmeg9560 Which Linux distribution?

Nutmeg9560 commented on 2023-06-13 15:05 (UTC) (edited on 2023-06-13 15:08 (UTC) by Nutmeg9560)

Any ideas why I get

Checking patch deps/build/dep_OCCT-prefix/src/dep_OCCT/CMakeLists.txt...
error: deps/build/dep_OCCT-prefix/src/dep_OCCT/CMakeLists.txt: No such file or directory
Checking patch deps/build/dep_OCCT-prefix/src/dep_OCCT/src/Font/Font_FTFont.cxx...
error: deps/build/dep_OCCT-prefix/src/dep_OCCT/src/Font/Font_FTFont.cxx: No such file or directory
make[2]: *** [CMakeFiles/dep_OCCT.dir/build.make:116: dep_OCCT-prefix/src/dep_OCCT-stamp/dep_OCCT-patch] Error 1
make[1]: *** [CMakeFiles/Makefile2:692: CMakeFiles/dep_OCCT.dir/all] Error 2
make: *** [Makefile:91: all] Error 2

When I look in src/OrcaSlicer/deps/build/dep_OCCT-prefix/src/dep_OCCT the file seems to be there.

Thetic commented on 2023-06-13 03:33 (UTC)

This build is broken when CMAKE_GENERATOR is set because it assumes the use of make. The PKGBUILD needs to override the CMAKE_GENERATOR to use Unix Makefiles, or call cmake --build instead of calling make directly.

fang64 commented on 2023-06-12 01:00 (UTC) (edited on 2023-06-12 01:31 (UTC) by fang64)

Great work guys, @xburst and @c2h5oh

It works, something was out of wack.

sdooweloc commented on 2023-06-12 00:31 (UTC)

Can confirm I can now build. Thank you much @xburst and @c2h5oh

Nutmeg9560 commented on 2023-06-11 13:07 (UTC) (edited on 2023-06-11 13:12 (UTC) by Nutmeg9560)

Getting a TBB error

CMake Error at cmake/modules/FindTBB.cmake.in:198 (file):file failed to open for reading (No such file or directory):

/usr/include/tbb/tbb_stddef.h
Call Stack (most recent call first):
cmake/modules/FindTBB.cmake:29 (include)
CMakeLists.txt:409 (find_package)


CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
TBB library cannot be found.  Consider set TBBROOT environment variable.
  (missing: TBB_LIBRARIES) (found version ".")
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
  cmake/modules/FindTBB.cmake.in:286 (find_package_handle_standard_args)
  cmake/modules/FindTBB.cmake:29 (include)
  CMakeLists.txt:409 (find_package)

bitr8 commented on 2023-06-11 04:19 (UTC)

confirmed this is now fixed and compiles fine. @xburst @c2h5oh thank you so much for resolving this! appreciated