From owner-freebsd-stable@FreeBSD.ORG Mon Sep 8 05:42:21 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4E1A6568 for ; Mon, 8 Sep 2014 05:42:21 +0000 (UTC) Received: from tensor.andric.com (unknown [IPv6:2001:7b8:3a7:1:2d0:b7ff:fea0:8c26]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "tensor.andric.com", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0A3EF181E for ; Mon, 8 Sep 2014 05:42:21 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7::dd52:a15d:3286:3b83] (unknown [IPv6:2001:7b8:3a7:0:dd52:a15d:3286:3b83]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 69510B803; Mon, 8 Sep 2014 07:42:14 +0200 (CEST) Content-Type: multipart/signed; boundary="Apple-Mail=_8CA19674-51B0-4188-B91E-08D44B0BEC57"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: Unable to build stable From: Dimitry Andric In-Reply-To: Date: Mon, 8 Sep 2014 07:41:53 +0200 Message-Id: References: To: Geir Svalland X-Mailer: Apple Mail (2.1878.6) Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Sep 2014 05:42:21 -0000 --Apple-Mail=_8CA19674-51B0-4188-B91E-08D44B0BEC57 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 08 Sep 2014, at 01:57, Geir Svalland wrote: > uname -a > FreeBSD ymer.thorshammare.org 10.0-RELEASE-p7 FreeBSD 10.0-RELEASE-p7 = #0: > Tue Jul 8 06:34:23 UTC 2014 > root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC > i386 >=20 >=20 > I'm unable to make buildworld on todays stable revision 271241 > due to the following error message : >=20 > -fno-exceptions -fno-rtti -c > = /usr/src/lib/clang/libclangsema/../../../contrib/llvm/tools/clang/lib/Sema= /SemaLookup.cpp > -o SemaLookup.o > = /usr/src/lib/clang/libclangsema/../../../contrib/llvm/tools/clang/lib/Sema= /SemaLookup.cpp:4410:55: > error: source file is not valid UTF-8 > = TmpRes.setLookupName(QRI->getCorrectionAsIdetifierInfo()); > ^ That line should read: TmpRes.setLookupName(QRI->getCorrectionAsIdentifierInfo()); So either your source checkout is corrupt, or your hardware flips bits = randomly. -Dimitry --Apple-Mail=_8CA19674-51B0-4188-B91E-08D44B0BEC57 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) iEYEARECAAYFAlQNQbMACgkQsF6jCi4glqNphgCcDURPesZknsI3Fu+3zAqu6HM9 G/wAoJB3RhgdY7jlTff8YS5n3i9w1vjW =BjVi -----END PGP SIGNATURE----- --Apple-Mail=_8CA19674-51B0-4188-B91E-08D44B0BEC57--