Package Details: keydb 6.3.4-1

Git Clone URL: https://aur.archlinux.org/keydb.git (read-only, click to copy)
Package Base: keydb
Description: A Multithreaded fork of Redis.
Upstream URL: https://keydb.dev
Keywords: keydb redis
Licenses: BSD
Provides: redis
Submitter: lazerl0rd
Maintainer: iamawacko
Last Packager: iamawacko
Votes: 4
Popularity: 0.014514
First Submitted: 2020-04-30 17:33 (UTC)
Last Updated: 2024-01-25 23:07 (UTC)

Required by (88)

Sources (7)

Latest Comments

oldrava commented on 2023-09-30 12:34 (UTC) (edited on 2023-09-30 12:34 (UTC) by oldrava)

solution is merged but it still failing building with clang 16 adlist.o: file not recognized: file format not recognized default without specifying clang g++: error: unrecognized command-line option ‘-stdlib=libc++’

BakaOnigiri commented on 2023-08-17 09:07 (UTC)

Edit : this is a know problem : https://github.com/Snapchat/KeyDB/issues/684

There is a push request that haven't been integrated yet

BakaOnigiri commented on 2023-08-16 20:31 (UTC)

I have a problem building this package using yay as aur helper :

make[2]: Leaving directory '/home/me/.cache/yay/keydb/src/KeyDB-6.3.3/deps'
    CC adlist.o
    CC quicklist.o
    CC ae.o
    CC anet.o
    CC dict.o
    CC server.o
    CC sds.o
    CC zmalloc.o
    CC lzf_c.o
    CC lzf_d.o
    CC pqsort.o
    CC zipmap.o
    CC sha1.o
    CC ziplist.o
    CC release.o
    CC networking.o
    CC util.o
    CC object.o
    CC db.o
    CC replication.o
    CC rdb.o
    CC t_string.o
    CC t_list.o
    CC t_set.o
    CC t_zset.o
t_zset.cpp:2039:11: error: declaration of ‘zsetopsrc::_uT::_iterzset zsetopsrc::_uT::zset’ changes meaning of ‘zset’ [-Wchanges-meaning]
 2039 |         } zset;
      |           ^~~~
t_zset.cpp:2036:17: note: used here to mean ‘typedef struct zset zset’
 2036 |                 zset *zs;
      |                 ^~~~
In file included from t_zset.cpp:59:
server.h:1787:3: note: declared here
 1787 | } zset;
      |   ^~~~
cc1plus: note: unrecognized command-line option ‘-Wno-atomic-alignment’ may have been intended to silence earlier diagnostics
make[1]: *** [Makefile:482: t_zset.o] Error 1
make[1]: Leaving directory '/home/me/.cache/yay/keydb/src/KeyDB-6.3.3/src'
make: *** [Makefile:6: all] Error 2
make: Leaving directory '/home/me/.cache/yay/keydb/src/KeyDB-6.3.3'
==> ERROR: A failure occurred in build().

What should I do ? (sorry if I do wrong, it's my first time commenting on aur)