bug-lilypond
[Top][All Lists]
Advanced

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

error with scripts/auxiliar/update-with-convert-ly.sh on LilyDev3


From: Paul Morris
Subject: error with scripts/auxiliar/update-with-convert-ly.sh on LilyDev3
Date: Sun, 7 Jun 2015 13:57:30 -0400

Running 
scripts/auxiliar/update-with-convert-ly.sh
in LilyDev3 results in the following error:

make: *** No rule to make target `python-modules'.  Stop.
xargs: ./out/bin/convert-ly: No such file or directory
xargs: ./out/bin/convert-ly: No such file or directory

Keith noted that:
"Looking at the first few lines of update-with-convert-ly, it looks
like it expects you to have defined the build directory as BUILD_DIR
where most other scripts expect LILYPOND_BUILD_DIR.”

A workaround is to run:
export BUILD_DIR=$LILYPOND_BUILD_DIR

Two possible ways to fix:
- add BUILD_DIR as an environmental variable in LilyDev
- edit the script to use LILYPOND_BUILD_DIR

See message below for more details.

Thanks,
-Paul


> Begin forwarded message:
> 
> From: David Kastrup <address@hidden>
> Subject: Re: add stencil-whiteout-outline function (issue 236480043 by 
> address@hidden)
> Date: June 2, 2015 at 2:58:12 AM EDT
> To: "Keith OHara" <address@hidden>
> Cc: address@hidden, address@hidden
> 
> "Keith OHara" <address@hidden> writes:
> 
>> On Mon, 01 Jun 2015 19:29:41 -0700, <address@hidden> wrote:
>> 
>>> scripts/auxiliar/update-with-convert-ly.sh
>>> I get this:
>>> 
>>> make: *** No rule to make target `python-modules'.  Stop.
>>> xargs: ./out/bin/convert-ly: No such file or directory
>>> xargs: ./out/bin/convert-ly: No such file or directory
>>> 
>>> I'm running LilyDev3 in a virtual machine.  (Feeling like I'm in over my
>>> head with this one.)
>> 
>> Looking at the first few lines of update-with-convert-ly, it looks
>> like it expects you to have defined the build directory as BUILD_DIR
>> where most other scripts expect LILYPOND_BUILD_DIR.
> 
> Probably an oversight and worth fixing.  I use this script only in-place
> so might have escaped this trap.
> 
> Doing the (really slow) git log --pickaxe-regex -S '[^_]BUILD_DIR'
> discovers only instances of BUILD_DIR in the docs, used in example
> scripts or recipes that set it themselves first.
> 
> convert-ly has been created using BUILD_DIR from the start.
> 
>>> export BUILD_DIR=$LILYPOND_BUILD_DIR
> 
> Well, that would be a first aid measure.
> 
> -- 
> David Kastrup
> 
> _______________________________________________
> lilypond-devel mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-devel



reply via email to

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