Bug 419091
| Summary: | Missing <dst/gssapi.h> in bind-devel package | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | bwelling |
| Component: | bind | Assignee: | Adam Tkac <atkac> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 8 | CC: | ovasik |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 9.5.0-20.b1.fc8 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-12-20 15:25:52 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: | |||
fixed in CVS, will be in next update bind-9.5.0-20.b1.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: bind-devel is missing header files, preventing programs from building. Version-Release number of selected component (if applicable): bind-devel-9.5.0-18.a7.fc8 How reproducible: Attempt to build a program which #includes any header files which depend on missing files, such as <dst/gssapi.h>. Steps to Reproduce: 1. Write a program with, for example, "#include <dns/message.h>" 2. Attempt to compile the program 3. Actual results: An error like: In file included from /usr/include/dns/message.h:34, from common.h:70, from dnsperf.c:41: /usr/include/dst/dst.h:29:24: error: dst/gssapi.h: No such file or directory Expected results: A successful build. Additional info: