I do see previous comments here regarding the "any" architecture option. Your explanations are valid, albeit somewhat disappointing :).
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: | 130 |
| Popularity: | 1.51 |
| 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, unshitted-systemd-libsAUR, systemd-libs-gitAUR, systemd-liberated-libs-gitAUR, systemd-libs)
- pacman (pacman-gitAUR, pacman-fancy-gitAUR, pacman-selinuxAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- glaze (glaze-gitAUR) (make)
- meson (meson-gitAUR) (make)
- perl (perl-gitAUR) (make)
- systemd (systemd-selinuxAUR, unshitted-systemdAUR, systemd-gitAUR, systemd-liberated-gitAUR) (make)
- fakechroot (fakechroot-gitAUR) (check)
- gtest (googletest-gitAUR) (check)
- python (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 .. 23 24 25 26 27 28 29 30 Next › Last »
ILMostro7 commented on 2018-11-22 17:54 (UTC)
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)
artafinde commented on 2018-06-22 05:21 (UTC)
Can you switch to use arch-meson instead of meson to pick CXXFLAGS from makepkg.conf ?
haawda commented on 2018-04-02 20:07 (UTC) (edited on 2018-04-02 20:09 (UTC) by haawda)
The nlohmann-json-bin package does not take long to build. It just installs the needed files without building.
heftig commented on 2018-02-21 10:31 (UTC)
Can't you use https://github.com/nlohmann/json/releases/download/v3.1.1/include.zip directly? The nlohmann-json package has no point.
bhoppi commented on 2018-02-08 01:03 (UTC)
Maybe nlohmann-json is just a makedepends? After compiling auracle, it won't be needed any more.
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:
SRCPKGDESTdirectoryThere'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:
PATHhandled by/etc/profile.d/perlbin.shmakepkg -A. The "any" architecture is reserved for packages with architecture independent files (and compiled C++ is not).