I can confirm. Lastest version is installable again.
Good work
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.24 |
First Submitted: | 2017-07-02 16:40 (UTC) |
Last Updated: | 2024-11-19 22:40 (UTC) |
I can confirm. Lastest version is installable again.
Good work
@falconindy thank you for quick solution and the new verison! Now everything works as it shoud! Thanks again!
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.
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.
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
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.
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?
@artafinde -- could you please make me a collaborator? Thanks!
Please correct this bug. I deleted the cache
sudo pacman -Rsn $(pacman -Qdtq)
yay -Scc
sudo rm /var/lib/systemd/coredump/.
sudo journalctl --vacuum-size=50M
sudo -rm ~/.cache
but after I installed the pacged I got the error
:: 1 package to upgrade/install.
1 aur/auracle-git r382.6dce347-1 -> r379.62fffaa-1
Thx
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).