Package Details: auracle-git r373.fc335fc-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/inglor/auracle
Keywords: aur
Licenses: MIT
Conflicts: auracle
Provides: auracle
Submitter: Foxboron
Maintainer: artafinde
Last Packager: artafinde
Votes: 122
Popularity: 0.71
First Submitted: 2017-07-02 16:40 (UTC)
Last Updated: 2024-03-31 21:05 (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 2 3 4 5 6 7 8 9 10 11 .. 26 Next › Last »

Awebb commented on 2022-01-13 12:53 (UTC)

Remember to delete the abseil patch manually, if you have configured your own src folder (for some reason).

kleim commented on 2022-01-10 09:25 (UTC)

xiretza is right. I use no AUR helper, only makepkg and got the same error. My "fix" was deleting auracle-git folder then clone it again. (Yes, I know I am lazy).

14mRh4X0r commented on 2022-01-06 11:53 (UTC) (edited on 2022-01-06 11:54 (UTC) by 14mRh4X0r)

xiretza is right. That is, if makepkg downloaded the patch files previously, it won't try to redownload them if the URL changed (because how would it know?).

Considering they're patches, perhaps they should be included in the AUR repository itself?

xiretza commented on 2022-01-05 21:28 (UTC)

I know how to fix it. This isn't related to AUR helpers though, the same thing would happen with plain makepkg.

artafinde commented on 2022-01-05 19:59 (UTC)

@xiretza clear your aur helper cache.

xiretza commented on 2022-01-05 19:51 (UTC)

==> Making package: auracle-git r366.8739929-3 (2022-01-05T20:46:35 CET)
==> Retrieving sources...
  -> Updating auracle git repo...
Fetching origin
  -> Found abseil-fix.patch
  -> Found static-fmt.patch
==> Validating source files with b2sums...
    auracle ... Skipped
    abseil-fix.patch ... FAILED
    static-fmt.patch ... Passed
==> ERROR: One or more files did not pass the validity check!
==> ERROR: Could not download sources.

When pulling remote sources, please version the file names accordingly so they are refetched by makepkg when required.

sekret commented on 2021-09-09 20:50 (UTC)

@artafinde, thanks, yes, I missed to update it locally. Sorry for the false alarm :-)

artafinde commented on 2021-09-09 10:09 (UTC)

@sekret: It seems like you are using an old version without the abseil-fix.patch. Make sure you use the latest AUR package.

sekret commented on 2021-09-08 19:47 (UTC) (edited on 2021-09-08 19:48 (UTC) by sekret)

Fails to build right now:


[…]
[97/148] Compiling C++ object subprojects/abseil-cpp-20200225.2/libabsl_synchronization_lib.a.p/absl_synchronization_internal_graphcycles.cc.o
FAILED: subprojects/abseil-cpp-20200225.2/libabsl_synchronization_lib.a.p/absl_synchronization_internal_graphcycles.cc.o
c++ -Isubprojects/abseil-cpp-20200225.2/libabsl_synchronization_lib.a.p -Isubprojects/abseil-cpp-20200225.2 -I../subprojects/abseil-cpp-20200225.2 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wnon-virtual-dtor -Wextra -std=c++17 -Wno-sign-compare -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -fPIC -MD -MQ subprojects/abseil-cpp-20200225.2/libabsl_synchronization_lib.a.p/absl_synchronization_internal_graphcycles.cc.o -MF subprojects/abseil-cpp-20200225.2/libabsl_synchronization_lib.a.p/absl_synchronization_internal_graphcycles.cc.o.d -o subprojects/abseil-cpp-20200225.2/libabsl_synchronization_lib.a.p/absl_synchronization_internal_graphcycles.cc.o -c ../subprojects/abseil-cpp-20200225.2/absl/synchronization/internal/graphcycles.cc
../subprojects/abseil-cpp-20200225.2/absl/synchronization/internal/graphcycles.cc: In member function ‘void absl::lts_2020_02_25::synchronization_internal::GraphCycles::RemoveNode(void*)’:
../subprojects/abseil-cpp-20200225.2/absl/synchronization/internal/graphcycles.cc:451:26: error: ‘numeric_limits’ is not a member of ‘std’
  451 |   if (x->version == std::numeric_limits<uint32_t>::max()) {
      |                          ^~~~~~~~~~~~~~
../subprojects/abseil-cpp-20200225.2/absl/synchronization/internal/graphcycles.cc:451:49: error: expected primary-expression before ‘>’ token
  451 |   if (x->version == std::numeric_limits<uint32_t>::max()) {
      |                                                 ^
../subprojects/abseil-cpp-20200225.2/absl/synchronization/internal/graphcycles.cc:451:52: error: ‘::max’ has not been declared; did you mean ‘std::max’?
  451 |   if (x->version == std::numeric_limits<uint32_t>::max()) {
      |                                                    ^~~
      |                                                    std::max
In file included from /usr/include/c++/11.1.0/algorithm:62,
                 from ../subprojects/abseil-cpp-20200225.2/absl/synchronization/internal/graphcycles.cc:38:
/usr/include/c++/11.1.0/bits/stl_algo.h:3467:5: note: ‘std::max’ declared here
 3467 |     max(initializer_list<_Tp> __l, _Compare __comp)
      |     ^~~
[98/148] Compiling C++ object subprojects/abseil-cpp-20200225.2/libabsl_synchronization_lib.a.p/absl_synchronization_internal_create_thread_identity.cc.o
[99/148] Compiling C++ object subprojects/abseil-cpp-20200225.2/libabsl_synchronization_lib.a.p/absl_synchronization_internal_per_thread_sem.cc.o
[100/148] Compiling C++ object subprojects/abseil-cpp-20200225.2/libabsl_synchronization_lib.a.p/absl_synchronization_internal_waiter.cc.o
[101/148] Compiling C++ object subprojects/abseil-cpp-20200225.2/libabsl_synchronization_lib.a.p/absl_synchronization_notification.cc.o
[102/148] Compiling C++ object subprojects/abseil-cpp-20200225.2/libabsl_synchronization_lib.a.p/absl_synchronization_mutex.cc.o
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Build failed, check /home/sekret/.chroot/sekret/build

kozaki commented on 2021-07-28 16:27 (UTC) (edited on 2021-07-28 16:27 (UTC) by kozaki)

@a821 Detailed explanations with explicite links much appreciated here, thank you! ...even so too lazy to do the clean chroot this month.
@artafinde: at least I saw it ;)

  -> Downloading static-fmt.patch...