Re: [NTG-context] Windows installer updated

2008-01-10 Thread David Roderick
Mojca Miklavec [EMAIL PROTECTED] writes:

 On Jan 8, 2008 1:43 PM, David Roderick wrote:
 Mojca Miklavec [EMAIL PROTECTED] writes:

  On Jan 7, 2008 9:47 PM, David Roderick wrote:
  pop-up texlua.exe Application Error
  The application failed to initialize properly (0xc022)
 
  Hello,
 
  First: thanks a lot for reporting. (I have no windows here, but I had
  so many problems with rsync on windows ... that I might be willing to
  torture you until it works, just as I have tortured the windows
  machine I have been working on a while back :)
 
  I'm clueless about this (apart from the fact that it might be a rsync
  problem). Which windows are you using (XP or Vista)? (Not that I know
  if it's relevant at all.)
 
  Can you please try to dowload this:
 http://minimals.contextgarden.net/setup/context-setup-mswin.zip
  and try to run texlua.exe first?
 Microsoft Windows XP [Version 5.1.2600]
 (C) Copyright 1985-2001 Microsoft Corp.
 2001 Microsoft Corp.

 C:\cygwin\home\David\download\lua\context\binset CYGWIN=nontsec
 set CYGWIN=nontsec

 C:\cygwin\home\David\download\lua\context\bin  rsync -av 
 rsync://contextgarden.net/minimals/setup/mswin/bin/texlua.exe .
   rsync -av rsync://contextgarden.net/minimals/setup/mswin/bin/texlua.exe .
 receiving file list ... done
 texlua.exe

 sent 150 bytes  received 143 bytes  34.47 bytes/sec
 total size is 2560  speedup is 8.74

 C:\cygwin\home\David\download\lua\context\bintexlua
 texlua
 Missing script file

 Great. This means that rsync works OK (otherwise you would be getting
 the same error report as last time: The application failed to
 initialize properly). What makes mo wonder now is: why doesn't the
 installer work? Perhaps the environmental variables aren't set up
 properly?

 You may try one more thing: can you try to set
 CYGWIN=nontsec
 globally (I have no windows here to tell you the exact procedure - if
 you don't know how to do that, please ask again; it's somewhere in
 System-Advanced-Environmental variables-...).

 and then rum the installer again? But it really makes mo wonder where
 it goes wrong.
done 
no reboot

C:\cygwin\home\David\download\lua\context\bintexlua
texlua

C:\cygwin\home\David\download\lua\context\binls
ls
cygwin1.dll
kpathsea356.dll
luatex.dll
mtx-update.lua
mtxrun.cmd
mtxrun.lua
rsync.exe
texlua.exe

C:\cygwin\home\David\download\lua\context\bintexlua.exe
texlua.exe

C:\cygwin\home\David\download\lua\context\binrsync -av 
rsync://contextgarden.net/minimals/setup/mswin/bin/texlua.exe 
rsync -av rsync://contextgarden.net/minimals/setup/mswin/bin/texlua.exe 
receiving file list ... done
-rwxr-xr-x2560 2007/09/08 02:06:20 texlua.exe

sent 116 bytes  received 85 bytes  36.55 bytes/sec
total size is 2560  speedup is 12.74

C:\cygwin\home\David\download\lua\context\bin


C:\cygwin\home\David\download\lua\context\binrsync -av --exclude 'rsync.exe' 
--exclude 'cygwin1.dll' rsync://contextgarden.net/minimals/setup/mswin/bin/
rsync -av --exclude 'rsync.exe' --exclude 'cygwin1.dll' 
rsync://contextgarden.net/minimals/setup/mswin/bin/
receiving file list ... done
drwxr-xr-x4096 2007/11/12 15:26:19 .
-rw-r--r--   68096 2007/12/23 13:31:00 kpathsea356.dll
-rw-r--r-- 2997248 2007/12/18 12:24:18 luatex.dll
-rw-r--r--   10373 2008/01/02 21:26:29 mtx-update.lua
-rwxr-xr-x  79 2007/06/26 08:47:33 mtxrun.cmd
-rwxr-xr-x  250716 2007/12/29 21:33:01 mtxrun.lua
-rwxr-xr-x2560 2007/09/08 02:06:20 texlua.exe

sent 138 bytes  received 211 bytes  63.45 bytes/sec
total size is 3329072  speedup is 9538.89

C:\cygwin\home\David\download\lua\context\bin

 I had a winows machine yesterday, but apparently the network had rsync
 port closed, so rsync didn't work at all (and installer reported:
 installed successfully).

  Then, please try to run the following (from command and cd
  path-to-unzipped-stuff\bin):
 set CYGWIN=nontsec
 rsync -av rsync://contextgarden.net/minimals/setup/mswin/bin/texlua.exe 
  .
  and then see if texlua still has any problems. If not,
 Yes it still has problems therefore I did not do the following.

 That report is not a problem (only wrong usage, or missing argument),
 but texlua could have been more informative about that error, yes.
 Last time when you reported the error texlua apparently didn't work at
 all.

  try to run
  (single line, it will probably be broken in this mail):
 rsync -av --exclude 'rsync.exe' --exclude 'cygwin1.dll'
  rsync://contextgarden.net/minimals/setup/mswin/bin/ .

I tried this step before with global variable as CYGWIN=nontsec
 
C:\cygwin\home\David\download\lua\context\bin rsync -av --exclude 'rsync.exe' 
--exclude 'cygwin1.dll' rsync://contextgarden.net/minimals/setup/mswin/bin/ .
 rsync -av --exclude 'rsync.exe' --exclude 'cygwin1.dll' 
rsync://contextgarden.net/minimals/setup/mswin/bin/ .
receiving file list ... done
./
kpathsea356.dll
luatex.dll
mtx-update.lua
mtxrun.cmd
mtxrun.lua

sent 13490 bytes  received 9259 bytes  3033.20 

Re: [NTG-context] Windows installer updated

2008-01-09 Thread David Roderick
Mojca Miklavec [EMAIL PROTECTED] writes:

 On Jan 7, 2008 9:47 PM, David Roderick wrote:
 pop-up texlua.exe Application Error
 The application failed to initialize properly (0xc022)

 Hello,

 First: thanks a lot for reporting. (I have no windows here, but I had
 so many problems with rsync on windows ... that I might be willing to
 torture you until it works, just as I have tortured the windows
 machine I have been working on a while back :)

 I'm clueless about this (apart from the fact that it might be a rsync
 problem). Which windows are you using (XP or Vista)? (Not that I know
 if it's relevant at all.)

 Can you please try to dowload this:
http://minimals.contextgarden.net/setup/context-setup-mswin.zip
 and try to run texlua.exe first?
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
2001 Microsoft Corp.

C:\cygwin\home\David\download\lua\context\binset CYGWIN=nontsec
set CYGWIN=nontsec

C:\cygwin\home\David\download\lua\context\bin  rsync -av 
rsync://contextgarden.net/minimals/setup/mswin/bin/texlua.exe .
  rsync -av rsync://contextgarden.net/minimals/setup/mswin/bin/texlua.exe .
receiving file list ... done
texlua.exe

sent 150 bytes  received 143 bytes  34.47 bytes/sec
total size is 2560  speedup is 8.74

C:\cygwin\home\David\download\lua\context\bintexlua
texlua
Missing script file


 Then, please try to run the following (from command and cd
 path-to-unzipped-stuff\bin):
set CYGWIN=nontsec
rsync -av rsync://contextgarden.net/minimals/setup/mswin/bin/texlua.exe .
 and then see if texlua still has any problems. If not, 
Yes it still has problems therefore I did not do the following.
 try to run
 (single line, it will probably be broken in this mail):
rsync -av --exclude 'rsync.exe' --exclude 'cygwin1.dll'
 rsync://contextgarden.net/minimals/setup/mswin/bin/ .

 Alternatively, you can try to run first-setup.bat (from command line
 as well) and see if your machine has problems with that.
Big thing happens.  However a problem

sent 29442 bytes  received 6010615 bytes  48514.51 bytes/sec
total size is 21964526  speedup is 3.64
Cannot open C:/cygwin/home/David/download/lua/context/tex/texmf-local/ls-R to 
write.
mktexlsr: Updating 
C:/cygwin/home/David/download/lua/context/tex/texmf-mswin/ls-R...
mktexlsr: Updated 
C:/cygwin/home/David/download/lua/context/tex/texmf-mswin/ls-R.
Cannot open C:/cygwin/home/David/download/lua/context/tex/texmf-project/ls-R to 
write.
Cannot open C:/cygwin/home/David/download/lua/context/tex/texmf-fonts/ls-R to 
write.
mktexlsr: Updating 
C:/cygwin/home/David/download/lua/context/tex/texmf-context/ls-R...
mktexlsr: Updated 
C:/cygwin/home/David/download/lua/context/tex/texmf-context/ls-R.
Cannot open C:/cygwin/home/David/download/lua/context/tex/texmf-extra/ls-R to 
write.
mktexlsr: Updating C:/cygwin/home/David/download/lua/context/tex/texmf/ls-R...
mktexlsr: Updated C:/cygwin/home/David/download/lua/context/tex/texmf/ls-R.
mktexlsr: Done.

LuaTools | skipping 
C:/cygwin/home/David/download/lua/context/tex/texmf-local/web2c/texmf.cnf
LuaTools | skipping 
C:/cygwin/home/David/download/lua/context/tex/texmf-context/web2c/texmf.cnf
LuaTools | skipping 
C:/cygwin/home/David/download/lua/context/tex/texmf/web2c/texmf.cnf
LuaTools | locating list of 
C:/cygwin/home/David/download/lua/context/tex/texmf-local
LuaTools | locating list of 
C:/cygwin/home/David/download/lua/context/tex/texmf-mswin
LuaTools | locating list of 
C:/cygwin/home/David/download/lua/context/tex/texmf-project
LuaTools | locating list of 
C:/cygwin/home/David/download/lua/context/tex/texmf-fonts
LuaTools | locating list of 
C:/cygwin/home/David/download/lua/context/tex/texmf-context
LuaTools | locating list of 
C:/cygwin/home/David/download/lua/context/tex/texmf-extra
LuaTools | locating list of C:/cygwin/home/David/download/lua/context/tex/texmf
LuaTools | scanning path 
C:/cygwin/home/David/download/lua/context/tex/texmf-mswin
LuaTools | 105 files found on 8 directories with 1 uppercase remappings
LuaTools | scanning path 
C:/cygwin/home/David/download/lua/context/tex/texmf-context
LuaTools | 1298 files found on 125 directories with 0 uppercase remappings
LuaTools | scanning path C:/cygwin/home/David/download/lua/context/tex/texmf
LuaTools | 2185 files found on 68 directories with 56 uppercase remappings
LuaTools | preparing files in 
C:/cygwin/home/David/download/lua/context/tex/texmf-cache/luatex-cache/context/5f8b142e8ab6872a8c62f7e46179684b/trees/10f5048df22ac601f2e2e6ae9c3f97f4.tma
LuaTools | saving files in 
C:/cygwin/home/David/download/lua/context/tex/texmf-cache/luatex-cache/context/5f8b142e8ab6872a8c62f7e46179684b/trees/10f5048df22ac601f2e2e6ae9c3f97f4.tma
LuaTools | compiling files to 
C:/cygwin/home/David/download/lua/context/tex/texmf-cache/luatex-cache/context/5f8b142e8ab6872a8c62f7e46179684b/trees/10f5048df22ac601f2e2e6ae9c3f97f4.tmc
LuaTools | preparing files in 

Re: [NTG-context] Windows installer updated

2008-01-09 Thread Mojca Miklavec
On Jan 8, 2008 1:43 PM, David Roderick wrote:
 Mojca Miklavec [EMAIL PROTECTED] writes:

  On Jan 7, 2008 9:47 PM, David Roderick wrote:
  pop-up texlua.exe Application Error
  The application failed to initialize properly (0xc022)
 
  Hello,
 
  First: thanks a lot for reporting. (I have no windows here, but I had
  so many problems with rsync on windows ... that I might be willing to
  torture you until it works, just as I have tortured the windows
  machine I have been working on a while back :)
 
  I'm clueless about this (apart from the fact that it might be a rsync
  problem). Which windows are you using (XP or Vista)? (Not that I know
  if it's relevant at all.)
 
  Can you please try to dowload this:
 http://minimals.contextgarden.net/setup/context-setup-mswin.zip
  and try to run texlua.exe first?
 Microsoft Windows XP [Version 5.1.2600]
 (C) Copyright 1985-2001 Microsoft Corp.
 2001 Microsoft Corp.

 C:\cygwin\home\David\download\lua\context\binset CYGWIN=nontsec
 set CYGWIN=nontsec

 C:\cygwin\home\David\download\lua\context\bin  rsync -av 
 rsync://contextgarden.net/minimals/setup/mswin/bin/texlua.exe .
   rsync -av rsync://contextgarden.net/minimals/setup/mswin/bin/texlua.exe .
 receiving file list ... done
 texlua.exe

 sent 150 bytes  received 143 bytes  34.47 bytes/sec
 total size is 2560  speedup is 8.74

 C:\cygwin\home\David\download\lua\context\bintexlua
 texlua
 Missing script file

Great. This means that rsync works OK (otherwise you would be getting
the same error report as last time: The application failed to
initialize properly). What makes mo wonder now is: why doesn't the
installer work? Perhaps the environmental variables aren't set up
properly?

You may try one more thing: can you try to set
CYGWIN=nontsec
globally (I have no windows here to tell you the exact procedure - if
you don't know how to do that, please ask again; it's somewhere in
System-Advanced-Environmental variables-...).

and then rum the installer again? But it really makes mo wonder where
it goes wrong.

I had a winows machine yesterday, but apparently the network had rsync
port closed, so rsync didn't work at all (and installer reported:
installed successfully).

  Then, please try to run the following (from command and cd
  path-to-unzipped-stuff\bin):
 set CYGWIN=nontsec
 rsync -av rsync://contextgarden.net/minimals/setup/mswin/bin/texlua.exe .
  and then see if texlua still has any problems. If not,
 Yes it still has problems therefore I did not do the following.

That report is not a problem (only wrong usage, or missing argument),
but texlua could have been more informative about that error, yes.
Last time when you reported the error texlua apparently didn't work at
all.

  try to run
  (single line, it will probably be broken in this mail):
 rsync -av --exclude 'rsync.exe' --exclude 'cygwin1.dll'
  rsync://contextgarden.net/minimals/setup/mswin/bin/ .
 
  Alternatively, you can try to run first-setup.bat (from command line
  as well) and see if your machine has problems with that.
 Big thing happens.

Well - the whole distribution is dowloaded (I guess), which is a good thing :)

 However a problem

 sent 29442 bytes  received 6010615 bytes  48514.51 bytes/sec
 total size is 21964526  speedup is 3.64
 Cannot open C:/cygwin/home/David/download/lua/context/tex/texmf-local/ls-R to 
 write.

This is not a problem.

 mktexlsr: Updating 
 C:/cygwin/home/David/download/lua/context/tex/texmf-mswin/ls-R...
 mktexlsr: Updated 
 C:/cygwin/home/David/download/lua/context/tex/texmf-mswin/ls-R.
 Cannot open C:/cygwin/home/David/download/lua/context/tex/texmf-project/ls-R 
 to write.
 Cannot open C:/cygwin/home/David/download/lua/context/tex/texmf-fonts/ls-R to 
 write.

Neither this. The directories don't exist, but that's no harm (perhaps
mktexlsr could ignore those warnings just as it does on unix).

 mktexlsr: Updating 
 C:/cygwin/home/David/download/lua/context/tex/texmf-context/ls-R...
 mktexlsr: Updated 
 C:/cygwin/home/David/download/lua/context/tex/texmf-context/ls-R.
 Cannot open C:/cygwin/home/David/download/lua/context/tex/texmf-extra/ls-R to 
 write.
 mktexlsr: Updating C:/cygwin/home/David/download/lua/context/tex/texmf/ls-R...
 mktexlsr: Updated C:/cygwin/home/David/download/lua/context/tex/texmf/ls-R.
 mktexlsr: Done.

mktexlsr aparently works so far.

 LuaTools | skipping 
 C:/cygwin/home/David/download/lua/context/tex/texmf-local/web2c/texmf.cnf
 LuaTools | skipping 
 C:/cygwin/home/David/download/lua/context/tex/texmf-context/web2c/texmf.cnf
 LuaTools | skipping 
 C:/cygwin/home/David/download/lua/context/tex/texmf/web2c/texmf.cnf
 LuaTools | locating list of 
 C:/cygwin/home/David/download/lua/context/tex/texmf-local
 LuaTools | locating list of 
 C:/cygwin/home/David/download/lua/context/tex/texmf-mswin
 LuaTools | locating list of 
 C:/cygwin/home/David/download/lua/context/tex/texmf-project
 LuaTools | locating list of 
 

Re: [NTG-context] Windows installer updated

2008-01-09 Thread Arthur Reutenauer
 Missing script file

  This sometimes happens when texluac (not texlua) is not found ...

Arthur
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Windows installer updated

2008-01-09 Thread Hans Hagen
Arthur Reutenauer wrote:
 Missing script file
 
   This sometimes happens when texluac (not texlua) is not found ...

hopefully fixed in the current beta

-
   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
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Windows installer updated

2008-01-08 Thread David Roderick
pop-up texlua.exe Application Error
The application failed to initialize properly (0xc022)
-- 
from 
David Roderick
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Windows installer updated

2008-01-07 Thread Mojca Miklavec
On Jan 7, 2008 9:47 PM, David Roderick wrote:
 pop-up texlua.exe Application Error
 The application failed to initialize properly (0xc022)

Hello,

First: thanks a lot for reporting. (I have no windows here, but I had
so many problems with rsync on windows ... that I might be willing to
torture you until it works, just as I have tortured the windows
machine I have been working on a while back :)

I'm clueless about this (apart from the fact that it might be a rsync
problem). Which windows are you using (XP or Vista)? (Not that I know
if it's relevant at all.)

Can you please try to dowload this:
   http://minimals.contextgarden.net/setup/context-setup-mswin.zip
and try to run texlua.exe first?
Then, please try to run the following (from command and cd
path-to-unzipped-stuff\bin):
   set CYGWIN=nontsec
   rsync -av rsync://contextgarden.net/minimals/setup/mswin/bin/texlua.exe .
and then see if texlua still has any problems. If not, try to run
(single line, it will probably be broken in this mail):
   rsync -av --exclude 'rsync.exe' --exclude 'cygwin1.dll'
rsync://contextgarden.net/minimals/setup/mswin/bin/ .

Alternatively, you can try to run first-setup.bat (from command line
as well) and see if your machine has problems with that.

If you will be able to run texlua after that, then it's installer's
fault (perhaps variables are not set properly) and you should complain
to Vyatcheslav. If you'll have problems running texlua after that
(same error as what you have already mentioned), then you should
complan to rsync developers :) But it's definitely not my fault :) :)
:)

Mojca

PS: alternatively, you might try to send an email to Akira (the
windows compiling specialist), asking him if he's willing to try to
compile rsync for windows :) since any other version of rsync is
causing problems. The more requests he gets, ... :)
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Windows installer updated

2008-01-02 Thread Vyatcheslav Yatskovsky
Hello,

I've updated the Windows installer for ConTeXt, which can be found at 

http://minimals.contextgarden.net/setup/context-installer/ContextMinimalInstall.exe

Now it provides four separate options:

- Get latest setup files (recommended)
- Get latest distribution files (recommended)
- Make format files (recommended)
- Set environment vars globally (recommended only if no other TeX systems are 
installed)

Please, send me any comments.

Best regards,
Vyatcheslav Yatskovsky




___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___