Description of problem: Compilation of the bind package fails with "/usr/include/netdb.h:33:24: fatal error: rpc/netdb.h: No such file or directory" error. In my opinion rpc/netdb.h should be present of netdb.h shouldn't include it. Version-Release number of selected component (if applicable): glibc-2.13.90-10 How reproducible: always Steps to Reproduce: 1. fedpkg clone bind 2. cd bind 3. fedpkg build bind Actual results: Build fails Expected results: Successful compilation Additional information: glibc-2.13.90-9 is fine.
*** Bug 702366 has been marked as a duplicate of this bug. ***
The glibc-headers-2.13.90-10 changelog includes: - Update from master - Obsolete RPC implementation in libc I guess not!
*** Bug 702368 has been marked as a duplicate of this bug. ***
Same thing observed here: $ cat test.c #include <netdb.h> int main() { return 0; } $ gcc test.c In file included from test.c:1:0: /usr/include/netdb.h:33:24: fatal error: rpc/netdb.h: No such file or directory compilation terminated. This breaks my packages as well.
Note apparent duplicate https://bugzilla.redhat.com/show_bug.cgi?id=702510 "Me too" building node.js : deps/c-ares/ares_parse_txt_reply.c:27:0: /usr/include/netdb.h:33:24: fatal error: rpc/netdb.h: No such file or directory compilation terminated. Worked in F14 ...
This is already fixed in git. http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=4e34d5f58955ddfc174b20ae0e5081bb1db983be;hp=00ee369c1cbdcc4ca4a009e9223799951c6c8f04 Let's wait for the update.
*** Bug 702510 has been marked as a duplicate of this bug. ***
glibc-2.13.90-11 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/glibc-2.13.90-11
Thanks. The koji build of glibc-2.13.90-11 fixes the problems I was having building graphviz on fc15 i686 and x86_64 (reported in dup bug #702510)
works for me too for compiling https://github.com/media-explorer/media-explorer 10x and hope it will be pushed in testing soon :)
For those who tested glibc-2.13.90-11, please give it positive karma (current -6).
Package glibc-2.13.90-11: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing glibc-2.13.90-11' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/glibc-2.13.90-11 then log in and leave karma (feedback).
Package glibc-2.13.90-12: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing glibc-2.13.90-12' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/glibc-2.13.90-12 then log in and leave karma (feedback).
Package glibc-2.13.90-13: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing glibc-2.13.90-13' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/glibc-2.13.90-13 then log in and leave karma (feedback).
Package glibc-2.13.90-14: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing glibc-2.13.90-14' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/glibc-2.13.90-14 then log in and leave karma (feedback).
Package glibc-2.14-1: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing glibc-2.14-1' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/glibc-2.14-1 then log in and leave karma (feedback).
Package glibc-2.14-2: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing glibc-2.14-2' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/glibc-2.14-2 then log in and leave karma (feedback).
glibc-2.14-2 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report.