From owner-freebsd-stable@FreeBSD.ORG Thu Dec 4 20:26:06 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 BFFEEB3A for ; Thu, 4 Dec 2014 20:26:06 +0000 (UTC) Received: from mail-lb0-x231.google.com (mail-lb0-x231.google.com [IPv6:2a00:1450:4010:c04::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3C254EEA for ; Thu, 4 Dec 2014 20:26:06 +0000 (UTC) Received: by mail-lb0-f177.google.com with SMTP id b6so5251994lbj.36 for ; Thu, 04 Dec 2014 12:26:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:message-id:date:user-agent:mime-version:cc:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=Ob0+LMSDrm6PWcGCvYNHAtrsNq62MnVmvoWJ6PUMkw0=; b=0D5QY2PIQDcQfRpGYCyx9M5xPG2b/2mTScRIs2iElvwad6AXpbeJ/ahrHp7p/qm6Pq 4DBlxKKaP0VmFE26+3MuEKDCd1d1lbnnqGdK0xKyIP4Z+MLi+BK/dBCowJjZoJyxN5+x XUjW6u4iLg6V0crEwc8p0spW4A+FtXmmnXmRdkbWyh397qgKdWLMBhv3/H+EQGwYw4vx mjnn5bdG6US6bFIWIQkZsn0Yr5VhvW5djNavGqpZvN0rKv6f+E6hqNYN44WM7zuf6ntl vApUHFf8o8Eg4/Igl9bpa3asKxW4AOdgJYh3C59RJyVXEW5KrfFSCLLki/U4h9jsAJhr 7ILw== X-Received: by 10.152.36.232 with SMTP id t8mr11385841laj.6.1417724764213; Thu, 04 Dec 2014 12:26:04 -0800 (PST) Received: from limbo.b1t.lan (167.203-pool.nikopol.net. [213.111.203.167]) by mx.google.com with ESMTPSA id rb2sm7617414lbb.19.2014.12.04.12.26.03 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 04 Dec 2014 12:26:03 -0800 (PST) From: Volodymyr Kostyrko X-Google-Original-From: Volodymyr Kostyrko Message-ID: <5480C35A.1040807@b1t.name> Date: Thu, 04 Dec 2014 22:26:02 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 CC: freebsd-stable@freebsd.org Subject: Re: 9.2-STABLE #0 r259072 -> 9.3 buildworld fails References: <20141204150512.GA8424@shellx.eskimo.com> <54807D44.7040904@b1t.name> <20141204154650.GA23348@shellx.eskimo.com> In-Reply-To: <20141204154650.GA23348@shellx.eskimo.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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 20:26:06 -0000 On 04.12.2014 17:46, Joseph Olatt wrote: > On Thu, Dec 04, 2014 at 05:27:00PM +0200, Volodymyr Kostyrko wrote: >> On 04.12.2014 17:05, Joseph Olatt wrote: >>> 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? >>> >> >> Me. I have a derelict mother on VIA KT600 chipset with some memory >> problems. Sometimes it faults. Sometimes it tries to kill fs. Most >> times running compilation again works. >> >> Does it always breaks on the same command with the same output? > > > Yes. Ran it twice and both times it stopped at the same place with the > same error. So this has nothing to do with bad memory. Try building WITH_CLANG_IS_CC or even WITHOUT_GCC. Those should be added to the /etc/src.conf: WITH_CLANG_IS_CC=yes WITHOUT_GCC=yes Meanwhile, can you name your processor or list what is in your /etc/make.conf? -- Sphinx of black quartz judge my vow.