Bug 1308983

Summary: c-auto.h missing in texlive-lib-devel
Product: [Fedora] Fedora Reporter: Martin Gieseking <martin.gieseking>
Component: texliveAssignee: Tom "spot" Callaway <tcallawa>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: 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:

Description Martin Gieseking 2016-02-16 16:25:51 UTC
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>

Comment 1 Glen Kaukola 2016-02-16 20:11:06 UTC
Have you tried installing the texlive-kpathsea-lib-devel package?  Perhaps this is what you're needing?

Comment 2 Tom "spot" Callaway 2016-02-16 20:20:12 UTC
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

Comment 3 Martin Gieseking 2016-02-17 09:10:02 UTC
Great, the latest build fixes the issue. Thanks for adding the missing file and for rebuilding the giant package immediately. :)

Comment 4 Tom "spot" Callaway 2016-02-17 15:21:16 UTC
Fixed in texlive-2015-24.20150728_r37987.fc24