Package Details: auracle-git r420.f4cebb5-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: artafinde
Votes: 123
Popularity: 0.59
First Submitted: 2017-07-02 16:40 (UTC)
Last Updated: 2024-11-19 22:40 (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)

FAQ:

  • The dependencies are correct. fmt and nlohmann_json are configured as subprojects for ease of development on my end, and it's only natural to statically link C++ projects, as ABI stability with exported C++ libraries isn't a thing (compared to C).
  • 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 .. 27 Next › Last »

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

AndyRTR commented on 2024-04-01 07:27 (UTC)

The package now installs many unneeded fmt header files and leads to file conflicts.

ettavolt commented on 2024-03-31 22:49 (UTC)

Sorry, I missed the first point: to refetch the source. It's good now.