[Context] Minimals in 10.6 is not working now
Downloading is fine. However, formats wont compile. man/pdf/texexec.pdf man/pdf/texfont.pdf man/pdf/texmfstart.pdf man/pdf/textools.pdf man/pdf/texutil.pdf sent 1361 bytes received 9053158 bytes 953107.26 bytes/sec total size is 36879340 speedup is 4.07 MTXrun | mtx update: updating luatools for osx-64: rsync -tgo --chmod=a+x /Users/yue/context/tex/texmf-context/scripts/context/lua/luatools.lua /Users/yue/context/tex/texmf-osx-64/bin/luatools MTXrun | run: rsync -tgo --chmod=a+x /Users/yue/context/tex/texmf-context/scripts/context/lua/luatools.lua /Users/yue/context/tex/texmf-osx-64/bin/luatools MTXrun | mtx update: updating mtxrun for osx-64: rsync -tgo --chmod=a+x /Users/yue/context/tex/texmf-context/scripts/context/lua/mtxrun.lua /Users/yue/context/tex/texmf-osx-64/bin/mtxrun MTXrun | run: rsync -tgo --chmod=a+x /Users/yue/context/tex/texmf-context/scripts/context/lua/mtxrun.lua /Users/yue/context/tex/texmf-osx-64/bin/mtxrun MTXrun | update: done MTXrun | make: start MTXrun | MTXrun | MTXrun | preset : TEXPATH => /Users/yue/context/tex MTXrun | preset : TEXOS => texmf-osx-intel MTXrun | preset : TEXMFOS => /Users/yue/context/tex/texmf-osx-intel MTXrun | preset : TMP => /var/folders/+o/+od1OZzBGoqvfye0c5pfik+++TI/-Tmp-/ MTXrun | MTXrun | run: mktexlsr sh: mktexlsr: command not found MTXrun | run: luatools --generate sh: luatools: command not found MTXrun | run: texexec --make --all --fast --xetex cont-nl cont-en sh: texexec: command not found MTXrun | run: context --make sh: context: command not found MTXrun | run: texexec --make --all --fast --pdftex cont-nl cont-en sh: texexec: command not found MTXrun | run: texexec --make --all --fast metafun sh: texexec: command not found MTXrun | run: mktexlsr sh: mktexlsr: command not found MTXrun | run: luatools --generate sh: luatools: command not found MTXrun | make: done MTXrun | state: saved When you want to use context, you need to initialize the tree by typing: . /Users/yue/context/tex/setuptex in your shell or add "/Users/yue/context/tex/texmf-osx-64/bin" to PATH variable if you want to set it permanently. This can usually be done in .bashrc, .bash_profile (or whatever file is used to initialize your shell).
On Tue, Jan 5, 2010 at 06:59, Yue Wang wrote:
Downloading is fine. However, formats wont compile.
MTXrun | preset : TEXMFOS => /Users/yue/context/tex/texmf-osx-intel
in your shell or add "/Users/yue/context/tex/texmf-osx-64/bin"
Did you try to update first-setup.sh? (I guess you did, else you wouldn't get the "64" here.) The problem should be solved already, but it's not excluded that some new bug has appeared in the meantime for whatever reason. When did you first notice the problem (and when did it still run fine?) Mojca
Yue, What shell do you use? What does "echo $HOSTTYPE" return on your machine? Hans, did you make modifications of the following code? local architecture = os.getenv("HOSTTYPE") or "" if architecture == "" then architecture = os.resultof("uname -m") or "" end if architecture == "" then local architecture = os.resultof("echo $HOSTTYPE") end if name == "linux" then if find(architecture,"x86_64") then os.platform = "linux-64" I'm afraid that this might break some shells in linux and other OS-es as well. Mojca
On 7-1-2010 21:04, Mojca Miklavec wrote:
did you make modifications of the following code?
not in the last weeks and not without testing on my linux and osx boxes 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 -----------------------------------------------------------------
participants (4)
-
hagen
-
Hans Hagen
-
Mojca Miklavec
-
Yue Wang