Re: Problem with buildworld with CLANG

2010-06-24 Thread Tom Evans
On Thu, Jun 24, 2010 at 2:33 PM, Cristiano Deana wrote: > On Thu, Jun 24, 2010 at 11:24 AM, Tom Evans wrote: > >> The error in your first email was clearly a warning being promoted to >> an error, so either you had a different error on your build with >> NO_WERROR/WERROR, or your NO_WERROR/WERROR

Re: Problem with buildworld with CLANG

2010-06-24 Thread Dimitry Andric
On 2010-06-24 15:33, Cristiano Deana wrote: > Last lines: > > /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/md4/md4_dgst.c:135:2: > error: unsupported inline asm: input with type 'unsigned long' > matching output with type > 'unsigned int' > R1(D,A,B,C,X( 4), 5,0x5A827

Re: Problem with buildworld with CLANG

2010-06-24 Thread Cristiano Deana
On Thu, Jun 24, 2010 at 11:24 AM, Tom Evans wrote: > The error in your first email was clearly a warning being promoted to > an error, so either you had a different error on your build with > NO_WERROR/WERROR, or your NO_WERROR/WERROR settings were not being > respected. Please retry with NO_WERR

Re: Problem with buildworld with CLANG

2010-06-24 Thread Tom Evans
On Wed, Jun 23, 2010 at 4:52 PM, Cristiano Deana wrote: > On Wed, Jun 23, 2010 at 3:15 PM, Tom Evans wrote: > >> Top of the '[TESTING] Clang..' email: >> >>> hi, >>> >>> ClangBSD was updated to LLVM/clang revision 104832 which is what we aim to >>> import >>> into HEAD in roughly a week. We woul

Re: Problem with buildworld with CLANG

2010-06-23 Thread Cristiano Deana
On Wed, Jun 23, 2010 at 3:15 PM, Tom Evans wrote: > Top of the '[TESTING] Clang..' email: > >> hi, >> >> ClangBSD was updated to LLVM/clang revision 104832 which is what we aim to >> import >> into HEAD in roughly a week. We would like the initial import to be as >> painless >> as possible and

Re: Problem with buildworld with CLANG

2010-06-23 Thread Tom Evans
On Wed, Jun 23, 2010 at 1:38 PM, Cristiano Deana wrote: > # uname -a > FreeBSD test 9.0-CURRENT FreeBSD 9.0-CURRENT #3: Tue Jun 22 16:04:38 > CEST 2010     r...@test:/usr/obj/usr/src/sys/GENERIC  amd64 > > # cat /etc/src.conf > #NO_WERROR= > #WERROR= > CC=     clang > CXX=    clang++ > > sources f

Re: Problem with buildworld with CLANG

2010-06-23 Thread René Ladan
2010/6/23 Cristiano Deana : > # uname -a > FreeBSD test 9.0-CURRENT FreeBSD 9.0-CURRENT #3: Tue Jun 22 16:04:38 > CEST 2010     r...@test:/usr/obj/usr/src/sys/GENERIC  amd64 > > # cat /etc/src.conf > #NO_WERROR= > #WERROR= > CC=     clang > CXX=    clang++ > > sources from this morning, i got this

Problem with buildworld with CLANG

2010-06-23 Thread Cristiano Deana
# uname -a FreeBSD test 9.0-CURRENT FreeBSD 9.0-CURRENT #3: Tue Jun 22 16:04:38 CEST 2010 r...@test:/usr/obj/usr/src/sys/GENERIC amd64 # cat /etc/src.conf #NO_WERROR= #WERROR= CC= clang CXX=clang++ sources from this morning, i got this error: clang -O2 -pipe -I/usr/src/lib/libc/inc