[tex-live] TeX Live on NetBSD: first steps
Jukka Salmi
j+tex-live at 2007.salmi.ch
Mon Jun 18 17:11:07 CEST 2007
Hi,
Karl Berry --> tex-live (2007-06-15 19:06:21 -0500):
[...]
> Just to follow up on Reinhard's mail, does
> kpsewhich -var-value=TEXMFMAIN report the right directory?
>
> I suspect the fmtutil.cnf error is due to the tcfmgr.map error.
At least now it does, yes. Running texhash fixed the problem (see my
reply to Reinhard).
> Preparing destination directories... done preparing.
> test: 1: unexpected operator
>
> I think this change to line 416 (or so) of common.sh will fix it:
> - if test $all_systems_ns = 1; then
> + if test "$all_systems_ns" = 1; then
This only fights the symptom; i.e. no error message is output anymore,
but install-tl.sh still prints
<B> binary systems: out of 15
The attached patch changes this to read "0 out of 15".
Regards, Jukka
--
bashian roulette:
$ ((RANDOM%6)) || rm -rf ~
-------------- next part --------------
--- common.sh.orig 2007-02-06 01:37:38.000000000 +0100
+++ common.sh 2007-06-18 14:36:45.000000000 +0200
@@ -224,6 +224,8 @@
eval this_platform_n=\$p_${this_system}_n
eval this_platform_fn=\$p_${this_system}_fn
all_systems_ns=1
+ else
+ all_systems_ns=0
fi
setlength all_systems_anz 2
setlength all_systems_ns 2
More information about the tex-live
mailing list