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.20
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 2 3 4 5 6 7 8 9 10 11 12 .. 30 Next › Last »

artafinde commented on 2022-07-29 13:05 (UTC) (edited on 2022-07-29 13:08 (UTC) by artafinde)

@PS0 I see that is meson-wrap specific then - raised https://github.com/mesonbuild/wrapdb/issues/544

PS0 commented on 2022-07-29 12:41 (UTC)

@artafinde abseil-cpp uses -maes and -msse4.1 only on randen_detect.cc and randen_hwaes.cc. The meson wrap enables these flags globally, which is not what the abseil-cpp developers intended.

artafinde commented on 2022-07-29 11:15 (UTC)

@PS0, do you see the flags being used when you compile abseil-cpp with cmake? If yes then raise an issue with abseil-cpp on github. If not then it might be coming from the meson wrap. My AMD CPU has SSE4.1 extension so can't reproduce it.

gatsby commented on 2022-07-29 10:37 (UTC)

@PS0 Thanks, in my case I only had these sse flags available: sse sse2 ssse3 sse4a.

PS0 commented on 2022-07-28 19:11 (UTC)

@artafinde: The CPU I'm using is an old AMD Athlon II X4 630. It doesn't support SSE4.1. The check you mentioned only checks whether the compiler supports the flags. It's not a hardware check.

artafinde commented on 2022-07-28 09:15 (UTC)

@PS0 it would be good to show build logs and /var/lib/archbuild/extra-x86_64/<username>/build/auracle-git/src/auracle/build/meson-logs/meson-log.txt The abseil-cpp project has those defined in the meson wrap but checks with the compiler before adding them. Also useful to state your CPU. PS: this is upstream to auracle 1

PS0 commented on 2022-07-28 08:45 (UTC)

I'm having the same issues with the failing tests. After some debugging I found that the Abseil library is compiled with the 'sse4.1' flag which creates incompatible code for some x86_64 CPU's. Removing the flag solves the issue.

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!