From owner-freebsd-current@FreeBSD.ORG Thu Apr 24 17:05:49 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 908EF6C8 for ; Thu, 24 Apr 2014 17:05:49 +0000 (UTC) Received: from forward1l.mail.yandex.net (forward1l.mail.yandex.net [IPv6:2a02:6b8:0:1819::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Certum Level IV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B9AB148D for ; Thu, 24 Apr 2014 17:05:49 +0000 (UTC) Received: from smtp11.mail.yandex.net (smtp11.mail.yandex.net [95.108.130.67]) by forward1l.mail.yandex.net (Yandex) with ESMTP id 04C68152116C for ; Thu, 24 Apr 2014 21:05:46 +0400 (MSK) Received: from smtp11.mail.yandex.net (localhost [127.0.0.1]) by smtp11.mail.yandex.net (Yandex) with ESMTP id B61E37E07C9 for ; Thu, 24 Apr 2014 21:05:46 +0400 (MSK) Received: from unknown (unknown [77.66.228.253]) by smtp11.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id A3PgDis3MP-5kLOoiKF; Thu, 24 Apr 2014 21:05:46 +0400 (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: 2bdcaf5d-69bf-44d5-a75a-6ddfb979e444 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1398359146; bh=6wqaISJQe3gzdXORKJlEW/V0GzUTQrWwFGWBMlqg09U=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: Content-Type:Content-Transfer-Encoding; b=nbCIbf6jT9QeAGfjFxsHX/gHulWsjL5Lt/FTWs+KPz8ZPNgCPt4s+PKLND8+gnY/i MUbVKeKb7J/t1j9JT+oEigDt3IgJgPVbRfiKeJMAsrsjOCtaC0jn5a4kL5Rx0mPaJ/ licCVfp6Ur6YZs0btWqhkkET0gv1Ma5GnrrvLRNA= Authentication-Results: smtp11.mail.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <53594466.10601@yandex.ru> Date: Thu, 24 Apr 2014 21:05:42 +0400 From: Ruslan Makhmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: FreeBSD Current Subject: libllvmmc build is broken on i386 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2014 17:05:49 -0000 Hi, I can't build current on i386 (last tried revision is 264886) for couple of days. Every time trying to build with making `make clean` and rm'ing /usr/obj first. The first error is appearing when building MCAsmBackend.cpp: """ /../contrib/llvm/lib/MC/MCAsmBackend.cpp -o MCAsmBackend.o In file included from /usr/src/lib/clang/libllvmmc/../../../contrib/llvm/lib/MC/MCAsmBackend.cpp:10: In file included from /usr/src/lib/clang/libllvmmc/../../../contrib/llvm/include/llvm/MC/MCAsmBackend.h:13: In file included from /usr/src/lib/clang/libllvmmc/../../../contrib/llvm/include/llvm/ADT/ArrayRef.h:14: In file included from /usr/src/lib/clang/libllvmmc/../../../contrib/llvm/include/llvm/ADT/SmallVector.h:17: In file included from /usr/src/lib/clang/libllvmmc/../../../contrib/llvm/include/llvm/Support/AlignOf.h:19: In file included from /usr/include/c++/v1/cstddef:36: /usr/include/c++/v1/__config:314:2: error: invalid preprocessing directive """ Here is the full buildlog: http://pastebin.com/mp4mrUTb Thanks. -- Regards, Ruslan T.O.S. Of Reality