Re: Can't update CLang-based system

2011-03-03 Thread Marcelo/Porks
On Mon, Feb 28, 2011 at 09:06, Dimitry Andric wrote: > On 2011-02-28 04:30, Tim Kientzle wrote: >> >> I have a FreeBSD-CURRENT AMD64 system here that was last updated at >> r215029. >> >> I'm trying to update it to r219079, but the build fails in lib/libz when >> it tries to compile gvmat64.S.  It

Re: Can't update CLang-based system

2011-03-01 Thread Dimitry Andric
On 2011-02-28 08:55, Doug Barton wrote: I have a different problem on r219092. Everything builds find, but "linking kernel.debug" hangs forever. It can't even be killed with ^C. My existing system is r218985M, which was built with clang. This is my first time trying to build a system with clang O

Re: Can't update CLang-based system

2011-02-28 Thread Alexander Best
On Mon Feb 28 11, Dimitry Andric wrote: > On 2011-02-28 04:30, Tim Kientzle wrote: > >I have a FreeBSD-CURRENT AMD64 system here that was last updated at > >r215029. > > > >I'm trying to update it to r219079, but the build fails in lib/libz when > >it tries to compile gvmat64.S. It looks like th

Re: Can't update CLang-based system

2011-02-28 Thread Dimitry Andric
On 2011-02-28 08:55, Doug Barton wrote: I have a different problem on r219092. Everything builds find, but "linking kernel.debug" hangs forever. It can't even be killed with ^C. My existing system is r218985M, which was built with clang. This is my first time trying to build a system with clang O

Re: Can't update CLang-based system

2011-02-28 Thread Dimitry Andric
On 2011-02-28 04:30, Tim Kientzle wrote: I have a FreeBSD-CURRENT AMD64 system here that was last updated at r215029. I'm trying to update it to r219079, but the build fails in lib/libz when it tries to compile gvmat64.S. It looks like the Makefile here has a workaround for clang on AMD64, bu

Re: Can't update CLang-based system

2011-02-28 Thread Marcelo/Porks
On Mon, Feb 28, 2011 at 00:30, Tim Kientzle wrote: > I have a FreeBSD-CURRENT AMD64 system here that was last updated at r215029. > > I'm trying to update it to r219079, but the build fails in lib/libz when it > tries to compile gvmat64.S.  It looks like the Makefile here has a workaround > for

Re: Can't update CLang-based system

2011-02-28 Thread Mark Murray
Tim Kientzle writes: > I have a FreeBSD-CURRENT AMD64 system here that was last updated at = > r215029. > > I'm trying to update it to r219079, but the build fails in lib/libz when = > it tries to compile gvmat64.S. It looks like the Makefile here has a = > workaround for clang on AMD64, but it d

Re: Can't update CLang-based system

2011-02-28 Thread Boris Samorodov
On Sun, 27 Feb 2011 23:55:34 -0800 Doug Barton wrote: > On 02/27/2011 19:30, Tim Kientzle wrote: > > I have a FreeBSD-CURRENT AMD64 system here that was last updated at r215029. > > > > I'm trying to update it to r219079, but the build fails in lib/libz > > when it tries to compile gvmat64.S. It

Re: Can't update CLang-based system

2011-02-28 Thread datastream datastream.freecity
Me too. #make buildkernel clang -shared -nostdlib hack.c -o hack.So rm -f hack.c MAKE=make sh /usr/src/sys/conf/newvers.sh G9laptop /usr/local/bin/svnversion clang -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmi

Re: Can't update CLang-based system

2011-02-27 Thread Doug Barton
On 02/27/2011 19:30, Tim Kientzle wrote: I have a FreeBSD-CURRENT AMD64 system here that was last updated at r215029. I'm trying to update it to r219079, but the build fails in lib/libz when it tries to compile gvmat64.S. It looks like the Makefile here has a workaround for clang on AMD64, bu

Can't update CLang-based system

2011-02-27 Thread Tim Kientzle
I have a FreeBSD-CURRENT AMD64 system here that was last updated at r215029. I'm trying to update it to r219079, but the build fails in lib/libz when it tries to compile gvmat64.S. It looks like the Makefile here has a workaround for clang on AMD64, but it doesn't seem to actually be working in