lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GUB commands not running


From: Graham Percival
Subject: Re: GUB commands not running
Date: Sun, 23 Sep 2012 12:03:59 -0700
User-agent: Mutt/1.5.21 (2010-09-15)

On Sun, Sep 23, 2012 at 11:55:51AM +0100, Phil Holmes wrote:
> but if someone who is familiar with GUB could make a guess as to why
> they're not running, I'd appreciate it.

Either lilypond.make has changed (only one change in the past two
years:
https://github.com/gperciva/gub/commit/dd2f4077f5f818a6f689b0f4a795bacb92dcb8ae
which doesn't seem like it could cause this, but also check that
you haven't modified your own lilypond.make by accident), or
there's a make failure.  Try looking at the command-line output
(maybe build with "make lilypond ... &> console.log") and
log/gub.log to see when it tries to build the -unlocked, and what
messages it prints out.

Oh, it might also be useful to run with make -n, and/or -d ?

Ultimately, the "master control" is make, so any of the
tools+practices you learned while looking at the lilypond build
system could be applied here.  Either make isn't calling the right
targets, or those targets are failing immediately when called in
the overall job but not when you call them individually.  In any
case, finding the error message is the first step.

- Graham



reply via email to

[Prev in Thread] Current Thread [Next in Thread]