texexec and return value
# texexec --nonstopmode --fast --make --pdftex cont-en
TeXExec | using search method 'kpsewhich'
TeXExec | using existing database
TeXExec | using tex engine pdftex
TeXExec | using tex format path /var/lib/texmf/web2c/pdftex
TeXExec | unable to make format due to lack of permissions
TeXExec |
TeXExec |
TeXExec |
TeXExec | runtime: 0.195613
# echo $?
0
#
Can we fix this? The lack of permissions is of course a fake, the
problem is that there is a link
pdftex -> pdfetex
in /var/lib/texmf/web2c/, but no directory pdfetex. But still texexec
should return something \not= 0
Thanks and all the best
Norbert
-------------------------------------------------------------------------------
Dr. Norbert Preining
Norbert Preining wrote:
# texexec --nonstopmode --fast --make --pdftex cont-en TeXExec | using search method 'kpsewhich' TeXExec | using existing database TeXExec | using tex engine pdftex TeXExec | using tex format path /var/lib/texmf/web2c/pdftex TeXExec | unable to make format due to lack of permissions TeXExec | TeXExec | TeXExec | TeXExec | runtime: 0.195613 # echo $? 0 #
Can we fix this? The lack of permissions is of course a fake, the problem is that there is a link pdftex -> pdfetex in /var/lib/texmf/web2c/, but no directory pdfetex. But still texexec should return something \not= 0
report("unable to make format due to lack of permissions") mpsformatpath = '' setvariable('error','file permission problem') ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Norbert Preining