To get past the libalpm.so.13
error I had to sudo pacman -Rs auracle-git
before re-installing.
Search Criteria
Package Details: auracle-git r427.33f9097-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: | falconindy |
Votes: | 123 |
Popularity: | 0.49 |
First Submitted: | 2017-07-02 16:40 (UTC) |
Last Updated: | 2025-04-16 17:39 (UTC) |
Dependencies (13)
- abseil-cpp (abseil-cpp-gitAUR)
- fmt (fmt-gitAUR)
- libcurl.so (curl-gitAUR, curl-c-aresAUR, curl, lib32-curl)
- libsystemd (systemd-chromiumos-libsAUR, systemd-libs-fmlAUR, systemd-libs-selinuxAUR, systemd-libs-gitAUR, systemd-libs)
- pacman (pacman-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- glaze (glaze-gitAUR) (make)
- meson (meson-gitAUR) (make)
- perl (perl-gitAUR) (make)
- systemd (systemd-chromiumosAUR, systemd-fmlAUR, systemd-selinuxAUR, systemd-gitAUR) (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 (requires auracle)
- pacaur (requires auracle)
- pacaur-git
- simpleaur-git (requires auracle) (optional)
- updatehint (requires auracle)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 28 Next › Last »
ttoirrah commented on 2024-03-18 13:57 (UTC)
FabioLolix commented on 2024-03-15 23:31 (UTC)
- every time you have
error while loading shared libraries: libXXX.so.XXX: cannot open shared object file: No such file or directory
for build from source programs you have to rebuild it so it link against the new library version
slondr commented on 2024-03-15 23:31 (UTC)
I'm having a different problem, where it does compile successfully but every invocation results in the following error: error while loading shared libraries: libalpm.so.13: cannot open shared object file: No such file or directory
Harvey commented on 2024-03-13 14:09 (UTC)
the package doesn't compile anymore with today's update to pacman 6.1.0:
ninja: Entering directory `/home/harvey/abs/auracle-git/src/auracle/build'
ninja: no work to do.
1/13 auracle:libaur / libaur OK 0.06s
2/13 auracle:libauracle / libauracle FAIL 0.15s killed by signal 6 SIGABRT
>>> ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=145 /home/harvey/abs/auracle-git/src/auracle/build/libauracle_test
3/13 auracle:auracle / test_outdated OK 0.24s
4/13 auracle:auracle / test_info OK 0.27s
5/13 auracle:auracle / test_raw_query OK 0.29s
6/13 auracle:auracle / test_show OK 0.29s
7/13 auracle:auracle / test_update OK 0.29s
8/13 auracle:auracle / test_custom_format OK 0.34s
9/13 auracle:auracle / test_buildorder OK 0.35s
10/13 auracle:auracle / test_regex_search FAIL 0.35s exit status 1
>>> MALLOC_PERTURB_=203 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PYTHONDONTWRITEBYTECODE=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/bin/python3 -W all /home/harvey/abs/auracle-git/src/auracle/tests/test_regex_search.py
11/13 auracle:auracle / test_clone OK 0.38s
12/13 auracle:auracle / test_sort FAIL 0.63s exit status 1
>>> MALLOC_PERTURB_=141 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PYTHONDONTWRITEBYTECODE=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/bin/python3 -W all /home/harvey/abs/auracle-git/src/auracle/tests/test_sort.py
13/13 auracle:auracle / test_search FAIL 0.77s exit status 1
>>> ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PYTHONDONTWRITEBYTECODE=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=127 /usr/bin/python3 -W all /home/harvey/abs/auracle-git/src/auracle/tests/test_search.py
Ok: 9
Expected Fail: 0
Fail: 4
Unexpected Pass: 0
Skipped: 0
Timeout: 0
artafinde commented on 2022-11-06 13:38 (UTC)
slondr: Unfortunately not all aarch64
CPU support the same set of instructions and abseil
dependency uses some of those. The fact it's built successful in one aarch64
doesn't mean it will on some other.
slondr commented on 2022-11-06 02:44 (UTC)
Compiled perfectly fine without modification of any sort on my aarch64 pinephone, just using makepkg -A. Is there any appetite for an update to the PKGBUILD? If not, I can throw up an auracle-aarch64 package or something like that.
Cody_Learner commented on 2022-09-08 15:35 (UTC) (edited on 2022-12-08 14:44 (UTC) by Cody_Learner)
This package will not be buildable on older AMD processors due to enabling newer CPU features in menson, or is it something else?
Sounds like installing the newer pre-built version to use with my old processor would possibly be problematic as well?
If this is the case, perhaps someone could offer a fork for old CPU version with the appropriate mods. If I knew more, I'd do it...
Model name: AMD Phenom(tm) 9850 Quad-Core Processor
lscpu | awk '/Flags/ {$1=" "; print $0}' | xargs -n1 | sort | grep -Ei 'CMP|XCHG|L-|AHF|POP|SSE|SSS'
cmp_legacy
lahf_lm
misalignsse
popcnt
sse
sse2
sse4a
EDIT: I settled on downloading/installing into/from my local AUR repo, a prebuilt current version binary from chaotic-aur.
Warning! Chaotic AUR is a third-party repository
artafinde commented on 2022-07-29 19:42 (UTC)
@PS0: that's a limitation of meson. There is an open issue on meson about this and probably won't be fixed. :(
PS0 commented on 2022-07-29 19:06 (UTC)
@artafinde It works for Auracle, but if someone would use the random library on an old CPU, it probably will fail as too many files are compiled with -sse4.1.
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).