Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 167491 - app-crypt/gpgme-1.1.3 depends on >=dev-libs/libgpg-error-1.4
Summary: app-crypt/gpgme-1.1.3 depends on >=dev-libs/libgpg-error-1.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Daniel Black (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-18 16:32 UTC by Henning Schild
Modified: 2007-02-18 18:50 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henning Schild 2007-02-18 16:32:38 UTC
The deps of app-crypt/gpgme-1.1.3 are wrong.It depends on >=dev-libs/libgpg-error-1.4 not on >=dev-libs/libgpg-error-0.5 as the ebuild says.

Reproducible: Always

Steps to Reproduce:
1.accept ~keyword for app-crypt/gpgme
2.dont accept ~keyword for dev-libs/libgpg-error
3.emerge =app-crypt/gpgme-1.1.3

The problem apears on x86, but a quick look at the ebuilds suggests that other archs are affected as well.

Actual Results:  
gpgme configure fails

Expected Results:  
gpgme merge

--- /usr/portage/app-crypt/gpgme/gpgme-1.1.3.ebuild     2007-02-06 12:05:30.000000000 +0100
the following patch fixed the problem, need to accept ~keyword for libgpg-error

+++ gpgme-1.1.3.ebuild  2007-02-18 16:50:01.000000000 +0100
@@ -13,7 +13,7 @@
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""

-DEPEND=">=dev-libs/libgpg-error-0.5
+DEPEND=">=dev-libs/libgpg-error-1.4
        dev-libs/pth
        >=app-crypt/gnupg-1.9.20-r1"
Comment 1 Alon Bar-Lev (RETIRED) gentoo-dev 2007-02-18 18:50:19 UTC
Thanks!