ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Help:Your luatex binary is way too old
@ 2009-08-16 20:21 Derek CORDEIRO
  2009-08-16 20:32 ` Mojca Miklavec
  0 siblings, 1 reply; 8+ messages in thread
From: Derek CORDEIRO @ 2009-08-16 20:21 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 2185 bytes --]

I just tried to install context minimals on Windows. I have ruby and lua
installed. I chose the command line installation(done today). Trying to
generate a bare minimum(Hello World) pdf, I encounter the following error. I
do not use Windows much so it may be my ignorance, what am I doing wrong?
---------

LuaTools | merging library
c:/contextminimal/tex/texmf-context/tex/context/base/
luat-cnf.lua
LuaTools | saving merge from cont-en.lua
LuaTools | using compiled initialization file: cont-en.luc
LuaTools | using lua initialization file: cont-en.luc
LuaTools | running command: luatex --ini --lua="cont-en.luc"
"c:/contextminimal/
tex/texmf-context/tex/context/base/cont-en.tex" \dump

This is LuaTeX, Version beta-0.40.6-2009081408 (Web2C 2009) (INITEX)
 \write18 enabled.
(c:/contextminimal/tex/texmf-context/tex/context/base/cont-en.tex
(c:/contextmin
imal/tex/texmf-context/tex/context/base/context.tex
(c:/contextminimal/tex/texmf
-context/tex/context/base/context.mkiv
(c:/contextminimal/tex/texmf-context/tex/
context/base/syst-ini.tex
Warning: support for multiple lua states has been dropped.
  Please stop using a number after \directlua and \latelua.

)
!!!!: Your luatex binary is way too old, you need at least version 0.42.
 ) ) )
node memory in use: 90 words out of 500
rapidly available: 2:2, 3:5 nodes
current usage: 7 glue_spec, 1 dir nodes
No pages of output.
Transcript written on cont-en.log.
LuaTools |
LuaTools | runtime: 0.516 seconds
MTXrun | run 1: luatex
--fmt="c:/contextminimal/tex/texmf-cache/luatex-cache/con
text/d1d2ccfb3346ff481f4c4dab022cb26d/formats/cont-en"
--lua="c:/contextminimal/
tex/texmf-cache/luatex-cache/context/d1d2ccfb3346ff481f4c4dab022cb26d/formats/co
nt-en.luc" --backend=pdf "./math.tex"
This is LuaTeX, Version beta-0.40.6-2009081408 (Web2C 2009)
 \write18 enabled.
luatex:
c:/contextminimal/tex/texmf-cache/luatex-cache/context/d1d2ccfb3346ff481
f4c4dab022cb26d/formats/cont-en.fmt: No such file or directory
MTXrun | fatal error, return code: 1



-- 
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
Blog: http://www.derekcordeiro.com
Follow Me: http://twitter.com/derekcordeiro
Get a great webhosting deal: http://is.gd/jrA2

[-- Attachment #1.2: Type: text/html, Size: 2536 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Help:Your luatex binary is way too old
  2009-08-16 20:21 Help:Your luatex binary is way too old Derek CORDEIRO
@ 2009-08-16 20:32 ` Mojca Miklavec
  2009-08-16 20:52   ` Derek CORDEIRO
  0 siblings, 1 reply; 8+ messages in thread
From: Mojca Miklavec @ 2009-08-16 20:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sun, Aug 16, 2009 at 22:21, Derek CORDEIRO wrote:
> I just tried to install context minimals on Windows. I have ruby and lua
> installed. I chose the command line installation(done today). Trying to
> generate a bare minimum(Hello World) pdf, I encounter the following error. I
> do not use Windows much so it may be my ignorance, what am I doing wrong?
> ---------
>
> !!!!: Your luatex binary is way too old, you need at least version 0.42.

Does this happen during update (first-update.bat) or during format generation?

If it happens during format generation it could be due to
"chicken-and-egg problem" (luatex cannot update itself). There is
texlua.exe in bin/ and luatex.exe in tex/texmf-mswin/bin. Can you try
to run both separately (luatex --version and texlua --version) and
check their versions?

One possibility to resolve the problem is to fetch a fresh copy of
http://minimals.contextgarden.net/setup/context-setup-mswin.zip and
overwrite the old "bin" folder, or just replace
http://minimals.contextgarden.net/setup/mswin/bin/luatex.dll.

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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Help:Your luatex binary is way too old
  2009-08-16 20:32 ` Mojca Miklavec
@ 2009-08-16 20:52   ` Derek CORDEIRO
  2009-08-16 21:01     ` Mojca Miklavec
  0 siblings, 1 reply; 8+ messages in thread
From: Derek CORDEIRO @ 2009-08-16 20:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 2022 bytes --]

On Mon, Aug 17, 2009 at 2:02 AM, Mojca Miklavec <
mojca.miklavec.lists@gmail.com> wrote:

> On Sun, Aug 16, 2009 at 22:21, Derek CORDEIRO wrote:
> > I just tried to install context minimals on Windows. I have ruby and lua
> > installed. I chose the command line installation(done today). Trying to
> > generate a bare minimum(Hello World) pdf, I encounter the following
> error. I
> > do not use Windows much so it may be my ignorance, what am I doing wrong?
> > ---------
> >
> > !!!!: Your luatex binary is way too old, you need at least version 0.42.
>
> Does this happen during update (first-update.bat) or during format
> generation?
>

No, not that I can notice. (first-setup.bat and context --generate, context
--make don't show any errors.)


> If it happens during format generation it could be due to
> "chicken-and-egg problem" (luatex cannot update itself). There is
> texlua.exe in bin/ and luatex.exe in tex/texmf-mswin/bin. Can you try
> to run both separately (luatex --version and texlua --version) and
> check their versions?


C:\contextminimal>bin\texlua.exe --version
This is LuaTeX, Version beta-0.40.6-2009081408 (Web2C 2009) luatex.web >=
v14240

C:\contextminimal>tex\texmf-mswin\bin\luatex.exe --version
This is LuaTeX, Version beta-0.40.6-2009081408 (Web2C 2009) luatex.web >=
v14240



> One possibility to resolve the problem is to fetch a fresh copy of
> http://minimals.contextgarden.net/setup/context-setup-mswin.zip and


I downloaded it less than 2 hours back. I even tried over-writing(after
running first-setup.bat but the version of texlua.exe in the above file is
beta-0.40.6…

>
> overwrite the old "bin" folder, or just replace
> http://minimals.contextgarden.net/setup/mswin/bin/luatex.dll.


Tried that too… I wonder if its just me :-/



-- 
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
Blog: http://www.derekcordeiro.com
Follow Me: http://twitter.com/derekcordeiro
Get a great webhosting deal: http://is.gd/jrA2

[-- Attachment #1.2: Type: text/html, Size: 3235 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Help:Your luatex binary is way too old
  2009-08-16 20:52   ` Derek CORDEIRO
@ 2009-08-16 21:01     ` Mojca Miklavec
  2009-08-16 21:12       ` Derek CORDEIRO
  0 siblings, 1 reply; 8+ messages in thread
From: Mojca Miklavec @ 2009-08-16 21:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sun, Aug 16, 2009 at 22:52, Derek CORDEIRO wrote:
> On Mon, Aug 17, 2009 at 2:02 AM, Mojca Miklavec wrote:
>>
>> On Sun, Aug 16, 2009 at 22:21, Derek CORDEIRO wrote:
>> > I just tried to install context minimals on Windows. I have ruby and lua
>> > installed. I chose the command line installation(done today). Trying to
>> > generate a bare minimum(Hello World) pdf, I encounter the following
>> > error. I
>> > do not use Windows much so it may be my ignorance, what am I doing
>> > wrong?
>> > ---------
>> >
>> > !!!!: Your luatex binary is way too old, you need at least version 0.42.
>>
>> Does this happen during update (first-update.bat) or during format
>> generation?
>
> No, not that I can notice. (first-setup.bat and context --generate, context
> --make don't show any errors.)
>
>>
>> If it happens during format generation it could be due to
>> "chicken-and-egg problem" (luatex cannot update itself). There is
>> texlua.exe in bin/ and luatex.exe in tex/texmf-mswin/bin. Can you try
>> to run both separately (luatex --version and texlua --version) and
>> check their versions?
>
> C:\contextminimal>bin\texlua.exe --version
> This is LuaTeX, Version beta-0.40.6-2009081408 (Web2C 2009) luatex.web >=
> v14240
>
> C:\contextminimal>tex\texmf-mswin\bin\luatex.exe --version
> This is LuaTeX, Version beta-0.40.6-2009081408 (Web2C 2009) luatex.web >=
> v14240
>
>
>>
>> One possibility to resolve the problem is to fetch a fresh copy of
>> http://minimals.contextgarden.net/setup/context-setup-mswin.zip and
>
> I downloaded it less than 2 hours back. I even tried over-writing(after
> running first-setup.bat but the version of texlua.exe in the above file is
> beta-0.40.6…

It's not about overwritting luatex.exe, but luatex.dll.

>> overwrite the old "bin" folder, or just replace
>> http://minimals.contextgarden.net/setup/mswin/bin/luatex.dll.
>
> Tried that too… I wonder if its just me :-/

The weird thing is that
    http://minimals.contextgarden.net/current/bin/luatex/mswin/bin/
shows the date of luatex.dll to be 14th August (I cannot try right now
what version that is, but it cannot be too old).

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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Help:Your luatex binary is way too old
  2009-08-16 21:01     ` Mojca Miklavec
@ 2009-08-16 21:12       ` Derek CORDEIRO
  2009-08-16 22:01         ` Mojca Miklavec
  0 siblings, 1 reply; 8+ messages in thread
From: Derek CORDEIRO @ 2009-08-16 21:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 3151 bytes --]

On Mon, Aug 17, 2009 at 2:31 AM, Mojca Miklavec <
mojca.miklavec.lists@gmail.com> wrote:

> On Sun, Aug 16, 2009 at 22:52, Derek CORDEIRO wrote:
> > On Mon, Aug 17, 2009 at 2:02 AM, Mojca Miklavec wrote:
> >>
> >> On Sun, Aug 16, 2009 at 22:21, Derek CORDEIRO wrote:
> >> > I just tried to install context minimals on Windows. I have ruby and
> lua
> >> > installed. I chose the command line installation(done today). Trying
> to
> >> > generate a bare minimum(Hello World) pdf, I encounter the following
> >> > error. I
> >> > do not use Windows much so it may be my ignorance, what am I doing
> >> > wrong?
> >> > ---------
> >> >
> >> > !!!!: Your luatex binary is way too old, you need at least version
> 0.42.
> >>
> >> Does this happen during update (first-update.bat) or during format
> >> generation?
> >
> > No, not that I can notice. (first-setup.bat and context --generate,
> context
> > --make don't show any errors.)
> >
> >>
> >> If it happens during format generation it could be due to
> >> "chicken-and-egg problem" (luatex cannot update itself). There is
> >> texlua.exe in bin/ and luatex.exe in tex/texmf-mswin/bin. Can you try
> >> to run both separately (luatex --version and texlua --version) and
> >> check their versions?
> >
> > C:\contextminimal>bin\texlua.exe --version
> > This is LuaTeX, Version beta-0.40.6-2009081408 (Web2C 2009) luatex.web >=
> > v14240
> >
> > C:\contextminimal>tex\texmf-mswin\bin\luatex.exe --version
> > This is LuaTeX, Version beta-0.40.6-2009081408 (Web2C 2009) luatex.web >=
> > v14240
> >
> >
> >>
> >> One possibility to resolve the problem is to fetch a fresh copy of
> >> http://minimals.contextgarden.net/setup/context-setup-mswin.zip and
> >
> > I downloaded it less than 2 hours back. I even tried over-writing(after
> > running first-setup.bat but the version of texlua.exe in the above file
> is
> > beta-0.40.6…
>
> It's not about overwritting luatex.exe, but luatex.dll.


I know, I meant overwriting both the files and executing texlua.exe ( Sorry
I was a bit ambiguous)


>
> >> overwrite the old "bin" folder, or just replace
> >> http://minimals.contextgarden.net/setup/mswin/bin/luatex.dll.
> >
> > Tried that too… I wonder if its just me :-/
>
> The weird thing is that
>    http://minimals.contextgarden.net/current/bin/luatex/mswin/bin/
> shows the date of luatex.dll to be 14th August (I cannot try right now
> what version that is, but it cannot be too old).


>
>
If it helps, I tried the GUI installer with the stable branch first. Got the
too old binary error and re-ran the GUI installer with the beta branch. But
it made no difference so started afresh(deleted contextminimals folder, and
used the context-setup-mswin.zip<http://minimals.contextgarden.net/setup/context-setup-mswin.zip>+
first-setup.bat.

Thanks for the quick response. I hope you will check it when possible.


With Thanks,
Derek
-- 
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
Blog: http://www.derekcordeiro.com
Follow Me: http://twitter.com/derekcordeiro
Get a great webhosting deal: http://is.gd/jrA2

[-- Attachment #1.2: Type: text/html, Size: 4640 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Help:Your luatex binary is way too old
  2009-08-16 21:12       ` Derek CORDEIRO
@ 2009-08-16 22:01         ` Mojca Miklavec
  2009-08-17 14:22           ` Derek CORDEIRO
  0 siblings, 1 reply; 8+ messages in thread
From: Mojca Miklavec @ 2009-08-16 22:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sun, Aug 16, 2009 at 23:50, Hans Hagen wrote:
>
> for some time the minimals have too old versions; can it be that akira ships
> the tex live release and has the latest luatex in another place?

Oh, I remember now ... Akira's site says:
     luatex-w32.tar.bz2	LuaTeX (beta-0.40.6) -- available after 2009/08/14 JST
(I knew about it and forgot to check again; I blindly assumed that the
"stable" version on his server was OK. It probably worked in the first
few days as I replaced "stable" with "dev", but apparently I replaced
it back to stable after a while without checking.)

You may try to update again.

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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Help:Your luatex binary is way too old
  2009-08-16 22:01         ` Mojca Miklavec
@ 2009-08-17 14:22           ` Derek CORDEIRO
  2009-08-17 14:32             ` Hans Hagen
  0 siblings, 1 reply; 8+ messages in thread
From: Derek CORDEIRO @ 2009-08-17 14:22 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1152 bytes --]

On Mon, Aug 17, 2009 at 3:31 AM, Mojca Miklavec <
mojca.miklavec.lists@gmail.com> wrote:

> On Sun, Aug 16, 2009 at 23:50, Hans Hagen wrote:
> >
> > for some time the minimals have too old versions; can it be that akira
> ships
> > the tex live release and has the latest luatex in another place?
>
> Oh, I remember now ... Akira's site says:
>     luatex-w32.tar.bz2 LuaTeX (beta-0.40.6) -- available after 2009/08/14
> JST
> (I knew about it and forgot to check again; I blindly assumed that the
> "stable" version on his server was OK. It probably worked in the first
> few days as I replaced "stable" with "dev", but apparently I replaced
> it back to stable after a while without checking.)
>
> You may try to update again.
>

Updated, Now I get a different error:
———
 {c:/contextminimal/texmf/fonts/map/dvips/lm/lm-rm.map}Assertion failed:
pdf->o_m
ode == OMODE_PDF, file pdf/pdfgen.c, line 188

This application has requested the Runtime to terminate it in an unusual
way.
Please contact the application's support team for more information.
MTXrun | fatal error, return code: 3
———

Regards,
Derek

[-- Attachment #1.2: Type: text/html, Size: 1546 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Help:Your luatex binary is way too old
  2009-08-17 14:22           ` Derek CORDEIRO
@ 2009-08-17 14:32             ` Hans Hagen
  0 siblings, 0 replies; 8+ messages in thread
From: Hans Hagen @ 2009-08-17 14:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Derek CORDEIRO wrote:
> On Mon, Aug 17, 2009 at 3:31 AM, Mojca Miklavec <
> mojca.miklavec.lists@gmail.com> wrote:
> 
>> On Sun, Aug 16, 2009 at 23:50, Hans Hagen wrote:
>>> for some time the minimals have too old versions; can it be that akira
>> ships
>>> the tex live release and has the latest luatex in another place?
>> Oh, I remember now ... Akira's site says:
>>     luatex-w32.tar.bz2 LuaTeX (beta-0.40.6) -- available after 2009/08/14
>> JST
>> (I knew about it and forgot to check again; I blindly assumed that the
>> "stable" version on his server was OK. It probably worked in the first
>> few days as I replaced "stable" with "dev", but apparently I replaced
>> it back to stable after a while without checking.)
>>
>> You may try to update again.
>>
> 
> Updated, Now I get a different error:
> ———
>  {c:/contextminimal/texmf/fonts/map/dvips/lm/lm-rm.map}Assertion failed:
> pdf->o_m
> ode == OMODE_PDF, file pdf/pdfgen.c, line 188

that's a bug in the binary ... the code is already fixed so you can 
expect an update of the binary any time

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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-08-17 14:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-16 20:21 Help:Your luatex binary is way too old Derek CORDEIRO
2009-08-16 20:32 ` Mojca Miklavec
2009-08-16 20:52   ` Derek CORDEIRO
2009-08-16 21:01     ` Mojca Miklavec
2009-08-16 21:12       ` Derek CORDEIRO
2009-08-16 22:01         ` Mojca Miklavec
2009-08-17 14:22           ` Derek CORDEIRO
2009-08-17 14:32             ` Hans Hagen

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).