Re: svn commit: r280636 - head/include

2015-03-28 Thread Bruce Evans
On Sat, 28 Mar 2015, Mark Millard wrote: With reference to Dimitry Andric's Thu Mar 26 14:41:43 UTC 2015 note ... [... gcc's "fixing" of headers] Indeed. See also this recent discussion on -current: https://lists.freebsd.org/pipermail/freebsd-current/2015-March/055111.html where a "fixe

Re: Fails to build sys/i386/boot2 with gcc 4.9

2015-03-28 Thread Warner Losh
> On Mar 28, 2015, at 5:33 PM, Dimitry Andric wrote: > > On 29 Mar 2015, at 00:05, Craig Rodrigues wrote: >> >> To work around the problems build rescue, this time I used a build host >> running FreeBSD-CURRENT at svn revision r280353 >> >> I took this patch for libc++ and applied it to my tr

svn commit: r280636 - head/include

2015-03-28 Thread Mark Millard
With reference to Dimitry Andric's Thu Mar 26 14:41:43 UTC 2015 note ... > On 26 Mar 2015, at 14:20, Tijl Coosemans wrote: > > > > On Thu, 26 Mar 2015 17:37:53 +1100 (EST) Bruce Evans > optusnet.com.au> wrote: > >> On Wed, 25 Mar 2015, Pedro Giffuni wrote: > ... > >>> The reason why I had to re

Re: Fails to build sys/i386/boot2 with gcc 4.9

2015-03-28 Thread Dimitry Andric
On 29 Mar 2015, at 00:05, Craig Rodrigues wrote: > > To work around the problems build rescue, this time I used a build host > running FreeBSD-CURRENT at svn revision r280353 > > I took this patch for libc++ and applied it to my tree: > > http://reviews.llvm.org/D8461 I've only got one minor r

Fails to build sys/i386/boot2 with gcc 4.9

2015-03-28 Thread Craig Rodrigues
Hi, To work around the problems build rescue, this time I used a build host running FreeBSD-CURRENT at svn revision r280353 I took this patch for libc++ and applied it to my tree: http://reviews.llvm.org/D8461 I used this script to build with gcc 4.9: https://github.com/freebsd/freebsd-ci/blob

Re: Failed to build rescue with gcc 4.9

2015-03-28 Thread Craig Rodrigues
On Sat, Mar 28, 2015 at 2:34 PM, Craig Rodrigues wrote: > > > I double checked. cat.lo is not a truncated file. > # ls -l cat.lo ; file cat.lo > -rw-r--r-- 1 jenkins wheel 13112 Mar 28 21:17 cat.lo > cat.lo: ELF 64-bit LSB relocatable, x86-64, version 1 (FreeBSD), stripped > > Hmm, so file re

Failed to build rescue with gcc 4.9

2015-03-28 Thread Craig Rodrigues
Hi, The build host VM that I used was FreeBSD 10.1-RELEASE, amd64. I took this patch for libc++ and applied it to my tree: http://reviews.llvm.org/D8461 I used this script to build with gcc 4.9: https://github.com/freebsd/freebsd-ci/blob/master/scripts/build/cross-build.sh Building rescue fai

Re: lldb compilation problem with gcc 4.9

2015-03-28 Thread Craig Rodrigues
On Fri, Mar 27, 2015 at 10:03 PM, Craig Rodrigues wrote: > Hi, > > I had problems compiling lldb with gcc 4.9. > > See problem description plus patch which I submitted upstream: > > https://llvm.org/bugs/show_bug.cgi?id=23051 > > My patch was accepted upstream: http://llvm.org/viewvc/llvm-projec