Re: Resending: further GUB failure

2015-08-27 Thread Phil Holmes
[snip all] Thanks. GUB is now built and will be uploaded this evening. -- Phil Holmes ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Resending: further GUB failure

2015-08-27 Thread David Kastrup
"Phil Holmes" writes: > - Original Message - > From: "David Kastrup" > To: "Phil Holmes" > >> 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 a

Re: Resending: further GUB failure

2015-08-27 Thread Phil Holmes
- Original Message - From: "David Kastrup" To: "Phil Holmes" 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 ha

Re: Resending: further GUB failure

2015-08-24 Thread David Kastrup
Phil Holmes 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

Resending: further GUB failure

2015-08-24 Thread Phil Holmes
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/down

Re: Further GUB failure

2015-08-23 Thread David Kastrup
Dan Eble writes: > David wrote: >> isinf is supposed to be defined in cmath (without scoping) which is >> included by flower/include/offset.hh. And of course this works on most >> platforms or we'd have gotten complaints already. > > What’s your source? I tried interpreting the last draft C++11

Re: Further GUB failure

2015-08-23 Thread Dan Eble
David wrote: > isinf is supposed to be defined in cmath (without scoping) which is > included by flower/include/offset.hh. And of course this works on most > platforms or we'd have gotten complaints already. What’s your source? http://en.cppreference.com/w/cpp/numeric/math/isinf shows that the

Re: Further GUB failure

2015-08-23 Thread David Kastrup
"Phil Holmes" writes: > - Original Message - > From: "David Kastrup" > To: "Phil Holmes" > Cc: > Sent: Sunday, August 23, 2015 4:00 PM > Subject: Re: Further GUB failure > > >> Phil Holmes writes: >> >>> I&#

Re: Further GUB failure

2015-08-23 Thread Phil Holmes
- Original Message - From: "David Kastrup" To: "Phil Holmes" Cc: Sent: Sunday, August 23, 2015 4:00 PM Subject: Re: Further GUB failure Phil Holmes writes: I'm now getting this error: /home/gub/NewGub/gub/target/darwin-ppc/src/lilypond-git.sv.gnu.o

Re: Further GUB failure

2015-08-23 Thread David Kastrup
Phil Holmes writes: > I'm now getting this error: > > /home/gub/NewGub/gub/target/darwin-ppc/src/lilypond-git.sv.gnu.org-- > lilypond.git-release-unstable/flower/offset.cc:43:25: error: 'isinf' was not > declared in this scope >if (!isinf (z2[Y_AXIS])) > ^ > > It look

Re: Further GUB failure

2015-08-23 Thread Masamichi HOSODA
> I'm now getting this error: > > /home/gub/NewGub/gub/target/darwin-ppc/src/lilypond-git.sv.gnu.org-- > lilypond.git-release-unstable/flower/offset.cc:43:25: error: 'isinf' was not > declared in this scope >if (!isinf (z2[Y_AXIS])) > ^ > > It looks like the compiler

Further GUB failure

2015-08-23 Thread Phil Holmes
I'm now getting this error: /home/gub/NewGub/gub/target/darwin-ppc/src/lilypond-git.sv.gnu.org-- lilypond.git-release-unstable/flower/offset.cc:43:25: error: 'isinf' was not declared in this scope if (!isinf (z2[Y_AXIS])) ^ It looks like the compiler cannot find isinf,