Re: [NTG-context] beta (broken?)

2011-03-26 Thread Taco Hoekwater

On 03/25/2011 11:01 PM, Hans Hagen wrote:

On 25-3-2011 10:56, Mojca Miklavec wrote:

On Fri, Mar 25, 2011 at 22:39, Hans Hagenpra...@wxs.nl wrote:

On 25-3-2011 10:08, Marco wrote:


No problem with luatex version beta-0.66.0-2011032521 (rev 4093). But
minimals still ship beta-0.65.0-2010121317.


Is there a reason why the minimals don't ship 0.66?


Waiting for Taco to release it. I don't have a good feeling taking
some random snapshot from repository.


I've been using it for quite a while now so 0.66 is quite ok,


There is no release yet because I am much too busy preparing metapost
for the Dante meeting next week. There will be a release very shortly
after that.

Best wishes,
Taco
___
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] beta (broken?)

2011-03-26 Thread Mojca Miklavec
On Fri, Mar 25, 2011 at 23:01, Hans Hagen wrote:
 On 25-3-2011 10:56, Mojca Miklavec wrote:

 Waiting for Taco to release it. I don't have a good feeling taking
 some random snapshot from repository.

 I've been using it for quite a while now so 0.66 is quite ok,

I'm not trying to say that 0.66 is not ok, just that one can never be
sure which version to take from SVN, or one could compile a new
version every day or every few days (whenever Taco fixes some comments
in source code).

If the release is going to happen soon, I would really prefer to wait for that.

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] beta (broken?)

2011-03-26 Thread Marco
On 2011-03-25 Hans Hagen pra...@wxs.nl wrote:

 On 25-3-2011 9:16, Marco wrote:
  On 2011-03-25 Hans Hagenpra...@wxs.nl  wrote:
 
  and then remake the format and try again? I want to know what gets
  reported there
 
  table: a6330d0   110400  1254938640  110400  1254938640
 
  weird, what font is that?
 
  How to obtain that information? These numbers tell me nothing.
 
 you can print the table with table.print(data) or have a look in the 
 cache and locate the troublesome file

I updated to 2011.03.26 11:35 and everything works fine, even with the default
beta-0.65.0-2010121317.


Marco


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] beta (broken?)

2011-03-25 Thread Marco
On 2011-03-25 Hans Hagen pra...@wxs.nl wrote:

 Hi,
 
 I uploaded a new beta. There are quite some changes this time:

The following doesn't compile:

\starttext
\input knuth
\stoptext

Output:

! LuaTeX error ...text/tex/texmf-context/tex/context/base/font-otp.lua:358: 
attempt to index local 'resources' (a nil value)
stack traceback:
...text/tex/texmf-context/tex/context/base/font-otp.lua:358: in 
function 'enhancer'
...text/tex/texmf-context/tex/context/base/font-otf.lua:250: in 
function 'enhance'
...text/tex/texmf-context/tex/context/base/font-otf.lua:471: in 
function 'load'
...text/tex/texmf-context/tex/context/base/font-otf.lua:1760: in 
function 'otftotfm'
...text/tex/texmf-context/tex/context/base/font-otf.lua:1787: in 
function 'read_from_otf'
...text/tex/texmf-context/tex/context/base/font-otf.lua:1866: in 
function ...text/tex/texmf-context/tex/context/base/font-otf.lua:1855
(tail call): ?
(tail call): ?
...text/tex/texmf-context/tex/context/base/font-def.lua:286: in 
function 'loadfont'
...text/tex/texmf-context/tex/context/base/font-ctx.lua:230: in 
function 'loadfont'
...text/tex/texmf-context/tex/context/base/font-def.lua:397: in 
function 'read'
...text/tex/texmf-context/tex/context/base/font-ctx.lua:642: in 
function 'stage_two'
main ctx instance:1: in main chunk.


This is LuaTeX, Version beta-0.65.0-2010121317
ConTeXt  ver: 2011.03.25 18:03 MKIV


Marco


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] beta (broken?)

2011-03-25 Thread Hans Hagen

On 25-3-2011 7:06, Marco wrote:

On 2011-03-25 Hans Hagenpra...@wxs.nl  wrote:


Hi,

I uploaded a new beta. There are quite some changes this time:


The following doesn't compile:

\starttext
\input knuth
\stoptext

Output:


weird ...


in font-otp.lua there is in line 347:

local reload = not data or data.size ~= size or data.time ~= time

can you add there

print(data,data and data.size,data and data.time,size,time)

and then remake the format and try again? I want to know what gets 
reported there




! LuaTeX error ...text/tex/texmf-context/tex/context/base/font-otp.lua:358: 
attempt to index local 'resources' (a nil value)
stack traceback:
 ...text/tex/texmf-context/tex/context/base/font-otp.lua:358: in 
function 'enhancer'
 ...text/tex/texmf-context/tex/context/base/font-otf.lua:250: in 
function 'enhance'
 ...text/tex/texmf-context/tex/context/base/font-otf.lua:471: in 
function 'load'
 ...text/tex/texmf-context/tex/context/base/font-otf.lua:1760: in 
function 'otftotfm'
 ...text/tex/texmf-context/tex/context/base/font-otf.lua:1787: in 
function 'read_from_otf'
 ...text/tex/texmf-context/tex/context/base/font-otf.lua:1866: in 
function...text/tex/texmf-context/tex/context/base/font-otf.lua:1855
 (tail call): ?
 (tail call): ?
 ...text/tex/texmf-context/tex/context/base/font-def.lua:286: in 
function 'loadfont'
 ...text/tex/texmf-context/tex/context/base/font-ctx.lua:230: in 
function 'loadfont'
 ...text/tex/texmf-context/tex/context/base/font-def.lua:397: in 
function 'read'
 ...text/tex/texmf-context/tex/context/base/font-ctx.lua:642: in 
function 'stage_two'
 main ctx instance:1: in main chunk.


This is LuaTeX, Version beta-0.65.0-2010121317
ConTeXt  ver: 2011.03.25 18:03 MKIV


Marco


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___



--

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


[NTG-context] beta (broken?)

2011-03-25 Thread Reviczky, Adam
I'm getting this since today morning:

mtx-context | run 1: luatex 
--fmt=/home/08/reviczky/local32/texlive/experimental/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/cont-en
 
--lua=/home/08/reviczky/local32/texlive/experimental/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/cont-en.lui
 --backend=pdf ./test.tex
This is LuaTeX, Version beta-0.65.0-2010121316 
 \write18 enabled.
(test.tex

ConTeXt  ver: 2011.03.25 18:03 MKIV  fmt: 2011.3.25  int: english/english

system   cont-new.mkiv loaded
(/home/08/reviczky/local32/texlive/experimental/tex/texmf-context/tex/context/base/cont-new.mkiv
system   beware: some patches loaded from cont-new.mkiv
)
system   test.top loaded
(test.top)
fontslatin modern fonts are not preloaded
languageslanguage en is active
{/home/08/reviczky/local32/texlive/experimental/tex/texmf-context/fonts/map/pdftex/context/mkiv-base.map}
fontspreloading latin modern fonts (second stage)
(/home/08/reviczky/local32/texlive/experimental/tex/texmf-context/tex/context/base/type-siz.mkiv)
 
(/home/08/reviczky/local32/texlive/experimental/tex/texmf-context/tex/context/base/type-otf.mkiv){/home/08/reviczky/local32/texlive/experimental/tex/texmf/fonts/map/dvips/lm/lm-math.map}{/home/08/reviczky/local32/texlive/experimental/tex/texmf/fonts/map/dvips/lm/lm-rm.map}
fontsotf loading  loading: 
/home/08/reviczky/local32/texlive/experimental/tex/texmf/fonts/opentype/public/lm/lmroman12-regular.otf
 (hash: lmroman12-regular)
fontsotf loading  font loaded okay
fontsotf loading  file size: 110400
fontsencoding  loading (extended) adobe glyph list
fatal error: this module is not for context
system  | total runtime: 0.878
___
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] beta (broken?)

2011-03-25 Thread Hans Hagen

On 25-3-2011 7:28, Reviczky, Adam wrote:

I'm getting this since today morning:


i uploaded a patch


-
  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] beta (broken?)

2011-03-25 Thread Marco
On 2011-03-25 Hans Hagen pra...@wxs.nl wrote:

 weird ...
 
 
 in font-otp.lua there is in line 347:

This line is in font-otf.lua. I added it there.

  local reload = not data or data.size ~= size or data.time ~= time
 
 can you add there
 
 print(data,data and data.size,data and data.time,size,time)
 
 and then remake the format and try again? I want to know what gets 
 reported there

table: a6330d0   110400  1254938640  110400  1254938640

! LuaTeX error ...text/tex/texmf-context/tex/context/base/font-otp.lua:358:
attempt to index local 'resources' (a nil value) stack traceback:
...text/tex/texmf-context/tex/context/base/font-otp.lua:358: in
function
'enhancer' ...text/tex/texmf-context/tex/context/base/font-otf.lua:250: in
function
'enhance' ...text/tex/texmf-context/tex/context/base/font-otf.lua:472: in
function 'load' ...text/tex/texmf-context/tex/context/base/font-otf.lua:1761:
in function
'otftotfm' ...text/tex/texmf-context/tex/context/base/font-otf.lua:1788: in
function
'read_from_otf' ...text/tex/texmf-context/tex/context/base/font-otf.lua:1867:
in function ...text/tex/texmf-context/tex/context/base/font-otf.lua:1856
(tail call): ?


Marco


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] beta (broken?)

2011-03-25 Thread Hans Hagen

On 25-3-2011 7:58, Marco wrote:

On 2011-03-25 Hans Hagenpra...@wxs.nl  wrote:


weird ...


in font-otp.lua there is in line 347:


This line is in font-otf.lua. I added it there.


  local reload = not data or data.size ~= size or data.time ~= time

can you add there

print(data,data and data.size,data and data.time,size,time)

and then remake the format and try again? I want to know what gets
reported there


table: a6330d0   110400  1254938640  110400  1254938640


weird, what font is that?


-
  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] beta (broken?)

2011-03-25 Thread Marco
On 2011-03-25 Hans Hagen pra...@wxs.nl wrote:

  and then remake the format and try again? I want to know what gets
  reported there
 
  table: a6330d0   110400  1254938640  110400  1254938640
 
 weird, what font is that?

How to obtain that information? These numbers tell me nothing.


Marco


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] beta (broken?)

2011-03-25 Thread Marco
On 2011-03-25 Hans Hagen pra...@wxs.nl wrote:

No problem with luatex version beta-0.66.0-2011032521 (rev 4093). But
minimals still ship beta-0.65.0-2010121317.

I'm not sure if it's a bug in luatex 0.65 or context 2011.03.25.


Marco


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] beta (broken?)

2011-03-25 Thread Hans Hagen

On 25-3-2011 9:16, Marco wrote:

On 2011-03-25 Hans Hagenpra...@wxs.nl  wrote:


and then remake the format and try again? I want to know what gets
reported there


table: a6330d0   110400  1254938640  110400  1254938640


weird, what font is that?


How to obtain that information? These numbers tell me nothing.


you can print the table with table.print(data) or have a look in the 
cache and locate the troublesome file



-
  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] beta (broken?)

2011-03-25 Thread Hans Hagen

On 25-3-2011 10:08, Marco wrote:

On 2011-03-25 Hans Hagenpra...@wxs.nl  wrote:

No problem with luatex version beta-0.66.0-2011032521 (rev 4093). But
minimals still ship beta-0.65.0-2010121317.

I'm not sure if it's a bug in luatex 0.65 or context 2011.03.25.


I have no clue either. Is there a reason why the minimals don't ship 0.66?

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] beta (broken?)

2011-03-25 Thread Mojca Miklavec
On Fri, Mar 25, 2011 at 22:39, Hans Hagen pra...@wxs.nl wrote:
 On 25-3-2011 10:08, Marco wrote:

 No problem with luatex version beta-0.66.0-2011032521 (rev 4093). But
 minimals still ship beta-0.65.0-2010121317.

 Is there a reason why the minimals don't ship 0.66?

Waiting for Taco to release it. I don't have a good feeling taking
some random snapshot from repository.

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] beta (broken?)

2011-03-25 Thread Hans Hagen

On 25-3-2011 10:56, Mojca Miklavec wrote:

On Fri, Mar 25, 2011 at 22:39, Hans Hagenpra...@wxs.nl  wrote:

On 25-3-2011 10:08, Marco wrote:


No problem with luatex version beta-0.66.0-2011032521 (rev 4093). But
minimals still ship beta-0.65.0-2010121317.


Is there a reason why the minimals don't ship 0.66?


Waiting for Taco to release it. I don't have a good feeling taking
some random snapshot from repository.


I've been using it for quite a while now so 0.66 is quite ok,

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] beta broken?

2010-10-26 Thread Oliver Buerschaper
 The latest mtxrun (on both pragma-ade and in minimals) does not contain
 any 'v' on line 8736, so something must have gone wrong in the local
 update process.

Yes, it turned out a syncronization issue. For some reason I got old stuff in 
the texmf-osx-intel/bin until two days ago when updating the minimals. Solved 
now.

Oliver
___
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] beta broken?

2010-10-23 Thread Oliver Buerschaper
 today's beta yields the following console output:
 
 ---
 /usr/texbin/mtxrun:8736: attempt to concatenate local 'v' (a table value)
 ---

The exact problem persists on my machine (Mac OS 10.6.4) after updating the 
minimals to 2010.10.22 16:46 beta :-(

Can anyone else reproduce this?

Oliver
___
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] beta broken?

2010-10-23 Thread Taco Hoekwater

On 10/23/2010 02:33 PM, Oliver Buerschaper wrote:

today's beta yields the following console output:

---
/usr/texbin/mtxrun:8736: attempt to concatenate local 'v' (a table value)
---


The exact problem persists on my machine (Mac OS 10.6.4) after updating the 
minimals to 2010.10.22 16:46 beta :-(

Can anyone else reproduce this?


The latest mtxrun (on both pragma-ade and in minimals) does not contain
any 'v' on line 8736, so something must have gone wrong in the local
update process.

___
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] beta broken?

2010-10-21 Thread Oliver Buerschaper
Dear all,

today's beta yields the following console output:

---
/usr/texbin/mtxrun:8736: attempt to concatenate local 'v' (a table value)
---

:-(

Best,
Oliver
___
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] beta broken?

2010-10-21 Thread Mojca Miklavec
On Thu, Oct 21, 2010 at 17:38, Oliver Buerschaper wrote:
 Dear all,

 today's beta yields the following console output:

 ---
 /usr/texbin/mtxrun:8736: attempt to concatenate local 'v' (a table value)

Oliver,

Do you want to say that you are trying to revive your ConTeXt
Minimals for Mac project? Else mtxrun should probably not come from
/usr/texbin.

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] beta broken?

2010-10-21 Thread Oliver Buerschaper
 Do you want to say that you are trying to revive your ConTeXt
 Minimals for Mac project? Else mtxrun should probably not come from
 /usr/texbin.

I deny everything.

(Reusing a recent quote :-)

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