From owner-freebsd-questions@FreeBSD.ORG Tue Apr 26 22:31:23 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B239F16A4CE for ; Tue, 26 Apr 2005 22:31:23 +0000 (GMT) Received: from email.web-1hosting.net (mail-node1.web-1hosting.net [63.123.79.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B57B43D5C for ; Tue, 26 Apr 2005 22:31:23 +0000 (GMT) (envelope-from security@adtu.org) Received: from localhost (localhost [127.0.0.1]) by email.web-1hosting.net (Postfix) with ESMTP id 20ACE1CC for ; Tue, 26 Apr 2005 17:32:52 -0500 (CDT) Received: from [192.168.168.243] (spencer-900-31.iowaone.net [12.167.40.62]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by email.web-1hosting.net (Postfix) with ESMTP id 3ACC41C9 for ; Tue, 26 Apr 2005 17:32:48 -0500 (CDT) Message-ID: <426EC127.1030707@adtu.org> Date: Tue, 26 Apr 2005 22:31:03 +0000 From: Aaron Sloan User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050328) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by ClamAV at web-1hosting.net Subject: make x LC_ALL=C: command not found. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 22:31:23 -0000 Hello, step 1. I cvsup, rebuilt and installed world and generic kernel. Mergemastered just like I always do. I followed the handbook to the letter and this certainly isn't my first time. 5.4 stable. I customized my kernel and went to build it. make buildkernel KERNCONF=XX I get the following error. LC_ALL=C: command not found. "Makefile", line 155 warning: "LC_ALL=C date" returned non-zero status MAKEFLAGS=: Command not found. "Makefile.inc1" line 116: warning "MAKEFLAGS= CPUTYPE=dummy make -f /dev/null -m /usr/src/share/mk -V CPUTPE" returned non-zero status "Makefile.inc1", line 118: CPUTYPE globaal should be set with ?=. error code 1. I did monkey with make.conf before step 1. I added... CPUTYPE?=i686 CFLAGS= -O -pipe Make now fails to the above error on every thing. I'm not certain what I did to break it but I'm sure it has my name all over it. Thanks, Aaron