Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 522526 - gnome-base/libgnome-keyring-3.12.0 missing dependencies
Summary: gnome-base/libgnome-keyring-3.12.0 missing dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-10 21:33 UTC by Rick Farina (Zero_Chaos)
Modified: 2014-10-21 00:42 UTC (History)
0 users

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 Rick Farina (Zero_Chaos) gentoo-dev 2014-09-10 21:33:24 UTC
zero@ozzie libgnome-keyring % depcheck libgnome-keyring
 * Checking gnome-base/libgnome-keyring-3.12.0 for undeclared dependencies
 *   /usr/lib64/libgnome-keyring.so.0.2.0 links to /usr/lib64/libgobject-2.0.so.0
 *     Missing RDEPEND on dev-libs/glib
 *   /usr/lib64/libgnome-keyring.so.0.2.0 links to /usr/lib64/libglib-2.0.so.0
 *     Missing RDEPEND on dev-libs/glib
 *   /usr/lib64/libgnome-keyring.so.0.2.0 links to /usr/lib64/libgcrypt.so.11
 *     Missing RDEPEND on dev-libs/libgcrypt


When I upgraded libgcrypt I got a preserved-lib warning for libgnome-keyring.  I went to add := to the libgcrypt dep but it seems to be missing entirely.  Depcheck shows some others as well.  Please fix as you see fit.
Comment 1 Pacho Ramos gentoo-dev 2014-10-14 07:52:01 UTC
+  14 Oct 2014; Pacho Ramos <pacho@gentoo.org> -libgnome-keyring-3.10.1.ebuild,
+  libgnome-keyring-3.12.0.ebuild:
+  Fix missing dependencies (#522526 by Rick Farina (Zero_Chaos)), drop old
+


Thanks. Where does that "depcheck" utility come from? Maybe would be useful for us :)
Comment 2 Rick Farina (Zero_Chaos) gentoo-dev 2014-10-21 00:42:14 UTC
(In reply to Pacho Ramos from comment #1)
> +  14 Oct 2014; Pacho Ramos <pacho@gentoo.org>
> -libgnome-keyring-3.10.1.ebuild,
> +  libgnome-keyring-3.12.0.ebuild:
> +  Fix missing dependencies (#522526 by Rick Farina (Zero_Chaos)), drop old
> +
> 
> 
> Thanks. Where does that "depcheck" utility come from? Maybe would be useful
> for us :)

It's in the qa-scripts repo.  I'm cleaning it up to avoid the false positives and some of the more annoying messages.  The plan is to actually merge it in piece by piece into portage FEATURES=QA.  If you want to use it now, you can catch myself or kensington on irc.  It needs love, but overall it's more useful than annoying :-)