* mtxrun error
@ 2010-06-30 7:36 Alan BRASLAU
2010-06-30 14:57 ` luigi scarso
2010-07-02 7:49 ` Henning Hraban Ramm
0 siblings, 2 replies; 25+ messages in thread
From: Alan BRASLAU @ 2010-06-30 7:36 UTC (permalink / raw)
To: mailing list for ConTeXt users
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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: mtxrun error
2010-06-30 7:36 mtxrun error Alan BRASLAU
@ 2010-06-30 14:57 ` luigi scarso
2010-07-02 0:58 ` Li Yanrui (李延瑞)
2010-07-02 8:54 ` Martin 'golodhrim' Scholz
2010-07-02 7:49 ` Henning Hraban Ramm
1 sibling, 2 replies; 25+ messages in thread
From: luigi scarso @ 2010-06-30 14:57 UTC (permalink / raw)
To: mailing list for ConTeXt users
On Wed, Jun 30, 2010 at 9:36 AM, Alan BRASLAU <alan.braslau@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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: mtxrun error
2010-06-30 14:57 ` luigi scarso
@ 2010-07-02 0:58 ` Li Yanrui (李延瑞)
2010-07-02 1:02 ` Li Yanrui (李延瑞)
2010-07-02 9:44 ` Li Yanrui (李延瑞)
2010-07-02 8:54 ` Martin 'golodhrim' Scholz
1 sibling, 2 replies; 25+ messages in thread
From: Li Yanrui (李延瑞) @ 2010-07-02 0:58 UTC (permalink / raw)
To: mailing list for ConTeXt users
2010/6/30 luigi scarso <luigi.scarso@gmail.com>:
> On Wed, Jun 30, 2010 at 9:36 AM, Alan BRASLAU <alan.braslau@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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: mtxrun error
2010-07-02 0:58 ` Li Yanrui (李延瑞)
@ 2010-07-02 1:02 ` Li Yanrui (李延瑞)
2010-07-02 9:44 ` Li Yanrui (李延瑞)
1 sibling, 0 replies; 25+ messages in thread
From: Li Yanrui (李延瑞) @ 2010-07-02 1:02 UTC (permalink / raw)
To: mailing list for ConTeXt users
2010/7/2 Li Yanrui (李延瑞) <liyanrui.m2@gmail.com>:
> 2010/6/30 luigi scarso <luigi.scarso@gmail.com>:
>> On Wed, Jun 30, 2010 at 9:36 AM, Alan BRASLAU <alan.braslau@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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: mtxrun error
2010-06-30 7:36 mtxrun error Alan BRASLAU
2010-06-30 14:57 ` luigi scarso
@ 2010-07-02 7:49 ` Henning Hraban Ramm
2010-07-02 8:20 ` Thomas A. Schmitz
1 sibling, 1 reply; 25+ messages in thread
From: Henning Hraban Ramm @ 2010-07-02 7:49 UTC (permalink / raw)
To: mailing list for ConTeXt users
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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: mtxrun error
2010-07-02 7:49 ` Henning Hraban Ramm
@ 2010-07-02 8:20 ` Thomas A. Schmitz
2010-07-02 9:05 ` Mojca Miklavec
0 siblings, 1 reply; 25+ messages in thread
From: Thomas A. Schmitz @ 2010-07-02 8:20 UTC (permalink / raw)
To: mailing list for ConTeXt users; +Cc: Mojca Miklavec
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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: mtxrun error
2010-06-30 14:57 ` luigi scarso
2010-07-02 0:58 ` Li Yanrui (李延瑞)
@ 2010-07-02 8:54 ` Martin 'golodhrim' Scholz
1 sibling, 0 replies; 25+ messages in thread
From: Martin 'golodhrim' Scholz @ 2010-07-02 8:54 UTC (permalink / raw)
To: ntg-context
On Wed, 30 Jun 2010 16:57:42 +0200, luigi scarso wrote:
> On Wed, Jun 30, 2010 at 9:36 AM, Alan BRASLAU <alan.braslau@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.m82@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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: mtxrun error
2010-07-02 8:20 ` Thomas A. Schmitz
@ 2010-07-02 9:05 ` Mojca Miklavec
2010-07-02 9:26 ` Thomas A. Schmitz
0 siblings, 1 reply; 25+ messages in thread
From: Mojca Miklavec @ 2010-07-02 9:05 UTC (permalink / raw)
To: mailing list for ConTeXt users
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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: mtxrun error
2010-07-02 9:05 ` Mojca Miklavec
@ 2010-07-02 9:26 ` Thomas A. Schmitz
0 siblings, 0 replies; 25+ messages in thread
From: Thomas A. Schmitz @ 2010-07-02 9:26 UTC (permalink / raw)
To: mailing list for ConTeXt users
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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: mtxrun error
2010-07-02 0:58 ` Li Yanrui (李延瑞)
2010-07-02 1:02 ` Li Yanrui (李延瑞)
@ 2010-07-02 9:44 ` Li Yanrui (李延瑞)
2010-07-02 9:52 ` Li Yanrui (李延瑞)
1 sibling, 1 reply; 25+ messages in thread
From: Li Yanrui (李延瑞) @ 2010-07-02 9:44 UTC (permalink / raw)
To: mailing list for ConTeXt users
2010/7/2 Li Yanrui (李延瑞) <liyanrui.m2@gmail.com>:
> 2010/6/30 luigi scarso <luigi.scarso@gmail.com>:
>> On Wed, Jun 30, 2010 at 9:36 AM, Alan BRASLAU <alan.braslau@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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: mtxrun error
2010-07-02 9:44 ` Li Yanrui (李延瑞)
@ 2010-07-02 9:52 ` Li Yanrui (李延瑞)
2010-07-02 10:17 ` luigi scarso
2010-07-02 19:40 ` views63
0 siblings, 2 replies; 25+ messages in thread
From: Li Yanrui (李延瑞) @ 2010-07-02 9:52 UTC (permalink / raw)
To: mailing list for ConTeXt users
2010/7/2 Li Yanrui (李延瑞) <liyanrui.m2@gmail.com>:
> 2010/7/2 Li Yanrui (李延瑞) <liyanrui.m2@gmail.com>:
>> 2010/6/30 luigi scarso <luigi.scarso@gmail.com>:
>>> On Wed, Jun 30, 2010 at 9:36 AM, Alan BRASLAU <alan.braslau@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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: mtxrun error
2010-07-02 9:52 ` Li Yanrui (李延瑞)
@ 2010-07-02 10:17 ` luigi scarso
2010-07-02 10:41 ` Martin 'golodhrim' Scholz
2010-07-03 0:39 ` Li Yanrui (李延瑞)
2010-07-02 19:40 ` views63
1 sibling, 2 replies; 25+ messages in thread
From: luigi scarso @ 2010-07-02 10:17 UTC (permalink / raw)
To: mailing list for ConTeXt users
On Fri, Jul 2, 2010 at 11:52 AM, Li Yanrui (李延瑞) <liyanrui.m2@gmail.com> wrote:
> 2010/7/2 Li Yanrui (李延瑞) <liyanrui.m2@gmail.com>:
>> 2010/7/2 Li Yanrui (李延瑞) <liyanrui.m2@gmail.com>:
>>> 2010/6/30 luigi scarso <luigi.scarso@gmail.com>:
>>>> On Wed, Jun 30, 2010 at 9:36 AM, Alan BRASLAU <alan.braslau@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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: mtxrun error
2010-07-02 10:17 ` luigi scarso
@ 2010-07-02 10:41 ` Martin 'golodhrim' Scholz
2010-07-03 21:23 ` Mojca Miklavec
2010-07-03 0:39 ` Li Yanrui (李延瑞)
1 sibling, 1 reply; 25+ messages in thread
From: Martin 'golodhrim' Scholz @ 2010-07-02 10:41 UTC (permalink / raw)
To: ntg-context
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!"
___________________________________________________________________________________
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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: mtxrun error
2010-07-02 9:52 ` Li Yanrui (李延瑞)
2010-07-02 10:17 ` luigi scarso
@ 2010-07-02 19:40 ` views63
2010-07-03 0:23 ` Li Yanrui (李延瑞)
2010-07-03 0:31 ` luigi scarso
1 sibling, 2 replies; 25+ messages in thread
From: views63 @ 2010-07-02 19:40 UTC (permalink / raw)
To: mailing list for ConTeXt users
2010/7/2 Li Yanrui (李延瑞) <liyanrui.m2@gmail.com>:
> 2010/7/2 Li Yanrui (李延瑞) <liyanrui.m2@gmail.com>:
>> 2010/7/2 Li Yanrui (李延瑞) <liyanrui.m2@gmail.com>:
>>> 2010/6/30 luigi scarso <luigi.scarso@gmail.com>:
>>>> On Wed, Jun 30, 2010 at 9:36 AM, Alan BRASLAU <alan.braslau@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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: mtxrun error
2010-07-02 19:40 ` views63
@ 2010-07-03 0:23 ` Li Yanrui (李延瑞)
2010-07-03 0:31 ` luigi scarso
1 sibling, 0 replies; 25+ messages in thread
From: Li Yanrui (李延瑞) @ 2010-07-03 0:23 UTC (permalink / raw)
To: mailing list for ConTeXt users
2010/7/3 views63 <views63@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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: mtxrun error
2010-07-02 19:40 ` views63
2010-07-03 0:23 ` Li Yanrui (李延瑞)
@ 2010-07-03 0:31 ` luigi scarso
2010-07-03 2:12 ` views63
1 sibling, 1 reply; 25+ messages in thread
From: luigi scarso @ 2010-07-03 0:31 UTC (permalink / raw)
To: mailing list for ConTeXt users
> 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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: mtxrun error
2010-07-02 10:17 ` luigi scarso
2010-07-02 10:41 ` Martin 'golodhrim' Scholz
@ 2010-07-03 0:39 ` Li Yanrui (李延瑞)
1 sibling, 0 replies; 25+ messages in thread
From: Li Yanrui (李延瑞) @ 2010-07-03 0:39 UTC (permalink / raw)
To: mailing list for ConTeXt users
2010/7/2 luigi scarso <luigi.scarso@gmail.com>:
> On Fri, Jul 2, 2010 at 11:52 AM, Li Yanrui (李延瑞) <liyanrui.m2@gmail.com> wrote:
>> 2010/7/2 Li Yanrui (李延瑞) <liyanrui.m2@gmail.com>:
>>> 2010/7/2 Li Yanrui (李延瑞) <liyanrui.m2@gmail.com>:
>>>> 2010/6/30 luigi scarso <luigi.scarso@gmail.com>:
>>>>> On Wed, Jun 30, 2010 at 9:36 AM, Alan BRASLAU <alan.braslau@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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: mtxrun error
2010-07-03 0:31 ` luigi scarso
@ 2010-07-03 2:12 ` views63
0 siblings, 0 replies; 25+ messages in thread
From: views63 @ 2010-07-03 2:12 UTC (permalink / raw)
To: mailing list for ConTeXt users
2010/7/3 luigi scarso <luigi.scarso@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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: mtxrun error
2010-07-02 10:41 ` Martin 'golodhrim' Scholz
@ 2010-07-03 21:23 ` Mojca Miklavec
2010-07-03 21:31 ` luigi scarso
0 siblings, 1 reply; 25+ messages in thread
From: Mojca Miklavec @ 2010-07-03 21:23 UTC (permalink / raw)
To: mailing list for ConTeXt users
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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: mtxrun error
2010-07-03 21:23 ` Mojca Miklavec
@ 2010-07-03 21:31 ` luigi scarso
0 siblings, 0 replies; 25+ messages in thread
From: luigi scarso @ 2010-07-03 21:31 UTC (permalink / raw)
To: mailing list for ConTeXt users
On Sat, Jul 3, 2010 at 11:23 PM, Mojca Miklavec
<mojca.miklavec.lists@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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: mtxrun error
2013-02-17 20:07 ` Philipp Gesang
@ 2013-02-18 9:34 ` Hans Hagen
0 siblings, 0 replies; 25+ messages in thread
From: Hans Hagen @ 2013-02-18 9:34 UTC (permalink / raw)
To: mailing list for ConTeXt users
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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: mtxrun error
2013-02-17 19:33 ` Alessandro Perucchi
@ 2013-02-17 20:07 ` Philipp Gesang
2013-02-18 9:34 ` Hans Hagen
0 siblings, 1 reply; 25+ messages in thread
From: Philipp Gesang @ 2013-02-17 20:07 UTC (permalink / raw)
To: mailing list for ConTeXt users
[-- Attachment #1.1: Type: text/plain, Size: 1003 bytes --]
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
[-- Attachment #1.2: Type: application/pgp-signature, Size: 198 bytes --]
[-- Attachment #2: Type: text/plain, Size: 485 bytes --]
___________________________________________________________________________________
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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: mtxrun error
2013-02-09 19:21 Alessandro Perucchi
2013-02-17 19:33 ` Alessandro Perucchi
@ 2013-02-17 19:59 ` Alessandro Perucchi
1 sibling, 0 replies; 25+ messages in thread
From: Alessandro Perucchi @ 2013-02-17 19:59 UTC (permalink / raw)
To: mailing list for ConTeXt users
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 <alessandro@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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: mtxrun error
2013-02-09 19:21 Alessandro Perucchi
@ 2013-02-17 19:33 ` Alessandro Perucchi
2013-02-17 20:07 ` Philipp Gesang
2013-02-17 19:59 ` Alessandro Perucchi
1 sibling, 1 reply; 25+ messages in thread
From: Alessandro Perucchi @ 2013-02-17 19:33 UTC (permalink / raw)
To: mailing list for ConTeXt users
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 <alessandro@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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 25+ messages in thread
* mtxrun error
@ 2013-02-09 19:21 Alessandro Perucchi
2013-02-17 19:33 ` Alessandro Perucchi
2013-02-17 19:59 ` Alessandro Perucchi
0 siblings, 2 replies; 25+ messages in thread
From: Alessandro Perucchi @ 2013-02-09 19:21 UTC (permalink / raw)
To: mailing list for ConTeXt users
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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 25+ messages in thread
end of thread, other threads:[~2013-02-18 9:34 UTC | newest]
Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-30 7:36 mtxrun error Alan BRASLAU
2010-06-30 14:57 ` luigi scarso
2010-07-02 0:58 ` Li Yanrui (李延瑞)
2010-07-02 1:02 ` Li Yanrui (李延瑞)
2010-07-02 9:44 ` Li Yanrui (李延瑞)
2010-07-02 9:52 ` Li Yanrui (李延瑞)
2010-07-02 10:17 ` luigi scarso
2010-07-02 10:41 ` Martin 'golodhrim' Scholz
2010-07-03 21:23 ` Mojca Miklavec
2010-07-03 21:31 ` luigi scarso
2010-07-03 0:39 ` Li Yanrui (李延瑞)
2010-07-02 19:40 ` views63
2010-07-03 0:23 ` Li Yanrui (李延瑞)
2010-07-03 0:31 ` luigi scarso
2010-07-03 2:12 ` views63
2010-07-02 8:54 ` Martin 'golodhrim' Scholz
2010-07-02 7:49 ` Henning Hraban Ramm
2010-07-02 8:20 ` Thomas A. Schmitz
2010-07-02 9:05 ` Mojca Miklavec
2010-07-02 9:26 ` Thomas A. Schmitz
2013-02-09 19:21 Alessandro Perucchi
2013-02-17 19:33 ` Alessandro Perucchi
2013-02-17 20:07 ` Philipp Gesang
2013-02-18 9:34 ` Hans Hagen
2013-02-17 19:59 ` Alessandro Perucchi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).