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.000008
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

« First ‹ Previous 1 2

ZappaBoy commented on 2022-09-06 08:25 (UTC)

Similar error here:

[9/9] Linking CXX shared library pyArcus.so
FAILED: pyArcus.so 
: && /usr/sbin/c++ -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -g -fvar-tracking-assignments -ffile-prefix-map=/home/zappaboy/.cache/yay/arcus/src=/usr/src/debug -flto=auto -fno-fat-lto-objects  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -shared -Wl,-soname,pyArcus.so -o pyArcus.so CMakeFiles/sip_pyArcus.dir/python/PythonMessage.cpp.o  -Wl,-rpath,/home/zappaboy/.cache/yay/arcus/src/build::::::::::::::::::  libArcus.so.5.0.0  /usr/lib/libprotobuf.so  /usr/lib/libpython3.10.so && cd /home/zappaboy/.cache/yay/arcus/src/build && /usr/bin/cmake -E env PYTHONPATH=::/home/zappaboy/.cache/yay/arcus/src/build /Scripts/sip-build --pep484-pyi --no-protected-is-public && /usr/bin/cmake -E touch /home/zappaboy/.cache/yay/arcus/src/build/pyArcus/pyArcus/sippyArcuspart0.cpp
No such file or directory
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: arcus

travisghansen commented on 2022-09-03 16:00 (UTC)

Also getting the same error.

beanie commented on 2022-09-02 23:37 (UTC)

@exsign I'm also getting this error. I tried editing the PKGBUILD to pull in arcus 5.1.0 instead of 5.0.0, and got another error I don't feel like exploring further. Any luck on your end?

exsign commented on 2022-09-02 07:26 (UTC)

Updating fails for me with:

[9/9] Linking CXX shared library pyArcus.so FAILED: pyArcus.so No such file or directory ninja: build stopped: subcommand failed

Is fixed upstream: https://github.com/Ultimaker/libArcus/issues/140

yhfudev commented on 2015-08-30 13:28 (UTC)

Thanks, Frans-Willem, I'll update the package to the latest 15.06.03.

Frans-Willem commented on 2015-07-28 10:59 (UTC)

This will always build the most recent GIT version, disregarding the package version. Currently this package will install version "e37bf61" instead of the "424ae4f" indicated in the PKGBUILD. I recommend either renaming to libarcus-git (Which already exists, so this might not be the best solution), or adding #commit=${pkgver} after the source, like this: source=( "${pkgname}::git+https://github.com/Ultimaker/libArcus.git#commit=${pkgver}"