From owner-freebsd-questions@FreeBSD.ORG Fri Sep 19 14:51:33 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 2B84A106566C for ; Fri, 19 Sep 2008 14:51:33 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from hawk.thalamus.net (hawk.thalamus.net [212.31.160.3]) by mx1.freebsd.org (Postfix) with ESMTP id E09C48FC12 for ; Fri, 19 Sep 2008 14:51:32 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from localhost (localhost.thalamus.net [127.0.0.1]) by hawk.thalamus.net (Postfix) with ESMTP id 218FD1F82F0; Fri, 19 Sep 2008 16:51:28 +0200 (CEST) X-Virus-Scanned: by amavisd-new at thalamus.net X-Spam-Flag: NO X-Spam-Score: 2.376 X-Spam-Level: ** X-Spam-Status: No, score=2.376 tagged_above=-999 required=4.2 tests=[AWL=-0.793, HELO_LH_HOME=3.169] Received: from hawk.thalamus.net ([127.0.0.1]) by localhost (hawk.thalamus.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7ZvTz64w0Jrk; Fri, 19 Sep 2008 16:51:22 +0200 (CEST) Received: from bljbsd01.homenet.home (c-195-216-040-164.static.bjare.net [195.216.40.164]) by hawk.thalamus.net (Postfix) with ESMTP id 779501F82B6; Fri, 19 Sep 2008 16:51:22 +0200 (CEST) Message-ID: <48D3BC6E.10107@eskk.nu> Date: Fri, 19 Sep 2008 16:51:26 +0200 From: Leslie Jensen User-Agent: Thunderbird 2.0.0.16 (X11/20080917) MIME-Version: 1.0 To: trashy_bumper@yahoo.com References: <223424.3769.qm@web110513.mail.gq1.yahoo.com> In-Reply-To: <223424.3769.qm@web110513.mail.gq1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: buildworld error with 7.1 BETA 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, 19 Sep 2008 14:51:33 -0000 Nash Nipples skrev: >>> 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 >>> >> It fails again! >> Disks are not full and the file is there. > > no its less likely to be a hardware error. there are cases when it breaks into an error and then after you restart the whole procedure it goes fine and breaks somewhere closer to finish. > > i think you can try to update the source code once again. maybe the fix is coming. > or you can try to run make in /usr/src/usr.sbin/zzz/ to make sure there is no errors > or you can try to run make in /usr/src/etc/ which should be the next bus stop in the building world proccess. > When doing make in /usr/src/etc/ I got an error stating that it could not build /etc/mail/xxxx.submit.mc. It turned out that I had made a typo in /etc/make.conf. Sorry! Thanks for all your suggestions, it helped me find the error. /Leslie