Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 716354

Summary: pango uses deprecated G_CONST_RETURN
Product: [Fedora] Fedora Reporter: Milan Crha <mcrha>
Component: pangoAssignee: Matthias Clasen <mclasen>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: high    
Version: rawhideCC: behdad, fonts-bugs, ftbfs, matt_domsch, mbarnes, mcrha
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://linux.dell.com/files/fedora/FixBuildRequires/mock-results/
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 716140 Environment:
Last Closed: 2012-01-11 13:55:57 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 713919, 716140    

Description Milan Crha 2011-06-24 05:59:15 UTC
+++ This bug was initially created as a clone of Bug #716140 +++

evolution-data-server-3.1.2-1.fc16.src.rpm Failed To Build From Source against the rawhide tree.

--- Additional comment from mcrha on 2011-06-24 01:56:13 EDT ---

As I wrote to the mailing list, this is because pango isn't ready for the deprecation of G_CONST_RETURN. From the build log:
> /usr/include/pango-1.0/pango/pango-renderer.h:252:1: error: unknown type
> name 'G_CONST_RETURN'

This is not available, because evolution-data-server defines couple deprecated flags:
	G_DISABLE_DEPRECATED
	PANGO_DISABLE_DEPRECATED
	GDK_PIXBUF_DISABLE_DEPRECATED
	G_DISABLE_SINGLE_INCLUDES
	GTK_DISABLE_SINGLE_INCLUDES
	GSEAL_ENABLE

Thus this is a transitive failure, due to a library which is not ready for the recent GLib deprecation.

Comment 1 Fedora Admin XMLRPC Client 2012-01-10 15:43:38 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 2 Matthias Clasen 2012-01-11 13:55:57 UTC
This has been fixed upstream