Re: [NTG-context] error updating beta WAS: beta
On 2-2-2011 10:00, Hans van der Meer wrote: Looking at these variables doesn't look good, I suspect: MTXrun | resolvers: variable 'SELFAUTOLOC' set to '/Users/hans/Bin' MTXrun | resolvers: variable 'SELFAUTODIR' set to '/Users/hans' MTXrun | resolvers: variable 'SELFAUTOPARENT' set to '/Users' MTXrun | resolvers: variable 'TEXMFCNF' set to '' MTXrun | resolvers: variable 'TEXMF' set to '/Users/hans/TeX/ConTeXt/beta' MTXrun | resolvers: variable 'TEXOS' set to 'hans' MTXrun | resolvers MTXrun | resolvers: unknown configuration file '/Users/texmf-local/texmfcnf.lua' MTXrun | resolvers: unknown configuration file '/Users/texmf-local/web2c/texmfcnf.lua' MTXrun | resolvers: unknown configuration file '/Users/texmf/texmfcnf.lua' MTXrun | resolvers: unknown configuration file '/Users/texmf/web2c/texmfcnf.lua' MTXrun | resolvers: unknown configuration file '/Users/texmfcnf.lua' MTXrun | resolvers MTXrun | resolvers: warning: no lua configuration files found If for example TEXOS has to be the name of an operating system or machine, than it is far beyond the mark. And /Userstexmf-local... ?? These are not users in the system! How and where are these variables acquired? texos is only used to guess the texmf-[texos]/bin path so, indeed, if you don't conform to the minimal structure it is not that meaningful anyhow, you have no configuration file in a known place so you can try to set it yourself (TEXMFCNF=path_to_your_cnffile) you cannot expect the minimals to work with arbitrary tree setups normally this problem is just a side effect of putting binaries in a spot that the SELF* variables cannot relate to you can have extra bins of course, for instance I have (as i need to test it): texmf-mswin texmf-mswin-new texmf-mswin-texlive and set up my console with: SET PATH=%MYTEXROOT%\texmf-mswin-live\bin;%PATH% SET PATH=%MYTEXROOT%\texmf-mswin\bin;%PATH% SET PATH=%MYTEXROOT%\texmf-mswin-new\bin;%PATH% so, the newest bins are taken first (under texroot are also the regular minimal paths as wel as texmf-mine that has some dev files) ... so there are plenty of ways to extend the minimals also, I have a couple of dev paths added to the regular paths and do that in a local extra texmfcnf.lua file (multiple files are supported) 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] error updating beta WAS: beta
On 2-2-2011 8:07, Hans van der Meer wrote: More experiments, I am not one to be so easily defeated by software. Retrieved some old beta's, each time I start a context run then it results in the loadfilemarkerror. But I can find several formats lying around: /Users/hans/TeX/ConTeXt/beta/tex/texmf-cache/luatex-cache/context/c180539b697aa06758debbc1182817e4/formats/cont-en.fmt /Users/hans/TeX/ConTeXt/beta/tex/texmf-cache/luatex-cache/context/c180539b697aa06758debbc1182817e4/formats/cont-nl.fmt best wipe the cache as the latest version uses a different hash so the oldest path is obsolete /Users/hans/TeX/ConTeXt/beta/tex/texmf-osx-64/web2c/pdftex/cont-en.fmt /Users/hans/TeX/ConTeXt/beta/tex/texmf-osx-64/web2c/pdftex/cont-nl.fmt /Users/hans/TeX/ConTeXt/beta/tex/texmf-osx-64/web2c/xetex/cont-en.fmt /Users/hans/TeX/ConTeXt/beta/tex/texmf-osx-64/web2c/xetex/cont-nl.fmt looks ok Apparently none of them found! Vide this first message: MTXrun | warning: no format found, forcing remake (commandline driven) hm, the latest beta? export TEXLIVE=/usr/local/texlive/2010 export TEXPRIVATE=$HOME/TeX/My-TeXLib export TEXMINIMAL=$HOME/TeX/ConTeXt/beta export TEXPATH=$TEXMINIMAL/tex/texmf-osx-64/bin export TEXMFDBS=$TEXMINIMAL #$TEXMINIMAL/tex/setuptex export TEXMF=$TEXMINIMAL Note: inserting the hashed out line doesn't make a difference. you can check what mtxrun --generate returns as variables right at the start also, configuration of mkiv happens in texmfcnf.lua (see contextcnf.lua for the future version of it, but that's for Mojca to decide) 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] error updating beta WAS: beta
On 2-2-2011 8:08, Peter Münster wrote: Vnpenguin writes: On Wed, Feb 2, 2011 at 13:41, Peter Münster wrote: no, i'm still trying to get mkii and mkiv working at the same time with a fundamental different setup strategy .. getting there Or perhaps 2 completely different distributions? mkii: frozen, only some fixes from time to time mkiv: no more mkii files, no more pdftex, just pure mkiv Yes, I like this idea. I don't care about mkii, nor pdftex. In the first place, this idea was meant to make Hans' life easier. (not the user's life... ;-) as there is not much code written for mkii the burden for me is not that large; also, now that the codebase is completely split, there is less danger of changes in one affecting the other also, there are mkii users out there, including collegues, so it won't be dropped installing mkiv only is already possible for a while ok, we can have less files if we make a zip split, something that might happen at some point (i need to adapt my assembling script then) for a moment i considered base/mkii base/mkiv base/common but it might not be worth the effort, Hans (who after many hours finally managed to get a beta of one of his favourite programs working on suse 11.3 as it kept crashing linux on 11.2 but well, it's beta for a reason) - 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] error updating beta WAS: beta
On Wed, Feb 2, 2011 at 8:07 PM, Hans van der Meer wrote: > More experiments, I am not one to be so easily defeated by software. > Retrieved some old beta's, each time I start a context run then it results in > the loadfilemarkerror. > But I can find several formats lying around: > /Users/hans/TeX/ConTeXt/beta/tex/texmf-cache/luatex-cache/context/c180539b697aa06758debbc1182817e4/formats/cont-en.fmt > /Users/hans/TeX/ConTeXt/beta/tex/texmf-cache/luatex-cache/context/c180539b697aa06758debbc1182817e4/formats/cont-nl.fmt > /Users/hans/TeX/ConTeXt/beta/tex/texmf-osx-64/web2c/pdftex/cont-en.fmt > /Users/hans/TeX/ConTeXt/beta/tex/texmf-osx-64/web2c/pdftex/cont-nl.fmt > /Users/hans/TeX/ConTeXt/beta/tex/texmf-osx-64/web2c/xetex/cont-en.fmt > /Users/hans/TeX/ConTeXt/beta/tex/texmf-osx-64/web2c/xetex/cont-nl.fmt > Apparently none of them found! Vide this first message: > MTXrun | warning: no format found, forcing remake (commandline driven) It's a Mac OS system (sorry, I though it was linux). Can you try the latest minimals under /Users/hans/LuaTeX (just to be sure to avoid conflicts) ? -- 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] error updating beta WAS: beta
On 2 feb 2011, at 20:08, Peter Münster wrote: > Vnpenguin writes: > >> On Wed, Feb 2, 2011 at 13:41, Peter Münster wrote: >>> no, i'm still trying to get mkii and mkiv working at the same time with a fundamental different setup strategy .. getting there >>> >>> Or perhaps 2 completely different distributions? >>> mkii: frozen, only some fixes from time to time >>> mkiv: no more mkii files, no more pdftex, just pure mkiv >> >> Yes, I like this idea. I don't care about mkii, nor pdftex. > > In the first place, this idea was meant to make Hans' life easier. > (not the user's life... ;-) > I strongly support the idea of freezing mkii, apart from repairing obvious bugs in the existing codebase. It will free precious resources and save valuable time. Moreover imho concentrating on mkiv not hampered by compatability issues because of mkii, can only add to its stability. (It is just like evolution or maybe call it progress. Imagine both our primate ancestors and the dinosaurs being maintained at the same time? Where would we be? ;-) Hans van der Meer ___ 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] error updating beta WAS: beta
Vnpenguin writes: > On Wed, Feb 2, 2011 at 13:41, Peter Münster wrote: >> >>> no, i'm still trying to get mkii and mkiv working at the same time with a >>> fundamental different setup strategy .. getting there >> >> Or perhaps 2 completely different distributions? >> mkii: frozen, only some fixes from time to time >> mkiv: no more mkii files, no more pdftex, just pure mkiv > > Yes, I like this idea. I don't care about mkii, nor pdftex. In the first place, this idea was meant to make Hans' life easier. (not the user's life... ;-) -- Peter ___ 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] error updating beta WAS: beta
On Wed, Feb 2, 2011 at 13:41, Peter Münster wrote: > >> no, i'm still trying to get mkii and mkiv working at the same time with a >> fundamental different setup strategy .. getting there > > Or perhaps 2 completely different distributions? > mkii: frozen, only some fixes from time to time > mkiv: no more mkii files, no more pdftex, just pure mkiv Yes, I like this idea. I don't care about mkii, nor pdftex. ___ 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] error updating beta WAS: beta
More weird things I am afraid. Experimenting somewhat, I removed the texmf-cahce and did mtxrun --generate. The first messages is: "/Users/hans/TeX/ConTeXt/beta" and its permissions are: "drwxrwxr-x 7 hans staff 238 2 feb 17:48 beta/" idem of the parent directory: "drwxr-xr-x 13 hans staff 442 2 feb 10:36 ../" 120 beta: mtxrun --generate shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory Something wrong here? Something I can/should repair? Hans van der Meer On 2 feb 2011, at 12:24, Hans van der Meer wrote: > Did remove texmf-cache and ran mtxrun --generate. Still get on context --make > en the error: > ! I can't find file `catc-ini.mkiv'. > > \relax > l.76 \loadmarkfile{catc-ini} > > Please type another input file name: > > (will be away 1 or 2 hours, sorry not able to answer immediately) > Hans van der Meer > > On 2 feb 2011, at 12:05, luigi scarso wrote: > >> On Wed, Feb 2, 2011 at 11:57 AM, Hans van der Meer >> wrote: >>> Strange, doing (running MacOSX 10.6.6, beta is the directory in which >>> context is installed): >>> >>> 102 beta: mktexlsr >>> mktexlsr: Updating /Users/hans/TeX/ConTeXt/beta/ls-R... >>> mktexlsr: Done. >>> 103 beta: kpsewhich catc-ini.mkiv >>> /Users/hans/TeX/ConTeXt/beta/tex/texmf-context/tex/context/base/catc-ini.mkiv >>> 104 beta: >>> >>> File is there. Checked again that "context --make en" runs into the same >>> error. >> delete the cache and >> $> mtxrun --generate >> -- ___ 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] error updating beta WAS: beta
On Wednesday 02 February 2011 14:58:25 Hans Hagen wrote: > some hoops have to be jumped through to get it working for > both machineries ¡Olé! ___ 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] error updating beta WAS: beta
On 2-2-2011 3:01, Vedran Miletić wrote: 2011/2/2 Hans Hagen On 2-2-2011 1:41, Peter Münster wrote: Hans Hagen writes: no, i'm still trying to get mkii and mkiv working at the same time with a fundamental different setup strategy .. getting there Or perhaps 2 completely different distributions? mkii: frozen, only some fixes from time to time mkiv: no more mkii files, no more pdftex, just pure mkiv this can already be done (just install with the --engine=luatex flag) the main issue is that mtxrun also replaces the ruby texmfstart script and texexec is launched via mtxrun; so mtxrun needs to be able to deal with mkii situations where kpse is used for lookups later on; as the installer uses the --tree option, and as mkiv has an abstract notion of the texroot, some hoops have to be jumped through to get it working for both machineries You mentioned earlier that texexec could be replaced by mtxrun completely, that only a bit is missing. Would this solve the problem? it would solve the ruby dependency but pdftex/xetex need kpse 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] error updating beta WAS: beta
2011/2/2 Hans Hagen > On 2-2-2011 1:41, Peter Münster wrote: > >> Hans Hagen writes: >> >> no, i'm still trying to get mkii and mkiv working at the same time with a >>> fundamental different setup strategy .. getting there >>> >> >> Or perhaps 2 completely different distributions? >> mkii: frozen, only some fixes from time to time >> mkiv: no more mkii files, no more pdftex, just pure mkiv >> > > this can already be done (just install with the --engine=luatex flag) > > the main issue is that mtxrun also replaces the ruby texmfstart script and > texexec is launched via mtxrun; so mtxrun needs to be able to deal with mkii > situations where kpse is used for lookups later on; as the installer uses > the --tree option, and as mkiv has an abstract notion of the texroot, some > hoops have to be jumped through to get it working for both machineries You mentioned earlier that texexec could be replaced by mtxrun completely, that only a bit is missing. Would this solve the problem? Regards, Vedran Miletić ___ 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] error updating beta WAS: beta
On 2-2-2011 1:41, Peter Münster wrote: Hans Hagen writes: no, i'm still trying to get mkii and mkiv working at the same time with a fundamental different setup strategy .. getting there Or perhaps 2 completely different distributions? mkii: frozen, only some fixes from time to time mkiv: no more mkii files, no more pdftex, just pure mkiv this can already be done (just install with the --engine=luatex flag) the main issue is that mtxrun also replaces the ruby texmfstart script and texexec is launched via mtxrun; so mtxrun needs to be able to deal with mkii situations where kpse is used for lookups later on; as the installer uses the --tree option, and as mkiv has an abstract notion of the texroot, some hoops have to be jumped through to get it working for both machineries - 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] error updating beta WAS: beta
Hans Hagen writes: > no, i'm still trying to get mkii and mkiv working at the same time with a > fundamental different setup strategy .. getting there Or perhaps 2 completely different distributions? mkii: frozen, only some fixes from time to time mkiv: no more mkii files, no more pdftex, just pure mkiv -- Peter ___ 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] error updating beta WAS: beta
On 2-2-2011 11:18, Hans van der Meer wrote: Just uploaded latest beta and on "context --make en" got the error: ! I can't find file `catc-ini.mkiv'. \relax l.76 \loadmarkfile{catc-ini} Are there still missing files? no, i'm still trying to get mkii and mkiv working at the same time with a fundamental different setup strategy .. getting there 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] error updating beta WAS: beta
Did remove texmf-cache and ran mtxrun --generate. Still get on context --make en the error: ! I can't find file `catc-ini.mkiv'. \relax l.76 \loadmarkfile{catc-ini} Please type another input file name: (will be away 1 or 2 hours, sorry not able to answer immediately) Hans van der Meer On 2 feb 2011, at 12:05, luigi scarso wrote: > On Wed, Feb 2, 2011 at 11:57 AM, Hans van der Meer > wrote: >> Strange, doing (running MacOSX 10.6.6, beta is the directory in which >> context is installed): >> >> 102 beta: mktexlsr >> mktexlsr: Updating /Users/hans/TeX/ConTeXt/beta/ls-R... >> mktexlsr: Done. >> 103 beta: kpsewhich catc-ini.mkiv >> /Users/hans/TeX/ConTeXt/beta/tex/texmf-context/tex/context/base/catc-ini.mkiv >> 104 beta: >> >> File is there. Checked again that "context --make en" runs into the same >> error. > delete the cache and > $> mtxrun --generate > -- > 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 > ___ ___ 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] error updating beta WAS: beta
On Wed, Feb 2, 2011 at 11:57 AM, Hans van der Meer wrote: > Strange, doing (running MacOSX 10.6.6, beta is the directory in which context > is installed): > > 102 beta: mktexlsr > mktexlsr: Updating /Users/hans/TeX/ConTeXt/beta/ls-R... > mktexlsr: Done. > 103 beta: kpsewhich catc-ini.mkiv > /Users/hans/TeX/ConTeXt/beta/tex/texmf-context/tex/context/base/catc-ini.mkiv > 104 beta: > > File is there. Checked again that "context --make en" runs into the same > error. delete the cache and $> mtxrun --generate -- 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] error updating beta WAS: beta
Strange, doing (running MacOSX 10.6.6, beta is the directory in which context is installed): 102 beta: mktexlsr mktexlsr: Updating /Users/hans/TeX/ConTeXt/beta/ls-R... mktexlsr: Done. 103 beta: kpsewhich catc-ini.mkiv /Users/hans/TeX/ConTeXt/beta/tex/texmf-context/tex/context/base/catc-ini.mkiv 104 beta: File is there. Checked again that "context --make en" runs into the same error. Hans van der Meer On 2 feb 2011, at 11:45, luigi scarso wrote: > kpsewhich catc-ini.mkiv ___ 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] error updating beta WAS: beta
On Wed, Feb 2, 2011 at 11:43 AM, Hans van der Meer wrote: > Could it be because it is named catc-ini.lua instead of catc-ini.mkiv? Or has > it to be loaded as an explicit lua-file? no. What about $> mktexlsr $> kpsewhich catc-ini.mkiv ? -- 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] error updating beta WAS: beta
Could it be because it is named catc-ini.lua instead of catc-ini.mkiv? Or has it to be loaded as an explicit lua-file? Hans van der Meer On 2 feb 2011, at 11:34, Jörg Hagmann wrote: > Confirmed - I got the same error yesterday evening on my linux system (after > a successful installation in the afternoon on OS X). > Jörg > > On 2/2/11 11:25 AM, luigi scarso wrote: >> On Wed, Feb 2, 2011 at 11:18 AM, Hans van der Meer >> wrote: >>> Just uploaded latest beta and on "context --make en" got the error: >>> >>> ! I can't find file `catc-ini.mkiv'. >>> >>> \relax >>> l.76 \loadmarkfile{catc-ini} >>> >>> Are there still missing files? >>> >>> Hans van der Meer >> not here from minimals > ___ > 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] error updating beta WAS: beta
Confirmed - I got the same error yesterday evening on my linux system (after a successful installation in the afternoon on OS X). Jörg On 2/2/11 11:25 AM, luigi scarso wrote: On Wed, Feb 2, 2011 at 11:18 AM, Hans van der Meer wrote: Just uploaded latest beta and on "context --make en" got the error: ! I can't find file `catc-ini.mkiv'. \relax l.76 \loadmarkfile{catc-ini} Are there still missing files? Hans van der Meer not here from minimals ___ 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] error updating beta WAS: beta
On Wed, Feb 2, 2011 at 11:18 AM, Hans van der Meer wrote: > Just uploaded latest beta and on "context --make en" got the error: > > ! I can't find file `catc-ini.mkiv'. > > \relax > l.76 \loadmarkfile{catc-ini} > > Are there still missing files? > > Hans van der Meer not here from minimals -- 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] error updating beta WAS: beta
Just uploaded latest beta and on "context --make en" got the error: ! I can't find file `catc-ini.mkiv'. \relax l.76 \loadmarkfile{catc-ini} Are there still missing files? Hans van der Meer ___ 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] error updating beta WAS: beta
On 1-2-2011 9:54, Andreas Harder wrote: But one need the other formats to use TeX Gyre fonts with math? no, but it can be that some font is missing, in which case you should identify it and ask Mojca to add it to the luatex subset 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] error updating beta WAS: beta
Am 01.02.2011 um 16:47 schrieb Hans Hagen: > On 1-2-2011 4:41, luigi scarso wrote: >> On Tue, Feb 1, 2011 at 4:34 PM, Marco wrote: >>> BTW: Is it possible to only build mkiv and the english interface? Maybe by >>> passing some options to first-setup.sh? I never need other interfaces and >>> hardly ever mkii. >>> >>> Marco >> In first-septup.sh , near the bottom >> mtxrun --verbose --script ./bin/mtx-update.lua --update --make --force >> --engine=all --context=beta --platform=$platform --texroot=$PWD/tex $@ >> >> I believe that --engine=luatex is the switch you want > > indeed, but one needs a fresh minimal because the current state is stored and > kept But one need the other formats to use TeX Gyre fonts with math? If I try the –engine=luatex switch this \setupbodyfont[palatino] \starttext $a+b$ \stoptext returns: !LuaTeX error: cannot open Type 1 font file for reading (qplri.pfb) Greeting Andreas ___ 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] error updating beta WAS: beta
On 2011-02-01 Hans Hagen wrote: > > In first-septup.sh , near the bottom > > mtxrun --verbose --script ./bin/mtx-update.lua --update --make --force > > --engine=all --context=beta --platform=$platform --texroot=$PWD/tex $@ > > > > I believe that --engine=luatex is the switch you want > > indeed, but one needs a fresh minimal because the current state is > stored and kept Thanks Marco ___ 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] error updating beta WAS: beta
On 1-2-2011 4:41, luigi scarso wrote: On Tue, Feb 1, 2011 at 4:34 PM, Marco wrote: BTW: Is it possible to only build mkiv and the english interface? Maybe by passing some options to first-setup.sh? I never need other interfaces and hardly ever mkii. Marco In first-septup.sh , near the bottom mtxrun --verbose --script ./bin/mtx-update.lua --update --make --force --engine=all --context=beta --platform=$platform --texroot=$PWD/tex $@ I believe that --engine=luatex is the switch you want indeed, but one needs a fresh minimal because the current state is stored and kept - 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] error updating beta WAS: beta
On Tue, Feb 1, 2011 at 4:34 PM, Marco wrote: > BTW: Is it possible to only build mkiv and the english interface? Maybe by > passing some options to first-setup.sh? I never need other interfaces and > hardly ever mkii. > > Marco In first-septup.sh , near the bottom mtxrun --verbose --script ./bin/mtx-update.lua --update --make --force --engine=all --context=beta --platform=$platform --texroot=$PWD/tex $@ I believe that --engine=luatex is the switch you want -- 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] error updating beta WAS: beta
On 2011-02-01 Hans Hagen wrote: > On 1-2-2011 1:40, Marco wrote: > > Hi, > > > > I get the following error while updating minimals: > > > > MTXrun | run: texexec --make --all --fast --xetex cont-nl cont-enTeXExec > > | using search method 'kpsewhich' TeXExec | using existing database > > TeXExec | using tex engine xetex > > TeXExec | using tex format path /nonesuch/texmf/web2c/xetex > > TeXExec | generating tex format cont-nl.mkii > > This is XeTeX, Version 3.1415926-2.2-0.9995.2 (Web2C 7.5.6) (INITEX) > > entering extended mode > > ! I can't find file `cont-nl.mkii'. > > <*> *cont-nl.mkii > > > > (Press Enter to retry, or Control-D to exit) > > Please type another input file name: > > can you run mktexlsr manually? Yes. This fixes mkii. But as Vedran and Luigi already pointed out first-setup.sh is broken. mkiv works ok. BTW: Is it possible to only build mkiv and the english interface? Maybe by passing some options to first-setup.sh? I never need other interfaces and hardly ever mkii. Marco ___ 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] error updating beta WAS: beta
On Tue, Feb 1, 2011 at 1:51 PM, luigi scarso wrote: >> i'll have a look at it (i only tested a luatex only tree sofar) > seem related only to pdftex and xetex. > luatex seems ok. > -- > luigi > after $>mktexlsr $>texexec --make builds all the pdftex formats $>texexec --make --engine=xetex builds all the xetex formats -- 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] error updating beta WAS: beta
On Tue, Feb 1, 2011 at 12:35 PM, Hans Hagen wrote: > On 1-2-2011 11:36, Vedran Miletić wrote: > >> Same here. >> >> Running mktexlsr manually works, but it doesn't help next ./first-setup >> run.. > > i'll have a look at it (i only tested a luatex only tree sofar) seem related only to pdftex and xetex. luatex seems ok. -- 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] error updating beta WAS: beta
On 1-2-2011 11:36, Vedran Miletić wrote: Same here. Running mktexlsr manually works, but it doesn't help next ./first-setup run.. i'll have a look at it (i only tested a luatex only tree sofar) 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] error updating beta WAS: beta
2011/2/1 Hans Hagen > On 1-2-2011 1:40, Marco wrote: > >> Hi, >> >> I get the following error while updating minimals: >> >> MTXrun | run: texexec --make --all --fast --xetex cont-nl cont-enTeXExec | >> using search method 'kpsewhich' >> TeXExec | using existing database >> TeXExec | using tex engine xetex >> TeXExec | using tex format path /nonesuch/texmf/web2c/xetex >> TeXExec | generating tex format cont-nl.mkii >> This is XeTeX, Version 3.1415926-2.2-0.9995.2 (Web2C 7.5.6) (INITEX) >> entering extended mode >> ! I can't find file `cont-nl.mkii'. >> <*> *cont-nl.mkii >> >> (Press Enter to retry, or Control-D to exit) >> Please type another input file name: >> > > can you run mktexlsr manually? > > Hans > Same here. Running mktexlsr manually works, but it doesn't help next ./first-setup run. Regards, Vedran Miletić ___ 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] error updating beta WAS: beta
On 1-2-2011 1:40, Marco wrote: Hi, I get the following error while updating minimals: MTXrun | run: texexec --make --all --fast --xetex cont-nl cont-enTeXExec | using search method 'kpsewhich' TeXExec | using existing database TeXExec | using tex engine xetex TeXExec | using tex format path /nonesuch/texmf/web2c/xetex TeXExec | generating tex format cont-nl.mkii This is XeTeX, Version 3.1415926-2.2-0.9995.2 (Web2C 7.5.6) (INITEX) entering extended mode ! I can't find file `cont-nl.mkii'. <*> *cont-nl.mkii (Press Enter to retry, or Control-D to exit) Please type another input file name: can you run mktexlsr manually? 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] error updating beta WAS: beta
Hi, I get the following error while updating minimals: MTXrun | run: texexec --make --all --fast --xetex cont-nl cont-enTeXExec | using search method 'kpsewhich' TeXExec | using existing database TeXExec | using tex engine xetex TeXExec | using tex format path /nonesuch/texmf/web2c/xetex TeXExec | generating tex format cont-nl.mkii This is XeTeX, Version 3.1415926-2.2-0.9995.2 (Web2C 7.5.6) (INITEX) entering extended mode ! I can't find file `cont-nl.mkii'. <*> *cont-nl.mkii (Press Enter to retry, or Control-D to exit) Please type another input file name: Linux x86_64 Regards Marco ___ 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 ___