From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 06:58:03 2004 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 4CEA716A4CE for ; Sun, 28 Nov 2004 06:58:03 +0000 (GMT) Received: from smtp811.mail.sc5.yahoo.com (smtp811.mail.sc5.yahoo.com [66.163.170.81]) by mx1.FreeBSD.org (Postfix) with SMTP id B125E43D60 for ; Sun, 28 Nov 2004 06:58:02 +0000 (GMT) (envelope-from krinklyfig@spymac.com) Received: from unknown (HELO smogmonster.com) (krinklyfig@pacbell.net@64.173.25.106 with plain) by smtp811.mail.sc5.yahoo.com with SMTP; 28 Nov 2004 06:58:02 -0000 From: Joshua Tinnin To: freebsd-questions@freebsd.org Date: Sat, 27 Nov 2004 22:57:59 -0800 User-Agent: KMail/1.7.1 References: <41A97048.5090302@comcast.net> In-Reply-To: <41A97048.5090302@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200411272258.01143.krinklyfig@spymac.com> cc: Rem Roberti Subject: Re: Custom Kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: krinklyfig@spymac.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 06:58:03 -0000 On Saturday 27 November 2004 10:29 pm, Rem Roberti =20 wrote: > Hi Everyone, > As a rank newbie I have been trying to install a custom kernel, and > have attempted to follow the directions in the handbook. But I just > can't get the thing to "make". The handbook also says that it is okay > to send the configuration file to this list for analysis. > Nevertheless I thought that it would be a good idea to ask first. I > would appreciate it if someone would let me know how I should handle > this. =46rom the command line, paste in the output of: uname -a Also, your /etc/make.conf would help, and, as mentioned so would your kerne= l=20 config file. It's also not clear what you mean by "can't get the thing to=20 make." Does it fail when you build, or when you install? I'm guessing you=20 mean that the build itself failed. If you logged your build, send the=20 relevant part as well, i.e., the part with the errors and some lines before= =20 it for context. If not, for future reference, consider logging your build=20 (man script, or use make ... > /var/log/kernelbuild.out or something=20 similar). =2D jt