Package Details: abaddon 0.2.1-1

Git Clone URL: https://aur.archlinux.org/abaddon.git (read-only, click to copy)
Package Base: abaddon
Description: An alternative Discord client made with C++/gtkmm
Upstream URL: https://github.com/uowuo/abaddon
Keywords: discord
Licenses: GPL3
Conflicts: abaddon
Provides: abaddon
Submitter: javsanpar
Maintainer: javsanpar
Last Packager: javsanpar
Votes: 11
Popularity: 0.068259
First Submitted: 2021-10-07 19:08 (UTC)
Last Updated: 2024-04-08 10:53 (UTC)

Pinned Comments

Latest Comments

Archuser1337 commented on 2025-02-20 08:28 (UTC) (edited on 2025-02-20 08:28 (UTC) by Archuser1337)

/usr/include/spdlog/logger.h:135:12:   required from ‘void spdlog::logger::debug(fmt::v11::format_string<T ...>, Args&& ...) [with Args = {const Snowflake&, const unsigned int&}; fmt::v11::format_string<T ...> = fmt::v11::fstring<const Snowflake&, const unsigned int&>]’
  135 |         log(level::debug, fmt, std::forward<Args>(args)...);
      |         ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/franz/.cache/yay/abaddon/src/abaddon/src/abaddon.cpp:85:0:   required from here
   85 |         spdlog::get("voice")->debug("{} SSRC: {}", m.UserID, m.SSRC);
/usr/include/fmt/base.h:2248:29: error: passing ‘const fmt::v11::formatter<Snowflake>’ as ‘this’ argument discards qualifiers [-fpermissive]
 2248 |     ctx.advance_to(cf.format(*static_cast<qualified_type*>(arg), ctx));
      |                    ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/franz/.cache/yay/abaddon/src/abaddon/src/discord/snowflake.hpp:47:10: note:   in call to ‘fmt::v11::context::iterator fmt::v11::formatter<Snowflake>::format(Snowflake, fmt::v11::format_context&)’
   47 |     auto format(Snowflake id, format_context &ctx) -> decltype(ctx.out()) {
      |          ^~~~~~
make[2]: *** [CMakeFiles/abaddon.dir/build.make:112: CMakeFiles/abaddon.dir/src/abaddon.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/abaddon.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
make: Leaving directory '/home/franz/.cache/yay/abaddon/src/build'
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: abaddon-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
abaddon - exit status 4

sij commented on 2024-11-27 08:35 (UTC) (edited on 2024-11-27 08:48 (UTC) by sij)

/var/cache/private/yay/abaddon/src/abaddon/src/abaddon.cpp:85:0:   required from here
   85 |         spdlog::get("voice")->debug("{} SSRC: {}", m.UserID, m.SSRC);
/usr/include/fmt/base.h:1402:29: error: passing ‘const fmt::v11::formatter<Snowflake>’ as ‘this’ argument discards qualifiers [-fpermissive]
 1402 |     ctx.advance_to(cf.format(*static_cast<qualified_type*>(arg), ctx));
      |                    ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/cache/private/yay/abaddon/src/abaddon/src/discord/snowflake.hpp:47:10: note:   in call to ‘fmt::v11::context::iterator fmt::v11::formatter<Snowflake>::format(Snowflake, fmt::v11::format_context&)’
   47 |     auto format(Snowflake id, format_context &ctx) -> decltype(ctx.out()) {
      |          ^~~~~~
make[2]: *** [CMakeFiles/abaddon.dir/build.make:112: CMakeFiles/abaddon.dir/src/abaddon.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/abaddon.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
make: Leaving directory '/var/cache/private/yay/abaddon/src/build'

abaddon-git, however, works

javsanpar commented on 2023-09-13 11:31 (UTC)

@loathingkernel Thank you for the tip!!

loathingkernel commented on 2023-08-29 10:55 (UTC) (edited on 2023-08-29 10:56 (UTC) by loathingkernel)

If you don't want to use the sources array for the submodules, it would be helpful to use --filter=tree:0 to reduce the data transfer required to fetch them.

  git submodule update --init --filter=tree:0 subprojects/ixwebsocket/
  git submodule update --init --filter=tree:0 subprojects/keychain/
  git submodule update --init --filter=tree:0 subprojects/miniaudio/

You could also reduce the repetition by using bash expansion

  git submodule update --init --filter=tree:0 subprojects/{ixwebsocket,keychain,miniaudio}

tbb commented on 2023-07-31 21:41 (UTC)

it does not save token, when I close the abaddon it keeps asking.