From owner-freebsd-ppc@freebsd.org Sat Apr 29 03:23:55 2017 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F8D1D5581C for ; Sat, 29 Apr 2017 03:23:55 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-210-51.reflexion.net [208.70.210.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A1E7C232 for ; Sat, 29 Apr 2017 03:23:54 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 13619 invoked from network); 29 Apr 2017 03:23:53 -0000 Received: from unknown (HELO rtc-sm-01.app.dca.reflexion.local) (10.81.150.1) by 0 (rfx-qmail) with SMTP; 29 Apr 2017 03:23:53 -0000 Received: by rtc-sm-01.app.dca.reflexion.local (Reflexion email security v8.40.0) with SMTP; Fri, 28 Apr 2017 23:23:53 -0400 (EDT) Received: (qmail 16456 invoked from network); 29 Apr 2017 03:23:52 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 29 Apr 2017 03:23:52 -0000 Received: from [192.168.1.106] (c-76-115-7-162.hsd1.or.comcast.net [76.115.7.162]) by iron2.pdx.net (Postfix) with ESMTPSA id 2F1B0EC7ED9; Fri, 28 Apr 2017 20:23:52 -0700 (PDT) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: llvm 4.0 on PPC64 Message-Id: Date: Fri, 28 Apr 2017 20:23:51 -0700 Cc: FreeBSD PowerPC ML To: luciano@vespaperitivo.it X-Mailer: Apple Mail (2.3273) X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Apr 2017 03:23:55 -0000 Luciano Mannucci luciano at vespaperitivo.it wrote on Fri Apr 28 11:01:12 UTC 2017 (about building llvm 4.0 on powerpc64): > It seems it doesn't compile on 11.0-RELEASE-p1. Is it a known bug? > I'm getting this from make install clean: (He then lists some compile errors.) What compiler was trying to compile devel/llvm40 on powerpc64? For a powerpc64 FreeBSD system. . . Normally there is not a system-clang with libc++ but instead a gcc 4.2.1 and an old libstdc++ . In such a context some other lang/gcc* or devel/powerpc64-gcc or some such would be required to bootstrap devel/llvm40 . This sort of issue has been true since something like clang 3.5 for systems based on gcc 4.2.1 and its libstdc++ . === Mark Millard markmi at dsl-only.net