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: 123
Popularity: 0.49
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)

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 8 .. 28 Next › Last »

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.

artafinde commented on 2024-03-31 19:14 (UTC)

@ettavolt this is a combination of abseil upstream project and meson wrap + native CFLAGS. I'm only supporting clean chroot builds for auracle-git as per the pinned comment.

ettavolt commented on 2024-03-30 15:49 (UTC)

I was trying to fix my aur helper, by manually rebuilding this and the helper itself. However, it failed to build abseil, see https://pastebin.com/PTEd96iq Note, I have mtune=native, would that cause such a problem? I was able to use the prebuilt auracle you have in your repo, thanks!

AndyRTR commented on 2024-03-27 15:26 (UTC)

Yes, a rebuild doesn't fix it.

artafinde commented on 2024-03-27 15:10 (UTC)

AndyRTR: even after rebuild?

AndyRTR commented on 2024-03-27 14:23 (UTC)

New curl 8.7.x breaks auracle here giving: auracle outdated error: UNKNOWN:

Not sure if this a bug on the curl side or auracle needs a fix.

decaflo commented on 2024-03-20 09:47 (UTC)

Compilation stops with "Cannot find the debugedit binary required for including source files in debug packages.". I think debugedit should be added to the list of dependencies. Kind regards!