[arch-general] libsecret dependency error

Ralf Mardorf silver.bullet at zoho.com
Fri Apr 6 18:43:48 UTC 2018


On Fri, 6 Apr 2018 14:34:09 -0400, beest wrote:
>On Fri, Apr 06, 2018 at 02:11:44PM -0400, Trey Sizemore via
>arch-general wrote:
>> I've recently been getting the following errors for the libsecret
>> package, and I'm not sure how to best resolve:
>> 
>> Making package: lib32-libsecret 0.18.6-1 (Fri Apr  6 13:15:40 EDT
>> 2018) ==> Checking runtime dependencies...
>> ==> Missing dependencies:
>>   -> libsecret=0.18.6  
>> 
>> 
>> Or this variation with pacman:
>> 
>> error: failed to prepare transaction (could not satisfy dependencies)
>> :: lib32-libsecret: installing libsecret (0.18.6-1) breaks dependency
>> 'libsecret=0.18.5+14+g9980655'
>> 
>> Any help is greatly appreciated!   
>
>'pacman -Syu'

The OP obviously did that.

>(At least, if you were using Arch. As it stands ...
>
>> Linux antergos 4.15.14-1-ARCH x86_64  
>
>... we can't vouch for the state of Antergos's repo and it is not
>supported here.)

The OP didn't mention "antergos". I suspect he builds from AUR, see
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=lib32-libsecret :

[snip]
_pkgbasename=libsecret
pkgname=lib32-$_pkgbasename
pkgver=0.18.6
[snip]
depends=(lib32-gcc-libs lib32-glib2 lib32-libgcrypt $_pkgbasename=$pkgver)
                                                    ^^^^^^^^^^^^^^^^^^^^^

So the outdated lib32-libsecret package requires the outdated libsecret
and to build the new lib32-libsecret the new libsecret package is
needed. I already explained how to solve this by my previous reply.


More information about the arch-general mailing list