tag 318384 + patch thanks First of all:
texhash: /usr/local/share/texmf/ls-R: no write permission. Skipping... texhash: /usr/local/lib/texmf/ls-R: no write permission. Skipping... texhash: Updating /var/lib/texmf/ls-R... texhash: Updating /var/lib/texmf/ls-R-TEXMFMAIN... texhash: Updating /var/cache/fonts/ls-R... texhash: Done. The make install target is doing running texhash by it's own while this should be done into the postinst / postrm of a debian package. Secondly it tries to update the font map files in the install target (especially the install-data-hook target): using config file /var/lib/texmf/web2c/updmap.cfg updmap: The options --enable and --disable work differently on Debian systems!. updmap: . updmap: You cannot use them to permanently enable or disable Map files. Instead,. updmap: you have to use the mechanism described in. updmap: /usr/share/doc/tetex-bin/README.Debian.gz. updmap: . updmap: If you don't know which lines to add to the files in /etc/texmf/updmap.d/,. updmap: press ENTER now and take the resulting line from. updmap: /var/lib/texmf/web2c/updmap.cfg. updmap: . updmap: Press ENTER to continue anyway, or Ctrl-c to quit.. Attached is a patch that removes the install-data-hook target from the install target. Regards, Matthijs Mohlmann
diff -ruN thailatex-0.3.2/fonts/Makefile.in thailatex-0.3.2.1/fonts/Makefile.in --- thailatex-0.3.2/fonts/Makefile.in 2004-03-25 08:00:20.000000000 +0100 +++ thailatex-0.3.2.1/fonts/Makefile.in 2005-08-23 17:45:04.000000000 +0200 @@ -290,7 +290,7 @@ install-dvipsconfigDATA install-tfmDATA \ install-type1DATA install-vfDATA @$(NORMAL_INSTALL) - $(MAKE) $(AM_MAKEFLAGS) install-data-hook +# $(MAKE) $(AM_MAKEFLAGS) install-data-hook install-data: install-data-am install-am: all-am
signature.asc
Description: OpenPGP digital signature