From owner-freebsd-current@FreeBSD.ORG Tue Apr 27 08:44:47 2010 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 5D22B106564A for ; Tue, 27 Apr 2010 08:44:47 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (lev.vlakno.cz [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id 177AF8FC1B for ; Tue, 27 Apr 2010 08:44:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 785849CB0D6; Tue, 27 Apr 2010 10:42:13 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2yh3bus5tbWT; Tue, 27 Apr 2010 10:42:11 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 588689CB151; Tue, 27 Apr 2010 10:42:11 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id o3R8gBxw036748; Tue, 27 Apr 2010 10:42:11 +0200 (CEST) (envelope-from rdivacky) Date: Tue, 27 Apr 2010 10:42:11 +0200 From: Roman Divacky To: Dominic Fandrey Message-ID: <20100427084211.GA36551@freebsd.org> References: <4BD68275.6020509@bsdforen.de> <20100427070835.GB16910@freebsd.org> <4BD6A28F.1060600@bsdforen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <4BD6A28F.1060600@bsdforen.de> User-Agent: Mutt/1.4.2.3i Cc: freebsd-current@freebsd.org Subject: Re: ClangBSD build failures 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: Tue, 27 Apr 2010 08:44:47 -0000 On Tue, Apr 27, 2010 at 10:38:39AM +0200, Dominic Fandrey wrote: > On 27/04/2010 09:08, Roman Divacky wrote: > > On Tue, Apr 27, 2010 at 08:21:41AM +0200, Dominic Fandrey wrote: > >> I cannot make this comparison for buildworld, because buildworld > >> with CC=3Dcc, CXX=3Dc++ fails: > >> > >> =3D=3D=3D> usr.bin/clang/lib/libclanglex (all) > >> c++ -isystem /root/clangbsd.gcc.1272316273/obj/root/clangbsd.gcc.1272= 316273/clangbsd/tmp/usr/include -isystem /root/clangbsd.gcc.1272316273/obj/= root/clangbsd.gcc.1272316273/clangbsd/tmp/include/c++/4.2 -isystem /root/cl= angbsd.gcc.1272316273/obj/root/clangbsd.gcc.1272316273/clangbsd/tmp/include= /c++/4.2/backward -B/root/clangbsd.gcc.1272316273/obj/root/clangbsd.gcc.127= 2316273/clangbsd/tmp/usr/lib/ -L/root/clangbsd.gcc.1272316273/obj/root/clan= gbsd.gcc.1272316273/clangbsd/tmp/usr/lib/ -O2 -pipe -I/root/clangbsd.gcc.12= 72316273/clangbsd/usr.bin/clang/lib/libclanglex/../../../../contrib/llvm/in= clude -I/root/clangbsd.gcc.1272316273/clangbsd/usr.bin/clang/lib/libclangle= x/../../../../contrib/llvm/tools/clang/include -I/root/clangbsd.gcc.1272316= 273/clangbsd/usr.bin/clang/lib/libclanglex/../../../../contrib/llvm/tools/c= lang/lib/Lex -I. -I/root/clangbsd.gcc.1272316273/clangbsd/usr.bin/clang/lib= /libclanglex/../../include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_= MACROS -D__STDC_C > ONS > >> TANT_MACROS -fno-rtti -DLLVM_HOSTTRIPLE=3D\"amd64-undermydesk-freebsd9= .0\" -fstack-protector -c /root/clangbsd.gcc.1272316273/clangbsd/usr.bin/cl= ang/lib/libclanglex/../../../../contrib/llvm/tools/clang/lib/Lex/HeaderMap.= cpp > >=20 > >=20 > > you are using old clangbsd.. please update and this will go away >=20 > "Old" as in less than 12 hours. :) >=20 > I'll retry and report. oh... I got confused. sorry. anyway, can you take a look at where the mmint= rin.h comes from? ie. is it the gcc copy or the clang copy? what is "c++" anyway? is it clang or gcc?