Package Details: orca-slicer 2.0.0-3

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: mtorromeo
Votes: 9
Popularity: 2.31
First Submitted: 2023-03-29 15:51 (UTC)
Last Updated: 2024-05-16 08:37 (UTC)

Latest Comments

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

HINDUK commented on 2023-07-14 18:53 (UTC)

I am also getting the error: "Error running JavaScript: Unsupported result type"

KozRoss commented on 2023-07-13 19:59 (UTC)

I can't run this. When I start it, I get an error message saying "Error running JavaScript: Unsupported result type", and then the setup wizard just shows a blank window without anything else in it.

fang64 commented on 2023-06-27 11:34 (UTC) (edited on 2023-06-27 11:35 (UTC) by fang64)


[ 95%] Completed 'dep_wxWidgets'
[ 95%] Built target dep_wxWidgets
[ 95%] Performing patch step for 'dep_OCCT'
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
==> ERROR: A failure occurred in build().
    Aborting...
Finished with result: exit-code
Main processes terminated with: code=exited/status=4
Service runtime: 4min 50.291s
CPU time consumed: 39min 3.702s

Command '/usr/sbin/systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -E GNUPGHOME=/etc/pacman.d/gnupg/ -p WorkingDirectory=/var/cache/private/pikaur/build/orca-slicer makepkg --force' failed to execute.

Seems to be failing now.

FabioLolix commented on 2023-06-21 20:28 (UTC)

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

In that case use

_pkgver=1.6.3-beta
pkgver=${_pkgver//-/.}

and ${_pkgver} in source=()

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.