Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 375477 - gnome-base/nautilus-2.32.2.1-r1 needs >=dev-libs/glib-2.28 due to applied patches
Summary: gnome-base/nautilus-2.32.2.1-r1 needs >=dev-libs/glib-2.28 due to applied pat...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-17 19:09 UTC by Jess Haas
Modified: 2011-07-18 11:52 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 Jess Haas 2011-07-17 19:09:29 UTC
Just did a world update and got the following error:
nautilus-application.o: In function `screensaver_vanished_callback':
nautilus-application.c:(.text+0xa4b): undefined reference to `g_list_free_full'
nautilus-application.o: In function `nautilus_application_finalize':
nautilus-application.c:(.text+0x3499): undefined reference to `g_list_free_full'

updating dev-libs/glib to 2.28.8 from 2.26.1-r1 fixed problem. Ebuild needs to be updated with the proper depend

Reproducible: Always

Steps to Reproduce:
1.downgrade glib to 2.26.1-r1
2.upgrade gnome-base/nautilus to 2.32.2.1-r1
Actual Results:  
Nautilus fails to compile

Expected Results:  
compiled
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2011-07-18 11:30:17 UTC
Add appropriate reference is here:
http://developer.gnome.org/glib/stable/glib-Doubly-Linked-Lists.html#g-list-free-full
Comment 2 Pacho Ramos gentoo-dev 2011-07-18 11:52:33 UTC
+  18 Jul 2011; Pacho Ramos <pacho@gentoo.org> nautilus-2.32.2.1-r1.ebuild:
+  Raise glib version in RDEPEND, bug #375477 by gentoo at jesshaas dot com.
+