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 - pango uses deprecated G_CONST_RETURN
Summary: pango uses deprecated G_CONST_RETURN
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: pango
Version: rawhide
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Matthias Clasen
QA Contact: Fedora Extras Quality Assurance
URL: http://linux.dell.com/files/fedora/Fi...
Whiteboard:
Depends On:
Blocks: F16FTBFS 716140
TreeView+ depends on / blocked
 
Reported: 2011-06-24 05:59 UTC by Milan Crha
Modified: 2012-01-11 13:55 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 716140
Environment:
Last Closed: 2012-01-11 13:55:57 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.