lilypond-devel
[Top][All Lists]
Advanced

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

Re: I cannot run make check since Issue 5450: relocate.cc: Introduce new


From: David Kastrup
Subject: Re: I cannot run make check since Issue 5450: relocate.cc: Introduce new command `set?'
Date: Thu, 24 Jan 2019 14:04:46 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Masamichi Hosoda <address@hidden> writes:

>> This is a gs 9.26 issue and I cannot see how this might be related to what 
>> we have hit here, so maybe Hosoda-san will be abel to figure why make check 
>> is breaking without extractpdfmark installed.
>
> If I understand correctly, this patch solves the error.
>
> ```
> --- a/scripts/build/output-distance.py
> +++ b/scripts/build/output-distance.py
> @@ -652,7 +652,7 @@ class SignatureFileLink (FileLink):
>                  data_option = ''
>                  if options.local_data_dir:
>                      data_option = 
> ('-slilypond-datadir=%s/share/lilypond/current '
> -                                   % dir)
> +                                   % (cur_dir + '/' + dir))
>

Is dir guaranteed to be a relative path?

-- 
David Kastrup



reply via email to

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