Re: [NTG-context] Rebuilding the font cache: segmentation fault 11

2013-12-25 Thread Keith J. Schultz
Hi All,

Actually, it is false permissions!! I change it so that all have read 
permission and all went well!

regards
Keith

Am 22.12.2013 um 11:52 schrieb Wolfgang Schuster schuster.wolfg...@gmail.com:

 
 Am 21.12.2013 um 23:02 schrieb Willi Egger cont...@boede.nl:
 
 Hello all,
 
 did anyone else experience this:
 
 fonts   | names | globbing path '/Users/willi/Library/Fonts/**.ttf'
 fonts   | names | globbing path '/Library/Fonts/**.ttf'Segmentation 
 fault: 11
 
 I struggle with this issue since I stepped over to a new Mac book Air. Is 
 there something tricky in the Library/Fonts directory? May be a subfolder 
 could cause this?
 
 The Skia font in Library/Font causes the LuaTeX error, when you remove it 
 from the folder ConTeXt builds the cache without errors.
 
 Wolfgang
 
 ___
 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] Rebuilding the font cache: segmentation fault 11

2013-12-25 Thread Wolfgang Schuster

Am 25.12.2013 um 11:16 schrieb Keith J. Schultz schul...@uni-trier.de:

 Hi All,
 
 Actually, it is false permissions!! I change it so that all have read 
 permission and all went well!

http://www.ntg.nl/pipermail/ntg-context/2013/075732.html

Wolfgang

___
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] Rebuilding the font cache: segmentation fault 11

2013-12-22 Thread Willi Egger

On 21 dec. 2013, at 23:32, Hans Hagen pra...@wxs.nl wrote:

 On 12/21/2013 11:02 PM, Willi Egger wrote:
 Hello all,
 
 did anyone else experience this:
 
 fonts   | names | globbing path '/Users/willi/Library/Fonts/**.ttf'
 fonts   | names | globbing path
 '/Library/Fonts/**.ttf'Segmentation fault: 11
 
 I struggle with this issue since I stepped over to a new Mac book Air.
 Is there something tricky in the Library/Fonts directory? May be a
 subfolder could cause this?
 
 there are bugged fonts ... some more bugs will be catched in the next version 
 of luatex, due in a few days

That is also one of the thoughts I had… 
For an intermediate solution, where can I disable the searching of the 
os-fonts, ie.disabling the OSFONTDIR variable?


Willi

 
 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
 ___

___
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] Rebuilding the font cache: segmentation fault 11

2013-12-22 Thread Wolfgang Schuster

Am 21.12.2013 um 23:02 schrieb Willi Egger cont...@boede.nl:

 Hello all,
 
 did anyone else experience this:
 
 fonts   | names | globbing path '/Users/willi/Library/Fonts/**.ttf'
 fonts   | names | globbing path '/Library/Fonts/**.ttf'Segmentation 
 fault: 11
 
 I struggle with this issue since I stepped over to a new Mac book Air. Is 
 there something tricky in the Library/Fonts directory? May be a subfolder 
 could cause this?

The Skia font in Library/Font causes the LuaTeX error, when you remove it from 
the folder ConTeXt builds the cache without errors.

Wolfgang

___
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] Rebuilding the font cache: segmentation fault 11

2013-12-22 Thread Willi Egger
Hans, Wolfgang,

thnaks for your solution with the dummy-directory, that worked.

Even better, thank you Wolfgang for finding out the Skia font culprit… Indeed 
after deleting it database generation worked fine!

Willi

On 22 dec. 2013, at 09:33, H. van der Meer h.vanderm...@uva.nl wrote:

 Someone some time ago suggested this:
 
 OSFONTDIR=$TEXMFHOME/dummy_for_fonts
 export OSFONTDIR
 
 put it in your .bashrc folder or whatever shell you are using and make an 
 empty folder dummy_for_fonts in $TEXMFHOME.
 
 Hans van der Meer
 
 
 
 On 22 dec. 2013, at 09:14, Willi Egger cont...@boede.nl wrote:
 
 That is also one of the thoughts I had… 
 For an intermediate solution, where can I disable the searching of the 
 os-fonts, ie.disabling the OSFONTDIR variable?
 
 ___
 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
___

[NTG-context] Rebuilding the font cache: segmentation fault 11

2013-12-21 Thread Willi Egger
Hello all,

did anyone else experience this:

fonts   | names | globbing path '/Users/willi/Library/Fonts/**.ttf'
fonts   | names | globbing path '/Library/Fonts/**.ttf'Segmentation 
fault: 11

I struggle with this issue since I stepped over to a new Mac book Air. Is there 
something tricky in the Library/Fonts directory? May be a subfolder could cause 
this?

Kind regards

Will___
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] Rebuilding the font cache: segmentation fault 11

2013-12-21 Thread Hans Hagen

On 12/21/2013 11:02 PM, Willi Egger wrote:

Hello all,

did anyone else experience this:

fonts   | names | globbing path '/Users/willi/Library/Fonts/**.ttf'
fonts   | names | globbing path
'/Library/Fonts/**.ttf'Segmentation fault: 11

I struggle with this issue since I stepped over to a new Mac book Air.
Is there something tricky in the Library/Fonts directory? May be a
subfolder could cause this?


there are bugged fonts ... some more bugs will be catched in the next 
version of luatex, due in a few days


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
___