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.
| 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) |
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.
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
-
auracle clone foo now gives me:
error: UNKNOWN: TLS connect error: error:0A000126:SSL routines::unexpected eof while reading
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.
@christophergray Thanks, that worked!
@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
auracle: error while loading shared libraries: libalpm.so.15: cannot open shared object file: No such file or directory
@eerie: fmt is at version 12.1.0-1.
You need to rebuild against that version.
auracle: error while loading shared libraries: libfmt.so.11: cannot open shared object file: No such file or directory
@traysh Nope, building in a clean chroot works.
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:
SRCPKGDESTdirectoryThere'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:
PATHhandled by/etc/profile.d/perlbin.shmakepkg -A. The "any" architecture is reserved for packages with architecture independent files (and compiled C++ is not).