I know how to fix it. This isn't related to AUR helpers though, the same thing would happen with plain makepkg.
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: | 128 |
| Popularity: | 1.20 |
| 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-gitAUR, systemd-libs-selinuxAUR, unshitted-systemd-libsAUR, systemd-liberated-libs-gitAUR, systemd-libs)
- pacman (pacman-gitAUR, pacman-fancy-gitAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- glaze (glaze-gitAUR) (make)
- meson (meson-gitAUR) (make)
- perl (perl-gitAUR) (make)
- systemd (systemd-gitAUR, systemd-selinuxAUR, unshitted-systemdAUR, 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 .. 5 6 7 8 9 10 11 12 13 14 15 .. 30 Next › Last »
xiretza commented on 2022-01-05 21:28 (UTC)
artafinde commented on 2022-01-05 19:59 (UTC)
@xiretza clear your aur helper cache.
xiretza commented on 2022-01-05 19:51 (UTC)
==> Making package: auracle-git r366.8739929-3 (2022-01-05T20:46:35 CET)
==> Retrieving sources...
-> Updating auracle git repo...
Fetching origin
-> Found abseil-fix.patch
-> Found static-fmt.patch
==> Validating source files with b2sums...
auracle ... Skipped
abseil-fix.patch ... FAILED
static-fmt.patch ... Passed
==> ERROR: One or more files did not pass the validity check!
==> ERROR: Could not download sources.
When pulling remote sources, please version the file names accordingly so they are refetched by makepkg when required.
sekret commented on 2021-09-09 20:50 (UTC)
@artafinde, thanks, yes, I missed to update it locally. Sorry for the false alarm :-)
artafinde commented on 2021-09-09 10:09 (UTC)
@sekret: It seems like you are using an old version without the abseil-fix.patch. Make sure you use the latest AUR package.
sekret commented on 2021-09-08 19:47 (UTC) (edited on 2021-09-08 19:48 (UTC) by sekret)
Fails to build right now:
[…]
[97/148] Compiling C++ object subprojects/abseil-cpp-20200225.2/libabsl_synchronization_lib.a.p/absl_synchronization_internal_graphcycles.cc.o
FAILED: subprojects/abseil-cpp-20200225.2/libabsl_synchronization_lib.a.p/absl_synchronization_internal_graphcycles.cc.o
c++ -Isubprojects/abseil-cpp-20200225.2/libabsl_synchronization_lib.a.p -Isubprojects/abseil-cpp-20200225.2 -I../subprojects/abseil-cpp-20200225.2 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wnon-virtual-dtor -Wextra -std=c++17 -Wno-sign-compare -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -fPIC -MD -MQ subprojects/abseil-cpp-20200225.2/libabsl_synchronization_lib.a.p/absl_synchronization_internal_graphcycles.cc.o -MF subprojects/abseil-cpp-20200225.2/libabsl_synchronization_lib.a.p/absl_synchronization_internal_graphcycles.cc.o.d -o subprojects/abseil-cpp-20200225.2/libabsl_synchronization_lib.a.p/absl_synchronization_internal_graphcycles.cc.o -c ../subprojects/abseil-cpp-20200225.2/absl/synchronization/internal/graphcycles.cc
../subprojects/abseil-cpp-20200225.2/absl/synchronization/internal/graphcycles.cc: In member function ‘void absl::lts_2020_02_25::synchronization_internal::GraphCycles::RemoveNode(void*)’:
../subprojects/abseil-cpp-20200225.2/absl/synchronization/internal/graphcycles.cc:451:26: error: ‘numeric_limits’ is not a member of ‘std’
451 | if (x->version == std::numeric_limits<uint32_t>::max()) {
| ^~~~~~~~~~~~~~
../subprojects/abseil-cpp-20200225.2/absl/synchronization/internal/graphcycles.cc:451:49: error: expected primary-expression before ‘>’ token
451 | if (x->version == std::numeric_limits<uint32_t>::max()) {
| ^
../subprojects/abseil-cpp-20200225.2/absl/synchronization/internal/graphcycles.cc:451:52: error: ‘::max’ has not been declared; did you mean ‘std::max’?
451 | if (x->version == std::numeric_limits<uint32_t>::max()) {
| ^~~
| std::max
In file included from /usr/include/c++/11.1.0/algorithm:62,
from ../subprojects/abseil-cpp-20200225.2/absl/synchronization/internal/graphcycles.cc:38:
/usr/include/c++/11.1.0/bits/stl_algo.h:3467:5: note: ‘std::max’ declared here
3467 | max(initializer_list<_Tp> __l, _Compare __comp)
| ^~~
[98/148] Compiling C++ object subprojects/abseil-cpp-20200225.2/libabsl_synchronization_lib.a.p/absl_synchronization_internal_create_thread_identity.cc.o
[99/148] Compiling C++ object subprojects/abseil-cpp-20200225.2/libabsl_synchronization_lib.a.p/absl_synchronization_internal_per_thread_sem.cc.o
[100/148] Compiling C++ object subprojects/abseil-cpp-20200225.2/libabsl_synchronization_lib.a.p/absl_synchronization_internal_waiter.cc.o
[101/148] Compiling C++ object subprojects/abseil-cpp-20200225.2/libabsl_synchronization_lib.a.p/absl_synchronization_notification.cc.o
[102/148] Compiling C++ object subprojects/abseil-cpp-20200225.2/libabsl_synchronization_lib.a.p/absl_synchronization_mutex.cc.o
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Build failed, check /home/sekret/.chroot/sekret/build
kozaki commented on 2021-07-28 16:27 (UTC) (edited on 2021-07-28 16:27 (UTC) by kozaki)
@a821 Detailed explanations with explicite links much appreciated here, thank you! ...even so too lazy to do the clean chroot this month.
@artafinde: at least I saw it ;)
-> Downloading static-fmt.patch...
tallero commented on 2021-07-23 22:04 (UTC)
please add pentium4 arch
dosenpils commented on 2021-07-23 07:03 (UTC)
@artafinde: thx, that worked out!
artafinde commented on 2021-07-22 17:09 (UTC)
@schimicata: Rebuild the package and show full logs (preferably in a clean chroot).
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).