Is this not possible to use system deps instead?
Search Criteria
Package Details: auracle-git r420.f4cebb5-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: | artafinde |
Votes: | 122 |
Popularity: | 0.029977 |
First Submitted: | 2017-07-02 16:40 (UTC) |
Last Updated: | 2024-11-19 22:40 (UTC) |
Dependencies (10)
- libcurl.so (curl-gitAUR, curl-c-aresAUR, curl, lib32-curl)
- libsystemd (systemd-chromiumos-libsAUR, systemd-libs-fmlAUR, systemd-libs-gitAUR, systemd-libs-selinuxAUR, systemd-libs)
- pacman (pacman-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
- perl (perl-gitAUR) (make)
- systemd (systemd-chromiumosAUR, systemd-fmlAUR, systemd-gitAUR, systemd-selinuxAUR) (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
- pacaur (requires auracle)
- pacaur-git
- simpleaur-git (requires auracle) (optional)
- updatehint (requires auracle)
Sources (1)
micwoj92 commented on 2025-02-22 19:41 (UTC)
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.
jfernandz commented on 2024-08-19 08:35 (UTC)
I'm having the same problem than @ludvick but in my case the problem is with nlohmann_json
Looking for a fallback subproject for the dependency nlohmann_json
meson.build:27:7: ERROR: Automatic wrap-based subproject downloading is disabled
I guess this is for some default setting in meson about subprojects https://mesonbuild.com/Subprojects.html#obtaining-subprojects
But not sure if I should edit the PKGBUILD and also not sure how to enable this subproject downloading in meson
falconindy commented on 2024-08-19 00:41 (UTC)
Oh, I think that's a side effect of using arch-meson. I'll fix it, but in the meantime you can roll back to the previous commit to build auracle.
ludvick commented on 2024-08-18 05:03 (UTC)
I'm trying to build the latest auracle-git and get this:
makepkg -src --sign
==> Making package: auracle-git r406.f37305b-1 (nie, 18 sie 2024, 06:56:59)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Updating auracle git repo...
==> Validating source files with b2sums...
auracle ... Skipped
==> Extracting sources...
-> Creating working copy of auracle git repo...
Reset branch 'makepkg'
==> Starting prepare()...
+ exec meson setup --prefix /usr --libexecdir lib --sbindir bin --buildtype plain --auto-features enabled --wrap-mode nodownload -D b_pie=true -D python.bytecompile=1 --default-library=static --wipe build
The Meson build system
Version: 1.5.1
Source dir: /home/ludvick/Developer/ls-aur-src/auracle-git/src/auracle
Build dir: /home/ludvick/Developer/ls-aur-src/auracle-git/src/auracle/build
Build type: native build
Project name: auracle
Project version: 0
C++ compiler for the host machine: c++ (gcc 14.2.1 "c++ (GCC) 14.2.1 20240805")
C++ linker for the host machine: c++ ld.bfd 2.43.0
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
Found pkg-config: YES (/usr/bin/pkg-config) 2.1.1
Run-time dependency nlohmann_json found: YES 3.11.3
Run-time dependency libalpm found: YES 14.0.0
Run-time dependency libcurl found: YES 8.9.1
Run-time dependency fmt found: NO
Looking for a fallback subproject for the dependency fmt
Building fallback subproject with default_library=static
meson.build:34:9: ERROR: Automatic wrap-based subproject downloading is disabled
A full log can be found at /home/ludvick/Developer/ls-aur-src/auracle-git/src/auracle/build/meson-logs/meson-log.txt
==> ERROR: A failure occurred in prepare().
Aborting...
even if fmt is installed:
pacman -Ss fmt
extra/cabal-fmt 0.1.5.1-116
Format .cabal files
extra/dfmt 0.15.1-2 (dlang)
Dfmt is a formatter for D source code
extra/fmt 10.2.0-1 [installed]
Open-source formatting library for C++
extra/fnlfmt 0.3.1-2
A formatter for Fennel code
extra/haskell-hls-cabal-fmt-plugin 0.1.0.0-172
Integration with the cabal-fmt code formatter
extra/ocaml-fmt 0.9.0-5
OCaml Format pretty-printer combinators
extra/qemu-user-binfmt 9.0.2-1
Binary format rules for QEMU user mode emulation
extra/qemu-user-static-binfmt 9.0.2-1
Binary format rules for QEMU static user mode emulation
extra/rust 1:1.80.1-1
Systems programming language focused on safety, speed and concurrency
extra/rustup 1.27.1-1 [installed]
The Rust toolchain installer
extra/shfmt 3.8.0-1
Format shell programs
extra/texlive-latexextra 2024.2-2 (texlive)
TeX Live - LaTeX additional packages
extra/ufmt 2.6.0-1
Safe, atomic formatting with black and µsort
extra/yamlfmt 0.12.1-1
An extensible command line tool or library to format yaml files.
Any ideas?
merlock commented on 2024-08-17 23:12 (UTC)
falconindy commented on 2024-08-17 15:54 (UTC)
@artafinde -- could you please make me a collaborator? Thanks!
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).