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

lisu_ml commented on 2019-11-15 09:28 (UTC)

Indeed, it builds after upgrading python to 3.8. Thanks for pointing this out.

falconindy commented on 2019-11-14 23:47 (UTC)

Partial upgrades aren't my responsibility. Notice your stack trace says python 3.7. Arch has moved onto python 3.8.

lisu_ml commented on 2019-11-14 21:55 (UTC)

@SanskritFritz: I build AUR packages I use and upload them to my 'custom' pacman repository. I also have some script that goes through all packages in 'custom' and compares pgkver, pkgrel and epoch with what's available in AUR and triggers AUR package rebuild if the version in AUR is newer than the one available in 'custom' repo.

lisu_ml commented on 2019-11-14 21:44 (UTC)

I'm getting this on build():

Traceback (most recent call last):
  File "/usr/bin/meson", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3250, in <module>
    @_call_aside
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3234, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3263, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 583, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 900, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'meson==0.52.0' distribution was not found and is required by the application

falconindy commented on 2019-11-10 17:00 (UTC)

'auracle update' now exists, and does what 'cower -ud' used to do. 'auracle sync' is deprecated (verb still exists, but is now undocumented) and is replaced by 'auracle outdated'.

falconindy commented on 2019-11-03 14:11 (UTC)

I'm not interested in adding arm support if I can't actually test. The GitHub repo needs an ARM CI if you want this.

razer commented on 2019-11-03 07:26 (UTC)

Please add 'armv6h', 'armv7h' to have it working on arm boards like the raspberry

SanskritFritz commented on 2019-10-24 12:20 (UTC)

lisu_ml How do you get notified by a pkgrel change anyway? In what manner does pkgrel bump help you in this situation?

lisu_ml commented on 2019-10-24 10:23 (UTC)

I agree, it's really sad.

Let's people maintain their packages all along, who needs AUR anyway?

Was nice talking to you. So long.

falconindy commented on 2019-10-24 10:19 (UTC)

Nah, it's annoying that people don't understand how the AUR works.

Packages you install from the AUR are your responsibility. As is, you need to uninstall auracle, upgrade, and then rebuild/reinstall. Changing the pkgrel doesn't offer anything here.