Package Details: auracle-git r373.fc335fc-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/inglor/auracle
Keywords: aur
Licenses: MIT
Conflicts: auracle
Provides: auracle
Submitter: Foxboron
Maintainer: artafinde
Last Packager: artafinde
Votes: 122
Popularity: 1.49
First Submitted: 2017-07-02 16:40 (UTC)
Last Updated: 2024-03-31 21:05 (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)

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 2 3 4 5 6 7 8 9 .. 26 Next › Last »

artafinde commented on 2022-07-28 08:36 (UTC)

@Cody_Learner It seems like you are using an outdated (?) or old clean chroot. Hard to say because you provided the textlog.txt from meson itself only. Please provide full command executed and build logs if you'd like further assistance.

Cody_Learner commented on 2022-07-28 02:18 (UTC) (edited on 2022-07-28 02:23 (UTC) by Cody_Learner)

Failed to build in chroot.

menson-log-txt: http://sprunge.us/4BsWqH

testlog.txt: http://sprunge.us/2aq1Cz

Part of console output:

7/13 auracle:auracle / test_outdated OK 0.37s 8/13 auracle:auracle / test_raw_query OK 0.50s 9/13 auracle:auracle / test_regex_search OK 0.42s 10/13 auracle:auracle / test_show OK 0.43s 11/13 auracle:auracle / test_search OK 0.69s 12/13 auracle:auracle / test_update OK 0.40s 13/13 auracle:auracle / test_sort FAIL 0.60s exit status 1

PYTHONDONTWRITEBYTECODE=1 MALLOC_PERTURB_=131 /usr/sbin/python3 -W all /home/builduser/auracle-git/src/auracle/tests/test_sort.py

Ok: 9
Expected Fail: 0
Fail: 4
Unexpected Pass: 0
Skipped: 0
Timeout: 0

Full log written to /home/builduser/auracle-git/src/auracle/build/meson-logs/testlog.txt ==> ERROR: A failure occurred in check(). Aborting... ==> Removing installed dependencies...

HiImTye commented on 2022-07-24 18:52 (UTC)

I couldn't figure out why it kept trying to download gcc8 ad gcc9 when I had neither package installed. pacman -Qs gcc revealed that I had gcc8-libs and gcc9-libs installed which were likely remnants from an old package change (as I never manually installed any gcc version). if you're like me, keep that in mind!

artafinde commented on 2022-07-17 18:53 (UTC)

@gatsby, martynjy: can't reproduce in a clean-chroot. Can you pastebin whole build output?

gatsby commented on 2022-07-17 17:33 (UTC)

Summary of Failures:

2/13 auracle:libauracle / libauracle              FAIL            0.94s   killed by signal 4 SIGIL
5/13 auracle:auracle / test_custom_format         FAIL            2.80s   exit status 1
6/13 auracle:auracle / test_info                  FAIL            3.49s   exit status 1
13/13 auracle:auracle / test_sort                  FAIL            2.59s   exit status 1

martynjy commented on 2022-07-03 13:42 (UTC)

Summary of Failures:

 2/13 auracle:libauracle / libauracle      FAIL            1.11s   killed by signal 4 SIGILL
 5/13 auracle:auracle / test_custom_format FAIL            1.62s   exit status 1
 9/13 auracle:auracle / test_info          FAIL            0.88s   exit status 1
13/13 auracle:auracle / test_sort          FAIL            0.57s   exit status 1

bergentroll commented on 2022-04-20 11:12 (UTC)

Why? GitHub '.git' ended URL is officially suggested URL for cloning.

dreieck commented on 2022-04-20 10:13 (UTC)

Please remove .git from $url.

Thanks for maintaining!

StormEngineer commented on 2022-02-22 14:49 (UTC)

As others mentioned, the pod2man dependency is still missing.

ttoirrah commented on 2022-02-02 11:38 (UTC)

Build fails, so how do I clear auracle's "aur helper cache"?