Re: [arch-general] libsecret dependency error

2018-04-06 Thread Trey Sizemore via arch-general
On Fri Apr 06, 2018 08:35PM, Ralf Mardorf wrote:
> On Fri, 6 Apr 2018 14:11:44 -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!
> 
> 1. You are building lib32-libsecret from AUR. So it doesn't depend to
> this mailing list.
> 
> 2. Just force to install the dependency $_pkgbasename=$pkgver, aka
> libsecret=0.18.6 and break the dependency libsecret=0.18.5+14+g9980655,
> which seemingly is the a dependency for the outdated
> lib32-libsecret package (and perhaps other packages, too, which is not
> that hard to check ;). To avoid partial upgrades, you anyway need to
> install libsecret 0.18.6 and rebuild any local/inofficial package
> against libsecret 0.18.6, if it should be a dependency.

Thank you.

-- 
Cheers,
Trey

 
The beauty of the soul shines out when a man bears 
with composure one heavy mischance after another, 
not because he does not feel them, but because
he is a man of high and heroic temper. 
 --Aristotle
 
Linux antergos 4.15.14-1-ARCH x86_64
 16:02:39 up 1 day, 9 min,  1 user,  load average: 0.35, 0.36, 0.25


Re: [arch-general] libsecret dependency error

2018-04-06 Thread Ralf Mardorf
On Fri, 6 Apr 2018 14:34:09 -0400, beest wrote:
>Antergos

Ok, the signature mentiones it, but a signature could mention
Ubuntu, while a question could be related to Arch Linux.

Anyway, libsecret  seemingly is from official Arch repos and
lib32-libsecret neither from Antergos nor from official Arch repos.

https://repo.antergos.info/antergos/


Re: [arch-general] libsecret dependency error

2018-04-06 Thread Doug Newgard via arch-general
On Fri, 6 Apr 2018 20:43:48 +0200
Ralf Mardorf  wrote:

> 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 :

His signature does. It doesn't matter that the package he's trying to build is
in the AUR, he's on a different distro.


Re: [arch-general] libsecret dependency error

2018-04-06 Thread beest
On Fri, Apr 06, 2018 at 08:43:48PM +0200, Ralf Mardorf wrote:
> The OP obviously did that.

Correct, I skipped a line reading in the sunshine and your reply hadn't
popped up when I posted, apologies!


Re: [arch-general] libsecret dependency error

2018-04-06 Thread Ralf Mardorf
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.


Re: [arch-general] libsecret dependency error

2018-04-06 Thread Ralf Mardorf
On Fri, 6 Apr 2018 14:11:44 -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!

1. You are building lib32-libsecret from AUR. So it doesn't depend to
this mailing list.

2. Just force to install the dependency $_pkgbasename=$pkgver, aka
libsecret=0.18.6 and break the dependency libsecret=0.18.5+14+g9980655,
which seemingly is the a dependency for the outdated
lib32-libsecret package (and perhaps other packages, too, which is not
that hard to check ;). To avoid partial upgrades, you anyway need to
install libsecret 0.18.6 and rebuild any local/inofficial package
against libsecret 0.18.6, if it should be a dependency.


Re: [arch-general] libsecret dependency error

2018-04-06 Thread beest
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'

(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.)