Package Details: auracle-git r420.f4cebb5-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
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)

Required by (10)

Sources (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:

  • Clear your aur helper cache and SRCPKGDEST directory
  • Rebuild in clean chroot 1
  • If it still fails, use a paste bin 2 to show full build logs

There's a package build already which you can try out from my repo.

falconindy commented on 2020-05-31 15:35 (UTC)

FAQ:

  • The dependencies are correct. fmt and nlohmann_json are configured as subprojects for ease of development on my end, and it's only natural to statically link C++ projects, as ABI stability with exported C++ libraries isn't a thing (compared to C).
  • If you think pod2man is missing, it's a configuration problem on your end. pod2man is part of the perl package, but in a perl-specific PATH handled by /etc/profile.d/perlbin.sh
  • I'm only able to test auracle on i686 and x86_64, so that's what I'm willing to commit to in the PKGBUILD. If you want to build this on some other architecture, use makepkg -A. The "any" architecture is reserved for packages with architecture independent files (and compiled C++ is not).

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)

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)

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.