Package Details: libarcus 15.06.03-1

Git Clone URL: https://aur.archlinux.org/libarcus.git (read-only, click to copy)
Package Base: libarcus
Description: A library designed to facilitate the communication between Cura and its backend and similar code.
Upstream URL: https://github.com/Ultimaker/libArcus
Licenses: GPL2
Conflicts: libarcus-git
Provides: libarcus
Submitter: yhfudev
Maintainer: None
Last Packager: yhfudev
Votes: 2
Popularity: 0.000026
First Submitted: 2015-06-01 17:19 (UTC)
Last Updated: 2015-08-30 13:51 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

muflone commented on 2023-11-07 00:56 (UTC)

@michael.gruz please adopt the libarcus package as this package will be merged into that now

TimTechDev commented on 2023-07-26 20:14 (UTC)

I am disowning this package, because I could not package libarcus reliably in a clean environment. Specifically because of the upstream build system changes and some interesting conan quirkiness. If someone is willing to pick up this huge mess around cura, you may contact me for the stuff I tried.

TimTechDev commented on 2023-07-26 20:12 (UTC) (edited on 2023-07-26 20:14 (UTC) by TimTechDev)

I am disowning this package, because I could not package libarcus reliably in a clean environment. Specifically because of the upstream build system changes and some interesting conan quirkiness. If someone is willing to pick up this huge mess around cura, you may contact me for the stuff I tried.

zombielinux commented on 2023-07-22 17:50 (UTC)

Modify the "build" segment of the PKGBUILD to be

build() {
  export _sitelib="$(python -c 'import site; print(site.getsitepackages()[0])')"
  source .venv/bin/activate

  cmake -S libArcus-${pkgver} -B build -G Ninja \
    -DCMAKE_BUILD_TYPE=None \
    -DCMAKE_INSTALL_PREFIX=/usr \
    -DCMAKE_INSTALL_LIBDIR=/usr/lib/ \
    -DPython_SITELIB_LOCAL="${_sitelib}" \
    -DPython_VERSION="3.11"

  cmake --build build
}

To build successfully with python 3.11

MarsSeed commented on 2023-06-28 19:39 (UTC)

I have requested the AUR package of arcus to me merged to that of libarcus, as the latter is the proper name of this software.

Previously the latter could not be updated for 8 years because of its former MIA maintainer.

MarsSeed commented on 2023-06-28 19:27 (UTC)

Latest version is 5.2.2 (Nov 30, 2022) as of now.

PKGBUILD needs to introduce an epoch=1 line to make the proper transition to the 'rebooted' single-leading-digit version numbering.

Sml112 commented on 2023-06-23 14:59 (UTC) (edited on 2023-06-23 15:01 (UTC) by Sml112)

Hello everybody,

I have a problem installing this package for long time... do you have any idea?

 -- Setting Python version to 3.10. Set Python_VERSION if you want to compile against 
 an other version.
 CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 
 (message):
   Could NOT find Python (missing: Python_EXECUTABLE Python_INCLUDE_DIRS
   Python_LIBRARIES Interpreter Development Development.Module
   Development.Embed) (found suitable exact version "3.10")

       Reason given by package:  
           Interpreter: Wrong version for the interpreter "/sbin/python"

 Call Stack (most recent call first):
   /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:600 
 (_FPHSA_FAILURE_MESSAGE)
   /usr/share/cmake/Modules/FindPython/Support.cmake:3766 
 (find_package_handle_standard_args)
   /usr/share/cmake/Modules/FindPython.cmake:580 (include)
   CMakeLists.txt:118 (find_package)

I have currently installed python 3.11.3-2

 [sml112@lenovo: ~]$ /sbin/python -V
 Python 3.11.3

Thank you

EndlessEden commented on 2023-03-24 02:47 (UTC)

protobuf3 doesnt exist anymore (protobuf3.12 exists) Please update

joshm commented on 2022-11-11 21:38 (UTC) (edited on 2022-11-11 21:40 (UTC) by joshm)

This was failing for the reason "No module named 'sipconfig'". I did pip install sip and got past that (should be fixed in the build, right?).

Now I get the error just below. I agree that installing cura-bin is the way to go.

bkazmierczak commented on 2022-09-10 12:29 (UTC) (edited on 2022-09-10 12:52 (UTC) by bkazmierczak)

The error is supposedly fixed upstream, but it seems that the build system is currently undergoing some breaking changes...

Update: I guess that the current workaround is to install the prebuilt version of cura that does not require this dependency - cura-bin