Dear Élie,

On Jun 16, 2013, at 2:46 AM, Élie Roux <[email protected]> wrote:

> can you try
> 
> kpsewhich -var-value TEXMFHOME
> 
> please? This outputs the default directory in which the Makefile will install 
> the files. Maybe it would be better to have TEXMFLOCAL instead…

I think you have found the root cause of the problem. 

>kpsewhich -var-value TEXMFHOME

/Users/martin/Library/texmf

>ls /Users/martin/Library/texmf
ls: /Users/martin/Library/texmf: No such file or directory

While:
kpsewhich -var-value TEXMFLOCAL
/usr/local/texlive/2012/../texmf-local

Which is correct.

I manually changed fonts/Makefile:TEXMFROOT = `kpsewhich -var-value TEXMFHOME` 
to use TEXMFLOCAL instead and the files are now correctly installed.

>pwd
/usr/local/texlive/texmf-local/tex/luatex/gregoriotex
> ls
gregoriosyms.sty          gregoriotex-syllable.tex  gregoriotex.tex
gregoriotex-ictus.lua     gregoriotex-symbols.tex   gsp-default.tex
gregoriotex-signs.tex     gregoriotex.lua           optimize_gabc.lua*
gregoriotex-spaces.tex    gregoriotex.sty           optimize_gabc_style.lua


I can try the other commands if you want me to, but I think this is the 
problem. In OSX, TEXMFHOME is where one installs local tex packages for the 
individual user, whereas TEXMFLOCAL is where they are installed for all users. 
In the past I had a few special .sty's in TEXMFHOME, but since going to OSX 
10.8.4 on my laptop, that directory does not exist.

On my other machine, however, TEXMFHOME (~/Library/texmf) does exist. And sure 
enough, that's where make put the files:

> pwd
/Users/martin/Library/texmf/tex/luatex/gregoriotex
> ls
gregoriosyms.sty          gregoriotex-syllable.tex  gregoriotex.tex
gregoriotex-ictus.lua     gregoriotex-symbols.tex   gsp-default.tex
gregoriotex-signs.tex     gregoriotex.lua           optimize_gabc.lua*
gregoriotex-spaces.tex    gregoriotex.sty           optimize_gabc_style.lua

This will also likely explain why SOME OSX users had no problem with the 
install. If they had the ~/Library/texmf directory present then everything was 
installed corectly.

I (and I am sure my fellow Mac users as well), appreciate the time you took in 
tracking this down.

---------------------------------------------------------------------
                          Michael Martin
                     [email protected]
                   Thesaurus Precum Latinarum
                 http://www.preces-latinae.org
----------------------------------------------------------------------



_______________________________________________
Gregorio-users mailing list
[email protected]
https://mail.gna.org/listinfo/gregorio-users

Reply via email to