lilypond-devel
[Top][All Lists]
Advanced

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

Re: Resending: further GUB failure


From: David Kastrup
Subject: Re: Resending: further GUB failure
Date: Tue, 25 Aug 2015 08:26:41 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Phil Holmes <address@hidden> writes:

> The Darwin-PPC compile now proceeds fine following the revert.  I'm now
> getting a failure to build the daja-vu fonts: it looks like the font file
> has not been downloaded:
>
> invoking tar -C /home/gub/NewGub/gub/target/tools/src/fonts-dejavu-2.35
> --strip-component=1 -v -j -xf /home/gub/NewGub/gub/downloads/fonts-dejavu
> /dejavu-fonts-ttf-2.35.tar.bz2
> tar (child): /home/gub/NewGub/gub/downloads/fonts-dejavu/dejavu-fonts-
> ttf-2.35.tar.bz2: Cannot open: No such file or directory
>
> I can confirm that that directory is empty.

Just a note: origin/release/unstable is currently _seriously_ diverged
from master because it contains additional commits shown as part of

git log origin/master..origin/release/unstable

namely

commit e10774768c04925c1d7e71b22f5d11a8c32c9df2
Author: Phil Holmes <address@hidden>
Date:   Sun Aug 23 16:14:17 2015 +0100

    Further fix to Issue 4550 to fix GUB fail

commit ff8a88eaf999491e375e61780f633fabc2b02c1c
Author: Masamichi Hosoda <address@hidden>
Date:   Sun Aug 23 23:47:37 2015 +0900

    Fix Issue 4550: Add "std::" to isinf() and isnan()
    
    gcc 4.9.x needs "std::" to isinf() and isnan().


I consider it a bad idea to have those changes in a release without
having them in master.  I think what you want to do here is to back out
those changes again since they were required as a consequence of issue
4550 which has been reverted.  You should be able to do this using

git checkout release/unstable
git reset --hard 314336b

and then start over with

git merge origin/master
git cherry-pick c3eeea3dd # This is the release news

-- 
David Kastrup



reply via email to

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