@falconindy, when I try to pacaur -S auracle-git
or pacaur -Syu
, it does show glaze in the Repo packages to be installed, but it seems the configure part of the meson build runs before pacaur installs the repo packages.
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: | 123 |
Popularity: | 0.42 |
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-fmlAUR, systemd-libs-selinuxAUR, systemd-libs-gitAUR, systemd-libs)
- pacman (pacman-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- glaze (glaze-gitAUR) (make)
- meson (meson-gitAUR) (make)
- perl (perl-gitAUR) (make)
- systemd (systemd-fmlAUR, systemd-selinuxAUR, systemd-gitAUR) (make)
- fakechroot (fakechroot-gitAUR) (check)
- gtest (googletest-gitAUR) (check)
- python (python37AUR, python311AUR, python310AUR) (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)
slondr commented on 2025-04-19 18:54 (UTC)
falconindy commented on 2025-04-17 20:12 (UTC)
@slondr: the latest PKGBUILD clearly has glaze marked as a dependency.
slondr commented on 2025-04-16 21:35 (UTC) (edited on 2025-04-16 21:35 (UTC) by slondr)
I get this error now:
Project name: auracle Project version: 0 C++ compiler for the host machine: ccache c++ (gcc 14.2.1 "c++ (GCC) 14.2.1 20250207") C++ linker for the host machine: c++ ld.bfd 2.44 Host machine cpu family: x86_64 Host machine cpu: x86_64 Compiler for C++ supports arguments -ffunction-sections: YES Compiler for C++ supports arguments -fdata-sections: YES Compiler for C++ supports link arguments -Wl,--gc-sections: YES Has header "glaze/glaze.hpp" : NO meson.build:28:2: ERROR: Problem encountered: glaze library not found in standard include paths
e8hffff commented on 2025-04-16 08:17 (UTC) (edited on 2025-04-16 08:20 (UTC) by e8hffff)
To get around out of memory issues and you haven't got a swap enabled!
sudo fallocate -l 4G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
e8hffff commented on 2025-04-16 08:03 (UTC) (edited on 2025-04-16 08:21 (UTC) by e8hffff)
Had this problem for months. More or less caused by out of memory. Anyway to improve building process to be less of a hog?
INFO: autodetecting backend as ninja
INFO: calculating backend command to run: /usr/bin/ninja -C /home/default/t/a/auracle-git/src/auracle/build
ninja: Entering directory `/home/default/t/a/auracle-git/src/auracle/build'
[119/203] Compiling C++ object libaur.a.p/src_aur_response.cc.o
FAILED: libaur.a.p/src_aur_response.cc.o
c++ -Ilibaur.a.p -I. -I.. -I../src -Isubprojects/abseil-cpp-20240722.0 -I../subprojects/abseil-cpp-20240722.0 -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c++23 '-DPROJECT_VERSION="0"' -ffunction-sections -fdata-sections -fPIC -MD -MQ libaur.a.p/src_aur_response.cc.o -MF libaur.a.p/src_aur_response.cc.o.d -o libaur.a.p/src_aur_response.cc.o -c ../src/aur/response.cc
c++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
[120/203] Compiling C++ object libauracle.a.p/src_auracle_auracle.cc.o
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
Aborting...
micwoj92 commented on 2025-02-22 19:41 (UTC)
Is this not possible to use system deps instead?
Firechris commented on 2024-08-19 12:01 (UTC)
I can confirm. Lastest version is installable again.
Good work
ludvick commented on 2024-08-19 10:04 (UTC)
@falconindy thank you for quick solution and the new verison! Now everything works as it shoud! Thanks again!
Firechris commented on 2024-08-19 08:50 (UTC)
I also had the nlohmann_json
issue but could solve it by reinstalling it.
pacman -S nlohmann-json
Now, I am also stuck with the fmt
issue.
artafinde commented on 2024-08-19 08:44 (UTC)
Yes that's coming from arch-meson, specifically --wrap-mode nodownload
. I think you might be able to call arch setup once in prepare() and arch-meson subsequently in build(). Or drop completely the arch-meson and use meson.
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:
SRCPKGDEST
directoryThere's a package build already which you can try out from my repo.
falconindy commented on 2020-05-31 15:35 (UTC)
FAQ:
PATH
handled by/etc/profile.d/perlbin.sh
makepkg -A
. The "any" architecture is reserved for packages with architecture independent files (and compiled C++ is not).