First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 167491
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Daniel Black <dragonheart@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Henning Schild <henning@wh9.tu-dresden.de>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 167491 depends on: Show dependency tree
Show dependency graph
Bug 167491 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-02-18 16:32 0000
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 From Alon Bar-Lev (RETIRED) 2007-02-18 18:50:19 0000 -------
Thanks!

First Last Prev Next    No search results available      Search page      Enter new bug