That's not how this works. That's not how any of this works. Rebuild auracle yourself.
Search Criteria
Package Details: auracle-git r420.f4cebb5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/auracle-git.git (read-only, click to copy) |
---|---|
Package Base: | auracle-git |
Description: | A flexible client for the AUR |
Upstream URL: | https://github.com/falconindy/auracle |
Keywords: | aur |
Licenses: | MIT |
Conflicts: | auracle |
Provides: | auracle |
Submitter: | Foxboron |
Maintainer: | artafinde (falconindy) |
Last Packager: | artafinde |
Votes: | 122 |
Popularity: | 0.183618 |
First Submitted: | 2017-07-02 16:40 (UTC) |
Last Updated: | 2024-11-19 22:40 (UTC) |
Dependencies (10)
- libcurl.so (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR, curl, lib32-curl)
- libsystemd (systemd-chromiumos-libsAUR, systemd-libs-selinuxAUR, systemd-libs-gitAUR, systemd-libs-fmlAUR, systemd-libs)
- pacman (pacman-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
- perl (perl-gitAUR) (make)
- systemd (systemd-chromiumosAUR, systemd-selinuxAUR, systemd-gitAUR, systemd-fmlAUR) (make)
- fakechroot (fakechroot-gitAUR) (check)
- gtest (googletest-gitAUR) (check)
- python (python37AUR, python311AUR, python310AUR) (check)
Required by (10)
- aarchup (requires auracle) (optional)
- aarchup-git (requires auracle) (optional)
- argon
- argon-git (requires auracle)
- cylon (optional)
- fmo
- pacaur (requires auracle)
- pacaur-git
- simpleaur-git (requires auracle) (optional)
- updatehint (requires auracle)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 16 17 18 19 20 21 22 23 24 25 26 27 Next › Last »
falconindy commented on 2019-10-24 00:22 (UTC)
lisu_ml commented on 2019-10-24 00:05 (UTC) (edited on 2019-10-24 00:12 (UTC) by lisu_ml)
@falconindy: please bump the pkgrel to resolve libalpm.so.11
issue.
gj545rndmu commented on 2019-10-23 10:50 (UTC)
For everyone who just updated pacman and is wondering why they get following error:
auracle: error while loading shared libraries: libalpm.so.11: cannot open shared object file: No such file or directory
Just recompile auracle-git and install it again ;)
antecrescent commented on 2019-10-01 23:47 (UTC)
Thank you very much! Though I have rwx ownership of the drive, it is indeed ntfs formatted. Building it on my ext4 partition worked as intended :) I hadn't thought about that...
falconindy commented on 2019-10-01 22:53 (UTC)
If I had to guess, I'd say you're attempting to build auracle on an ntfs or vfat filesystem and mounted it with a mode or fmask that disables the executable bit.
antecrescent commented on 2019-10-01 22:44 (UTC) (edited on 2019-10-01 22:44 (UTC) by antecrescent)
When build() starts, I get the following error:
meson.build:1:0: ERROR: Could not invoke sanity test executable: [Errno 13] Permission denied: '/media/hdd/arch/builds/auracle-git/src/auracle/build/meson-private/sanitycheckcpp.exe'.
Do I have to manually permit meson to perform the sanity test on the C++ compiler?
plutonium commented on 2019-09-21 19:42 (UTC)
FYI, I was using auracle successfully under armv7 (RPi3, 32bit) and after switching to armv8/aarch64 (RPi3, 64bit) I was not able to build the package using gcc (took forever, nearly freezing the board and crashed at step 3/27), but it went smoothly with clang (export CXX=clang++ && makepkg -A
).
Mythra commented on 2019-09-09 17:16 (UTC)
Ah thanks! I forgot about that. I appreciate the help for something so simple :)
Pinned Comments
artafinde commented on 2022-01-26 09:15 (UTC) (edited on 2022-01-29 10:24 (UTC) by artafinde)
If the build fails:
SRCPKGDEST
directoryThere's a package build already which you can try out from my repo.
falconindy commented on 2020-05-31 15:35 (UTC)
FAQ:
PATH
handled by/etc/profile.d/perlbin.sh
makepkg -A
. The "any" architecture is reserved for packages with architecture independent files (and compiled C++ is not).