Bug 554679 - Cannot build evolution-data-server against glibc-2.11.90-7
Summary: Cannot build evolution-data-server against glibc-2.11.90-7
Keywords:
Status: CLOSED DUPLICATE of bug 554643
Alias: None
Product: Fedora
Classification: Fedora
Component: glibc
Version: rawhide
Hardware: All
OS: Linux
low
high
Target Milestone: ---
Assignee: Andreas Schwab
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-01-12 11:09 UTC by Milan Crha
Modified: 2010-01-12 11:12 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2010-01-12 11:12:09 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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 ***


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