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.159282
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 .. 13 14 15 16 17 18 19 20 21 22 23 .. 27 Next › Last »

user20159 commented on 2020-01-14 08:29 (UTC) (edited on 2020-01-14 08:30 (UTC) by user20159)

This should depend on fmt, as fmt is a runtime dependency. If makepkg is called without fmt, build will try to use a fallback dependency, which might even fail. As we have fmt in the official repositories, we should use it.

Run-time dependency fmt found: NO (tried pkgconfig and cmake)
Looking for a fallback subproject for the dependency fmt
Downloading fmt source from https://github.com/fmtlib/fmt/archive/6.0.0.tar.gz
Downloading file of unknown size.
Downloading fmt patch from https://wrapdb.mesonbuild.com/v1/projects/fmt/6.0.0/1/get_zip

meson.build:42:0: ERROR: WrapDB connection failed to https://wrapdb.mesonbuild.com/v1/projects/fmt/6.0.0/1/get_zip with error <urlopen error [Errno 113] No route to host>

oats commented on 2020-01-12 19:47 (UTC)

All tests pass on Rpi 4 (armv7h)

falconindy commented on 2019-12-05 18:18 (UTC)

You're expected to have base-devel installed if you want to be building packages. I have no idea why you think pacutils is required.

trougnouf commented on 2019-12-05 17:05 (UTC) (edited on 2019-12-05 17:09 (UTC) by trougnouf)

Requires binutils, gcc, pacutils, pkgconf

Darkshado commented on 2019-12-01 03:12 (UTC)

auracle-git-r301.9542d8c-1 builds and installs successfully on armv6h as well, just had to add it to the arch section in the MAKEPKG

saber-nyan commented on 2019-11-30 22:32 (UTC)

All tests pass on Cubieboard 2 (armv7h).

nostalgix commented on 2019-11-29 08:16 (UTC)

Thanks to @a_grizzli. This did the trick. I reinstalled just all the perl-related packages (I did not install anything via cpan manually) and afterwards building auracle did not fail on the '}'. Weird.

a_grizzli commented on 2019-11-28 11:55 (UTC)

I could solve the problem reported on 2019-11-27 09:59. Indeed the error happened before C++ compilations. It was in some Perl scripts. Problem consisted in new Perl version after update of the system: 5.28 -> 5.30. I had some conflicting modules from the old version manually installed by CPAN. I had to delete all of them and to reinstall Perl again to solve the problem.

g99 commented on 2019-11-28 09:54 (UTC) (edited on 2019-11-28 09:54 (UTC) by g99)

"'auracle update' now exists" … well,

but is it a blessing or a curse? easily half of AUR breaks! so you wanna stick with whatever it was that actually built once upon a time.

a_grizzli commented on 2019-11-27 09:59 (UTC)

Trying to build package manually fails:

[14/27] Compiling C++ object 'auracle@sta/src_auracle_auracle.cc.o'. ninja: build stopped: subcommand failed. ==> ERROR: A failure occurred in build(). Aborting...

I have updated my system recently and using GCC 9.2.