From owner-freebsd-ports@freebsd.org Sat Jul 29 01:09:49 2017 Return-Path: Delivered-To: freebsd-ports@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 C1F45DAC2A4 for ; Sat, 29 Jul 2017 01:09:49 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id AE9307CF7A for ; Sat, 29 Jul 2017 01:09:49 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: by mailman.ysv.freebsd.org (Postfix) id AA51FDAC2A2; Sat, 29 Jul 2017 01:09:49 +0000 (UTC) Delivered-To: ports@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 A7FF2DAC2A1 for ; Sat, 29 Jul 2017 01:09:49 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [69.239.235.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "www.zefox.org", Issuer "www.zefox.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 5A1577CF79 for ; Sat, 29 Jul 2017 01:09:49 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id v6T19mh3024770 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Fri, 28 Jul 2017 18:09:49 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id v6T19meH024769 for ports@freebsd.org; Fri, 28 Jul 2017 18:09:48 -0700 (PDT) (envelope-from fbsd) Date: Fri, 28 Jul 2017 18:09:48 -0700 From: bob prohaska To: ports@freebsd.org Subject: Clang5 crashing on RPI2 compiling gnome3 Message-ID: <20170729010948.GA24502@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jul 2017 01:09:49 -0000 Attempts to compile gnome3 on an RPI2 have run hard aground on :57:6: note: expanded from here Assertion failed: (0 <= N && N < static_cast(m_byteToColumn.size())), function byteToContainingColumn, file /usr/src/contrib/llvm/tools/clang/lib/Frontend/TextDiagnostic.cpp, line 281. cc: error: unable to execute command: Abort trap (core dumped) cc: error: clang frontend command failed due to signal (use -v to see invocation) FreeBSD clang version 5.0.0 (trunk 308421) (based on LLVM 5.0.0svn) Target: armv6-unknown-freebsd12.0-gnueabihf Thread model: posix InstalledDir: /usr/bin Does anybody recognize this as a known problem? I seem to recall similar messages, but those were on clang 4.something. Is there a workaround? Thanks for reading, bob prohaska