Re: [NTG-context] first-setup.sh

2012-06-08 Thread Mojca Miklavec
On Fri, Jun 8, 2012 at 6:40 PM, Andy Thomas wrote:
 Hi all,

 after a lot of confusion I discovered that first-setup.sh is not Andy-proof. 
 If there is a broken internet connection, the update lua process works and 
 pushes the rsync error message very quickly out of the terminal. I propose to 
 change the rsync line to

 rsync -rlptv rsync://contextgarden.net/minimals/setup/$platform/bin . || { 
 echo Cannot reach the repository; exit 1; }

Thank you, that makes sense, I'll change it.

But I believe that some similar safeguards might be needed in the lua
script (there is a slight chance that this would go through and the
calls in lua script wouldn't).

Mojca
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] first-setup.sh

2012-06-08 Thread Mojca Miklavec
On Fri, Jun 8, 2012 at 6:47 PM, Mojca Miklavec wrote:
 On Fri, Jun 8, 2012 at 6:40 PM, Andy Thomas wrote:
 Hi all,

 after a lot of confusion I discovered that first-setup.sh is not Andy-proof. 
 If there is a broken internet connection, the update lua process works and 
 pushes the rsync error message very quickly out of the terminal. I propose 
 to change the rsync line to

 rsync -rlptv rsync://contextgarden.net/minimals/setup/$platform/bin . || { 
 echo Cannot reach the repository; exit 1; }

 Thank you, that makes sense, I'll change it.

 But I believe that some similar safeguards might be needed in the lua
 script (there is a slight chance that this would go through and the
 calls in lua script wouldn't).

Also, if the file doesn't exist on the server (if you change a letter
in path or if platform would be removed from supported one for
example), it doesn't stop. I didn't try to investigate if there is an
easy way around that.

Also keep in mind that users need to update the original script
(currently still called first-setup.sh) manually.

Mojca
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] first-setup.sh

2012-06-08 Thread Aditya Mahajan

On Fri, 8 Jun 2012, Mojca Miklavec wrote:


Also keep in mind that users need to update the original script
(currently still called first-setup.sh) manually.


FWIW, I updated the PKGBUILD for arch linux: 
https://aur.archlinux.org/packages.php?ID=30398


Aditya
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] first-setup.sh

2012-06-08 Thread Hans Hagen

On 8-6-2012 18:54, Mojca Miklavec wrote:

On Fri, Jun 8, 2012 at 6:47 PM, Mojca Miklavec wrote:

On Fri, Jun 8, 2012 at 6:40 PM, Andy Thomas wrote:

Hi all,

after a lot of confusion I discovered that first-setup.sh is not Andy-proof. If 
there is a broken internet connection, the update lua process works and pushes 
the rsync error message very quickly out of the terminal. I propose to change 
the rsync line to

rsync -rlptv rsync://contextgarden.net/minimals/setup/$platform/bin . || { echo 
Cannot reach the repository; exit 1; }


Thank you, that makes sense, I'll change it.

But I believe that some similar safeguards might be needed in the lua
script (there is a slight chance that this would go through and the
calls in lua script wouldn't).


Also, if the file doesn't exist on the server (if you change a letter
in path or if platform would be removed from supported one for
example), it doesn't stop. I didn't try to investigate if there is an
easy way around that.

Also keep in mind that users need to update the original script
(currently still called first-setup.sh) manually.


Maybe this is then the right time to do the renaming:

fetch-context

or so, as an update is not a first

Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] first-setup.sh modules/goodies/extras

2011-09-28 Thread luigi scarso
2011/9/28 Procházka Lukáš Ing. - Pontex s. r. o. l...@pontex.cz:
 Hello,

 which of the following command options are (still) valid?

 --modules=all
 --extras=all
 --goodies=all
 --third=all

 Which files (or in which directories) are affected by these options?

 Is the asterisks '*' valid instead of 'all', i.e. e.g. --modules=* instead
 --modules=all?

 Is there a document (This Way, MAPS...) or a wiki page which would describe
 this?

 (I searched but found nothing...)

 Best regards,

 Lukas

From http://wiki.contextgarden.net/ConTeXt_Standalone
sh ./first-setup.sh --modules=all

and from 
http://wiki.contextgarden.net/Fonts_in_LuaTeX#With_the_simplefonts_module
 first-setup.sh --extras=t-simplefonts


sh ./first-setup.sh --modules=all
seems to work, btw.
-- 
luigi
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] first-setup.sh modules/goodies/extras

2011-09-28 Thread Procházka Lukáš

On Wed, 28 Sep 2011 13:16:19 +0200, luigi scarso luigi.sca...@gmail.com wrote:


2011/9/28 Procházka Lukáš Ing. - Pontex s. r. o. l...@pontex.cz:

Hello,

which of the following command options are (still) valid?

--modules=all
--extras=all
--goodies=all
--third=all

Which files (or in which directories) are affected by these options?

Is the asterisks '*' valid instead of 'all', i.e. e.g. --modules=* instead
--modules=all?

Is there a document (This Way, MAPS...) or a wiki page which would describe
this?

(I searched but found nothing...)

Best regards,

Lukas


From http://wiki.contextgarden.net/ConTeXt_Standalone
sh ./first-setup.sh --modules=all

and from 
http://wiki.contextgarden.net/Fonts_in_LuaTeX#With_the_simplefonts_module
 first-setup.sh --extras=t-simplefonts


Hello,

I know these options, but I didn't know the --goodies=all one;
I saw it first several days ago in Thomas' topic errors with simpleslides 
(style-specific):


How did you obtain the module?

sh first-setup.sh --context=beta --fonts=all --modules=all --goodies=all


So thus my generalized question - what are other secret/undocumented/unfindable 
options, like --goodies=

- My idea was to have all the options described on one place - wiki, manual, 
context.exe built-in help, whatever.

Best regards,

Lukas



sh ./first-setup.sh --modules=all
seems to work, btw.



___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] first-setup.sh modules/goodies/extras

2011-09-28 Thread Ondřej Hošek
2011/9/28 Procházka Lukáš l...@pontex.cz:
 So thus my generalized question - what are other
 secret/undocumented/unfindable options, like --goodies=

They aren't all that undocumented. For my system, this lua script is
used, and there's a pretty nice help listing right at the top of the
code:
http://standalone.contextgarden.net/setup/linux-64/bin/mtx-update.lua

Note that the option --extras has been renamed to --modules. (This is
alluded to in a comment near the end of that Lua script.)

@Mojca and the Standalone squad: perhaps first-setup.sh (or its
successors) should pass on --help to the Lua script without doing
anything else?

Cheers,
~~ Ondra
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] first-setup.sh

2010-06-02 Thread Mojca Miklavec
Thomas,

On Tue, Jun 1, 2010 at 13:20, Mojca Miklavec wrote:
 On Tue, Jun 1, 2010 at 12:49, Thomas A. Schmitz wrote:
 Hi all, esp. Mojca,

 I don't know if anything changed recently, but first-setup.sh doesn't fetch
 the latest beta for me anymore, even when I feed it the --context=beta
 switch. At first, I thought it was a glitch, but I have now tried on 3
 different computers, and after running first-setup.sh, I always get

 MTXrun | main context file:
 /Users/tas/context/tex/texmf-context/tex/context/base/context.tex
 MTXrun | current version: 2010.05.24 13:05

 Interesting. Hans has changed configuration of his rsync server. I
 have noticed that while fetching docs, but didn't think about the fact
 that this has influenced fetching of the latest context as well.

You may try again with --context=experimental as a temporary solution.

I have updated  fixed the scripts on server, so everything should
(hopefully) work fine after Hans fixes the server (except that
kfreebsd-amd64 will probably break until the next beta comes out). As
long as the server reports

 wget http://www.pragma-ade.com/context/beta/cont-tmf.zip
HTTP request sent, awaiting response... 403 Forbidden

with both HTTP and RSYNC access, there's not much I can do (except for
temporary renaming experimental to beta which I don't particularly
like to do).

Mojca
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] first-setup.sh

2010-06-02 Thread Taco Hoekwater


Mojca Miklavec wrote:
 As long as the server reports
 
  wget http://www.pragma-ade.com/context/beta/cont-tmf.zip
 HTTP request sent, awaiting response... 403 Forbidden

Looks like Hans' new NAS also considers working with context a
security risk. :)




___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] first-setup.sh

2010-06-02 Thread Thomas A. Schmitz

On Jun 2, 2010, at 3:43 PM, Mojca Miklavec wrote:

 You may try again with --context=experimental as a temporary solution.

Mojca,

I just tried this (sorry, came home only now), and now I get a version of 
2010.06.02 which isn't even announced on the pragma site... So let's hope that 
Hans talks some sense into his servers and everything goes back to normal! 
Thanks for your swift reaction.

All best

Thomas
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] first-setup.sh

2010-06-02 Thread Hans Hagen

On 2-6-2010 11:35, Thomas A. Schmitz wrote:


On Jun 2, 2010, at 3:43 PM, Mojca Miklavec wrote:


You may try again with --context=experimental as a temporary solution.


Mojca,

I just tried this (sorry, came home only now), and now I get a version of 
2010.06.02 which isn't even announced on the pragma site... So let's hope that 
Hans talks some sense into his servers and everything goes back to normal! 
Thanks for your swift reaction.


ah .. that's interesting .. it's because mojca now syncs with an 
internal machine


i hope that this versions works ok as i'm in the middle of some changes 
in the luatools/mtxrun pair as wel as format generation (experimenting a 
bit with stubs as the existing code dates back from 2007 or so) ..


the code in this version is definitely not for texlive

so best treat it as a real beta (there will be another beta later this 
week)


Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] first-setup.sh

2010-06-02 Thread luigi scarso
On Wed, Jun 2, 2010 at 11:45 PM, Hans Hagen pra...@wxs.nl wrote:
 On 2-6-2010 11:35, Thomas A. Schmitz wrote:

 On Jun 2, 2010, at 3:43 PM, Mojca Miklavec wrote:

 You may try again with --context=experimental as a temporary solution.

 Mojca,

 I just tried this (sorry, came home only now), and now I get a version of
 2010.06.02 which isn't even announced on the pragma site... So let's hope
 that Hans talks some sense into his servers and everything goes back to
 normal! Thanks for your swift reaction.

 ah .. that's interesting .. it's because mojca now syncs with an internal
 machine
Also beta download from
http://www.pragma-ade.nl/download-2.htm
works ok now

-- 
luigi
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] first-setup.sh

2010-06-01 Thread luigi scarso
On Tue, Jun 1, 2010 at 12:49 PM, Thomas A. Schmitz
thomas.schm...@uni-bonn.de wrote:
 Hi all, esp. Mojca,

 I don't know if anything changed recently, but first-setup.sh doesn't fetch
 the latest beta for me anymore, even when I feed it the --context=beta
 switch. At first, I thought it was a glitch, but I have now tried on 3
 different computers, and after running first-setup.sh, I always get

 MTXrun | main context file:
 /Users/tas/context/tex/texmf-context/tex/context/base/context.tex
 MTXrun | current version: 2010.05.24 13:05

confirmed in my linux 32bit box

-- 
luigi
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] first-setup.sh

2010-06-01 Thread Mojca Miklavec
On Tue, Jun 1, 2010 at 12:49, Thomas A. Schmitz wrote:
 Hi all, esp. Mojca,

 I don't know if anything changed recently, but first-setup.sh doesn't fetch
 the latest beta for me anymore, even when I feed it the --context=beta
 switch. At first, I thought it was a glitch, but I have now tried on 3
 different computers, and after running first-setup.sh, I always get

 MTXrun | main context file:
 /Users/tas/context/tex/texmf-context/tex/context/base/context.tex
 MTXrun | current version: 2010.05.24 13:05

You can always check if something is wrong on your computer or on
server by taking a look at
http://minimals.contextgarden.net/current/context/beta/tex/context/base/
and checking the version there. It seems that this version is exactly
the same as on server, so it's a problem on our server.

 even though the beta version 2010.05.27 has been available for a while. Am I
 missing something, or has something changed?

Interesting. Hans has changed configuration of his rsync server. I
have noticed that while fetching docs, but didn't think about the fact
that this has influenced fetching of the latest context as well.

Hans has sent me another address for rsync, but that one is empty.
Hans, I need the name of rsync server now (may be sent off-list) ...

Mojca
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] first-setup.sh

2010-05-22 Thread Mojca Miklavec
 Please, could you check mtx-update.lua.

This should be fixed now. Hans, thanks a lot.

Mojca
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] first-setup.sh

2010-05-21 Thread Mojca Miklavec
On Fri, May 21, 2010 at 16:28, Vladimir Lomov lomov...@gmail.com wrote:
 Hi.

 Please, could you check mtx-update.lua, line 376. I'm found it
 suspicious that the line
                    command = string.format(%s -tgo --chmod=a+x
 %s/texmf-context/scripts/context/lua/%s.lua %s/texmf-%s/bin/%s, bin,
 texroot, script, texroot, platform, script)
 don't contain contextgarden source ('url' variable, 'bin' contains
 'rsync' program).

These two lines are there just to make sure that the proper version of
luatools and mtxrun are copied to bin. The files come from existing
texmf-context and are copied to texmf-platform/bin/luatools (or
mtxrun).


Mojca
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] first-setup.sh on MacOSX problem...

2009-11-25 Thread Mojca Miklavec
On Tue, Nov 24, 2009 at 15:24, Bernhard Rosensteiner wrote:
 Hello all,

 after my new OSX installation i did first-setup.sh as always but now i get:

 This is LuaTeX, Version beta-0.40.6-2009100310 (TeX Live 2009) (INITEX)
  \write18 enabled.
 (/Applications/ConTeXt/tex/texmf-context/tex/context/base/cont-en.tex
 ! I can't find file `context.tex'.
 l.16 \input context.tex

 Please type another input file name:

Just a notice to all Snow Leopard users. I managed to reproduce the
problem (I was sure there would be a problem, but people claimed that
it worked that way). The easiest temporary patch is to remove --make
in mtxrun call in first-setup.sh (and then make formats manually), but
I will try to fix it.

Mojca
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] first-setup.sh on MacOSX problem...

2009-11-24 Thread Hans Hagen

Bernhard Rosensteiner wrote:

Hello all,

after my new OSX installation i did first-setup.sh as always but now i get: 


This is LuaTeX, Version beta-0.40.6-2009100310 (TeX Live 2009) (INITEX)
 \write18 enabled.
(/Applications/ConTeXt/tex/texmf-context/tex/context/base/cont-en.tex
! I can't find file `context.tex'.
l.16 \input context.tex
   
Please type another input file name: 


at the end of the install process. I don´t know what to do now. Interestingly 
in my ConTeXt folder is now a texmf-osx-64 folder with more files in it than in 
the texmf-osx-intel (bin and man folder in texmf-osx-64 and web2c folder in 
texmf-osx-intel) which was never there. Has this to do with the discussion on 
the mailing list about 64 bit OSX binaries? Installing into another folder as 
Applications  triggered the same message.


could b , i had the same problem a wile ago and symlinking the bin path 
helped


Hans

-
  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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] first-setup.sh on MacOSX problem...

2009-11-24 Thread Bernhard Rosensteiner
Hello,

thanks for your advice. I solved the problem 5 minutes ago: i used the context 
file version in texmf-osx-64\bin and suddenly some mysterious command line 
magic happened (only the first time i did context...)   and LuaTeX 0.45 worked.

best regards
Bernhard

Am 24.11.2009 um 16:21 schrieb Hans Hagen:

 Bernhard Rosensteiner wrote:
 Hello all,
 after my new OSX installation i did first-setup.sh as always but now i get: 
 This is LuaTeX, Version beta-0.40.6-2009100310 (TeX Live 2009) (INITEX)
 \write18 enabled.
 (/Applications/ConTeXt/tex/texmf-context/tex/context/base/cont-en.tex
 ! I can't find file `context.tex'.
 l.16 \input context.tex
   Please type another input file name: at the end of the 
 install process. I don´t know what to do now. Interestingly in my ConTeXt 
 folder is now a texmf-osx-64 folder with more files in it than in the 
 texmf-osx-intel (bin and man folder in texmf-osx-64 and web2c folder in 
 texmf-osx-intel) which was never there. Has this to do with the discussion 
 on the mailing list about 64 bit OSX binaries? Installing into another 
 folder as Applications  triggered the same message.
 
 could b , i had the same problem a wile ago and symlinking the bin path helped
 
 Hans
 
 -
  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  : http://foundry.supelec.fr/projects/contextrev/
 wiki : http://contextgarden.net
 ___

___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] first-setup.sh on MacOSX problem...

2009-11-24 Thread Mojca Miklavec
On Tue, Nov 24, 2009 at 15:24, Bernhard Rosensteiner wrote:
 Hello all,

 after my new OSX installation i did first-setup.sh as always but now i get:

 This is LuaTeX, Version beta-0.40.6-2009100310 (TeX Live 2009) (INITEX)
  \write18 enabled.
 (/Applications/ConTeXt/tex/texmf-context/tex/context/base/cont-en.tex
 ! I can't find file `context.tex'.
 l.16 \input context.tex

 Please type another input file name:

You are getting luatex from TeX Live. At what point do you get that
warning? You should definitely get this if you don't initialize the
minimals (that is - if you don't use . setuptex or don't add PATH to
binaries).

I admit that I made some changes a few hours ago, so it would be very
helpful to know what sequence of commands exactly you use and when
exactly this happens.

 at the end of the install process.

You mean even before first-setup.sh finishes the job? If this is the
case ... One thing that might happen is that you use some random
intermediate version of first-setup.sh that doesn't pass --engine= to
mtx-update or that mtx-update forgets to respect that option.

I should reboot my computer in order to test.

 Interestingly in my ConTeXt folder is now a texmf-osx-64 folder with more 
 files in it than in the texmf-osx-intel (bin and man folder in texmf-osx-64 
 and web2c folder in texmf-osx-intel)

bin and man should be present in both. It's weird that they are
missing in osx-intel. web2c is generated during texexec --make ...,
so if formats are not made that can explain it.

 which was never there. Has this to do with the discussion on the mailing list 
 about 64 bit OSX binaries? Installing into another folder as Applications  
 triggered the same message.

That's quite possible. I guess that
uname -m
returns i386 on your machine, that you are running Snow Leopard, have
MacTeX or TeX Live installed. But I would not expect the minimals to
hang with that message.

Mojca
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] first-setup.sh on MacOSX problem...

2009-11-24 Thread Mojca Miklavec
On Tue, Nov 24, 2009 at 16:21, Hans Hagen wrote:
 Bernhard Rosensteiner wrote:

 Hello all,

 after my new OSX installation i did first-setup.sh as always but now i
 get:
 This is LuaTeX, Version beta-0.40.6-2009100310 (TeX Live 2009) (INITEX)
  \write18 enabled.
 (/Applications/ConTeXt/tex/texmf-context/tex/context/base/cont-en.tex
 ! I can't find file `context.tex'.
 l.16 \input context.tex
                       Please type another input file name:
 at the end of the install process. I don´t know what to do now.
 Interestingly in my ConTeXt folder is now a texmf-osx-64 folder with more
 files in it than in the texmf-osx-intel (bin and man folder in texmf-osx-64
 and web2c folder in texmf-osx-intel) which was never there. Has this to do
 with the discussion on the mailing list about 64 bit OSX binaries?
 Installing into another folder as Applications  triggered the same message.

 could b , i had the same problem a wile ago and symlinking the bin path
 helped

But we're not going to suggest that to users. If that happens to be a
side-effect of mtxrun not being aware of that platform juggling, we
need to fix it ASAP. (I cannot test now.)

Mojca
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___