From owner-freebsd-stable@FreeBSD.ORG Thu Dec 4 15:14:37 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 47B002BE for ; Thu, 4 Dec 2014 15:14:37 +0000 (UTC) Received: from mail.eskimo.com (mail.eskimo.com [204.122.16.4]) (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 2FEEA231 for ; Thu, 4 Dec 2014 15:14:37 +0000 (UTC) Received: from shellx.eskimo.com (shellx.eskimo.com [204.122.16.2]) by mail.eskimo.com (Postfix) with ESMTP id 779501BE9 for ; Thu, 4 Dec 2014 07:05:13 -0800 (PST) Received: by shellx.eskimo.com (Postfix, from userid 51518) id 53030BDF; Thu, 4 Dec 2014 07:05:12 -0800 (PST) Date: Thu, 4 Dec 2014 07:05:12 -0800 From: Joseph Olatt To: freebsd-stable@freebsd.org Subject: 9.2-STABLE #0 r259072 -> 9.3 buildworld fails Message-ID: <20141204150512.GA8424@shellx.eskimo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Virus-Scanned: clamav-milter 0.98.4 at mail.eskimo.com X-Virus-Status: Clean X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 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, 04 Dec 2014 15:14:37 -0000 I'm trying to upgrade to the latest 9.3-STABLE, after a fresh "svn update" and "make buildworld" stops with the following error: /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config/i386/sse.md: In function 'output_936': /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config/i386/sse.md: 4517: internal compiler error: Segmentation fault: 11 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. *** [insn-output.o] Error code 1 Stop in /usr/src/gnu/usr.bin/cc/cc_int. *** [all] Error code 1 Stop in /usr/src/gnu/usr.bin/cc. *** [cross-tools] Error code 1 Stop in /usr/src. *** [_cross-tools] Error code 1 Stop in /usr/src. *** [buildworld] Error code 1 Stop in /usr/src. root@rain:/usr/src # Current "uname -a": FreeBSD rain 9.2-STABLE FreeBSD 9.2-STABLE #0 r259072: Sat Dec 7 19:52:04 CST 2013 root@rain:/usr/obj/usr/src/sys/RAIN i386 Anybody else on the list seeing anything similar?