Bug 1308983 - c-auto.h missing in texlive-lib-devel
Summary: c-auto.h missing in texlive-lib-devel
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: texlive
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Tom "spot" Callaway
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-02-16 16:25 UTC by Martin Gieseking
Modified: 2016-02-17 15:21 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-02-17 15:21:16 UTC
Type: Bug


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.