Bug 554679

Summary: Cannot build evolution-data-server against glibc-2.11.90-7
Product: [Fedora] Fedora Reporter: Milan Crha <mcrha>
Component: glibcAssignee: Andreas Schwab <schwab>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: low    
Version: rawhideCC: jakub, schwab
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-01-12 11:12:09 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:

Description Milan Crha 2010-01-12 11:09:39 UTC
I cannot build evolution-data-server against glibc-2.11.90-7 in rawhide with an error:
> In file included from camel-lock-client.c:35:
> /usr/include/sys/wait.h:67: error: conflicting types for '__WAIT_STATUS'
> /usr/include/stdlib.h:72: note: previous declaration of '__WAIT_STATUS' was
>   here
> In file included from /usr/include/sys/wait.h:80,
>                 from camel-lock-client.c:35:
> /usr/include/bits/waitstatus.h:68: error: redefinition of 'union wait'

Line 35 of camel-lock-client.c is just #include <sys/wait.h>

It worked fine with glibc-2.11.90-4. I guess I can workaround this by moving sys/wait.h include before stdlib.h include, but I believe it's not the correct fix, as there should be fixed headers instead.

Failed eds build: http://koji.fedoraproject.org/koji/taskinfo?taskID=1916247
Correct eds build: http://koji.fedoraproject.org/koji/buildinfo?buildID=147987

Comment 1 Andreas Schwab 2010-01-12 11:12:09 UTC

*** This bug has been marked as a duplicate of bug 554643 ***