From owner-freebsd-current@FreeBSD.ORG Mon Sep 20 21:20:34 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F57C16A4CE for ; Mon, 20 Sep 2004 21:20:34 +0000 (GMT) Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [66.13.175.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 253EC43D1F for ; Mon, 20 Sep 2004 21:20:34 +0000 (GMT) (envelope-from rnejdl@ringofsaturn.com) Received: from mail.ringofsaturn.com (localhost [127.0.0.1]) i8KLKXEe051960 for ; Mon, 20 Sep 2004 16:20:33 -0500 (CDT) (envelope-from rnejdl@ringofsaturn.com) Received: from 12.148.147.242 (SquirrelMail authenticated user rnejdl); by mail.ringofsaturn.com with HTTP; Mon, 20 Sep 2004 16:20:33 -0500 (CDT) Message-ID: <28000.12.148.147.242.1095715233.squirrel@mail.ringofsaturn.com> Date: Mon, 20 Sep 2004 16:20:33 -0500 (CDT) From: "Rusty Nejdl" To: current@freebsd.org User-Agent: SquirrelMail/1.5.1 [CVS] MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: clamd / ClamAV version 0.75.1, clamav-milter version 0.75c on tethys.ringofsaturn.com X-Virus-Status: Clean Subject: make from 5.2.1 to Beta5 doesn't work X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: rnejdl@ringofsaturn.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Sep 2004 21:20:34 -0000 >From a 5.2.1 machine: [mail]:[4:19pm]:[/usr/src] > uname -a FreeBSD mail.XXXXXXXXX.com 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Mon Feb 23 20:45:55 GMT 2004 root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386 [mail]:[4:19pm]:[/usr/src] > I ran a make clean inside of /usr/src that was completely clean and received this: [mail]:[4:17pm]:[/usr/src] > sudo make clean +for: not found *** Error code 127 Stop in /usr/src. *** Error code 1 Stop in /usr/src. [mail]:[4:17pm]:[/usr/src] > The solution was to install the new make from here and that worked: cd /usr/src/usr.bin/make make depend make make install Just a heads up if anyone runs into this. Rusty Nejdl