From owner-freebsd-questions@FreeBSD.ORG Fri Dec 3 07:51:08 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 CEE371065673 for ; Fri, 3 Dec 2010 07:51:08 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5D2F38FC08 for ; Fri, 3 Dec 2010 07:51:07 +0000 (UTC) Received: by fxm16 with SMTP id 16so7067772fxm.13 for ; Thu, 02 Dec 2010 23:51:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=OE9xlQiepEw+MHP84lONIB/63K4lEtQkWFqtA9vuc3A=; b=t6yMRRThjaHNRhyGMGO2g1MIfvtebUHMw2KUj15o+ddX8RBsk2taHndeFOIeqxnSIr Fd36GC/JAXokVyF7OvCa4HasjtfvpB/5LYcjWRGw8InK3OWfPDVDVP4ZKTb+T1oy+wlX v0vwkNxrfdCBzs1cIUvOZzHppOLOej8BsqtOc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=hyzf80zqmPg32pSI0Fj3Rafk81SfytGNbjB5RrC/XPELu3U32JLpf7mdb1pjzv5Rxo nGBq6IkeQXz2SNLFLd57OAwnlwnvBMRZLHcpMRO31mk24c1XAUoSSxebbhKH3DLTtSGX qwCytk5KerUVCwu2i6NT5LYnUZZDuHNQ528a0= MIME-Version: 1.0 Received: by 10.223.103.4 with SMTP id i4mr1683343fao.70.1291362667342; Thu, 02 Dec 2010 23:51:07 -0800 (PST) Received: by 10.223.107.79 with HTTP; Thu, 2 Dec 2010 23:51:07 -0800 (PST) In-Reply-To: <4CF83A3C.10802@mgwigglesworth.net> References: <4CF20F7F.9030400@mgwigglesworth.net> <1291000447.19411.16.camel@devel.atol.pacnwsystems.com> <4CF83A3C.10802@mgwigglesworth.net> Date: Fri, 3 Dec 2010 01:51:07 -0600 Message-ID: From: Adam Vande More To: mailinglistmember@mgwigglesworth.net Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Build World fails on 7-stable with cvs sources 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: Fri, 03 Dec 2010 07:51:08 -0000 On Thu, Dec 2, 2010 at 6:30 PM, Martes G Wigglesworth < mailinglistmember@mgwigglesworth.net> wrote: > I am now testing with the same sources tree on three different virtual > machines to see if it will fail. If it won't, then I will just have to > accept that one of the other poster's indications that it may be hardware > related, is the cause, and look at replacing that equipment. So far, two of > them are still running without error with the same sources tree. (Just > started the third on another system for good measure.) > > I am running them on different host architectures as both a test of the vm, > and as a test to make sure that a clean install of 7.3-Release will not fail > upon building world on them. > > > On 11/28/2010 10:14 PM, Michael Eubanks wrote: > >> Curious. What does your ``make'' command look like? >> > My make command is as follows: > make buildworld > > I actually have the entire process built into a simple shell script which > runs the commands and throws their output to log files, and then reports > back to the central "updater" script with any errors at any level of the > process. Nothing fancy, because I forgot that it was their about a month > later when I didn't need to update anymore systems. > You should follow ***ALL*** the steps on the handbook page on buildworld. >From what you have stated so far, you have not done that. If that still proves unsuccessful, booting off of a USB FreeBSD clean install drive should allow you to test a buildworld without attempting to run down an elusive hardware issue. If it's still broken in that situation, it would give the hardware problem theory a lot more credence. -- Adam Vande More