From owner-freebsd-current@FreeBSD.ORG Sun Nov 27 21:05:37 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0CB2106566B for ; Sun, 27 Nov 2011 21:05:37 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 834618FC0C for ; Sun, 27 Nov 2011 21:05:37 +0000 (UTC) Received: by ywp17 with SMTP id 17so4480865ywp.13 for ; Sun, 27 Nov 2011 13:05:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=s/m2519sOzczIUcGmdspgzQeDTflyoiw23THlFS3xfA=; b=ZU+mkJr0suL7Sgx81SghIP5M370RdI3+SJJME3N0UjIleBq/jGhQ9UOSLIhMXf3zMQ co5pfVq6bETt3E3Is2YbU0eF6FGUmJ3Q+L7e03m4AyTRok6pD6nRQnyJgfzYT7OqrxkI oWTmJLM+FUPerwNbDaQ23W1ZaF57O4/tSiblU= MIME-Version: 1.0 Received: by 10.182.40.65 with SMTP id v1mr2357129obk.72.1322427936794; Sun, 27 Nov 2011 13:05:36 -0800 (PST) Received: by 10.182.62.227 with HTTP; Sun, 27 Nov 2011 13:05:36 -0800 (PST) In-Reply-To: <4ED26CE9.3020107@zedat.fu-berlin.de> References: <4ED26CE9.3020107@zedat.fu-berlin.de> Date: Sun, 27 Nov 2011 13:05:36 -0800 Message-ID: From: Garrett Cooper To: "O. Hartmann" Content-Type: text/plain; charset=ISO-8859-1 Cc: Current FreeBSD Subject: Re: Building FreeBSD 10.0-CURRENT/amd64 of today fails (with clang and WITH_LIBCPLUSPLUS=YES) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 27 Nov 2011 21:05:37 -0000 On Sun, Nov 27, 2011 at 9:01 AM, O. Hartmann wrote: > Sources of FreeBSD 10.0-CUR/amd64 as svn-ed recently: > > Path: . > Working Copy Root Path: /usr/src > URL: svn://svn.freebsd.org/base/head > Repository Root: svn://svn.freebsd.org/base > Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f > Revision: 228029 > Node Kind: directory > Schedule: normal > Last Changed Author: trociny > Last Changed Rev: 228029 > Last Changed Date: 2011-11-27 17:56:01 +0100 (Sun, 27 Nov 2011) > > fail to build with the following error: Look for the first "Error code" in your output -- the line before that is the real error. That being said, there were some additional CFLAGS that needed to be fed in to make things work with libc++ and libcxxrt IIRC. Cheers, -Garrett