Gentoo Archives: gentoo-user

From: Alan McKinnon <alan@××××××××××××××××.za>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Upgrading app-crypt/gnupg-1.9.94 fails to emerge.
Date: Mon, 30 Oct 2006 09:41:59
Message-Id: 200610301139.02876.alan@linuxholdings.co.za
In Reply to: [gentoo-user] Upgrading app-crypt/gnupg-1.9.94 fails to emerge. by Dale
1 On Monday 30 October 2006 11:19, Dale wrote:
2
3 [ snip]
4 > > *** ftp://ftp.gnupg.org/gcrypt/libgpg-error
5 > > *** (at least version 1.4 is required.)
6 [snip]
7 > > *** ftp://ftp.gnupg.org/gcrypt/alpha/libassuan/
8 > > *** (at least version 0.9.3 (API 1) is required).
9 > > ***
10 > > configure: error:
11 > > ***
12 > > *** Required libraries not found. Please consult the above messages
13 > > *** and install them before running configure again.
14 > > ***
15 [snip]
16 > I have the following installed:
17 > > dev-libs/libgpg-error-1.3
18 > > dev-libs/libassuan-0.9.2
19
20 Both libraries you have are one version behind. DEPEND in the
21 gnupg-1.9.94 ebuild says it wants at least the version you do have, but
22 it's ./configure says different. This is a bug, you should report it.
23
24 Meanwhile a workaround is to simply emerge the versions of the libs
25 required:
26
27 emerge -av1 =dev-libs/libgpg-error-1.4 =dev-libs/libassuan-0.9.3
28
29 alan
30 --
31 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Upgrading app-crypt/gnupg-1.9.94 fails to emerge. Dale <dalek@××××××××××.net>