wrapdb is no longer a dependency. I won't dictate whether you install fmt from the repos or via the subproject.
Search Criteria
Package Details: auracle-git r366.8739929-1
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.git |
Keywords: | aur |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | Foxboron |
Maintainer: | artafinde |
Last Packager: | artafinde |
Votes: | 93 |
Popularity: | 3.15 |
First Submitted: | 2017-07-02 16:40 |
Last Updated: | 2021-02-12 08:13 |
Dependencies (9)
- libcurl.so (curl-git, curl-minimal-git, curl)
- libsystemd.so (libsystemd-eudev-standalone, systemd-light-libs, systemd-cdown-libs-git, systemd-libs-git, systemd-libs-selinux, systemd-libs)
- pacman (pacman-git)
- gmock (googletest-git) (check)
- gtest (googletest-git) (check)
- git (git-git) (make)
- meson (meson-git) (make)
- perl (perl-git) (make)
- systemd (systemd-light, systemd-cdown-git, systemd-git, systemd-selinux) (make)
Required by (10)
- aarchup (requires auracle) (optional)
- aarchup-git (requires auracle) (optional)
- argon
- cylon (optional)
- fmo
- pacaur
- pacaur-git
- pactray (requires auracle) (optional)
- simpleaur-git (requires auracle) (optional)
- updatehint (requires auracle)
Sources (1)
falconindy commented on 2020-01-14 17:07
user20159 commented on 2020-01-14 08:29
This should depend on fmt, as fmt is a runtime dependency. If makepkg is called without fmt, build will try to use a fallback dependency, which might even fail. As we have fmt in the official repositories, we should use it.
Run-time dependency fmt found: NO (tried pkgconfig and cmake)
Looking for a fallback subproject for the dependency fmt
Downloading fmt source from https://github.com/fmtlib/fmt/archive/6.0.0.tar.gz
Downloading file of unknown size.
Downloading fmt patch from https://wrapdb.mesonbuild.com/v1/projects/fmt/6.0.0/1/get_zip
meson.build:42:0: ERROR: WrapDB connection failed to https://wrapdb.mesonbuild.com/v1/projects/fmt/6.0.0/1/get_zip with error <urlopen error [Errno 113] No route to host>
oats commented on 2020-01-12 19:47
All tests pass on Rpi 4 (armv7h)
falconindy commented on 2019-12-05 18:18
You're expected to have base-devel installed if you want to be building packages. I have no idea why you think pacutils is required.
trougnouf commented on 2019-12-05 17:05
Requires binutils, gcc, pacutils, pkgconf
Darkshado commented on 2019-12-01 03:12
auracle-git-r301.9542d8c-1 builds and installs successfully on armv6h as well, just had to add it to the arch section in the MAKEPKG
saber-nyan commented on 2019-11-30 22:32
All tests pass on Cubieboard 2 (armv7h).
nostalgix commented on 2019-11-29 08:16
Thanks to @a_grizzli. This did the trick. I reinstalled just all the perl-related packages (I did not install anything via cpan manually) and afterwards building auracle did not fail on the '}'. Weird.
a_grizzli commented on 2019-11-28 11:55
I could solve the problem reported on 2019-11-27 09:59. Indeed the error happened before C++ compilations. It was in some Perl scripts. Problem consisted in new Perl version after update of the system: 5.28 -> 5.30. I had some conflicting modules from the old version manually installed by CPAN. I had to delete all of them and to reinstall Perl again to solve the problem.
g99 commented on 2019-11-28 09:54
"'auracle update' now exists" … well,
but is it a blessing or a curse? easily half of AUR breaks! so you wanna stick with whatever it was that actually built once upon a time.
Pinned Comments
falconindy commented on 2020-05-31 15:35
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).