No, not really. The point is that fmt doesn't need to be present in order for auracle to build. I have an explicit fallback to build with a known-working fmtlib if fmt isn't installed.
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.048872 |
First Submitted: | 2017-07-02 16:40 (UTC) |
Last Updated: | 2024-11-19 22:40 (UTC) |
Dependencies (10)
- libcurl.so (curl-http3-ngtcp2AUR, 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)
- 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
- pacaur (requires auracle)
- pacaur-git
- simpleaur-git (requires auracle) (optional)
- updatehint (requires auracle)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 20 21 22 23 24 25 26 27 Next › Last »
falconindy commented on 2019-02-15 15:42 (UTC)
sl1pkn07 commented on 2019-02-15 14:35 (UTC)
seems need ad fmt to depends: (1 extra/fmt 5.3.0-1)
Dependency fmt found: NO (tried pkgconfig and cmake)
Downloading fmt source from https://github.com/fmtlib/fmt/archive/5.3.0.tar.gz
Download size: 662493
Downloading: ..........
Downloading fmt patch from https://wrapdb.mesonbuild.com/v1/projects/fmt/5.3.0/1/get_zip
Download size: 1080
Downloading: ..........
falconindy commented on 2018-12-02 22:54 (UTC)
Should be fixed in pkgrel=2
Jesin commented on 2018-12-02 22:03 (UTC)
Installing the latest update fails with the error message auracle-git: /usr/local/share/man exists in filesystem (owned by filesystem)
ILMostro7 commented on 2018-11-22 17:54 (UTC)
I do see previous comments here regarding the "any" architecture option. Your explanations are valid, albeit somewhat disappointing :).
falconindy commented on 2018-11-22 17:44 (UTC)
No, I won't. 'any' is wrong for compiled software, and I can't commit to supporting arm as I have no way to test it.
ILMostro7 commented on 2018-11-22 17:37 (UTC) (edited on 2018-11-22 17:52 (UTC) by ILMostro7)
Please update the PKGBUILD
for auracle-git
to include the armv7h
architecture, either by specifying the any
architecture option or the following:
arch=('x86_64' 'i686' 'armv7h')
For what it's worth, I have tested this on a raspberry-pi-2 with success.
falconindy commented on 2018-10-14 22:42 (UTC)
Latest commit ought to deflake the tests.
falconindy commented on 2018-10-13 22:10 (UTC)
Theyre likely just flakey. Those tests depend on locally installed packages.
haawda commented on 2018-10-13 18:52 (UTC) (edited on 2018-10-13 18:53 (UTC) by haawda)
Currently two of the tests in the check function fail
3/10 clone_integration_test FAIL 1.55 s (exit status 1)
4/10 download_integration_test FAIL 1.82 s (exit status 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).