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.
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.061092 |
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 .. 17 18 19 20 21 22 23 24 25 26 27 Next › Last »
helirexi commented on 2019-09-09 15:19 (UTC)
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)
Ronik commented on 2019-05-29 12:22 (UTC)
after update gcc --- yaourt -S auracle-git and everything worked out!
Ronik commented on 2019-05-29 11:47 (UTC)
Where do you see spam? I asked for help. I did not create a problem with this package
alfredo.ardito commented on 2019-05-29 11:30 (UTC)
Builds successfully after last commit.
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).