[NTG-context] Installation Problem
gnwiii at gmail.com
gnwiii at gmail.com
Thu May 25 18:51:28 CEST 2006
On 5/25/06, Neal Lester <neal at 3dsafety.com> wrote:
> At 05:20 AM 5/25/2006, you wrote:
> >I don't get these sed errors using Fedora Core 4. I suspect these come
> >from mktexlsr. I have:
> >$ rpm -q sed
> >sed-4.1.4-1
> >$ sed --version
> >GNU sed version 4.1.4
> >$ which sed
> >/bin/sed
>
> The problem was in mktexlsr. I am running sed 4.1.2, but that
> apparently wasn't the problem. The problem was using the -a option
> to unzip. When I refreshed mktexlsr from the archive without the -a
> option (inadvertently) it worked fine. So now
The '-a' option shouldn't hurt. I don't see any files flagged as "text"
in the archives.
$ mv tex/texmf-linux/bin/mktexlsr tex/texmf-linux/bin/mktexlsr.orig
$ unzip -a linuxtex.zip tex/texmf-linux/bin/mktexlsr
Archive: linuxtex.zip
inflating: tex/texmf-linux/bin/mktexlsr [text]
$ ls -l tex/texmf-linux/bin/mktexlsr tex/texmf-linux/bin/mktexlsr.orig
-rw-r--r-- 1 gwhite bod 5310 May 18 15:15 tex/texmf-linux/bin/mktexlsr
-rwxr-xr-x 1 gwhite bod 5310 May 18 15:15 tex/texmf-linux/bin/mktexlsr.orig
so, permissions are lost, but:
$ diff tex/texmf-linux/bin/mktexlsr tex/texmf-linux/bin/mktexlsr.orig
115,118c115,116
< && test "x`sed '1s/
< $//;1q' \"$db_file\"`" != "x$ls_R_magic" \
< && test "x`sed '1s/
< $//;1q' \"$db_file\"`" != "x$old_ls_R_magic"; then
---
$//;1q' \"$db_file\"`" != "x$ls_R_magic" \
$//;1q' \"$db_file\"`" != "x$old_ls_R_magic"; then
an embedded ^M in a sed rule is being munged. This should be changed
to use '\r' in place of '^M'.
> texexec --make en de nl
> texexec --make metafun
>
> Both seem to run fine (output attached in a separate post).
>
> But when I try
>
> texexec -pdf temp
>
> I get:
>
> TeXExec | processing document 'temp'
I see Taco has answered this.
--
George N. White III <aa056 at chebucto.ns.ca>
Head of St. Margarets Bay, Nova Scotia
More information about the ntg-context
mailing list