From owner-freebsd-stable@freebsd.org Thu Mar 23 12:31:30 2017 Return-Path: Delivered-To: freebsd-stable@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 82DBED19103 for ; Thu, 23 Mar 2017 12:31:30 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [IPv6:2001:7b8:3a7:1:2d0:b7ff:fea0:8c26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C816162B for ; Thu, 23 Mar 2017 12:31:30 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from coleburn.avinity.tv (unknown [77.95.97.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 299AC19A09; Thu, 23 Mar 2017 13:31:27 +0100 (CET) From: Dimitry Andric Message-Id: <6CAF5439-E789-446A-BCC5-8AE3E317E429@FreeBSD.org> Content-Type: multipart/signed; boundary="Apple-Mail=_76240CA2-A16A-40F2-BA12-AC1B80107E42"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: buildworld fails immediately Date: Thu, 23 Mar 2017 13:31:20 +0100 In-Reply-To: Cc: FreeBSD Stable List To: Aryeh Friedman References: X-Mailer: Apple Mail (2.3259) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Mar 2017 12:31:30 -0000 --Apple-Mail=_76240CA2-A16A-40F2-BA12-AC1B80107E42 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii On 23 Mar 2017, at 06:38, Aryeh Friedman wrote: > > root@lilith:/usr/src # make buildworld > make[1]: "/usr/src/Makefile.inc1" line 144: SYSTEM_COMPILER: Determined > that CC=cc matches the source tree. Not bootstrapping a cross-compiler. ... > c++ -O2 -pipe -I/usr/src/lib/clang/include -I/usr/src/contrib/llvm/include > -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS > -D__STDC_CONSTANT_MACROS -DNDEBUG > -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd11.0\" > -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd11.0\" > -DDEFAULT_SYSROOT=\"/usr/obj/usr/src/tmp\" -MD -MF.depend.Support_APInt.o > -MTSupport/APInt.o -Qunused-arguments > -I/usr/obj/usr/src/tmp/legacy/usr/include -std=c++11 -fno-exceptions > -fno-rtti -stdlib=libc++ -Wno-c++11-extensions -c > /usr/src/contrib/llvm/lib/Support/APInt.cpp -o Support/APInt.o > c++: error: unable to execute command: Bus error (core dumped) > c++: error: clang frontend command failed due to signal (use -v to see > invocation) > FreeBSD clang version 3.9.1 (tags/RELEASE_391/final 289601) (based on LLVM > 3.9.1) > Target: x86_64-unknown-freebsd11.0 > Thread model: posix > InstalledDir: /usr/bin > c++: note: diagnostic msg: PLEASE submit a bug report to > https://bugs.freebsd.org/submit/ and include the crash backtrace, > preprocessed source, and associated run script. > c++: note: diagnostic msg: > ******************** > > PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: > Preprocessed source(s) and associated run script(s) are located at: > c++: note: diagnostic msg: /tmp/APInt-8fe456.cpp > c++: note: diagnostic msg: /tmp/APInt-8fe456.sh If it's consistently repeatable, please create a tarball of the /tmp/APInt-*.{cpp.sh} files, and upload those to a bug report. If it's not consistently repeatable, check your hardware (e.g. run memtest86). -Dimitry --Apple-Mail=_76240CA2-A16A-40F2-BA12-AC1B80107E42 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.30 iEYEARECAAYFAljTwB4ACgkQsF6jCi4glqM4owCdFHo8IujrBQHDILXc7y3t+xwL UxUAniSQfWMKkuuyhXBH5uACGkyqRF44 =mLW+ -----END PGP SIGNATURE----- --Apple-Mail=_76240CA2-A16A-40F2-BA12-AC1B80107E42--