Date: Thu, 24 Jun 2010 15:33:47 +0200 From: Cristiano Deana <cristiano.deana@gmail.com> To: freebsd-current@freebsd.org Subject: Re: Problem with buildworld with CLANG Message-ID: <AANLkTikGOr908xX5sTW9NXR_ICEH5ISVWaJYs4I-g5vG@mail.gmail.com> In-Reply-To: <AANLkTimcEUVxI5AZkMhH1onjBnX5H39ffW7KDkPqr2ul@mail.gmail.com> References: <AANLkTimW-hx2y53BdEBb1g7VMNx2Lcns-nSZYNfo7TY6@mail.gmail.com> <AANLkTilYvE3iRKsdkFfz-efWOiaED9kr-FZvS7SqXDU4@mail.gmail.com> <AANLkTinC1n4SjXZXXs_FZyUPcGIFWirYWvSIJ8OQfIFY@mail.gmail.com> <AANLkTimcEUVxI5AZkMhH1onjBnX5H39ffW7KDkPqr2ul@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jun 24, 2010 at 11:24 AM, Tom Evans <tevans.uk@googlemail.com> 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_WERROR/WERROR set in /etc/src.conf, > and show the resulting error. 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,0x5A827999L); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/md4/md4_dgst.c:60: /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/md4/md4_locl.h:108:4: note: instantiated from: a=ROTATE(a,s); };\ ^ /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/md4/md4_dgst.c:135:2: note: instantiated from: R1(D,A,B,C,X( 4), 5,0x5A827999L); ^ ~ /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/md4/md4_dgst.c:135:5: note: instantiated from: R1(D,A,B,C,X( 4), 5,0x5A827999L); ^ /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/md4/md4_dgst.c:136:2: error: unsupported inline asm: input with type 'unsigned long' matching output with type 'unsigned int' R1(C,D,A,B,X( 8), 9,0x5A827999L); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/md4/md4_dgst.c:60: /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/md4/md4_locl.h:108:4: note: instantiated from: a=ROTATE(a,s); };\ ^ /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/md4/md4_dgst.c:136:2: note: instantiated from: R1(C,D,A,B,X( 8), 9,0x5A827999L); ^ ~ /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/md4/md4_dgst.c:136:5: note: instantiated from: R1(C,D,A,B,X( 8), 9,0x5A827999L); ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 4 warnings and 20 errors generated. *** Error code 1 Stop in /usr/src/secure/lib/libcrypto. *** Error code 1 -- Cris, member of G.U.F.I Italian FreeBSD User Group http://www.gufi.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTikGOr908xX5sTW9NXR_ICEH5ISVWaJYs4I-g5vG>