@traysh Nope, building in a clean chroot works.
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: | 125 |
Popularity: | 0.46 |
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-libs-selinuxAUR, systemd-libs-gitAUR, systemd-libs)
- pacman (pacman-gitAUR, pacman-fancy-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- glaze (glaze-gitAUR) (make)
- meson (meson-gitAUR) (make)
- perl (perl-gitAUR) (make)
- systemd (systemd-selinuxAUR, systemd-gitAUR) (make)
- fakechroot (fakechroot-gitAUR) (check)
- gtest (googletest-gitAUR) (check)
- python (python37AUR) (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)
artafinde commented on 2025-10-09 16:02 (UTC)
traysh commented on 2025-10-09 15:53 (UTC)
Besides meson, glaze and fmt are also missing as dependencies
traysh commented on 2025-10-09 15:23 (UTC)
When I try to update it, I get:
/home/deck/.cache/pacaur/auracle-git/PKGBUILD: line 47: meson: command not found
maybe meson should be a dependency?
abarbarian commented on 2025-09-02 08:13 (UTC)
Thanks for the information folks. The program installs and runs ok. Thanks to the developer too. :-)
artafinde commented on 2025-06-01 20:42 (UTC)
Building on a clean-chroot as per the recommendation is not the same as makepkg -scCif
. In fact is not the same with any makepkg
as your installed dependencies on the host system affect the build.
icoz commented on 2025-06-01 12:27 (UTC) (edited on 2025-06-01 12:27 (UTC) by icoz)
@abarbarian I recommend using the "makepkg -scCif" command. It allows you to clear the build cache and rebuild the package. It helped me. And it's clearly easier than in the pinned message.
abarbarian commented on 2025-05-29 14:42 (UTC)
I think I have installed auracle-git by way of a clean chroot,
"ninja: Entering directory `/build/auracle-git/src/auracle/build' ninja: no work to do. 1/14 auracle:libaur / libaur OK 0.03s 2/14 auracle:libauracle / libauracle OK 0.03s 3/14 auracle:auracle / test_regex_search OK 0.12s 4/14 auracle:auracle / test_outdated OK 0.13s 5/14 auracle:auracle / test_info OK 0.17s 6/14 auracle:auracle / test_update OK 0.16s 7/14 auracle:auracle / test_sort OK 0.18s 8/14 auracle:auracle / test_raw_query OK 0.19s 9/14 auracle:auracle / test_custom_format OK 0.20s 10/14 auracle:auracle / test_show OK 0.19s 11/14 auracle:auracle / test_clone OK 0.25s 12/14 auracle:auracle / test_resolve OK 0.26s 13/14 auracle:auracle / test_buildorder OK 0.38s 14/14 auracle:auracle / test_search OK 0.55s
Ok: 14
Fail: 0
Full log written to /build/auracle-git/src/auracle/build/meson-logs/testlog.txt"
Thanks.
Harvey commented on 2025-05-27 11:27 (UTC)
@abarbarian Read the first pinned comment, please. A clean rebuild should fix your problem.
abarbarian commented on 2025-05-27 09:40 (UTC)
I have a problem installing auracle-git.
-->pacaur -S auracle-git :: Package auracle-git not found in repositories, trying AUR... :: resolving dependencies... auracle: error while loading shared libraries: libabsl_raw_hash_set.so.2501.0.0: cannot open shared object file: No such file or directory
My system is up to date and pacaur and auracle have been working fine. I have made no major system changes.
Thanks in advance for any help. ;-)
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) (edited on 2025-04-28 14:23 (UTC) by falconindy)
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).