Package broke after Arch updated python to version 3.9 . A simple reinstall should make it work again. Since rdm relies on a lot of dynamic linked librararies, maybe the best way to run it is to use the AppImage file available at https://github.com/pidario/rdm-build/releases/latest/download/rdm.AppImage. Edit: I had to purge yay cache to make it work.
Search Criteria
Package Details: rdm-bin 2020.7-1
Git Clone URL: | https://aur.archlinux.org/rdm-bin.git (read-only, click to copy) |
---|---|
Package Base: | rdm-bin |
Description: | Cross-platform open source database management tool for Redis ® |
Upstream URL: | https://rdm.dev/ |
Keywords: | desktop gui manager rdm redis |
Licenses: | |
Conflicts: | |
Submitter: | pidario |
Maintainer: | pidario |
Last Packager: | pidario |
Votes: | 3 |
Popularity: | 1.07 |
First Submitted: | 2020-10-31 15:12 |
Last Updated: | 2020-12-25 18:08 |
Dependencies (17)
- botan (botan-git)
- libssh2 (libssh2-git)
- python (python-dbg)
- python-bitstring
- python-cbor
- python-msgpack
- python-pandas
- python-phpserialize
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- qt5-charts (qt5-charts-git)
- qt5-declarative (qt5-declarative-git)
- qt5-graphicaleffects (qt5-graphicaleffects-git)
- qt5-imageformats (qt5-imageformats-git)
- qt5-quickcontrols (qt5-quickcontrols-git)
- qt5-quickcontrols2 (qt5-quickcontrols2-git)
- qt5-svg (qt5-svg-git)
- qt5-tools (qt5-tools-git)
Required by (0)
Sources (3)
Latest Comments
pidario commented on 2020-12-02 13:13
pidario commented on 2020-11-27 10:12
@core00077 You're once again right: the appropriate way of providing remote source files is to add them in the source array, and not to manually download them using curl. Is this what you meant? If you search for neovim-nightly or visual studio code bin aur package they do the same. Sorry, but this is my first aur package.
core00077 commented on 2020-11-27 09:29
@pidario
I've noticed that there're two downloading command in prepare() in your PKGBUILD file. But it's somehow unfriendly to users who don't have smooth access to github. Especially it didn't log out anything when downloading.
I would recommand that those files be placed in source code
area, along with rdm.desktop
since a lot of aur packages does the same, so users know what is happening during installation instead of just waiting for the method prepare().
pidario commented on 2020-11-26 09:35
You were right, I tried to run it in an empty arch container and it indeed missed those python packages. I also needed msgpack. Anyway, I just updated the package.
core00077 commented on 2020-11-26 08:38
@pidario
I believe you may try to uninstall those pip packages from your system first. Then try to install rdm-bin.
pidario commented on 2020-11-19 10:11
Unfortunately my log output is empty. How can I reproduce your error? What do you do for the application to show such errors?
core00077 commented on 2020-11-18 12:44
While rdm can be opened and is functioning well, the log output in rdm still says it needs some packages more.
pip3sp install bitstring cbor phpserialize pandas
should do the trick. Not sure if there're some needed packages that I've already installed.
Pinned Comments
pidario commented on 2020-12-02 13:13
Package broke after Arch updated python to version 3.9 . A simple reinstall should make it work again. Since rdm relies on a lot of dynamic linked librararies, maybe the best way to run it is to use the AppImage file available at https://github.com/pidario/rdm-build/releases/latest/download/rdm.AppImage. Edit: I had to purge yay cache to make it work.