[tldistro] problem installing

François Charette firmicus at ankabut.net
Fri Jul 4 09:22:42 CEST 2008


Karl Berry a écrit :
> Hi Francois,
>
>     warning: kpathsea: configuration file texmf.cnf not found in these 
>     directories: 
>
> The compile-time path for TEXMFCNF is set in kpathsea/paths.h, which is
> created by make from texmf.cnf.  See kpathsea/Makefile.in.
>
> I do not know where the process is breaking down with your
> configure-with-one-set-of-directories followed by
> make-with-another-set-of-directories.  Can you trace it through?
>
> Perhaps a workaround would be to set TEXMFCNF in the run-texlinks target
> in tetex/Makefile.in to whatever it needs to be.
>
> Sorry, that's all I can come up with right now ...
>
> Best,
> Karl
>
>
>   

I solved the problem by modifying texk/tetex/Makefile.
I simply changed the line
    run_texlinks = $(bindir)/texlinks
into
    run_texlinks = $(bindir)/texlinks -f $(web2cdir)/fmtutil.cnf

But isn't it strange that kpathsea would make texlinks look almost 
everywhere but not under $(web2cdir), which is the most natural location 
for fmtutil.cnf ? :)

Best,
François





More information about the tldistro mailing list