Bug 611364

Summary: gdk headers not yet adjusted to new parallel-installable locations
Product: [Fedora] Fedora Reporter: Michel Lind <michel>
Component: gtk2Assignee: Matthias Clasen <mclasen>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: mclasen, mtasaka
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: gtk2-2.21.4-1.fc14 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-07-07 07:05:34 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:
Attachments:
Description Flags
Test file that imports gdk none

Description Michel Lind 2010-07-05 01:03:25 UTC
Created attachment 429448 [details]
Test file that imports gdk

Description of problem:
Attempting to import <gdk/gdk.h> with the Rawhide version of gtk2 would fail as some of its headers still reference other headers in their old locations.

Version-Release number of selected component (if applicable):
gtk2-2.21.3-3.fc14

How reproducible:
Always

Steps to Reproduce:
1. gcc `pkg-config --cflags gdk-2.0` test.c
  
Actual results:
Should succeed

Expected results:
Header import breaks

Additional info:

Comment 1 Matthias Clasen 2010-07-06 15:35:22 UTC
This is a missing

Requires: gdk-pixbuf-2.0

in the pc file. Fixed upstream, I'll try to get it built sometime today.

Comment 2 Mamoru TASAKA 2010-07-07 07:05:34 UTC
Seems to be fixed with this commit:
http://git.gnome.org/browse/gtk+/commit/?h=gtk-2-22&id=c47c91cd3af0eb8ec13a4fd52fdeaa7ef6b440e5

Now gtk2-2.21.4-1.fc14 is in rawhide buildtree, and
seed-2.31.1-2.fc14 was built successfully.