Hi,
'make install' could not call fmtutil and texlinks on my Sparc
Solaris 9 Ultra 60 system:
----------------------------------------------------------------------
if test -f /var/tmp/teTeX-2.99.7.20041226-beta/bin/fmtutil; then \
TEXMFMAIN=/var/tmp/teTeX-2.99.7.20041226-beta/share/texmf
PATH=/var/tmp/teTeX-2.99.7.20041226-beta/
bin:<... much more ...>
/var/tmp/teTeX-2.99.7.20041226-beta/bin/fmtutil --all; \
else :; fi
tcfmgr: config file `tcfmgr.map' (usually in $TEXMFMAIN/texconfig) not found.
fmtutil: config file `fmtutil.cnf' not found.
make: [install] Error 255 (ignored)
if test -f /var/tmp/teTeX-2.99.7.20041226-beta/bin/texlinks; then \
TEXMFMAIN=/var/tmp/teTeX-2.99.7.20041226-beta/share/texmf
PATH=/var/tmp/teTeX-2.99.7.20041226-beta/
bin:<... much more ...>
/var/tmp/teTeX-2.99.7.20041226-beta/bin/texlinks; \
else :; fi
texlinks: config file `fmtutil.cnf' not found.
make: [install] Error 255 (ignored)
----------------------------------------------------------------------
Trying to call it directly gives me:
----------------------------------------------------------------------
% fmtutil --listcfg
tcfmgr: config file `tcfmgr.map' (usually in $TEXMFMAIN/texconfig) not found.
fmtutil: config file `fmtutil.cnf' not found.
% texlinks -v
texlinks: config file `fmtutil.cnf' not found.
----------------------------------------------------------------------
'fmtutil.cnf' is not found in $TEXMFMAIN/texconfig but in
$TEXMFMAIN/web2c
----------------------------------------------------------------------
% ls `kpsewhich --var-value=TEXMFMAIN`/web2c/fmtutil.cnf
/var/tmp/teTeX-2.99.7.20041226-beta/share/texmf/web2c/fmtutil.cnf
----------------------------------------------------------------------
calling 'fmtutil' with full pathname for the config file gives more
problems:
----------------------------------------------------------------------
% fmtutil --cnffile
/var/tmp/teTeX-2.99.7.20041226-beta/share/texmf/web2c/fmtutil.cnf --all
/var/tmp/teTeX-2.99.7.20041226-beta/bin/fmtutil: verbose: not found
/var/tmp/teTeX-2.99.7.20041226-beta/bin/fmtutil: verbose: not found
Error: `mf -ini -jobname=mf -progname=mf -translate-file=cp227.tcx mf.ini'
failed
...
----------------------------------------------------------------------
'texlinks' works ok with the full pathname for the config file.
2.99.6 did not have this problems
Any ideas?
Willi