Package Details: auracle-git r427.33f9097-1

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)

Required by (10)

Sources (1)

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:

  • Clear your aur helper cache and SRCPKGDEST directory
  • Rebuild in clean chroot 1
  • If it still fails, use a paste bin 2 to show full build logs

There'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:

  • If you think pod2man is missing, it's a configuration problem on your end. pod2man is part of the perl package, but in a perl-specific PATH handled by /etc/profile.d/perlbin.sh
  • I'm only able to test auracle on i686 and x86_64, so that's what I'm willing to commit to in the PKGBUILD. If you want to build this on some other architecture, use makepkg -A. The "any" architecture is reserved for packages with architecture independent files (and compiled C++ is not).

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 30 Next › Last »

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)

Trying to build f37305b using updated PKGBUILD from f8402ed, in a clean chroot.

Failed to build:

https://0x0.st/X4dQ.txt

Reverted f8402ed, and f37305b built fine:

https://0x0.st/X4d1.txt

falconindy commented on 2024-08-17 15:54 (UTC)

@artafinde -- could you please make me a collaborator? Thanks!

marco.righi commented on 2024-08-03 08:21 (UTC)

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

fuckregistration commented on 2024-07-31 18:37 (UTC)

this packages is now broken due to missing pod2man dependency. the build ends with the message below.

Program pod2man found: NO

meson.build:62:10: ERROR: Program 'pod2man' not found or not executable

the solution is to simply add pod2man to the makedepends. if you think it's already present on the system but not in $PATH then you need to use the correct path in your build. since there is a pod2man package, depending on that is the easy solution. whichever way you want to solve it doesn't matter as long as it works and doesn't remain broken. as it currently stands, the last update is a disservice.

P.S. requiring registration to report a broken package and provide a solution is an enormous hindrance and closed access is against the spirit of open source. I had a few extra minutes to spare at this moment but usually would just say fuck it.

artafinde commented on 2024-07-31 12:31 (UTC)

@falconindy: sure - can even make you co-maintainer if you want.

falconindy commented on 2024-07-31 11:51 (UTC)

Well, I'm back. Can we switch back to my repo?

artafinde commented on 2024-04-03 08:42 (UTC)

lothar_m: I'm the maintainer. falconindy hasn't been active in auracle or Arch for years. Maintaining patches on top of their repository became cumbersome so I switched to my fork. I'm not actively developing - just maintaining the current functionality.

lothar_m commented on 2024-04-03 08:31 (UTC)

@artafinde: Are you the new developer for auracle? Did falconindy stepped down as auracle developer? If so why did he not gave you control of the git repo?

artafinde commented on 2024-04-01 07:35 (UTC)

@AndyRTR rebuild - it should work now for commit 5df369a2d76e