Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 336513 - app-admin/gnome-system-tools-2.30.2 missing dependency
Summary: app-admin/gnome-system-tools-2.30.2 missing dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2010-09-09 03:04 UTC by Lindsay Haisley
Modified: 2010-09-19 16:43 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 Lindsay Haisley 2010-09-09 03:04:47 UTC
app-admin/gnome-system-tools-2.30.2 link fails with "undefined reference to `gtk_widget_set_visible'".  According to bug #298534 this is the result of a dependency on gtk+ version >= 2.18, and in fact emerging gtk+-2.20.1-r1 allows gnome-system-tools-2.30.2 to build properly.

This dependency should probably be tested for in the ebuild and required in the emerge rather than allowing the compile and link to simply fail.
Comment 1 Pacho Ramos gentoo-dev 2010-09-11 12:15:47 UTC
Could you please attach full build log when failing? Upstream thought that gtk+-2.16 should be enough for 2.30. Thanks
Comment 2 Lindsay Haisley 2010-09-11 15:59:44 UTC
Pacho, I'll look, but I expect that the build log of the problem has been overwritten by the successful subsequent build.  I don't have time to back-version gtk+ and reproduce the problem.  I apologize.
Comment 3 Gilles Dartiguelongue (RETIRED) gentoo-dev 2010-09-19 16:43:04 UTC
+  19 Sep 2010; Gilles Dartiguelongue <eva@gentoo.org>
+  gnome-system-tools-2.30.2.ebuild:
+  Raise gtk+ dependency per bug #336513.

This is already fixed in master branch of upstream's repository. Thanks for
reporting.