Package Details: auracle-git r373.fc335fc-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/inglor/auracle
Keywords: aur
Licenses: MIT
Conflicts: auracle
Provides: auracle
Submitter: Foxboron
Maintainer: artafinde
Last Packager: artafinde
Votes: 122
Popularity: 1.52
First Submitted: 2017-07-02 16:40 (UTC)
Last Updated: 2024-03-31 21:05 (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 9 10 .. 26 Next › Last »

kseistrup commented on 2022-01-29 15:03 (UTC)

The package wouldn't build unless I install pod2man:

abseil-cpp| Run-time dependency corefoundation found: NO (tried pkgconfig and cmake)
Program pod2man found: NO
meson.build:61:0: ERROR: Program 'pod2man' not found or not executable

hcjehg commented on 2022-01-29 07:04 (UTC)

It seems patch is a missing dependency :-)

artafinde commented on 2022-01-28 21:53 (UTC) (edited on 2022-01-28 21:55 (UTC) by artafinde)

jaap: can't reproduce locally - building in clean chroot works just fine. Not sure why according to your log you can download the fmt-release artifact but not the fmt-meson-patch meson patch.

Clearly this is not running on a clean chroot environment as suggested because your logs show evidence of cmake which is not included in dependencies.

jaap commented on 2022-01-28 21:14 (UTC) (edited on 2022-01-28 21:15 (UTC) by jaap)

This package wont build with the following log: https://pastebin.com/2VvN7V65

I do have internet, as evident by this post, and can download the linked file fine via firefox

(This is a clean build, after hitting the cache issue)

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.

jfernandz commented on 2022-01-26 04:30 (UTC)

Hi guys, I'm having problems for building this package:

==> Starting build()...
Directory does not contain a valid build tree:
/home/pisotte/AUR/auracle-git/src/auracle/build
==> ERROR: A failure occurred in build().

haug1 commented on 2022-01-14 16:46 (UTC)

For anyone else stupid like me, the solution for the validity check error was to delete the cache as explained below by @Volker_Weissmann, but your cache path will be different from "~/.cache/pacaur/auracle-git" if you are not using the "pacaur" package manager

artafinde commented on 2022-01-13 15:53 (UTC)

There's a package build already which you can try out if you have issues from my repo.

Volker_Weissmann commented on 2022-01-13 15:12 (UTC)

Same problem as xiretza here. rm -rf ~/.cache/pacaur/auracle-git/ solved it