Re: [NTG-context] bug in beta from 2014.12.29 10:01

2015-01-02 Thread Pablo Rodriguez
On 12/31/2014 09:10 AM, Akira Kakuto wrote:
>> $ contextjit --version
>>
>> mtxrun  | unknown script 'context.lua' or 'mtx-context.lua'
> 
> I have reproduced it, after some trials, by removing files
> in "trees" in cache.
> 
> So try
> mtxrun --generate

Akira

many thanks for your reply and a Happy New Year (to every list participant).

"mtxrun --generate" solves the issue. But the weird thin is that this is
something I have to do with a brand new installation of the ConTeXt Suite.

This is beyond my knowledge, but I wonder whether it isn’t an actual bug
in the ConTeXt Suite.

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk
___
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] bug in beta from 2014.12.29 10:01

2015-01-02 Thread Pablo Rodriguez
On 12/31/2014 12:14 PM, Philipp Gesang wrote:
> ·
>> [...]
>> I’m afraid I only get two blank lines from "mtxrunjit --find-file
>> mtx-context.lua". The same happens with mtxrun.
> 
> No result means mtxrun can’t find it. What do you get when you
> run
> 
> find ${contextdir} -type f -name mtx-context.lua

Philipp,

many thanks for your reply and a Happy New Year.

$ find ${ctxbeta/tex} -type f -name mtx-context.lua
./ctxbeta/tex/texmf-context/scripts/context/lua/mtx-context.lua


Pablo
-- 
http://www.ousia.tk
___
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] bug in beta from 2014.12.29 10:01

2014-12-31 Thread Philipp Gesang
·

> On 12/30/2014 09:08 PM, Philipp Gesang wrote:
> > ·
> >> [...]
> >> I’m still experiencing this with beta from 2014.12.30 09:48.
> >>
> >> Could anyone confirm this? (I’m on Fedora 20, using the 32bit version of
> >> the ConTeXt Suite.)
> > 
> > Nope, doesn’t happen on Linux 3.17.6-1-ARCH / x86_64. ``mtxrunjit
> > --find-file mtx-context.lua`` correctly resolves to
> > 
> > /home/phg/context/tex/texmf-context/scripts/context/lua/mtx-context.lua
> > 
> > I don’t have a 32 bit box to test it though. A change I noticed
> > that was introduced in a recent-ish commit is lots of messages
> > like this:
> > 
> > resolvers   | globbing | confusing filename, name: 'NEWS', lower: 
> > 'news', already: 'News'
> > 
> > whenever mtxrun does some kind of path lookup.
> 
> Many thanks for your reply, Philipp.
> 
> I’m afraid I only get two blank lines from "mtxrunjit --find-file
> mtx-context.lua". The same happens with mtxrun.

No result means mtxrun can’t find it. What do you get when you
run

find ${contextdir} -type f -name mtx-context.lua

where ``contextdir`` expands to the prefix you installed the
minimals under? If the script is indeed missing then you may have
to reinstall Context.



pgpten29FHlZ2.pgp
Description: PGP signature
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

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

[NTG-context] bug in beta from 2014.12.29 10:01

2014-12-31 Thread Akira Kakuto

$ contextjit --version

mtxrun  | unknown script 'context.lua' or 'mtx-context.lua'


I have reproduced it, after some trials, by removing files
in "trees" in cache.

So try
mtxrun --generate

Best,
Akira

___
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] bug in beta from 2014.12.29 10:01

2014-12-30 Thread Pablo Rodriguez
On 12/30/2014 09:08 PM, Philipp Gesang wrote:
> ·
>> [...]
>> I’m still experiencing this with beta from 2014.12.30 09:48.
>>
>> Could anyone confirm this? (I’m on Fedora 20, using the 32bit version of
>> the ConTeXt Suite.)
> 
> Nope, doesn’t happen on Linux 3.17.6-1-ARCH / x86_64. ``mtxrunjit
> --find-file mtx-context.lua`` correctly resolves to
> 
> /home/phg/context/tex/texmf-context/scripts/context/lua/mtx-context.lua
> 
> I don’t have a 32 bit box to test it though. A change I noticed
> that was introduced in a recent-ish commit is lots of messages
> like this:
> 
> resolvers   | globbing | confusing filename, name: 'NEWS', lower: 
> 'news', already: 'News'
> 
> whenever mtxrun does some kind of path lookup.

Many thanks for your reply, Philipp.

I’m afraid I only get two blank lines from "mtxrunjit --find-file
mtx-context.lua". The same happens with mtxrun.

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk
___
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] bug in beta from 2014.12.29 10:01

2014-12-30 Thread Philipp Gesang
·

> On 12/29/2014 10:33 PM, Pablo Rodriguez wrote:
> > Hans,
> > 
> > I have just updated ConTeXt Standalone to beta from 2014.12.29 10:01 and
> > I get the following error:
> > 
> > $ contextjit --version
> > 
> > mtxrun  | unknown script 'context.lua' or 'mtx-context.lua'
> > 
> > I’m afraid this seems to be a bug.
> 
> I’m still experiencing this with beta from 2014.12.30 09:48.
> 
> Could anyone confirm this? (I’m on Fedora 20, using the 32bit version of
> the ConTeXt Suite.)

Nope, doesn’t happen on Linux 3.17.6-1-ARCH / x86_64. ``mtxrunjit
--find-file mtx-context.lua`` correctly resolves to

/home/phg/context/tex/texmf-context/scripts/context/lua/mtx-context.lua

I don’t have a 32 bit box to test it though. A change I noticed
that was introduced in a recent-ish commit is lots of messages
like this:

resolvers   | globbing | confusing filename, name: 'NEWS', lower: 
'news', already: 'News'

whenever mtxrun does some kind of path lookup.

Best,
Philipp



pgpE4gQMXfVY9.pgp
Description: PGP signature
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

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

Re: [NTG-context] bug in beta from 2014.12.29 10:01

2014-12-30 Thread Pablo Rodriguez
On 12/29/2014 10:33 PM, Pablo Rodriguez wrote:
> Hans,
> 
> I have just updated ConTeXt Standalone to beta from 2014.12.29 10:01 and
> I get the following error:
> 
> $ contextjit --version
> 
> mtxrun  | unknown script 'context.lua' or 'mtx-context.lua'
> 
> I’m afraid this seems to be a bug.

I’m still experiencing this with beta from 2014.12.30 09:48.

Could anyone confirm this? (I’m on Fedora 20, using the 32bit version of
the ConTeXt Suite.)

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk
___
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] bug in beta from 2014.12.29 10:01

2014-12-29 Thread Pablo Rodriguez
Hans,

I have just updated ConTeXt Standalone to beta from 2014.12.29 10:01 and
I get the following error:

$ contextjit --version

mtxrun  | unknown script 'context.lua' or 'mtx-context.lua'

I’m afraid this seems to be a bug.

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk
___
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
___