From owner-freebsd-stable@FreeBSD.ORG Sun Sep 7 23:57:06 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 0EDFD3A4 for ; Sun, 7 Sep 2014 23:57:06 +0000 (UTC) Received: from mail-oa0-x22d.google.com (mail-oa0-x22d.google.com [IPv6:2607:f8b0:4003:c02::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CFCD51D27 for ; Sun, 7 Sep 2014 23:57:05 +0000 (UTC) Received: by mail-oa0-f45.google.com with SMTP id n16so10071944oag.4 for ; Sun, 07 Sep 2014 16:57:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=YZI/+fh9Fi1V2yuUyshH9cPs7HehI6YacwHv7yPY8Kk=; b=I2TAqY4o+9UXzYpKa103B2jgM1bhKp9JqpW0tatgVsjnBPbRRzyuLJsNDGjq/mHWhk GuwN3WWBbgEyMKJy4QeXxTKj+BlDHeDPep4h9JoW/v1gySFlHoRISc6hzu2BlUDKXwRs A3GlhMwzgFI2cjFTbLbeSMlZjSSnBP2uocgv1gFS6jHuPKBmh4ReirGlg3ar1TDFel0j tuR9MHZ0gsvol7rWC4NrI74LmZpDOlSGOueD8S/MIc4gAYLTLjOfJzKHCDJjJdB0M8Da eneGcZnkNLtmYvkEeuh+X4YhPwZeKVwFxWO/1Xgrn7F/we7Yb6kYqEk1vuIGmO3mE1PO YojQ== MIME-Version: 1.0 X-Received: by 10.60.133.46 with SMTP id oz14mr28552989oeb.23.1410134225049; Sun, 07 Sep 2014 16:57:05 -0700 (PDT) Received: by 10.76.72.105 with HTTP; Sun, 7 Sep 2014 16:57:05 -0700 (PDT) Date: Mon, 8 Sep 2014 01:57:05 +0200 Message-ID: Subject: Unable to build stable From: Geir Svalland To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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: Sun, 07 Sep 2014 23:57:06 -0000 Hello. 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 I'm unable to make buildworld on todays stable revision 271241 due to the following error message : -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()); ^ /usr/src/lib/clang/libclangsema/../../../contrib/llvm/tools/clang/lib/Sema/SemaLookup.cpp:4410:37: error: no member named 'getCorrectionAsIde' in 'clang::TypoCorrection'; did you mean 'getCorrectionRange'? TmpRes.setLookupName(QRI->getCorrectionAsIdetifierInfo()); ^~~~~~~~~~~~~~~~~~ getCorrectionRange /usr/src/lib/clang/libclangsema/../../../contrib/llvm/tools/clang/include/clang/Sema/TypoCorrection.h:207:15: note: 'getCorrectionRange' declared here SourceRange getCorrectionRange() const { ^ /usr/src/lib/clang/libclangsema/../../../contrib/llvm/tools/clang/lib/Sema/SemaLookup.cpp:4410:56: error: expected ')' TmpRes.setLookupName(QRI->getCorrectionAsIdetifierInfo()); ^ /usr/src/lib/clang/libclangsema/../../../contrib/llvm/tools/clang/lib/Sema/SemaLookup.cpp:4410:31: note: to match this '(' TmpRes.setLookupName(QRI->getCorrectionAsIdetifierInfo()); ^ 3 errors generated. *** Error code 1 Stop. make[4]: stopped in /usr/src/lib/clang/libclangsema *** Error code 1 Stop. make[3]: stopped in /usr/src/lib/clang *** Error code 1 Stop. make[2]: stopped in /usr/src *** Error code 1 Stop. make[1]: stopped in /usr/src *** Error code 1 Stop. make: stopped in /usr/src any hints on how to proceed ? Best regards Hasse