From owner-freebsd-stable@FreeBSD.ORG Thu Dec 4 23:44:44 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4ADA58F3 for ; Thu, 4 Dec 2014 23:44:44 +0000 (UTC) Received: from mail-la0-x22a.google.com (mail-la0-x22a.google.com [IPv6:2a00:1450:4010:c03::22a]) (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 BBB7EA50 for ; Thu, 4 Dec 2014 23:44:43 +0000 (UTC) Received: by mail-la0-f42.google.com with SMTP id gd6so1745898lab.15 for ; Thu, 04 Dec 2014 15:44:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:cc:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=gXOl/yCa7E5vaFtVvFGXta0oCKwCTF0S9nv/dhiAIW0=; b=O3rxK/T5gDLHYHbkKXvUmlkYGhO1IOlK209jv/IRROmF66f3Z78izCarQ/Xc+5yips dj/nHAhhLdUWVU1xiiPv95hEE/secp5asaNyNtxseko1mnEGTjFuzjt/L838v+iJjl1/ Q7PAz+sag7B0zSuCX0va9lVxKYna/fDw6HlSaNGQQk9WI1x85mPIxSPR3LeEePZ40Jwa HAxhfk8OgqtJo5pZcYyaQAdXk0pUZ3gbD2L+VKCrCLOz1IRpWKuISueNYbMYEwaMjREM Zp4xB17/9BLZKljuzH7qJyAFIkhfPHyimwQ+KyZpfmL4i0RdoASwDs/bD6F7AitfZOjZ 0J5g== X-Received: by 10.112.45.228 with SMTP id q4mr82110lbm.35.1417736681855; Thu, 04 Dec 2014 15:44:41 -0800 (PST) Received: from limbo.b1t.lan (167.203-pool.nikopol.net. [213.111.203.167]) by mx.google.com with ESMTPSA id v7sm5459192lbb.2.2014.12.04.15.44.41 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 04 Dec 2014 15:44:41 -0800 (PST) Message-ID: <5480F1E8.10802@gmail.com> Date: Fri, 05 Dec 2014 01:44:40 +0200 From: Volodymyr Kostyrko 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> <5480C35A.1040807@b1t.name> <20141204232645.GA5570@shellx.eskimo.com> In-Reply-To: <20141204232645.GA5570@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 23:44:44 -0000 On 05.12.2014 01:26, Joseph Olatt wrote: > On Thu, Dec 04, 2014 at 10:26:02PM +0200, Volodymyr Kostyrko wrote: >>>>> 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? > > I think you are correct here. I wondered why GCC was being invoked. > Unfortunately, I'm unable to test your suggestion. I've put another hard > disk in system, installed 10.1-RELEASE and updated the sources to > 10-STABLE and am currently building world without any issues. Good luck then. :) > /etc/make.conf was completely empty (I had checked that). > > The processor is: i386 (an old Dell Inspiron 8200! FreeBSD allows > these old laptops to continue to live and be of service...) The question is rather about processor type. GCC is famous for incorrectly generating code for some old chips assuming SSE2 support for ones that can only do SSE (like some Athlons). -- Sphinx of black quartz judge my vow.