Bug 704926
Summary: | Many /usr/include/rpc/*.h headers missing from glibc-headers | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Peng Tao <bergwolf> |
Component: | glibc | Assignee: | Andreas Schwab <schwab> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 15 | CC: | fweimer, hhorak, jakub, jskala, jskarvad, paul, schwab |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
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:51 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
Peng Tao
2011-05-16 03:05:48 UTC
I have to downgrade glibc-common glibc glibc-headers glibc-devel from 2.13.90-11 to 2.13.90-9 to fix this. The glibc-headers-2.13.90-12 has fixed missing rpc/rpc.h but there persists similar issue: fatal error: rpcsvc/ypclnt.h: No such file or directory Comparing 90-9 x 90-12 shows missing: yp.h yp_prot.h ypclnt.h ypupd.h > Comparing 90-9 x 90-12 shows missing:
> yp.h
> yp_prot.h
> ypclnt.h
> ypupd.h
This blocks rebuild of sendmail.
NIS stuff (ypserv, ypbind and yp-tools) cannot be built either. There is a new build (2.13.90-13): http://koji.fedoraproject.org/koji/buildinfo?buildID=244313 It works good for me and NIS stuff is able to build again. Sendmail builds OK with 2.13.90-13. glibc-2.13.90-14 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/glibc-2.13.90-14 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. |