Search Criteria
Package Details: python-radicale-decsync 2.1.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-radicale-decsync.git (read-only, click to copy) |
---|---|
Package Base: | python-radicale-decsync |
Description: | Radicale storage plugin to add synchronization using DecSync |
Upstream URL: | https://github.com/39aldo39/Radicale-DecSync |
Licenses: | GPL3 |
Submitter: | BrainDamage |
Maintainer: | BrainDamage |
Last Packager: | BrainDamage |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2020-11-28 09:12 (UTC) |
Last Updated: | 2024-04-29 09:16 (UTC) |
Dependencies (4)
- python (python37AUR, python311AUR, python310AUR)
- python-libdecsyncAUR
- radicale (radicale-gitAUR)
- python-setuptools (make)
Latest Comments
sxe commented on 2022-08-07 12:24 (UTC)
Yep works, thanks!
BrainDamage commented on 2022-08-07 08:48 (UTC)
That was a bug in the other package, it should work with python-libdecsync's pkgver >= 3
sxe commented on 2022-08-07 08:23 (UTC)
The package python-libdecsync 2.2.1-2 got updated and now python-radicale-decsync cannot find the libdecsync.so anymore. Not sure which package is at fault here, downgrading python-libdecsync to python-libdecsync 2.2.1-1 fixes it for now.
[2022-08-07 10:09:43 +0200] [9636] [CRITICAL] An exception occurred during server startup: Failed to load storage module 'radicale_storage_decsync': /usr/lib/python3.10/site-packages/libdecsync/libs/libdecsync.so: cannot open shared object file: Not a directory
isgar commented on 2022-02-18 21:12 (UTC)
For completeness, installing libxcrypt-compat resolved it. See here: https://github.com/39aldo39/libdecsync/issues/14
BrainDamage commented on 2022-02-18 14:24 (UTC)
this program is pure python, your issue is on a shared object library the problem's not radicale either, that is also pure python
the package to be rebuilt is going to be either python-libdecsync or libdesync, which are loaded by this python script
isgar commented on 2022-02-18 11:14 (UTC) (edited on 2022-02-18 11:25 (UTC) by isgar)
My radicale with this plugin doesn't start anymore after my last sysupgrade including radicale 2.0.0-1 -> 2.0.0-2
An exception occurred during server startup: Failed to load storage module 'radicale_storage_decsync': libcrypt.so.1: cannot open shared object file: No such file or directory
Downgrading radicale and reinstalling python-radicale-decsync, python-libdecsync and libdecsync didn't help. I have no clue where libcrypt.so.1 should come from.