From owner-freebsd-stable@FreeBSD.ORG Mon Jan 8 11:05:20 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C819816A412 for ; Mon, 8 Jan 2007 11:05:20 +0000 (UTC) (envelope-from antik@bsd.ee) Received: from smtp-gw1.starman.ee (smtp-out7.starman.ee [85.253.0.9]) by mx1.freebsd.org (Postfix) with ESMTP id 88F5213C428 for ; Mon, 8 Jan 2007 11:05:20 +0000 (UTC) (envelope-from antik@bsd.ee) Received: from mx2.starman.ee (mx2.starman.ee [62.65.192.9]) by smtp-gw1.starman.ee (Postfix) with ESMTP id 9B944A2102A for ; Mon, 8 Jan 2007 12:29:55 +0200 (EET) Received: from [192.168.2.101] (pc126.host51.starman.ee [62.65.243.126]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx2.starman.ee (Postfix) with ESMTP id 3BBB932C43E for ; Mon, 8 Jan 2007 12:29:54 +0200 (EET) From: Andrei Kolu To: freebsd-stable@freebsd.org Date: Mon, 8 Jan 2007 12:29:23 +0200 User-Agent: KMail/1.9.4 References: <45A12368.3060705@communitor.com> <20070107180818.GG839@turion.vk2pj.dyndns.org> In-Reply-To: <20070107180818.GG839@turion.vk2pj.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200701081229.24779.antik@bsd.ee> X-Virus-Scanned: by Amavisd-New at mx2.starman.ee Subject: Re: make buildworld is always braking at various points X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jan 2007 11:05:20 -0000 On Sunday, 7. January 2007 20:08, Peter Jeremy wrote: > On Sun, 2007-Jan-07 17:44:24 +0100, Christoph Illnar wrote: > >I keep having troubles compiling either 6.1-RELEASE and 6.2-RC2. > >I downloaded sources, extracted them with install.sh and did a cvsup. > > > >My installed system is 6.1-RELEASE and I keep trying to compile it on my > >own. > > Is the failure consistent? I suspect you may have bad RAM. > > >===> lib/libpthread (all) > > [.......... lines suppressed ......] > >make: don't know how to make > >/usr/src.lib/libpthread/arch/i386/include/pthread_md.h. Stop > >*** Error code 2 > > Note that: > 1) "/usr/src.lib/" does not normally exist; > 2) "." and "/" differ by 1 bit; > 3) The cc line shows "-I/usr/src/lib/libpthread/arch/i386/include"; > 4) Compiling thr_condattr_init.c uses the same #include sequence to > successfully load "pthread_md.h"; > 5) None of the test build boxes are reporting any problems. > > Please try running a memory test, or swapping your RAM. I got similar problem with "faulty" PSU- Chieftec 410W. Memtest accepted RAM sticks- not a single error within 24h but when I started writing something onto raid then system rebooted randomly with various error messages. Changed PSU and all problems was gone. Same Chieftec 410W PSU works fine with other box.