Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 556384

Summary: app-crypt/seahorse won't build without dev-util/gdbus-codegen
Product: Gentoo Linux Reporter: selurvedu <selurvedu>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: minor CC: selurvedu
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description selurvedu 2015-07-31 13:34:22 UTC
After removing ang remerging several packages, I tried to merge app-crypt/seahorse, but emake failed, telling me "make: gdbus-codegen: Command not found". Obviously, I manually unmerged gdbus-codegen some time ago, and no other packages I built after that required it as a dependency.

Proposed fix: Add dev-util/gdbus-codegen to ebuild's DEPEND.

Reproducible: Always

Steps to Reproduce:
1. emerge -C dev-util/gdbus-codegen
2. emerge app-crypt/seahorse
Comment 1 selurvedu 2015-07-31 13:35:10 UTC
Created attachment 408052 [details]
build.log
Comment 2 Alexandre Rostovtsev (RETIRED) gentoo-dev 2015-07-31 13:41:36 UTC
Fixed, thanks for reporting.

+  31 Jul 2015; Alexandre Rostovtsev <tetromino@gentoo.org>
+  seahorse-3.14.1.ebuild, seahorse-3.16.0-r1.ebuild:
+  Missing gdbus-codegen dependency (bug #556384, thanks to selurvedu).
Comment 3 selurvedu 2015-07-31 13:47:51 UTC
Way to go, that's a pretty fast feedback. Thanks.