FYI, I was using auracle successfully under armv7 (RPi3, 32bit) and after switching to armv8/aarch64 (RPi3, 64bit) I was not able to build the package using gcc (took forever, nearly freezing the board and crashed at step 3/27), but it went smoothly with clang (export CXX=clang++ && makepkg -A
).
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: | 124 |
Popularity: | 0.99 |
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-gitAUR, systemd-libs-selinuxAUR, 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-gitAUR, systemd-selinuxAUR) (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)
plutonium commented on 2019-09-21 19:42 (UTC)
Mythra commented on 2019-09-09 17:16 (UTC)
Ah thanks! I forgot about that. I appreciate the help for something so simple :)
helirexi commented on 2019-09-09 15:19 (UTC)
I can confirm - works fine with fmt-6.
I was only rebuild package in ~/.cache/pacaur/auracle-git
and install after with sudo pacman -U auracle-git-r287.93fd134-1-x86_64.pkg.tar.xz
All work now.
falconindy commented on 2019-09-07 13:47 (UTC)
Just like every other soname bump, it's up to you to rebuild AUR packages.
auracle has no problems building and linking against fmt-6
Mythra commented on 2019-09-07 13:40 (UTC)
FWIW it looks like this breaks with the latest version of fmt
installed. Using the old version:
$ pacman -Q --info fmt | rg Version
Version : 5.3.0-1
$ auracle show q
# Maintainer: Fabien Dubosson <fabien.dubosson@gmail.com>
[...]
$ sudo pacman -Syu
[...]
Packages (1) fmt-6.0.0-1
Total Installed Size: 0.56 MiB
Net Upgrade Size: 0.01 MiB
[...]
$ auracle show git
auracle: error while loading shared libraries: libfmt.so.5: cannot open shared object file: No such file or directory
Installing the old version of fmt works:
$ sudo pacman -U /var/cache/pacman/pkg/fmt-5.3.0-1-x86_64.pkg.tar.xz
(FWIW version of auracle: auracle-git-r287.93fd134-1
.)
BrainwreckedTech commented on 2019-08-04 10:27 (UTC) (edited on 2019-08-04 10:28 (UTC) by BrainwreckedTech)
Is there a reason for limiting this package to i686 and x86_64 architectures?
This is a binary package. The arch=('any') designation is reserved for scripts and such. Arch only supports i686 and x86_64 in the AUR. Use makepkg -A to ignore arch designations and attempt to build anyway. AUR helpers will never be officially supported.
plutonium commented on 2019-06-14 08:47 (UTC) (edited on 2019-06-14 09:11 (UTC) by plutonium)
Is there a reason for limiting this package to i686 and x86_64 architectures ? I just built it on ArchlinuxARM (running on a raspberry pi 3) and it works perfectly :)
I just replaced the arch line with arch=('any') in the PKGBUILD, but could/should have used arch=('armv7h')
helirexi commented on 2019-05-30 18:50 (UTC)
1) install fmt
package
2) remove all src
dir in ~/.cache/pacaur/auracle-git/src/
install again.
all work for me.
thnks @salexan for idea!
thehamzan6 commented on 2019-05-30 07:57 (UTC) (edited on 2019-05-30 07:58 (UTC) by thehamzan6)
==> Starting build()...
Directory does not contain a valid build tree: /auracle-git/src/auracle/build ==> ERROR: A failure occurred in build(). Aborting... :: failed to build auracle-git package(s)
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).