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: 122
Popularity: 0.048872
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 .. 20 21 22 23 24 25 26 27 Next › Last »

falconindy commented on 2019-02-15 15:42 (UTC)

No, not really. The point is that fmt doesn't need to be present in order for auracle to build. I have an explicit fallback to build with a known-working fmtlib if fmt isn't installed.

sl1pkn07 commented on 2019-02-15 14:35 (UTC)

seems need ad fmt to depends: (1 extra/fmt 5.3.0-1)

Dependency fmt found: NO (tried pkgconfig and cmake)
Downloading fmt source from https://github.com/fmtlib/fmt/archive/5.3.0.tar.gz
Download size: 662493
Downloading: ..........
Downloading fmt patch from https://wrapdb.mesonbuild.com/v1/projects/fmt/5.3.0/1/get_zip
Download size: 1080
Downloading: ..........

falconindy commented on 2018-12-02 22:54 (UTC)

Should be fixed in pkgrel=2

Jesin commented on 2018-12-02 22:03 (UTC)

Installing the latest update fails with the error message auracle-git: /usr/local/share/man exists in filesystem (owned by filesystem)

ILMostro7 commented on 2018-11-22 17:54 (UTC)

I do see previous comments here regarding the "any" architecture option. Your explanations are valid, albeit somewhat disappointing :).

falconindy commented on 2018-11-22 17:44 (UTC)

No, I won't. 'any' is wrong for compiled software, and I can't commit to supporting arm as I have no way to test it.

ILMostro7 commented on 2018-11-22 17:37 (UTC) (edited on 2018-11-22 17:52 (UTC) by ILMostro7)

Please update the PKGBUILD for auracle-git to include the armv7h architecture, either by specifying the any architecture option or the following:

arch=('x86_64' 'i686' 'armv7h')

For what it's worth, I have tested this on a raspberry-pi-2 with success.

falconindy commented on 2018-10-14 22:42 (UTC)

Latest commit ought to deflake the tests.

falconindy commented on 2018-10-13 22:10 (UTC)

Theyre likely just flakey. Those tests depend on locally installed packages.

haawda commented on 2018-10-13 18:52 (UTC) (edited on 2018-10-13 18:53 (UTC) by haawda)

Currently two of the tests in the check function fail

3/10 clone_integration_test FAIL 1.55 s (exit status 1)

4/10 download_integration_test FAIL 1.82 s (exit status 1)