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
Search Criteria
Package Details: auracle-git r427.33f9097-1
Package Actions
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: | falconindy |
Votes: | 123 |
Popularity: | 0.46 |
First Submitted: | 2017-07-02 16:40 (UTC) |
Last Updated: | 2025-04-16 17:39 (UTC) |
Dependencies (13)
- abseil-cpp (abseil-cpp-gitAUR)
- fmt (fmt-gitAUR)
- libcurl.so (curl-gitAUR, curl-c-aresAUR, curl, lib32-curl)
- libsystemd (systemd-libs-fmlAUR, systemd-libs-selinuxAUR, systemd-libs-gitAUR, systemd-libs)
- pacman (pacman-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- glaze (glaze-gitAUR) (make)
- meson (meson-gitAUR) (make)
- perl (perl-gitAUR) (make)
- systemd (systemd-fmlAUR, systemd-selinuxAUR, systemd-gitAUR) (make)
- fakechroot (fakechroot-gitAUR) (check)
- gtest (googletest-gitAUR) (check)
- python (python37AUR, python311AUR, python310AUR) (check)
Required by (10)
- aarchup (requires auracle) (optional)
- aarchup-git (requires auracle) (optional)
- argon
- argon-git (requires auracle)
- cylon (optional)
- fmo (requires auracle)
- pacaur (requires auracle)
- pacaur-git
- simpleaur-git (requires auracle) (optional)
- updatehint (requires auracle)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 14 15 16 17 18 19 20 21 22 23 24 .. 28 Next › Last »
Darkshado commented on 2019-12-01 03:12 (UTC)
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.
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
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:
SRCPKGDEST
directoryThere's a package build already which you can try out from my repo.
falconindy commented on 2020-05-31 15:35 (UTC)
FAQ:
PATH
handled by/etc/profile.d/perlbin.sh
makepkg -A
. The "any" architecture is reserved for packages with architecture independent files (and compiled C++ is not).