Latest minimals: mtxrun:9289: attempt to concatenate local 'v' (a table value) Alan
2010/6/30 luigi scarso
On Wed, Jun 30, 2010 at 9:36 AM, Alan BRASLAU
wrote: Latest minimals:
mtxrun:9289: attempt to concatenate local 'v' (a table value) confirmed on my linux 32 box too
it seems that the following commands can solved this problem. sed -i 's/t\[vv.."."..v\]/t\[vv\]/g' $TEXMFOS/bin/luatools sed -i 's/t\[vv.."."..v\]/t\[vv\]/g' $TEXMFOS/bin/mtxrun -- Best regards, Li Yanrui (李延瑞)
2010/7/2 Li Yanrui (李延瑞)
2010/6/30 luigi scarso
: On Wed, Jun 30, 2010 at 9:36 AM, Alan BRASLAU
wrote: Latest minimals:
mtxrun:9289: attempt to concatenate local 'v' (a table value) confirmed on my linux 32 box too
it seems that the following commands can solved this problem.
sed -i 's/t\[vv.."."..v\]/t\[vv\]/g' $TEXMFOS/bin/luatools sed -i 's/t\[vv.."."..v\]/t\[vv\]/g' $TEXMFOS/bin/mtxrun
sorry, i'm wrong. -- Best regards, Li Yanrui (李延瑞)
2010/7/2 Li Yanrui (李延瑞)
2010/6/30 luigi scarso
: On Wed, Jun 30, 2010 at 9:36 AM, Alan BRASLAU
wrote: Latest minimals:
mtxrun:9289: attempt to concatenate local 'v' (a table value) confirmed on my linux 32 box too
it seems that the following commands can solved this problem.
sed -i 's/t\[vv.."."..v\]/t\[vv\]/g' $TEXMFOS/bin/luatools sed -i 's/t\[vv.."."..v\]/t\[vv\]/g' $TEXMFOS/bin/mtxrun
$ sed -i 's/t\[vv.."."..v\] = kk/t\[k\] = vv/g' $TEXMFOS/bin/luatools $ sed -i 's/t\[vv.."."..v\] = kk/t\[k\] = vv/g' $TEXMFOS/bin/mtxrun $ luatools --generate $ sed -i 's//t\[vv.."."..v\] = kk/t\[k\] = vv/g' `luatools data-res.lua` -- Best regards, Li Yanrui (李延瑞)
2010/7/2 Li Yanrui (李延瑞)
2010/7/2 Li Yanrui (李延瑞)
: 2010/6/30 luigi scarso
: On Wed, Jun 30, 2010 at 9:36 AM, Alan BRASLAU
wrote: Latest minimals:
mtxrun:9289: attempt to concatenate local 'v' (a table value) confirmed on my linux 32 box too
it seems that the following commands can solved this problem.
sed -i 's/t\[vv.."."..v\]/t\[vv\]/g' $TEXMFOS/bin/luatools sed -i 's/t\[vv.."."..v\]/t\[vv\]/g' $TEXMFOS/bin/mtxrun
$ sed -i 's/t\[vv.."."..v\] = kk/t\[k\] = vv/g' $TEXMFOS/bin/luatools $ sed -i 's/t\[vv.."."..v\] = kk/t\[k\] = vv/g' $TEXMFOS/bin/mtxrun $ luatools --generate $ sed -i 's//t\[vv.."."..v\] = kk/t\[k\] = vv/g' `luatools data-res.lua`
the last command should be $ sed -i 's/t\[vv.."."..v\] = kk/t\[k\] = vv/g' `luatools data-res.lua` then $ context --make -- Best regards, Li Yanrui (李延瑞)
On Fri, Jul 2, 2010 at 11:52 AM, Li Yanrui (李延瑞)
2010/7/2 Li Yanrui (李延瑞)
: 2010/7/2 Li Yanrui (李延瑞)
: 2010/6/30 luigi scarso
: On Wed, Jun 30, 2010 at 9:36 AM, Alan BRASLAU
wrote: Latest minimals:
mtxrun:9289: attempt to concatenate local 'v' (a table value) confirmed on my linux 32 box too
it seems that the following commands can solved this problem.
sed -i 's/t\[vv.."."..v\]/t\[vv\]/g' $TEXMFOS/bin/luatools sed -i 's/t\[vv.."."..v\]/t\[vv\]/g' $TEXMFOS/bin/mtxrun
$ sed -i 's/t\[vv.."."..v\] = kk/t\[k\] = vv/g' $TEXMFOS/bin/luatools $ sed -i 's/t\[vv.."."..v\] = kk/t\[k\] = vv/g' $TEXMFOS/bin/mtxrun $ luatools --generate $ sed -i 's//t\[vv.."."..v\] = kk/t\[k\] = vv/g' `luatools data-res.lua`
the last command should be
$ sed -i 's/t\[vv.."."..v\] = kk/t\[k\] = vv/g' `luatools data-res.lua`
then
$ context --make
It seems ok on my linux 32bit box -- luigi
On Fri, 02 Jul 2010 12:17:15 +0200, luigi scarso wrote: The same for my linux 64bit box thanks Li Yanrui -- --- Martin 'golodhrim' Scholz Auf dem Sattler 4 34516 Ederbringhausen Phone: +49 6454 799623 mobile: +49 176 63301749 Fax: +49 6454 e-Mail: scholz.m82@googlemail.com "Oook!"
Li Yanrui, thanks a lot for the patch and sorry for the delay. It's supposed to be fixed now, but reports of contrary observations are always welcome. Mojca
2010/7/2 luigi scarso
On Fri, Jul 2, 2010 at 11:52 AM, Li Yanrui (李延瑞)
wrote: 2010/7/2 Li Yanrui (李延瑞)
: 2010/7/2 Li Yanrui (李延瑞)
: 2010/6/30 luigi scarso
: On Wed, Jun 30, 2010 at 9:36 AM, Alan BRASLAU
wrote: Latest minimals:
mtxrun:9289: attempt to concatenate local 'v' (a table value) confirmed on my linux 32 box too
it seems that the following commands can solved this problem.
sed -i 's/t\[vv.."."..v\]/t\[vv\]/g' $TEXMFOS/bin/luatools sed -i 's/t\[vv.."."..v\]/t\[vv\]/g' $TEXMFOS/bin/mtxrun
$ sed -i 's/t\[vv.."."..v\] = kk/t\[k\] = vv/g' $TEXMFOS/bin/luatools $ sed -i 's/t\[vv.."."..v\] = kk/t\[k\] = vv/g' $TEXMFOS/bin/mtxrun $ luatools --generate $ sed -i 's//t\[vv.."."..v\] = kk/t\[k\] = vv/g' `luatools data-res.lua`
the last command should be
$ sed -i 's/t\[vv.."."..v\] = kk/t\[k\] = vv/g' `luatools data-res.lua`
then
$ context --make
It seems ok on my linux 32bit box
changing 't[vv.."."..v] = vv' to 't[kk] = vv' maybe more right. -- Best regards, Li Yanrui (李延瑞)
2010/7/2 Li Yanrui (李延瑞)
2010/7/2 Li Yanrui (李延瑞)
: 2010/7/2 Li Yanrui (李延瑞)
: 2010/6/30 luigi scarso
: On Wed, Jun 30, 2010 at 9:36 AM, Alan BRASLAU
wrote: Latest minimals:
mtxrun:9289: attempt to concatenate local 'v' (a table value) confirmed on my linux 32 box too
it seems that the following commands can solved this problem.
sed -i 's/t\[vv.."."..v\]/t\[vv\]/g' $TEXMFOS/bin/luatools sed -i 's/t\[vv.."."..v\]/t\[vv\]/g' $TEXMFOS/bin/mtxrun
$ sed -i 's/t\[vv.."."..v\] = kk/t\[k\] = vv/g' $TEXMFOS/bin/luatools $ sed -i 's/t\[vv.."."..v\] = kk/t\[k\] = vv/g' $TEXMFOS/bin/mtxrun $ luatools --generate $ sed -i 's//t\[vv.."."..v\] = kk/t\[k\] = vv/g' `luatools data-res.lua`
the last command should be
$ sed -i 's/t\[vv.."."..v\] = kk/t\[k\] = vv/g' `luatools data-res.lua`
then
$ context --make
-- Best regards,
Li Yanrui (李延瑞) ___________________________________________________________________________________ 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 ___________________________________________________________________________________
In this way the log said "ConTeXt ver: 2010.05.24 13:05 MKIV fmt: 2010.7.2 int: english/english" why? I used the latest.
2010/7/3 luigi scarso
In this way the log said "ConTeXt ver: 2010.05.24 13:05 MKIV version is defined in context.tex \edef\contextversion{2010.05.24 13:05}
fmt: 2010.7.2 int: english/english" why? Date of format generation (in your case last time you have build your format is 2010.7.2)
-- 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 ___________________________________________________________________________________
I had update, yesterday. sorry,I find the "context.tex" is replaced by the old one(ConTeXt ver: 2010.05.24 13:05 ) after update.
On Wed, 30 Jun 2010 16:57:42 +0200, luigi scarso wrote:
On Wed, Jun 30, 2010 at 9:36 AM, Alan BRASLAU
wrote: Latest minimals:
mtxrun:9289: attempt to concatenate local 'v' (a table value) confirmed on my linux 32 box too
confirmed on my linux 64bit box too -- --- Martin 'golodhrim' Scholz Auf dem Sattler 4 34516 Ederbringhausen Phone: +49 6454 799623 mobile: +49 176 63301749 Fax: +49 6454 e-Mail: scholz.m82@googlemail.com He has not acquired a fortune; the fortune has acquired him. -- Bion
Am 2010-06-30 um 09:36 schrieb Alan BRASLAU:
Latest minimals:
mtxrun:9289: attempt to concatenate local 'v' (a table value)
confirmed on osx-intel (OSX 10.5): hraban$ mtxrun --selfupdate .../hraban/Library/texmf/tex/texmf-osx-intel/bin/mtxrun:9289: attempt to concatenate local 'v' (a table value) hraban$ luatools --selfupdate ...raban/Library/texmf/tex/texmf-osx-intel/bin/luatools:6039: attempt to concatenate local 'v' (a table value) or while running first-setup.sh: MTXrun | run: luatools --generate LuaTools | fileio: variable 'SELFAUTOLOC' set to '/Users/hraban/ Library/texmf/tex/texmf-osx-intel/bin' LuaTools | fileio: variable 'SELFAUTODIR' set to '/Users/hraban/ Library/texmf/tex/texmf-osx-intel' LuaTools | fileio: variable 'SELFAUTOPARENT' set to '/Users/hraban/ Library/texmf/tex' LuaTools | fileio: variable 'TEXMFCNF' set to '/Users/hraban/Library/ texmf/tex/texmf{-local,-context,}/web2c' LuaTools | fileio: loading configuration file '/Users/hraban/Library/ texmf/tex/texmf/web2c/texmfcnf.lua' ...raban/Library/texmf/tex/texmf-osx-intel/bin/luatools:6039: attempt to concatenate local 'v' (a table value) MTXrun | run: texexec --make --all --fast --xetex cont-nl cont-en .../hraban/Library/texmf/tex/texmf-osx-intel/bin/mtxrun:9289: attempt to concatenate local 'v' (a table value) MTXrun | run: context --make .../hraban/Library/texmf/tex/texmf-osx-intel/bin/mtxrun:9289: attempt to concatenate local 'v' (a table value) MTXrun | run: texexec --make --all --fast --pdftex cont-nl cont-en .../hraban/Library/texmf/tex/texmf-osx-intel/bin/mtxrun:9289: attempt to concatenate local 'v' (a table value) MTXrun | run: texexec --make --all --fast metafun .../hraban/Library/texmf/tex/texmf-osx-intel/bin/mtxrun:9289: attempt to concatenate local 'v' (a table value) MTXrun | run: mktexlsr etc. Greetlings from Lake Constance! Hraban --- http://www.fiee.net/texnique/ http://wiki.contextgarden.net https://www.cacert.org (I'm an assurer)
On Jul 2, 2010, at 9:49 AM, Henning Hraban Ramm wrote:
confirmed on osx-intel (OSX 10.5):
I had the same problem on OS X, but only on a 32-bit system; my 64-bit system works normally. I copied the version of mtxrun from my 64-bit to my 32-bit system, and now it works. Mojca, maybe an outdated version of mtxrun somehow crept into the minimals? Thomas
On Fri, Jul 2, 2010 at 10:20, Thomas A. Schmitz wrote:
On Jul 2, 2010, at 9:49 AM, Henning Hraban Ramm wrote:
confirmed on osx-intel (OSX 10.5):
I had the same problem on OS X, but only on a 32-bit system; my 64-bit system works normally. I copied the version of mtxrun from my 64-bit to my 32-bit system, and now it works. Mojca, maybe an outdated version of mtxrun somehow crept into the minimals?
No, maybe you have an older version that still works; the minimals seem to be broken completely on all the systems. If anyone knows how to fix it, I can do it until Hans is back and uploads a fixed version. (He has some problems reading email.) Mojca
On Jul 2, 2010, at 11:05 AM, Mojca Miklavec wrote:
No, maybe you have an older version that still works; the minimals seem to be broken completely on all the systems. If anyone knows how to fix it, I can do it until Hans is back and uploads a fixed version. (He has some problems reading email.)
Mojca
Hm, the interesting thing is that version numbers haven't changed. My working version is MTXrun | current version: 2010.06.23 12:45 which is the latest, according to the website. Moreover, something interesting: when I run first-setup.sh, I get this version of mtxrun: grep Runner ~/context/tex/texmf-linux/bin/mtxrun logs.setprogram('MTXrun',"TDS Runner Tool 1.24",environment.arguments["verbose"] or false) However, my older, working system has this: grep Runner /mnt/shared/context/tex/texmf-linux/bin/mtxrun logs.setprogram('MTXrun',"TDS Runner Tool 1.26") Do you have this version somewhere? I could send it off-list. Thomas
participants (8)
-
Alan BRASLAU
-
Henning Hraban Ramm
-
Li Yanrui (李延瑞)
-
luigi scarso
-
Martin 'golodhrim' Scholz
-
Mojca Miklavec
-
Thomas A. Schmitz
-
views63