[NTG-context] Strange nieuw directory after updating with first-setup.sh

2010-06-10 Thread Willi Egger
Hi,

I just updated the minimals and I see a strange directory:


This is LuaTeX, Version beta-0.60.1-2010042810
Current version: 2010.06.10 15:24

.../lua60.1 is the texroot.

../lua60.1/tex/lua60.1
 ^^^

This subdirectory contains: 
../lua60.1/tex/lua60.1/web2c
../lua60.1/tex/lua60.1/web2c/luatex
../lua60.1/tex/lua60.1/web2c/luatex/pdftex
../lua60.1/tex/lua60.1/web2c/luatex/xetex
../lua60.1/tex/lua60.1/web2c/luatex/metafun.mem

This does not sound quite healthy?

Further I am struggling with the fact, that Context does not find private fonts 
when they are in texmf-fonts/data/vendor/font. Only if I place them into  
texmf-local/fonts/afm/vendor/font, texmf-local/fonts/opentype/vendor/font etc 
they show up in the pdf.
The strange thing is, that if the fonts are in texmf-fonts/data/vendor/font 
they are cached correctly and "mtxrun --locate Seravek-Regular.otf" reports the 
correct path to the font.

Puzzled.

Willi
___
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] Strange nieuw directory after updating with first-setup.sh

2010-06-10 Thread Taco Hoekwater


Willi Egger wrote:
> Hi,
> 
> I just updated the minimals and I see a strange directory:

You should update first-setup.sh itself as well, that will probably
fix this.

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] Strange nieuw directory after updating with first-setup.sh

2010-06-10 Thread luigi scarso
On Thu, Jun 10, 2010 at 6:43 PM, Taco Hoekwater  wrote:
>
>
> Willi Egger wrote:
>> Hi,
>>
>> I just updated the minimals and I see a strange directory:
>
> You should update first-setup.sh itself as well, that will probably
> fix this.
True. Quick recipe for a linux box 32 bit; current dir. is
/opt/luatex/minimals-beta
$> rsync -av rsync://contextgarden.net/minimals/setup/first-setup.sh .
$> bash first-setup.sh
$> cd tex
$> . setuptex
$> luatools --generate; context --make --all
$> mktexlsr;  texmfstart texexec --make all

-- 
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] Strange nieuw directory after updating with first-setup.sh

2010-06-10 Thread Willi Egger
Sorry for replying to my own mail. The struggling with the font loading is 
solved. Thanks Hans for the mail concerning "error in first-setup.sh" I missed 
that the texmf-fonts should be TDS compliant.
KR

Willi
On 10 Jun 2010, at 18:32, Willi Egger wrote:

> Hi,
> 
> I just updated the minimals and I see a strange directory:
> 
> 
> This is LuaTeX, Version beta-0.60.1-2010042810
> Current version: 2010.06.10 15:24
> 
> .../lua60.1 is the texroot.
> 
> ../lua60.1/tex/lua60.1
> ^^^
> 
> This subdirectory contains: 
> ../lua60.1/tex/lua60.1/web2c
> ../lua60.1/tex/lua60.1/web2c/luatex
> ../lua60.1/tex/lua60.1/web2c/luatex/pdftex
> ../lua60.1/tex/lua60.1/web2c/luatex/xetex
> ../lua60.1/tex/lua60.1/web2c/luatex/metafun.mem
> 
> This does not sound quite healthy?
> 
> Further I am struggling with the fact, that Context does not find private 
> fonts when they are in texmf-fonts/data/vendor/font. Only if I place them 
> into  texmf-local/fonts/afm/vendor/font, 
> texmf-local/fonts/opentype/vendor/font etc they show up in the pdf.
> The strange thing is, that if the fonts are in texmf-fonts/data/vendor/font 
> they are cached correctly and "mtxrun --locate Seravek-Regular.otf" reports 
> the correct path to the font.
> 
> Puzzled.
> 
> Willi
> ___
> 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
___


Re: [NTG-context] Strange nieuw directory after updating with first-setup.sh

2010-06-10 Thread Willi Egger
Hi Luigi, Taco

thanks for your recipe. However that does not solve the problem. I fetched the 
first-setup.sh from the garden. After running it I still get this strange 
lua60.1 directory and the subdirectories.

Strange indeed.

Willi


On 10 Jun 2010, at 19:33, luigi scarso wrote:

> On Thu, Jun 10, 2010 at 6:43 PM, Taco Hoekwater  wrote:
>> 
>> 
>> Willi Egger wrote:
>>> Hi,
>>> 
>>> I just updated the minimals and I see a strange directory:
>> 
>> You should update first-setup.sh itself as well, that will probably
>> fix this.
> True. Quick recipe for a linux box 32 bit; current dir. is
> /opt/luatex/minimals-beta
> $> rsync -av rsync://contextgarden.net/minimals/setup/first-setup.sh .
> $> bash first-setup.sh
> $> cd tex
> $> . setuptex
> $> luatools --generate; context --make --all
> $> mktexlsr;  texmfstart texexec --make all
> 
> -- 
> 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
> ___

___
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] Strange nieuw directory after updating with first-setup.sh

2010-06-10 Thread Mojca Miklavec
On Thu, Jun 10, 2010 at 18:32, Willi Egger  wrote:
> Hi,
>
> I just updated the minimals and I see a strange directory:
>
>
> This is LuaTeX, Version beta-0.60.1-2010042810
> Current version: 2010.06.10 15:24
>
> .../lua60.1 is the texroot.
>
> ../lua60.1/tex/lua60.1
>                         ^^^

How can I reproduce 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] Strange nieuw directory after updating with first-setup.sh

2010-06-10 Thread luigi scarso
On Thu, Jun 10, 2010 at 8:42 PM, Willi Egger  wrote:
> Hi Luigi, Taco
>
> thanks for your recipe. However that does not solve the problem. I fetched 
> the first-setup.sh from the garden. After running it I still get this strange 
> lua60.1 directory and the subdirectories.
What OS ? Windows or Mac ?
-- 
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] Strange nieuw directory after updating with first-setup.sh

2010-06-11 Thread Willi Egger
I just only can tell, that it happens. Yesterday I updated twice, the second 
time after removing the suspicious part of the tree. But after the second 
update it was there again.  I will update again today...tonight.

Willi


On 10 Jun 2010, at 21:35, Mojca Miklavec wrote:

> On Thu, Jun 10, 2010 at 18:32, Willi Egger  wrote:
>> Hi,
>> 
>> I just updated the minimals and I see a strange directory:
>> 
>> 
>> This is LuaTeX, Version beta-0.60.1-2010042810
>> Current version: 2010.06.10 15:24
>> 
>> .../lua60.1 is the texroot.
>> 
>> ../lua60.1/tex/lua60.1
>> ^^^
> 
> How can I reproduce 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
> ___

___
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] Strange nieuw directory after updating with first-setup.sh

2010-06-11 Thread Willi Egger
After the update of this evening the suspicious directory did not appear again. 
-- So this is solved.
However I can not generate the formats, nor did the first-setup.sh produce 
formats.

It looks like there is something fundamentally changed: All exports of 
environment variables are commented in setuptex. - Also with uncommenting 
TEXMFCONTEXT,  reopening the terminal and running setuptex will not result in 
the generation of the formats with context --make --all:

MTXrun | format path: 
/Applications/lua60.1/tex/texmf-cache/luatex-cache/context/b71615c5b9a2778e9dcc7d2eff3a04e6/formats
MTXrun | no tex source file with name: cont-en.tex

I am running this with MacOSX 10.6.3.

Kind regards 

Willi

On 10 Jun 2010, at 21:35, Mojca Miklavec wrote:

> On Thu, Jun 10, 2010 at 18:32, Willi Egger  wrote:
>> Hi,
>> 
>> I just updated the minimals and I see a strange directory:
>> 
>> 
>> This is LuaTeX, Version beta-0.60.1-2010042810
>> Current version: 2010.06.10 15:24
>> 
>> .../lua60.1 is the texroot.
>> 
>> ../lua60.1/tex/lua60.1
>> ^^^
> 
> How can I reproduce 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
> ___

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