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: 128
Popularity: 1.22
First Submitted: 2017-07-02 16:40 (UTC)
Last Updated: 2025-04-16 17:39 (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) (edited on 2025-04-28 14:23 (UTC) by falconindy)

FAQ:

  • 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 .. 6 7 8 9 10 11 12 13 14 15 16 .. 30 Next › Last »

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.

a821 commented on 2021-07-17 19:26 (UTC)

@kozaki: the issue is that fmt is an automagic dependency (fifth paragraph), which means you will get different results whether or not fmt is installed. To avoid this, you can build in a clean chroot (not ideal but IMHO good practice).

The other solution is too disable dynamic linking by patching auracle's meson or something, but this has to be escalated to upstream, which has gone stale... (patches are welcome??)

kozaki commented on 2021-07-17 18:34 (UTC)

@artafinde I use no AUR helper (beside auracle). The error I reported happened running makepkg manually on auracle-git PKGBUILD, with then without fmt installed. So I dunno what I'm missing.