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.46
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 .. 4 5 6 7 8 9 10 11 12 13 14 .. 28 Next › Last »

dosenpils commented on 2021-07-23 07:03 (UTC)

@artafinde: thx, that worked out!

artafinde commented on 2021-07-22 17:09 (UTC)

@schimicata: Rebuild the package and show full logs (preferably in a clean chroot).

dosenpils commented on 2021-07-22 17:00 (UTC) (edited on 2021-07-22 17:01 (UTC) by dosenpils)

I'm getting always this error, using auracle: "auracle: symbol lookup error: auracle: undefined symbol: _ZTIN3fmt2v712format_errorE"

philo commented on 2021-07-21 17:51 (UTC)

Easiest way to notfify users that a pkg has changed is still to change the version/release numbers.

bergentroll commented on 2021-07-20 10:29 (UTC)

Yes, but package actually had been changed, not upstream.

artafinde commented on 2021-07-20 10:25 (UTC)

Rebuilding -git packages is common practice in AUR.

philo commented on 2021-07-20 07:04 (UTC)

Since March 2021, the PKGBUILD had changes but the package version/release numbers remain unchanged?

artafinde commented on 2021-07-18 15:12 (UTC)

static fmt pactch added.