Re: [NTG-context] MetaPost broken mkiv latest minimals

2009-11-24 Thread Taco Hoekwater

luigi scarso wrote:

On Tue, Nov 24, 2009 at 10:51 PM, Alan BRASLAU  wrote:

I rebuilt luatex from svn on Debian x86_64 and MP is fixed.

hm.
Can you also try with beta source
http://foundry.supelec.fr/gf/download/frsrelease/359/1390/luatex-beta-0.45.0.tar.bz2


That one is broken, sorry. New beta on thursday (probably).

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] MetaPost broken mkiv latest minimals

2009-11-24 Thread luigi scarso
On Tue, Nov 24, 2009 at 10:51 PM, Alan BRASLAU  wrote:
> I rebuilt luatex from svn on Debian x86_64 and MP is fixed.
hm.
Can you also try with beta source
http://foundry.supelec.fr/gf/download/frsrelease/359/1390/luatex-beta-0.45.0.tar.bz2
?
-- 
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] MetaPost broken mkiv latest minimals

2009-11-24 Thread Alan BRASLAU
On Tuesday 24 November 2009 21:49:06 Hans Hagen wrote:
> Mojca Miklavec wrote:
> > On Tue, Nov 24, 2009 at 21:21, Hans Hagen wrote:
> >> Alan BRASLAU wrote:
> >>> MetaPost is broken in mkiv (works in mkii).
> >>>
> >>> minimal example:
> >>>
> >>> \starttext
> >>>
> >>> \startuniqueMPgraphic{circle}
> >>>pickup pencircle scaled 1pt ;
> >>>draw fullcircle scaled 2cm ;
> >>> \stopuniqueMPgraphic
> >>>
> >>> \uniqueMPgraphic{circle}
> >>>
> >>> \stoptext
> >>
> >> the problem was in the backend of one of the recent luatex binaries but
> >> has been solved already
> >
> > May I bet that Alan is using linux for which I need Hans' build for
> > which it might be polite of me to send him new building scripts since
> > the current ones fail (the old version of svn on debian sarge doesn't
> > recognize some of the options)?
> >
> > Sorry guys, but it's too late today.
> 
> ok, i will do it tomorrow
> 
> Hans

I rebuilt luatex from svn on Debian x86_64 and MP is fixed.

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] MetaPost broken mkiv latest minimals

2009-11-24 Thread Hans Hagen

Mojca Miklavec wrote:

On Tue, Nov 24, 2009 at 21:21, Hans Hagen wrote:

Alan BRASLAU wrote:

MetaPost is broken in mkiv (works in mkii).

minimal example:

\starttext

\startuniqueMPgraphic{circle}
   pickup pencircle scaled 1pt ;
   draw fullcircle scaled 2cm ;
\stopuniqueMPgraphic

\uniqueMPgraphic{circle}

\stoptext

the problem was in the backend of one of the recent luatex binaries but has
been solved already


May I bet that Alan is using linux for which I need Hans' build for
which it might be polite of me to send him new building scripts since
the current ones fail (the old version of svn on debian sarge doesn't
recognize some of the options)?

Sorry guys, but it's too late today.


ok, i will do it tomorrow

Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 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] MetaPost broken mkiv latest minimals

2009-11-24 Thread Alan BRASLAU
On Tuesday 24 November 2009 21:20:05 luigi scarso wrote:
> On Tue, Nov 24, 2009 at 9:05 PM, Alan BRASLAU  wrote:
> > MetaPost is broken in mkiv (works in mkii).
> >
> > minimal example:
> >
> > \starttext
> >
> > \startuniqueMPgraphic{circle}
> >pickup pencircle scaled 1pt ;
> >draw fullcircle scaled 2cm ;
> > \stopuniqueMPgraphic
> >
> > \uniqueMPgraphic{circle}
> >
> > \stoptext
> 
> It seems ok here
> # context --version
> MTXrun | main context file:
> /opt/luatex/minimals-beta/tex/texmf-context/tex/context/base/context.tex
> MTXrun | current version: 2009.11.24 10:13
> 
> r...@luigicasa-laptop:/opt/luatex/mkiv# luatex --version
> This is LuaTeX, Version beta-0.44.0-2009110210
> 
Thanks.


I checked, and it is broken on amd64:

MTXrun | main context file: /home/local/context/tex/texmf-
context/tex/context/base/context.tex
MTXrun | current version: 2009.11.24 10:13

This is LuaTeX, Version beta-0.45.0-2009112119


But works on i686:

MTXrun | main context file: /home/dell/local/context/tex/texmf-
context/tex/context/base/context.tex
MTXrun | current version: 2009.11.24 10:13

This is LuaTeX, Version beta-0.44.0-2009110210

So it is a luatex bug in Version beta-0.45.0-2009112119

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] MetaPost broken mkiv latest minimals

2009-11-24 Thread Mojca Miklavec
On Tue, Nov 24, 2009 at 21:21, Hans Hagen wrote:
> Alan BRASLAU wrote:
>>
>> MetaPost is broken in mkiv (works in mkii).
>>
>> minimal example:
>>
>> \starttext
>>
>> \startuniqueMPgraphic{circle}
>>        pickup pencircle scaled 1pt ;
>>        draw fullcircle scaled 2cm ;
>> \stopuniqueMPgraphic
>>
>> \uniqueMPgraphic{circle}
>>
>> \stoptext
>
> the problem was in the backend of one of the recent luatex binaries but has
> been solved already

May I bet that Alan is using linux for which I need Hans' build for
which it might be polite of me to send him new building scripts since
the current ones fail (the old version of svn on debian sarge doesn't
recognize some of the options)?

Sorry guys, but it's too late today.

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] MetaPost broken mkiv latest minimals

2009-11-24 Thread Hans Hagen

Alan BRASLAU wrote:

MetaPost is broken in mkiv (works in mkii).

minimal example:

\starttext

\startuniqueMPgraphic{circle}
pickup pencircle scaled 1pt ;
draw fullcircle scaled 2cm ;
\stopuniqueMPgraphic

\uniqueMPgraphic{circle}

\stoptext


the problem was in the backend of one of the recent luatex binaries but 
has been solved already


Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 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] MetaPost broken mkiv latest minimals

2009-11-24 Thread luigi scarso
On Tue, Nov 24, 2009 at 9:05 PM, Alan BRASLAU  wrote:
> MetaPost is broken in mkiv (works in mkii).
>
> minimal example:
>
> \starttext
>
> \startuniqueMPgraphic{circle}
>        pickup pencircle scaled 1pt ;
>        draw fullcircle scaled 2cm ;
> \stopuniqueMPgraphic
>
> \uniqueMPgraphic{circle}
>
> \stoptext

It seems ok here
# context --version
MTXrun | main context file:
/opt/luatex/minimals-beta/tex/texmf-context/tex/context/base/context.tex
MTXrun | current version: 2009.11.24 10:13

r...@luigicasa-laptop:/opt/luatex/mkiv# luatex --version
This is LuaTeX, Version beta-0.44.0-2009110210

# uname -a
Linux luigicasa-laptop 2.6.24-25-generic #1 SMP Tue Oct 20 07:31:10
UTC 2009 i686 GNU/Linux
Ububtu 8.04 LTS 32 bit


--
luigi


test-alan.pdf
Description: Adobe PDF document
___
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] MetaPost broken mkiv latest minimals

2009-11-24 Thread Alan BRASLAU
MetaPost is broken in mkiv (works in mkii).

minimal example:

\starttext

\startuniqueMPgraphic{circle}
pickup pencircle scaled 1pt ;
draw fullcircle scaled 2cm ;
\stopuniqueMPgraphic

\uniqueMPgraphic{circle}

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