Package Details: auracle-git r427.33f9097-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: falconindy
Votes: 123
Popularity: 0.47
First Submitted: 2017-07-02 16:40 (UTC)
Last Updated: 2025-04-16 17:39 (UTC)

Dependencies (13)

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 .. 18 19 20 21 22 23 24 25 26 27 28 Next › Last »

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.

falconindy commented on 2019-05-29 11:14 (UTC)

Please stop spamming my inbox. pkgrel=2 conditionally appends --wipe when the build dir exists.

Ronik commented on 2019-05-29 11:01 (UTC)

I'm new to Linux! Updated gcc compiler (GCC) 9.1.0, but still not updated auracle-git

Ronik commented on 2019-05-29 10:58 (UTC)

please give me a manual to fix auracle-git update

alfredo.ardito commented on 2019-05-29 08:10 (UTC) (edited on 2019-05-29 08:11 (UTC) by alfredo.ardito)

Failed to build. I tried to build the package with helpers and in chroot
Got this error:
===============
Directory does not contain a valid build tree:
/build/auracle-git/src/auracle/build
==> ERROR: A failure occurred in build().
Aborting...