Re: [NTG-context] mtxrun error

2013-02-18 Thread Hans Hagen

On 2/17/2013 9:07 PM, Philipp Gesang wrote:

Hi Alessandro!

···date: 2013-02-17, Sunday···from: Alessandro Perucchi···


Apparently nobody is interested in correcting this error on Mac OS X :-D


Afaict it’s not OSX related.


no .. binary so you have to wait till a new luatex release shows up (it 
only affects a few fonts)


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] mtxrun error

2013-02-17 Thread Alessandro Perucchi
Hello,

Apparently nobody is interested in correcting this error on Mac OS X :-D

Well I've found that in the folder /System/Library/Fonts all the .otf are not 
able to be found by the mtxrun --script fonts --reload

In my case here are the fonts on my system which are not able to be processed:

AppleSDGothicNeo-Bold.otf
AppleSDGothicNeo-Regular.otf
ヒラギノ明朝 ProN W3.otf
ヒラギノ明朝 ProN W6.otf
ヒラギノ角ゴ ProN W3.otf
ヒラギノ角ゴ ProN W6.otf

I've tried to remove everything and it works.
Then I add one by one, and each one of them cause the error.

Somebody has had this kind of problems?

I've tested also with:

$ context --version

mtx-context | ConTeXt Process Management 0.60
mtx-context |
mtx-context | main context file: 
/Users/ptitvert/context/tex/texmf-context/tex/context/base/context.mkiv
mtx-context | current version: 2013.02.13 18:06


Sincerely yours,
Alessandro

On 9 Feb, 2013, at 20:21, Alessandro Perucchi alessan...@perucchi.org wrote:

 Hello,
 
 I wanted to check all the fonts recognised by context on my laptop.
 
 So I did 
 
 $ mtxrun --script fonts --list '*'
 
 system  | logs | lua: compiling 
 /Users/ptitvert/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/fonts/data/names.tma
  into 
 /Users/ptitvert/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/fonts/data/names.tmc
 system  | logs | fatal error in unknown
 fonts   | names | warnings are disabled (tracker 'fonts.warnings')
 fonts   | names | identifying tree font files with suffix otf
 fonts   | names | scanning /Users/ptitvert/context/tex/texmf-project 
 for otf files
 fonts   | names | 6 entries found, 0 otf files checked, 0 okay
 fonts   | names | scanning /Users/ptitvert/context/tex/texmf-fonts 
 for otf files
 fonts   | names | 6 entries found, 0 otf files checked, 0 okay
 fonts   | names | scanning /Users/ptitvert/context/tex/texmf-local 
 for otf files
 fonts   | names | 6 entries found, 0 otf files checked, 0 okay
 fonts   | names | scanning /Users/ptitvert/context/tex/texmf-modules 
 for otf files
 fonts   | names | 978 entries found, 0 otf files checked, 0 okay
 fonts   | names | scanning /Users/ptitvert/context/tex/texmf-context 
 for otf files
 fonts   | names | 2167 entries found, 1 otf files checked, 1 okay
 ...
 fonts   | names | identifying system font files with suffix otf
 fonts   | names | adding path from OSFONTDIR: 
 /Users/ptitvert/Library/Fonts
 fonts   | names | adding path from OSFONTDIR: /Library/Fonts
 fonts   | names | adding path from OSFONTDIR: /System/Library/Fonts
 fonts   | names | globbing path /Users/ptitvert/Library/Fonts/**.otf
 fonts   | names | globbing path /Library/Fonts/**.otf
 fonts   | names | globbing path /System/Library/Fonts/**.otfAssertion 
 failed: (kpse-program_name), function kpathsea_cnf_get, file 
 ../../../source/texk/kpathsea/cnf.c, line 255.
 Abort
 
 
 Im using
 
 $ context --version
 
 mtx-context | ConTeXt Process Management 0.60
 mtx-context |
 mtx-context | main context file: 
 /Users/ptitvert/context/tex/texmf-context/tex/context/base/context.mkiv
 mtx-context | current version: 2013.02.05 22:32
 
 I've also tried the current I get another error:
 
 $ mtxrun --script fonts --list '*'
 /Users/ptitvert/context/tex/texmf-osx-64/bin/mtxrun:15228: attempt to index 
 field 'loaders' (a nil value)
 
 $ context --version
 /Users/ptitvert/context/tex/texmf-osx-64/bin/mtxrun:15228: attempt to index 
 field 'loaders' (a nil value)
 
 Keep in mind that in both case I've done a plain install
 
 ./first-setup.sh --modules=all --context=beta
 
 and 
 
 ./first-setup.sh --modules=all --context=current
 
 And I'm using Mac OS X 10.8.2
 
 Sincerely yours,
 Alessandro
 
 ___
 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] mtxrun error

2013-02-17 Thread Alessandro Perucchi
Hello,

Apparently nobody is interested in correcting this error on Mac OS X :-D

Well I've found that in the folder /System/Library/Fonts all the .otf are not 
able to be found by the mtxrun --script fonts --reload

In my case here are the fonts on my system which are not able to be processed:

AppleSDGothicNeo-Bold.otf
AppleSDGothicNeo-Regular.otf
ヒラギノ明朝 ProN W3.otf
ヒラギノ明朝 ProN W6.otf
ヒラギノ角ゴ ProN W3.otf
ヒラギノ角ゴ ProN W6.otf

I've tried to remove everything and it works.
Then I add one by one, and each one of them cause the error.

Somebody has had this kind of problems?

I've tested also with:

$ context --version

mtx-context | ConTeXt Process Management 0.60
mtx-context |
mtx-context | main context file: 
/Users/ptitvert/context/tex/texmf-context/tex/context/base/context.mkiv
mtx-context | current version: 2013.02.13 18:06


Sincerely yours,
Alessandro

On 9 Feb, 2013, at 20:21, Alessandro Perucchi alessan...@perucchi.org wrote:

 Hello,
 
 I wanted to check all the fonts recognised by context on my laptop.
 
 So I did 
 
 $ mtxrun --script fonts --list '*'
 
 system  | logs | lua: compiling 
 /Users/ptitvert/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/fonts/data/names.tma
  into 
 /Users/ptitvert/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/fonts/data/names.tmc
 system  | logs | fatal error in unknown
 fonts   | names | warnings are disabled (tracker 'fonts.warnings')
 fonts   | names | identifying tree font files with suffix otf
 fonts   | names | scanning /Users/ptitvert/context/tex/texmf-project 
 for otf files
 fonts   | names | 6 entries found, 0 otf files checked, 0 okay
 fonts   | names | scanning /Users/ptitvert/context/tex/texmf-fonts 
 for otf files
 fonts   | names | 6 entries found, 0 otf files checked, 0 okay
 fonts   | names | scanning /Users/ptitvert/context/tex/texmf-local 
 for otf files
 fonts   | names | 6 entries found, 0 otf files checked, 0 okay
 fonts   | names | scanning /Users/ptitvert/context/tex/texmf-modules 
 for otf files
 fonts   | names | 978 entries found, 0 otf files checked, 0 okay
 fonts   | names | scanning /Users/ptitvert/context/tex/texmf-context 
 for otf files
 fonts   | names | 2167 entries found, 1 otf files checked, 1 okay
 ...
 fonts   | names | identifying system font files with suffix otf
 fonts   | names | adding path from OSFONTDIR: 
 /Users/ptitvert/Library/Fonts
 fonts   | names | adding path from OSFONTDIR: /Library/Fonts
 fonts   | names | adding path from OSFONTDIR: /System/Library/Fonts
 fonts   | names | globbing path /Users/ptitvert/Library/Fonts/**.otf
 fonts   | names | globbing path /Library/Fonts/**.otf
 fonts   | names | globbing path /System/Library/Fonts/**.otfAssertion 
 failed: (kpse-program_name), function kpathsea_cnf_get, file 
 ../../../source/texk/kpathsea/cnf.c, line 255.
 Abort
 
 
 Im using
 
 $ context --version
 
 mtx-context | ConTeXt Process Management 0.60
 mtx-context |
 mtx-context | main context file: 
 /Users/ptitvert/context/tex/texmf-context/tex/context/base/context.mkiv
 mtx-context | current version: 2013.02.05 22:32
 
 I've also tried the current I get another error:
 
 $ mtxrun --script fonts --list '*'
 /Users/ptitvert/context/tex/texmf-osx-64/bin/mtxrun:15228: attempt to index 
 field 'loaders' (a nil value)
 
 $ context --version
 /Users/ptitvert/context/tex/texmf-osx-64/bin/mtxrun:15228: attempt to index 
 field 'loaders' (a nil value)
 
 Keep in mind that in both case I've done a plain install
 
 ./first-setup.sh --modules=all --context=beta
 
 and 
 
 ./first-setup.sh --modules=all --context=current
 
 And I'm using Mac OS X 10.8.2
 
 Sincerely yours,
 Alessandro
 
 ___
 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] mtxrun error

2013-02-17 Thread Philipp Gesang
Hi Alessandro!

···date: 2013-02-17, Sunday···from: Alessandro Perucchi···

 Apparently nobody is interested in correcting this error on Mac OS X :-D

Afaict it’s not OSX related.

 Well I've found that in the folder /System/Library/Fonts all the .otf are not 
 able to be found by the mtxrun --script fonts --reload
 
 In my case here are the fonts on my system which are not able to be processed:
 
 AppleSDGothicNeo-Bold.otf
 AppleSDGothicNeo-Regular.otf
 ヒラギノ明朝 ProN W3.otf
 ヒラギノ明朝 ProN W6.otf
 ヒラギノ角ゴ ProN W3.otf
 ヒラギノ角ゴ ProN W6.otf
 
 I've tried to remove everything and it works.
 Then I add one by one, and each one of them cause the error.
 
 Somebody has had this kind of problems?

See:

http://www.ntg.nl/pipermail/ntg-context/2013/071471.html

Regards
Philipp


-- 
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments


pgpSxyhNrXOwZ.pgp
Description: PGP signature
___
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
___

[NTG-context] mtxrun error

2013-02-09 Thread Alessandro Perucchi
Hello,

I wanted to check all the fonts recognised by context on my laptop.

So I did 

$ mtxrun --script fonts --list '*'

system  | logs | lua: compiling 
/Users/ptitvert/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/fonts/data/names.tma
 into 
/Users/ptitvert/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/fonts/data/names.tmc
system  | logs | fatal error in unknown
fonts   | names | warnings are disabled (tracker 'fonts.warnings')
fonts   | names | identifying tree font files with suffix otf
fonts   | names | scanning /Users/ptitvert/context/tex/texmf-project 
for otf files
fonts   | names | 6 entries found, 0 otf files checked, 0 okay
fonts   | names | scanning /Users/ptitvert/context/tex/texmf-fonts for 
otf files
fonts   | names | 6 entries found, 0 otf files checked, 0 okay
fonts   | names | scanning /Users/ptitvert/context/tex/texmf-local for 
otf files
fonts   | names | 6 entries found, 0 otf files checked, 0 okay
fonts   | names | scanning /Users/ptitvert/context/tex/texmf-modules 
for otf files
fonts   | names | 978 entries found, 0 otf files checked, 0 okay
fonts   | names | scanning /Users/ptitvert/context/tex/texmf-context 
for otf files
fonts   | names | 2167 entries found, 1 otf files checked, 1 okay
...
fonts   | names | identifying system font files with suffix otf
fonts   | names | adding path from OSFONTDIR: 
/Users/ptitvert/Library/Fonts
fonts   | names | adding path from OSFONTDIR: /Library/Fonts
fonts   | names | adding path from OSFONTDIR: /System/Library/Fonts
fonts   | names | globbing path /Users/ptitvert/Library/Fonts/**.otf
fonts   | names | globbing path /Library/Fonts/**.otf
fonts   | names | globbing path /System/Library/Fonts/**.otfAssertion 
failed: (kpse-program_name), function kpathsea_cnf_get, file 
../../../source/texk/kpathsea/cnf.c, line 255.
Abort


Im using

$ context --version

mtx-context | ConTeXt Process Management 0.60
mtx-context |
mtx-context | main context file: 
/Users/ptitvert/context/tex/texmf-context/tex/context/base/context.mkiv
mtx-context | current version: 2013.02.05 22:32

I've also tried the current I get another error:

$ mtxrun --script fonts --list '*'
/Users/ptitvert/context/tex/texmf-osx-64/bin/mtxrun:15228: attempt to index 
field 'loaders' (a nil value)

$ context --version
/Users/ptitvert/context/tex/texmf-osx-64/bin/mtxrun:15228: attempt to index 
field 'loaders' (a nil value)

Keep in mind that in both case I've done a plain install

./first-setup.sh --modules=all --context=beta

and 

./first-setup.sh --modules=all --context=current

And I'm using Mac OS X 10.8.2

Sincerely yours,
Alessandro

___
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] MTXrun | error, no format found with name: cont-en, aborting

2010-08-03 Thread Mojca Miklavec
On Sun, Aug 1, 2010 at 14:23, Paul Dostert wrote:
 Worked... although I need to know why :-)

 What didn't work when I just installed the minimals, and what did
 luatools --generate and context --make do?

Apart from what Vedran told you ... this should have been fixed (but
only after we have generated the zips), so that luatools --generate
should run automatically when no filename database is found. (But you
cannot test it unless we re-run the script to rebuild the zips.)

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
___


[NTG-context] MTXrun | error, no format found with name: cont-en, aborting

2010-08-01 Thread Paul Dostert
I'm a moderate context user (finished  a 100 page math text recently)
and haven't had too many problems except for downloading an occasional
beta which has an issue or two. My book compiles just fine on my
office computer, but I installed context and get compilation errors on
my home laptop (a windows 7 box). I've been able to work through all
other problems with context up to this point, sometimes waiting a day
or two until someone uploaded a fix in the new beta, but for some
reason I've gotten stuck on this one.


I installed context via:

- Download of context-setup-mswin.zip   
- unzip to c:\context
- run of first-setup.bat (with no args, and same happens with --context=current)
- After running, I go to the tex/ directory and run the setuptex.bat
- Go back to c:\context and run a test file with just
\starttext
TEST
\stoptext

using context test.tex

- I get the error MTXrun | error, no format found with name: cont-en, aborting


I also tried using TeXworks, using compilation using texmfstart.exe
and texexec.  That compiled the original test.tex, but refuses to
compile any .tex code with metapost.


What, in most cases, does the MTXrun | error, no format found with
name: cont-en, aborting error indicate? I know that odds are I missed
something stupid, but just can't figure it out this time.

Thank you for your help and your time.

Paul
___
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] MTXrun | error, no format found with name: cont-en, aborting

2010-08-01 Thread Paul Dostert
Worked... although I need to know why :-)

What didn't work when I just installed the minimals, and what did
luatools --generate and context --make do?

Thank you!

2010/8/1 Vedran Miletić riva...@gmail.com:
 2010/8/1 Paul Dostert doste...@gmail.com:
 I installed context via:

 - Download of context-setup-mswin.zip
 - unzip to c:\context
 - run of first-setup.bat (with no args, and same happens with 
 --context=current)
 - After running, I go to the tex/ directory and run the setuptex.bat

 Try doing:

 luatools --generate
 context --make

 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
 ___

___
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] MTXrun | error, no format found with name: cont-en, aborting

2010-08-01 Thread Vedran Miletić
2010/8/1 Paul Dostert doste...@gmail.com:
 Worked... although I need to know why :-)

 What didn't work when I just installed the minimals, and what did
 luatools --generate and context --make do?

 Thank you!


http://wiki.contextgarden.net/Running_Mark_IV

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] mtxrun error

2010-07-03 Thread Mojca Miklavec
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
___
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] mtxrun error

2010-07-03 Thread luigi scarso
On Sat, Jul 3, 2010 at 11:23 PM, Mojca Miklavec
mojca.miklavec.li...@gmail.com wrote:
 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.
it's ok on linux 32bit
-- 
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] mtxrun error

2010-07-02 Thread Henning Hraban Ramm

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)

___
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] mtxrun error

2010-07-02 Thread Thomas A. Schmitz

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
___
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] mtxrun error

2010-07-02 Thread Martin 'golodhrim' Scholz
On Wed, 30 Jun 2010 16:57:42 +0200, luigi scarso wrote:

 On Wed, Jun 30, 2010 at 9:36 AM, Alan BRASLAU alan.bras...@cea.fr
 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@googlemail.com

He has not acquired a fortune; the fortune has acquired him.
-- Bion

___
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] mtxrun error

2010-07-02 Thread Mojca Miklavec
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
___
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] mtxrun error

2010-07-02 Thread Thomas A. Schmitz

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
___
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] mtxrun error

2010-07-02 Thread 李延瑞
2010/7/2 Li Yanrui (李延瑞) liyanrui...@gmail.com:
 2010/6/30 luigi scarso luigi.sca...@gmail.com:
 On Wed, Jun 30, 2010 at 9:36 AM, Alan BRASLAU alan.bras...@cea.fr 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 (李延瑞)
___
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] mtxrun error

2010-07-02 Thread luigi scarso
On Fri, Jul 2, 2010 at 11:52 AM, Li Yanrui (李延瑞) liyanrui...@gmail.com wrote:
 2010/7/2 Li Yanrui (李延瑞) liyanrui...@gmail.com:
 2010/7/2 Li Yanrui (李延瑞) liyanrui...@gmail.com:
 2010/6/30 luigi scarso luigi.sca...@gmail.com:
 On Wed, Jun 30, 2010 at 9:36 AM, Alan BRASLAU alan.bras...@cea.fr 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
___
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] mtxrun error

2010-07-02 Thread Martin 'golodhrim' Scholz
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@googlemail.com

Oook!

___
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] mtxrun error

2010-07-02 Thread views63
2010/7/2 Li Yanrui (李延瑞) liyanrui...@gmail.com:
 2010/7/2 Li Yanrui (李延瑞) liyanrui...@gmail.com:
 2010/7/2 Li Yanrui (李延瑞) liyanrui...@gmail.com:
 2010/6/30 luigi scarso luigi.sca...@gmail.com:
 On Wed, Jun 30, 2010 at 9:36 AM, Alan BRASLAU alan.bras...@cea.fr 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.
___
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] mtxrun error

2010-07-02 Thread 李延瑞
2010/7/3 views63 view...@gmail.com:

 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.


just my workaround. waitting for Hans to fix it.

-- 
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
___


Re: [NTG-context] mtxrun error

2010-07-02 Thread 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
___


Re: [NTG-context] mtxrun error

2010-07-02 Thread 李延瑞
2010/7/2 luigi scarso luigi.sca...@gmail.com:
 On Fri, Jul 2, 2010 at 11:52 AM, Li Yanrui (李延瑞) liyanrui...@gmail.com 
 wrote:
 2010/7/2 Li Yanrui (李延瑞) liyanrui...@gmail.com:
 2010/7/2 Li Yanrui (李延瑞) liyanrui...@gmail.com:
 2010/6/30 luigi scarso luigi.sca...@gmail.com:
 On Wed, Jun 30, 2010 at 9:36 AM, Alan BRASLAU alan.bras...@cea.fr 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 (李延瑞)
___
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] mtxrun error

2010-07-02 Thread views63
2010/7/3 luigi scarso luigi.sca...@gmail.com:
 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.
___
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] mtxrun error

2010-07-01 Thread 李延瑞
2010/6/30 luigi scarso luigi.sca...@gmail.com:
 On Wed, Jun 30, 2010 at 9:36 AM, Alan BRASLAU alan.bras...@cea.fr 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 (李延瑞)
___
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] mtxrun error

2010-07-01 Thread 李延瑞
2010/7/2 Li Yanrui (李延瑞) liyanrui...@gmail.com:
 2010/6/30 luigi scarso luigi.sca...@gmail.com:
 On Wed, Jun 30, 2010 at 9:36 AM, Alan BRASLAU alan.bras...@cea.fr 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 (李延瑞)
___
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
___


[NTG-context] mtxrun error

2010-06-30 Thread Alan BRASLAU
Latest minimals:

mtxrun:9289: attempt to concatenate local 'v' (a table value)

Alan
___
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] mtxrun error

2010-06-30 Thread luigi scarso
On Wed, Jun 30, 2010 at 9:36 AM, Alan BRASLAU alan.bras...@cea.fr wrote:
 Latest minimals:

 mtxrun:9289: attempt to concatenate local 'v' (a table value)
confirmed on my linux 32 box too

-- 
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
___