Package Details: resp-app 2022.5-1

Git Clone URL: https://aur.archlinux.org/resp-app.git (read-only, click to copy)
Package Base: resp-app
Description: RESP.app - Open source cross-platform Redis Desktop Manager GUI based on Qt 5
Upstream URL: https://resp.app
Licenses: GPL3
Provides: redis-desktop-manager
Submitter: liljaylj
Maintainer: None
Last Packager: liljaylj
Votes: 32
Popularity: 0.000002
First Submitted: 2022-02-17 00:48 (UTC)
Last Updated: 2022-10-11 19:49 (UTC)

Latest Comments

1 2 3 4 Next › Last »

Zoddo commented on 2023-06-11 08:56 (UTC)

For those who aren't aware, resp.app is being replaced by RedisInsight

nezu commented on 2023-05-30 08:27 (UTC)

fails to launch on latest arch with error:

resp: error while loading shared libraries: libpython3.10.so.1.0: cannot open shared object file: No such file or directory

ufo_driver commented on 2022-06-20 14:34 (UTC) (edited on 2022-06-20 14:34 (UTC) by ufo_driver)

It fails building for me unless I disable tests for snappy

cd "$srcdir/resp/3rdparty/snappy"
cmake -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE=Release -DSNAPPY_BUILD_TESTS=0 -DSNAPPY_BUILD_BENCHMARKS=0 . && make

vith commented on 2022-02-27 21:10 (UTC)

I think you should add

replaces=("redis-desktop-manager")
conflicts=("redis-desktop-manager")

in addition to the existing provides.

currently, paru says :: packages not in the AUR: redis-desktop-manager. I think AUR helpers will prompt to replace renamed packages like this if the new one has these fields

liljaylj commented on 2022-02-04 06:11 (UTC) (edited on 2022-02-22 07:42 (UTC) by liljaylj)

As upstream was renamed to RESP.app I am about to rename and adapt this package to new name in the near future. But for now, while upstream still in transition state (not all resources renamed, yet), we will stick with old name.

Update: DONE.

deividas commented on 2022-01-11 11:37 (UTC)

Unable to install package:

==> Making package: redis-desktop-manager 2021.9.1-1 (Tue 11 Jan 2022 01:25:41 PM EET)
==> Retrieving sources...
  -> Cloning rdm git repo...
Cloning into bare repository '/home/deividas/.config/cache/yay/redis-desktop-manager/rdm'...
fatal: remote error:
  The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
==> ERROR: Failure while downloading rdm git repo
    Aborting...
 -> error downloading sources: redis-desktop-manager
         context: exit status 1

I suspect replacing git:// at https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=redis-desktop-manager#n27 with https:// should solve this error.

liljaylj commented on 2021-11-02 18:01 (UTC) (edited on 2021-11-02 18:03 (UTC) by liljaylj)

@sashok724, try

If you know more about where you're going to run and want to save the space, you can disable any of these implementations at compile time with -DSIMDJSON_IMPLEMENTATION_X=0 (where X is HASWELL, WESTMERE, ARM64, PPC64 and FALLBACK).

from here

sashok724 commented on 2021-11-02 17:45 (UTC)

Package fails to build:

/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/wmmintrin.h: In function ‘uint64_t simdjson::haswell::{anonymous}::prefix_xor(uint64_t)’:
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/wmmintrin.h:116:1: error: inlining failed in call to ‘always_inline’ ‘__m128i _mm_clmulepi64_si128(__m128i, __m128i, int)’: target specific option mismatch
  116 | _mm_clmulepi64_si128 (__m128i __X, __m128i __Y, const int __I)
      | ^~~~~~~~~~~~~~~~~~~~
In file included from ../3rdparty/simdjson/singleheader/simdjson.cpp:3:
../3rdparty/simdjson/singleheader/simdjson.h:14024:40: note: called from here
14024 |   __m128i result = _mm_clmulepi64_si128(_mm_set_epi64x(0ULL, bitmask), all_ones, 0);
      |                    ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/immintrin.h:41,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/x86intrin.h:32,
                 from ../3rdparty/simdjson/singleheader/simdjson.h:13809,
                 from ../3rdparty/simdjson/singleheader/simdjson.cpp:3:
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/wmmintrin.h:116:1: error: inlining failed in call to ‘always_inline’ ‘__m128i _mm_clmulepi64_si128(__m128i, __m128i, int)’: target specific option mismatch
  116 | _mm_clmulepi64_si128 (__m128i __X, __m128i __Y, const int __I)
      | ^~~~~~~~~~~~~~~~~~~~
In file included from ../3rdparty/simdjson/singleheader/simdjson.cpp:3:
../3rdparty/simdjson/singleheader/simdjson.h:14024:40: note: called from here
14024 |   __m128i result = _mm_clmulepi64_si128(_mm_set_epi64x(0ULL, bitmask), all_ones, 0);
      |                    ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make: *** [Makefile:3510: ../bin/linux/release/obj/simdjson.o] Error 1
make: *** Waiting for unfinished jobs....
==> ERROR: A failure occurred in build().
    Aborting...

xqz-u commented on 2021-07-02 18:59 (UTC) (edited on 2021-07-02 19:00 (UTC) by xqz-u)

might be useful: to install this package I had to uninstall rtags, since rtags owns some executable located at /usr/bin/rdm, and this conflicts with the name of the redis-desktop-manager executable.