Re: [Gregorio-users] Error compiling 4.2.0

2017-02-23 Thread Br. Samuel Springuel
Okay, after hunting through that log, it appears that there was some 
version mixing going on.  `\if@grenotlatex` is supposed to be defined in 
gregoriotex.sty, but it's a new addition to 4.2.0.  The file list 
indicates that gregoriotex 4.1.4 was loaded, when it should have been 
compiling with 4.2.0.


However, gregoriotex-symbols.tex (which is the file that was raising the 
error) was being pulled in from the correct 4.2.0 version and thus tried 
to use `\if@grenotlatex`.


Further research indicates that gregoriotex.sty was being pulled from 
the working directory, while gregoriotex-symbols.tex was pulled from the 
`/usr/local/share/texmf/` tree, along with all the other GregorioTex 
files.  I thus suspect that you, somehow, have an extra (and now stale) 
copy of gregoriotex.sty in the doc folder.  The easiest fix, is to 
reclone the repository (as you indicated you did), but it should also be 
possible to hunt down and delete that extra copy of gregoriotex.sty.



--
✝
Br. Samuel, OSB
St. Anselm’s Abbey
Washington, DC
(R. Padraic Springuel)

PAX ☧ ΧΡΙΣΤΟΣ

___
Gregorio-users mailing list
Gregorio-users@gna.org
https://mail.gna.org/listinfo/gregorio-users


Re: [Gregorio-users] Error compiling 4.2.0

2017-02-22 Thread Andrew Hinkley
From the failed run.

On 23 February 2017 at 11:42, Br. Samuel Springuel
 wrote:
> Is the log you attached from the successful or failed run?
>
> --
> ✝
> Br. Samuel, OSB
> St. Anselm’s Abbey
> Washington, DC
> (R. Padraic Springuel)
>
> PAX ☧ ΧΡΙΣΤΟΣ
___
Gregorio-users mailing list
Gregorio-users@gna.org
https://mail.gna.org/listinfo/gregorio-users


Re: [Gregorio-users] Error compiling 4.2.0

2017-02-22 Thread Br. Samuel Springuel

Is the log you attached from the successful or failed run?
--
✝
Br. Samuel, OSB
St. Anselm’s Abbey
Washington, DC
(R. Padraic Springuel)

PAX ☧ ΧΡΙΣΤΟΣ

___
Gregorio-users mailing list
Gregorio-users@gna.org
https://mail.gna.org/listinfo/gregorio-users


Re: [Gregorio-users] Error compiling 4.2.0

2017-02-22 Thread Andrew Hinkley
I've attached the log file, though I now suspect it was something left
over from a much older installation (it wasn't the first time I've had
problems compiling the documentation). I archived the directory
containing the sources then started again with a fresh download from
GitHub and the documentation built without errors.

On 22 February 2017 at 05:49, Br. Samuel Springuel
 wrote:
> Sorry about forgetting about this, but I cannot reproduce this error on my
> Ubuntu 16.04 system.  Latest master builds without a hitch.
>
> Can you add `\listfiles` to the end of the preamble and the `debug` option
> for gregoriotex to the documentation which is failing to build and then post
> the entire log file for the failed build of that document?
> --
> ✝
> Br. Samuel, OSB
> St. Anselm’s Abbey
> Washington, DC
> (R. Padraic Springuel)
>
> PAX ☧ ΧΡΙΣΤΟΣ


GregorioRef.log.gz
Description: GNU Zip compressed data
___
Gregorio-users mailing list
Gregorio-users@gna.org
https://mail.gna.org/listinfo/gregorio-users


Re: [Gregorio-users] Error compiling 4.2.0

2017-02-21 Thread Br. Samuel Springuel
Sorry about forgetting about this, but I cannot reproduce this error on 
my Ubuntu 16.04 system.  Latest master builds without a hitch.


Can you add `\listfiles` to the end of the preamble and the `debug` 
option for gregoriotex to the documentation which is failing to build 
and then post the entire log file for the failed build of that document?

--
✝
Br. Samuel, OSB
St. Anselm’s Abbey
Washington, DC
(R. Padraic Springuel)

PAX ☧ ΧΡΙΣΤΟΣ

___
Gregorio-users mailing list
Gregorio-users@gna.org
https://mail.gna.org/listinfo/gregorio-users


Re: [Gregorio-users] Error compiling 4.2.0

2017-02-07 Thread R. Padraic Springuel


> On Feb 7, 2017, at 3:56 AM, Andrew Hinkley  wrote:
> 
> According to "gregorio -V" I'm running 4.1.4, though I appear to have
> 4.2.0 installed as well (under the command gregorio-4_2_0). Should I
> uninstall and reinstall?
This is as it should be.  Starting with 4.2 we began appending the version 
number to the executable name in order to allow multiple versions of the 
program to live simultaneously on a single system.  This was especially 
important for TL2016 users because v4.1 was included in that installation and 
we didn't want to force them to have to mess with that installation when 
installing 4.2 (or later upgrades).  When using the auto- or force-compile 
feature, the internal code which calls gregorio is aware of this and will call 
the matching executable. 

> I ran "git pull", followed by "./build.sh", it compiles sucessfully
> but the build script fails while trying to compile GregorioRef.tex.


I haven't looked at the compilation of the documentation under TL2015 in a 
while.  I'll have to try that out when I get home.


Br. Samuel, OSB
(R. Padraic Springuel)
PAX ☧ ΧΡΙΣΤΟΣ
___
Gregorio-users mailing list
Gregorio-users@gna.org
https://mail.gna.org/listinfo/gregorio-users


Re: [Gregorio-users] Error compiling 4.2.0

2017-02-07 Thread Andrew Hinkley
According to "gregorio -V" I'm running 4.1.4, though I appear to have
4.2.0 installed as well (under the command gregorio-4_2_0). Should I
uninstall and reinstall?

I ran "git pull", followed by "./build.sh", it compiles sucessfully
but the build script fails while trying to compile GregorioRef.tex.

On 6 February 2017 at 10:04, Br. Samuel Springuel  wrote:
> Based on that log, 4.2 successfully installed.  I'm going to need to see the
> document you're trying to typeset.
> --
> ✝
> Br. Samuel, OSB
> St. Anselm’s Abbey
> Washington, DC
>
> (R. Padraic Springuel)
>
> PAX ☧ ΧΡΙΣΤΟΣ

___
Gregorio-users mailing list
Gregorio-users@gna.org
https://mail.gna.org/listinfo/gregorio-users


Re: [Gregorio-users] Error compiling 4.2.0

2017-02-05 Thread Br. Samuel Springuel
Based on that log, 4.2 successfully installed.  I'm going to need to see 
the document you're trying to typeset.

--
✝
Br. Samuel, OSB
St. Anselm’s Abbey
Washington, DC
(R. Padraic Springuel)

PAX ☧ ΧΡΙΣΤΟΣ

___
Gregorio-users mailing list
Gregorio-users@gna.org
https://mail.gna.org/listinfo/gregorio-users


Re: [Gregorio-users] Error compiling 4.2.0

2017-02-05 Thread Andrew Hinkley
I ran it the first time and looked at the output log, it told me that
 ./system-setup.command: line 175: otfinfo: command not found
so I installed the package otf-trace, and ran it again after
attempting to compiling Gregorio again. (gave same error as before).

I've attached the output below.

On 6 February 2017 at 04:20, R. Padraic Springuel  wrote:
> I need mor information to diagnose the problem.  Please run 
> system-setup.command (it is in the contrib folder of your download) and post 
> the results.
>
> 
> Br. Samuel, OSB
> (R. Padraic Springuel)
> PAX ☧ ΧΡΙΣΤΟΣ
>
>> On Feb 5, 2017, at 5:24 AM, Andrew Hinkley  wrote:
>>
>> I'm trying to update from 4.1.4 to 4.2.0 and I got the following error
>> during build:
>>
>> (./../tex/gregoriotex-syllable.tex) 
>> (./../tex/gregoriotex-symbols.tex(compiling
>> luc: /var/lib/texmf/luatex-cache/generic/fonts/otf/greextra.luc)(load luc: 
>> /home
>> /ahinkley/.texmf-var/luatex-cache/generic/fonts/otf/greextra.luc)
>> ! Undefined control sequence.
>> l.239 \gre@ifnotlatex
>>   {%
>>
>> I'm not sure if it's a missing package or something else.
>>
>> I'm using Ubuntu 16.04 and TeXLive 2015.
>>
>> Thank you,
>>
>> Andrew.
>>
>> ___
>> Gregorio-users mailing list
>> Gregorio-users@gna.org
>> https://mail.gna.org/listinfo/gregorio-users


system-setup.log
Description: Binary data
___
Gregorio-users mailing list
Gregorio-users@gna.org
https://mail.gna.org/listinfo/gregorio-users


Re: [Gregorio-users] Error compiling 4.2.0

2017-02-05 Thread R. Padraic Springuel
I need mor information to diagnose the problem.  Please run 
system-setup.command (it is in the contrib folder of your download) and post 
the results. 


Br. Samuel, OSB
(R. Padraic Springuel)
PAX ☧ ΧΡΙΣΤΟΣ

> On Feb 5, 2017, at 5:24 AM, Andrew Hinkley  wrote:
> 
> I'm trying to update from 4.1.4 to 4.2.0 and I got the following error
> during build:
> 
> (./../tex/gregoriotex-syllable.tex) 
> (./../tex/gregoriotex-symbols.tex(compiling
> luc: /var/lib/texmf/luatex-cache/generic/fonts/otf/greextra.luc)(load luc: 
> /home
> /ahinkley/.texmf-var/luatex-cache/generic/fonts/otf/greextra.luc)
> ! Undefined control sequence.
> l.239 \gre@ifnotlatex
>   {%
> 
> I'm not sure if it's a missing package or something else.
> 
> I'm using Ubuntu 16.04 and TeXLive 2015.
> 
> Thank you,
> 
> Andrew.
> 
> ___
> Gregorio-users mailing list
> Gregorio-users@gna.org
> https://mail.gna.org/listinfo/gregorio-users

___
Gregorio-users mailing list
Gregorio-users@gna.org
https://mail.gna.org/listinfo/gregorio-users