@artafinde It works for Auracle, but if someone would use the random library on an old CPU, it probably will fail as too many files are compiled with -sse4.1.
Search Criteria
Package Details: auracle-git r427.33f9097-1
Package Actions
| 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.54 |
| First Submitted: | 2017-07-02 16:40 (UTC) |
| Last Updated: | 2025-04-16 17:39 (UTC) |
Dependencies (13)
- abseil-cpp (abseil-cpp-gitAUR)
- fmt (fmt-gitAUR)
- libcurl.so (curl-gitAUR, curl-c-aresAUR, curl, lib32-curl)
- libsystemd (systemd-libs-selinuxAUR, unshitted-systemd-libsAUR, systemd-libs-gitAUR, systemd-liberated-libs-gitAUR, systemd-libs)
- pacman (pacman-gitAUR, pacman-fancy-gitAUR, pacman-selinuxAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- glaze (glaze-gitAUR) (make)
- meson (meson-gitAUR) (make)
- perl (perl-gitAUR) (make)
- systemd (systemd-selinuxAUR, unshitted-systemdAUR, systemd-gitAUR, systemd-liberated-gitAUR) (make)
- fakechroot (fakechroot-gitAUR) (check)
- gtest (googletest-gitAUR) (check)
- python (check)
Required by (10)
- aarchup (requires auracle) (optional)
- aarchup-git (requires auracle) (optional)
- argon
- argon-git (requires auracle)
- cylon (optional)
- fmo (requires auracle)
- pacaur (requires auracle)
- pacaur-git
- simpleaur-git (requires auracle) (optional)
- updatehint (requires auracle)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 30 Next › Last »
PS0 commented on 2022-07-29 19:06 (UTC)
artafinde commented on 2022-07-29 15:32 (UTC)
@PS0 If possible try replacing the PKGBUILD with this and let me know if it works. If yes I Will try to push it upstream.
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.
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).