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.183618
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 .. 16 17 18 19 20 21 22 23 24 25 26 27 Next › Last »

falconindy commented on 2019-10-24 00:22 (UTC)

That's not how this works. That's not how any of this works. Rebuild auracle yourself.

lisu_ml commented on 2019-10-24 00:05 (UTC) (edited on 2019-10-24 00:12 (UTC) by lisu_ml)

@falconindy: please bump the pkgrel to resolve libalpm.so.11 issue.

gj545rndmu commented on 2019-10-23 10:50 (UTC)

For everyone who just updated pacman and is wondering why they get following error:

auracle: error while loading shared libraries: libalpm.so.11: cannot open shared object file: No such file or directory

Just recompile auracle-git and install it again ;)

antecrescent commented on 2019-10-01 23:47 (UTC)

Thank you very much! Though I have rwx ownership of the drive, it is indeed ntfs formatted. Building it on my ext4 partition worked as intended :) I hadn't thought about that...

falconindy commented on 2019-10-01 22:53 (UTC)

If I had to guess, I'd say you're attempting to build auracle on an ntfs or vfat filesystem and mounted it with a mode or fmask that disables the executable bit.

antecrescent commented on 2019-10-01 22:44 (UTC) (edited on 2019-10-01 22:44 (UTC) by antecrescent)

When build() starts, I get the following error:

meson.build:1:0: ERROR: Could not invoke sanity test executable: [Errno 13] Permission denied: '/media/hdd/arch/builds/auracle-git/src/auracle/build/meson-private/sanitycheckcpp.exe'.

Do I have to manually permit meson to perform the sanity test on the C++ compiler?

plutonium commented on 2019-09-21 19:42 (UTC)

FYI, I was using auracle successfully under armv7 (RPi3, 32bit) and after switching to armv8/aarch64 (RPi3, 64bit) I was not able to build the package using gcc (took forever, nearly freezing the board and crashed at step 3/27), but it went smoothly with clang (export CXX=clang++ && makepkg -A).

Mythra commented on 2019-09-09 17:16 (UTC)

Ah thanks! I forgot about that. I appreciate the help for something so simple :)