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
*** This bug has been marked as a duplicate of bug 554643 ***