| Summary: | c-auto.h missing in texlive-lib-devel | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Martin Gieseking <martin.gieseking> |
| Component: | texlive | Assignee: | Tom "spot" Callaway <tcallawa> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | gkaukola, novyjindrich, tcallawa, than |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-02-17 15:21:16 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
Have you tried installing the texlive-kpathsea-lib-devel package? Perhaps this is what you're needing? No, this bug is specific to rawhide, where texlive-kpathsea-lib-devel is Provided by texlive-lib-devel, and the c-auto.h header file was being accidentally omitted. It should be fixed in texlive-2015-24.20150728_r37987.fc24, which is building now, and will hopefully be done building sometime tomorrow. :P Great, the latest build fixes the issue. Thanks for adding the missing file and for rebuilding the giant package immediately. :) Fixed in texlive-2015-24.20150728_r37987.fc24 |
The file c-auto.h which is part of the kpathsea development files and included by kpathsea/kpathsea.h is missing in package texlive-lib-devel. Thus, compiling the following C code fails: #include <kpathsea/kpathsea.h> int main () { } In file included from /usr/include/kpathsea/kpathsea.h:3:0, from kpathsea-test.c:1: /usr/include/kpathsea/config.h:62:29: fatal error: kpathsea/c-auto.h: No such file or directory #include <kpathsea/c-auto.h>