From owner-freebsd-questions@FreeBSD.ORG Fri Sep 19 09:54:47 2008 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 6342E106564A for ; Fri, 19 Sep 2008 09:54:47 +0000 (UTC) (envelope-from trashy_bumper@yahoo.com) Received: from web110514.mail.gq1.yahoo.com (web110514.mail.gq1.yahoo.com [67.195.8.119]) by mx1.freebsd.org (Postfix) with SMTP id 21E798FC0A for ; Fri, 19 Sep 2008 09:54:46 +0000 (UTC) (envelope-from trashy_bumper@yahoo.com) Received: (qmail 48964 invoked by uid 60001); 19 Sep 2008 09:54:46 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Message-ID; b=1t4jLoah7zac0as7Cmwp705x1/AiM/d5n4j1xNxaPwc0Yaf0QWT+FszqJF4ZAPVmc+9pLKIruTtCQ743w+waNcCeDj6XsIXa1r0/t52wR4FMG4TphyokD5lW9/v7NU1Fpiq6sUM8KA0EuMBMTIHbRqgm/bYE64iRA7GvMGYuyVQ=; X-YMail-OSG: nMa1wuYVM1mhxGuduZIAwPIj4yNaK4c7UaP2Nse5SVts9dAenEzenRHE3Zncd5rDmx.pwZVIwEsrxWOAYrisavMNHgFdlpdzwo4v.W7g6Rkcm6FdWx5JrghXpNUDoBHbBgmfFA-- Received: from [77.122.205.244] by web110514.mail.gq1.yahoo.com via HTTP; Fri, 19 Sep 2008 02:54:46 PDT X-Mailer: YahooMailWebService/0.7.218.2 Date: Fri, 19 Sep 2008 02:54:46 -0700 (PDT) From: Nash Nipples To: freebsd-questions@FreeBSD.ORG In-Reply-To: <48D37478.1000808@eskk.nu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <273011.48802.qm@web110514.mail.gq1.yahoo.com> Cc: Subject: Re: buildworld error with 7.1 BETA X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: trashy_bumper@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2008 09:54:47 -0000 > make -j 4 buildworld > > gives after a while the following > > gzip -cn /usr/src/usr.sbin/zic/zdump/../zdump.8 > > zdump.8.gz > cc -O2 -fno-strict-aliasing -pipe -DTM_GMTOFF=tm_gmtoff > -DTM_ZONE=tm_zone -DSTD_INSPIRED -DPCTS -DHAVE_LONG_DOUBLE > -DTZDIR=\"/usr/share/zoneinfo\" > -Demkdir=mkdir > -I/usr/src/usr.sbin/zic/zdump/.. > -I/usr/src/usr.sbin/zic/zdump/../../../lib/libc/stdtime > -o zdump > zdump.o ialloc.o scheck.o > ===> usr.sbin/zzz (all) > gzip -cn /usr/src/usr.sbin/zzz/zzz.8 > zzz.8.gz > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > > Suggestions? > > /Leslie > i could almost see this coming. seems pretty much like hardware. just try to run make one more time. not cleaning anything just type the same make command after fail without extra activity. if it fails again check if you have filled your disks up and you might want to `ls /usr/src/usr.sbin/zzz/zzz.8` to see if its really there