Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#59342 - [subversion] needs libsecret instead of libgnome-keyring for saving credentials
Attached to Project:
Arch Linux
Opened by Chih-Hsuan Yen (yan12125) - Sunday, 15 July 2018, 11:54 GMT
Last edited by Doug Newgard (Scimmia) - Tuesday, 17 July 2018, 15:09 GMT
Opened by Chih-Hsuan Yen (yan12125) - Sunday, 15 July 2018, 11:54 GMT
Last edited by Doug Newgard (Scimmia) - Tuesday, 17 July 2018, 15:09 GMT
|
DetailsDescription:
In the latest subversion, libsecret is used to save credentials instead of libgnome-keyring. optdepends should be updated. readelf -d /usr/lib/libsvn_auth_gnome_keyring-1.so.0.0.0 | grep NEEDED 0x0000000000000001 (NEEDED) Shared library: [libsvn_subr-1.so.0] 0x0000000000000001 (NEEDED) Shared library: [libaprutil-1.so.0] 0x0000000000000001 (NEEDED) Shared library: [libexpat.so.1] 0x0000000000000001 (NEEDED) Shared library: [libz.so.1] 0x0000000000000001 (NEEDED) Shared library: [libsqlite3.so.0] 0x0000000000000001 (NEEDED) Shared library: [libmagic.so.1] 0x0000000000000001 (NEEDED) Shared library: [liblz4.so.1] 0x0000000000000001 (NEEDED) Shared library: [libutf8proc.so.2] 0x0000000000000001 (NEEDED) Shared library: [libapr-1.so.0] 0x0000000000000001 (NEEDED) Shared library: [libsecret-1.so.0] <------ 0x0000000000000001 (NEEDED) Shared library: [libgio-2.0.so.0] 0x0000000000000001 (NEEDED) Shared library: [libgobject-2.0.so.0] 0x0000000000000001 (NEEDED) Shared library: [libglib-2.0.so.0] 0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0] 0x0000000000000001 (NEEDED) Shared library: [libc.so.6] Additional info: subversion 1.10.0-3 Steps to reproduce: 1. Install gnome-keyring, libsecret and subversion, but NOT libgnome-keyring 2. Check that subversion can still fetch server credentials |
This task depends upon

Still an issue