[tex-live] Compile fails on Mac OS X Server 10.3.9

Joachim Schrod jschrod at acm.org
Fri Jul 20 16:19:19 CEST 2007


Joachim Schrod wrote:
>> [...]
>>> /usr/local/TeXLive-working-copy/Build/source/texk/kpathsea/tex-file.c: 
>>> 32:28: kpathsea/paths.h: No such file or directory
>>>
>>> What has gone wrong? Configure? or SVN?
>>>
>>> Configure did not make a paths.h. Should it have done so?
>>
> 
> Quite a coincidence. This morning I stumbled about the same problem, and 
> just wanted to write a mail about this.
> 
> kpathsea/paths.h is not created by make all in texk/kpathsea/. ("make 
> all" in kpathsea is called when do-kpathsea is made in texk/, which is a 
> precondition for make target all.

For reference and the archives, the error looks as follows:

cd /home/schrod/src/texlive.linux.configure/texk/
make do-kpathsea
cd ./kpathsea && make  CC='gcc' CFLAGS='-g -O2 ' LDFLAGS='' prefix=/usr/local/teTeX exec_prefix=/usr/local/teTeX bindir=/usr/local/teTeX/bin/i686-pc-linux-gnu 
scriptdir=/usr/local/teTeX/bin/i686-pc-linux-gnu libdir=/usr/local/teTeX/lib datadir=/usr/local/teTeX/share infodir=/usr/local/teTeX/info 
includedir=/usr/local/teTeX/include mandir=/usr/local/teTeX/man manext=1 man1dir=/usr/local/teTeX/man/man1 texmf=/usr/local/teTeX/share/texmf 
web2cdir=/usr/local/teTeX/share/texmf/web2c vartexfonts=/var/tmp/texfonts texinputdir=/usr/local/teTeX/share/texmf/tex mfinputdir=/usr/local/teTeX/share/texmf/metafont 
mpinputdir=/usr/local/teTeX/share/texmf/metapost fontdir=/usr/local/teTeX/share/texmf/fonts fmtdir=/usr/local/teTeX/share/texmf/web2c/tex 
basedir=/usr/local/teTeX/share/texmf/web2c/metafont memdir=/usr/local/teTeX/share/texmf/web2c/metapost texpooldir=/usr/local/teTeX/share/texmf/web2c 
mfpooldir=/usr/local/teTeX/share/texmf/web2c mppooldir=/usr/local/teTeX/share/texmf/web2c dvips_plain_macrodir=/usr/local/teTeX/share/texmf/tex/plain/dvips 
dvilj_latex2e_macrodir=/usr/local/teTeX/share/texmf/tex/latex/dvilj dvipsdir=/usr/local/teTeX/share/texmf/dvips psheaderdir=/usr/local/teTeX/share/texmf/dvips 
default_texsizes='300:600'
make[1]: Entering directory `/shared/home/schrod/src/texlive.linux.configure/texk/kpathsea'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I. -I. -I.. -I./..   -g -O2  -DMAKE_KPSE_DLL -c tex-file.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -g -O2 -DMAKE_KPSE_DLL -c tex-file.c -o tex-file.o
tex-file.c:32:28: error: kpathsea/paths.h: No such file or directory
tex-file.c: In function 'kpse_init_format':
tex-file.c:418: error: 'DEFAULT_GFFONTS' undeclared (first use in this function)
tex-file.c:418: error: (Each undeclared identifier is reported only once
tex-file.c:418: error: for each function it appears in.)
tex-file.c:425: error: 'DEFAULT_PKFONTS' undeclared (first use in this function)
tex-file.c:432: error: 'DEFAULT_GLYPHFONTS' undeclared (first use in this function)
tex-file.c:439: error: 'DEFAULT_TFMFONTS' undeclared (first use in this function)
tex-file.c:445: error: 'DEFAULT_AFMFONTS' undeclared (first use in this function)
tex-file.c:450: error: 'DEFAULT_MFBASES' undeclared (first use in this function)
tex-file.c:455: error: 'DEFAULT_BIBINPUTS' undeclared (first use in this function)
tex-file.c:460: error: 'DEFAULT_BSTINPUTS' undeclared (first use in this function)
tex-file.c:464: error: 'DEFAULT_TEXMFCNF' undeclared (first use in this function)
tex-file.c:468: error: 'DEFAULT_TEXMFDBS' undeclared (first use in this function)
tex-file.c:475: error: 'DEFAULT_TEXFORMATS' undeclared (first use in this function)
tex-file.c:480: error: 'DEFAULT_TEXFONTMAPS' undeclared (first use in this function)
tex-file.c:485: error: 'DEFAULT_MPMEMS' undeclared (first use in this function)
tex-file.c:491: error: 'DEFAULT_MFINPUTS' undeclared (first use in this function)
tex-file.c:495: error: 'DEFAULT_MFTINPUTS' undeclared (first use in this function)
tex-file.c:499: error: 'DEFAULT_MFPOOL' undeclared (first use in this function)
tex-file.c:503: error: 'DEFAULT_MPINPUTS' undeclared (first use in this function)
tex-file.c:507: error: 'DEFAULT_MPPOOL' undeclared (first use in this function)
tex-file.c:511: error: 'DEFAULT_MPSUPPORT' undeclared (first use in this function)
tex-file.c:515: error: 'DEFAULT_OCPINPUTS' undeclared (first use in this function)
tex-file.c:522: error: 'DEFAULT_OFMFONTS' undeclared (first use in this function)
tex-file.c:529: error: 'DEFAULT_OPLFONTS' undeclared (first use in this function)
tex-file.c:534: error: 'DEFAULT_OTPINPUTS' undeclared (first use in this function)
tex-file.c:539: error: 'DEFAULT_OVFFONTS' undeclared (first use in this function)
tex-file.c:545: error: 'DEFAULT_OVPFONTS' undeclared (first use in this function)
tex-file.c:550: error: 'DEFAULT_TEXINPUTS' undeclared (first use in this function)
tex-file.c:563: error: 'DEFAULT_TEXPSHEADERS' undeclared (first use in this function)
tex-file.c:571: error: 'DEFAULT_TEXDOCS' undeclared (first use in this function)
tex-file.c:574: error: 'DEFAULT_TEXPOOL' undeclared (first use in this function)
tex-file.c:578: error: 'DEFAULT_TEXSOURCES' undeclared (first use in this function)
tex-file.c:581: error: 'DEFAULT_TRFONTS' undeclared (first use in this function)
tex-file.c:585: error: 'DEFAULT_T1FONTS' undeclared (first use in this function)
tex-file.c:591: error: 'DEFAULT_VFFONTS' undeclared (first use in this function)
tex-file.c:597: error: 'DEFAULT_TEXCONFIG' undeclared (first use in this function)
tex-file.c:600: error: 'DEFAULT_INDEXSTYLE' undeclared (first use in this function)
tex-file.c:604: error: 'DEFAULT_TTFONTS' undeclared (first use in this function)
tex-file.c:611: error: 'DEFAULT_T42FONTS' undeclared (first use in this function)
tex-file.c:617: error: 'DEFAULT_WEB2C' undeclared (first use in this function)
tex-file.c:633: error: 'DEFAULT_MISCFONTS' undeclared (first use in this function)
tex-file.c:637: error: 'DEFAULT_WEBINPUTS' undeclared (first use in this function)
tex-file.c:642: error: 'DEFAULT_CWEBINPUTS' undeclared (first use in this function)
tex-file.c:648: error: 'DEFAULT_ENCFONTS' undeclared (first use in this function)
tex-file.c:652: error: 'DEFAULT_CMAPFONTS' undeclared (first use in this function)
tex-file.c:656: error: 'DEFAULT_SFDFONTS' undeclared (first use in this function)
tex-file.c:660: error: 'DEFAULT_OPENTYPEFONTS' undeclared (first use in this function)
tex-file.c:665: error: 'DEFAULT_PDFTEXCONFIG' undeclared (first use in this function)
tex-file.c:668: error: 'DEFAULT_LIGFONTS' undeclared (first use in this function)
tex-file.c:672: error: 'DEFAULT_TEXMFSCRIPTS' undeclared (first use in this function)
tex-file.c:675: error: 'DEFAULT_LUAINPUTS' undeclared (first use in this function)
make[1]: *** [tex-file.lo] Error 1
make[1]: Leaving directory `/shared/home/schrod/src/texlive.linux.configure/texk/kpathsea'
make: *** [do-kpathsea] Error 2

Compilation exited abnormally with code 2 at Fri Jul 20 15:55:42


-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Joachim Schrod				Email: jschrod at acm.org
Roedermark, Germany



More information about the tex-live mailing list