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: 130
Popularity: 1.58
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

1 2 3 4 5 6 .. 30 Next › Last »

merlock commented on 2026-06-13 16:05 (UTC) (edited on 2026-06-14 14:09 (UTC) by merlock)

Same issue as @grosjo.

Reported upstream: https://github.com/falconindy/auracle/issues/109

ETA: 2026-06-14, 10:04 EDT: Fixed upstream. Builds correctly now.

grosjo commented on 2026-06-13 13:28 (UTC) (edited on 2026-06-13 13:30 (UTC) by grosjo)

command:      MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=115 PYTHONDONTWRITEBYTECODE=1 MESON_TEST_ITERATION=1 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/bin/python3 -W all /home/admin/.cache/pacaur/auracle-git/src/auracle/tests/test_info.py
----------------------------------- stderr -----------------------------------
/usr/lib/python3.14/tempfile.py:484: ResourceWarning: Implicitly cleaning up <_TemporaryFileWrapper file=<_io.BufferedRandom name='/tmp/tmpvbzqw5zv/requests-iv3p00j8'>>
  _warnings.warn(self.warn_message, ResourceWarning)
F/usr/lib/python3.14/tempfile.py:484: ResourceWarning: Implicitly cleaning up <_TemporaryFileWrapper file=<_io.BufferedRandom name='/tmp/tmppd3bjijl/requests-dfsu0b3h'>>
  _warnings.warn(self.warn_message, ResourceWarning)
./usr/lib/python3.14/tempfile.py:484: ResourceWarning: Implicitly cleaning up <_TemporaryFileWrapper file=<_io.BufferedRandom name='/tmp/tmp_ry0opng/requests-7_42rnom'>>
  _warnings.warn(self.warn_message, ResourceWarning)
./usr/lib/python3.14/tempfile.py:484: ResourceWarning: Implicitly cleaning up <_TemporaryFileWrapper file=<_io.BufferedRandom name='/tmp/tmpr3b2u80b/requests-qnh8xphd'>>
  _warnings.warn(self.warn_message, ResourceWarning)
.
======================================================================
FAIL: testBadResponsesFromAur (__main__.TestInfo.testBadResponsesFromAur)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/admin/.cache/pacaur/auracle-git/src/auracle/tests/test_info.py", line 25, in testBadResponsesFromAur
    self.assertEqual(r.process.stderr.decode(),
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
                     'error: INTERNAL: HTTP 503\n')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'erro[18 chars]503\n=== Source Location Trace: ===\n../src/au[15 chars]\n\n' != 'erro[18 chars]503\n'
  error: INTERNAL: HTTP 503
- === Source Location Trace: ===
- ../src/aur/client.cc:132
- 

slondr commented on 2026-05-16 20:52 (UTC)

auracle clone foo now gives me:

error: UNKNOWN: TLS connect error: error:0A000126:SSL routines::unexpected eof while reading

HiImTye commented on 2026-01-16 17:40 (UTC)

don't be dumb like me. I got the pod2man error, but it was because I just installed perl as part of the base-devel package and I hadn't reloaded bash. a quick reload and the error was gone.

slondr commented on 2025-12-16 22:11 (UTC)

@christophergray Thanks, that worked!

christophergray commented on 2025-12-15 03:29 (UTC)

@slondr cd src/auracle (where there is a build directory and meson.build file) meson setup build --reconfigure (It will reconfigure for libalpm 16.0.1) cd back to the directory with the PKGBUILD makepkg -sif

slondr commented on 2025-12-14 20:32 (UTC)

auracle: error while loading shared libraries: libalpm.so.15: cannot open shared object file: No such file or directory

merlock commented on 2025-11-24 02:11 (UTC)

@eerie: fmt is at version 12.1.0-1.

You need to rebuild against that version.

eerie commented on 2025-11-23 23:02 (UTC)

auracle: error while loading shared libraries: libfmt.so.11: cannot open shared object file: No such file or directory

artafinde commented on 2025-10-09 16:02 (UTC)

@traysh Nope, building in a clean chroot works.