Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 353684 - [gnome-overlay] gnome-base/gnome-control-center-2.91.6 fails on 64bit platforms due to QA install check
Summary: [gnome-overlay] gnome-base/gnome-control-center-2.91.6 fails on 64bit platfor...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-04 12:29 UTC by Michael Lippautz
Modified: 2011-02-18 06:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
convert update_entry_font() to using gtk3 functions (0001-user-accounts-Update-update_entry_font-to-use-gtk-2..patch,1.94 KB, patch)
2011-02-04 12:29 UTC, Michael Lippautz
Details | Diff
build.log (build.log,617.05 KB, text/plain)
2011-02-04 12:30 UTC, Michael Lippautz
Details
emerge --info (emerge.info,4.14 KB, text/plain)
2011-02-04 12:30 UTC, Michael Lippautz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Lippautz 2011-02-04 12:29:11 UTC
g-c-c is using a function update_entry_font() that contains calls to deprecated functions (gtk 2.99).

qa_check_install creates a fatal on 64bit systems for this issue. (may depend on portage version)

Reported upstream at: https://bugzilla.gnome.org/show_bug.cgi?id=641483

For fixing 2.96.1 see attached patch.

Reproducible: Always

Steps to Reproduce:
1. layman -a gnome
2. emerge =gnome-base/gnome-control-center-2.91.6

Actual Results:  
Emerge failing with QA install check reporting poor programming behaviour.

Expected Results:  
Normal emerge.
Comment 1 Michael Lippautz 2011-02-04 12:29:47 UTC
Created attachment 261494 [details, diff]
convert update_entry_font() to using gtk3 functions
Comment 2 Michael Lippautz 2011-02-04 12:30:35 UTC
Created attachment 261496 [details]
build.log
Comment 3 Michael Lippautz 2011-02-04 12:30:50 UTC
Created attachment 261497 [details]
emerge --info
Comment 4 Nirbheek Chauhan (RETIRED) gentoo-dev 2011-02-18 06:23:00 UTC
This was fixed upstream: http://git.gnome.org/browse/gnome-control-center/commit/?id=7da8390241cca72035f81f1809226ea4eee6060b

I've added the upstream patch to the ebuild now, thanks for reporting!