Bug 702354
| Summary: | /usr/include/netdb.h:33:24: fatal error: rpc/netdb.h: No such file or directory | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Adam Tkac <atkac> |
| Component: | glibc | Assignee: | Andreas Schwab <schwab> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 15 | CC: | atu.guda, bmillett, dvlasenk, fedora, fweimer, jakub, jjardon, john.ellson, kmaraas, meyering, M.Stoikov, ovasik, rjones, schwab, tgl, trustthesky, tshinnic, wlima |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | glibc-2.14-2 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-06-07 04:25:45 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
Adam Tkac
2011-05-05 12:34:37 UTC
*** 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. |