From owner-freebsd-questions@FreeBSD.ORG Thu Jan 28 01:30:04 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C94E1065692 for ; Thu, 28 Jan 2010 01:30:04 +0000 (UTC) (envelope-from erich@ovitrap.com) Received: from nomoremozzie.com (nomoremozzie.com [67.212.226.44]) by mx1.freebsd.org (Postfix) with ESMTP id 3CE928FC0C for ; Thu, 28 Jan 2010 01:30:04 +0000 (UTC) Received: from [192.168.0.110] ([180.129.21.40]) (authenticated bits=0) by nomoremozzie.com (8.13.1/8.13.1) with ESMTP id o0S0sEjP023538; Wed, 27 Jan 2010 17:54:16 -0700 From: Erich Dollansky Organization: ALO Green Technology Pte Ltd To: freebsd-questions@freebsd.org Date: Thu, 28 Jan 2010 08:54:01 +0800 User-Agent: KMail/1.9.10 References: <201001272354.14384.pieter@degoeje.nl> In-Reply-To: <201001272354.14384.pieter@degoeje.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201001280854.03215.erich@ovitrap.com> Cc: Pieter de Goeje Subject: Re: Weird build errors only on 3rd core of quad core CPU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jan 2010 01:30:04 -0000 Hi, On 28 January 2010 am 06:54:13 Pieter de Goeje wrote: > I am suspecting a broken CPU, but am not sure. it really looks like. Are you sure it is a quad core and not just a triple core? As already mentioned, you should check the stepping the software tells you but also what is actually written onto the CPU itself. Try to get the CPU exchanged and see what happens then. Erich > > These commands: > cd /usr/ports/sysutils/hal > cpuset -c -l 2 make > > Will always result in errors, for example this one: > > gmake: *** No rule to make target `@MAINTAINER_MODE_TRUE@', > needed by `config.h.in'. Stop. > *** Error code 1 > > Sometimes the error occurs in a different place. When I check > the input files, they are indeed broken. Gcc stops because of > syntax errors for example. > > The configure process always completes, but apparently it > creates broken files. When I run make on any other core, it > always completes successfully: cpuset -c -l 0,1,3 make > > I've checked with script that the output of the build process > is exactly the same, up until the error occurs. I've also tried > to run cpuburn on that core, but it didn't find any problem. > It's really weird that system is otherwise very stable. > > What do you guys think the problem is? > > CPU is AMD Athlon II X4 620. Running FreeBSD 8-STABLE/amd64. > I've also tried -CURRENT, but it didn't help. > > Thanks! > > -- > Pieter > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"