Cura does not start

It could be that you are on stable branch - AUR often requires unstable branch to build correctly.

I think you need to take a walk around the maintainer at AUR.

Cura has a lot of AUR dependencies which you may need to resolve manually.

I get a failed dependency arcus - could be a package got renamed - because I can only find package named libarcus.

Even so - you will only get it to build with some manual intervention.

As I see it you need to resolve these manually

==> Missing dependencies:
  -> python-pyqt5
  -> python-scipy
  -> python-numpy
  -> uranium
  -> curaengine
  -> libsavitar
  -> python-pynest2d
  -> python-keyring
  -> python-trimesh
  -> cura-resources-materials

@ocsen
You will get a cascading build failure using the PKGBUILD because

  • it depends on the custom uranium script
  • which if lagged out-of-date on 2023-05-11
  • which in turn depends on arcus
  • which in turn does not exist
 $ pamac info uranium
Name                  : uranium
Version               : 5.0.0-2
Description           : Python framework for building 3D printing related applications
URL                   : https://github.com/Ultimaker/Uranium
Licenses              : LGPL
Repository            : AUR
Groups                : --
Depends On            : python qt5-quickcontrols qt5-quickcontrols2 python-pyqt5 python-numpy arcus
                        python-shapely python-scipy python-cryptography python-certifi
Optional Dependencies : --
Make Dependencies     : cmake ninja
Check Dependencies    : mypy python-pytest python-twisted
Provides              : --
Replaces              : --
Conflicts With        : --
Maintainer            : None
First Submitted       : tor 01 sep 2022 21:33:03 CEST
Last Modified         : tor 01 sep 2022 21:33:03 CEST
Votes                 : 1
Out of Date           : tor 11 maj 2023 06:48:47 CEST
 $ pamac info arcus
Error: target not found: arcus
2 Likes