From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 5 19:50:13 2005 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39CC416A4CF for ; Wed, 5 Jan 2005 19:50:13 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EECF943D5E for ; Wed, 5 Jan 2005 19:50:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j05JoC7i077381 for ; Wed, 5 Jan 2005 19:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j05JoCO1077379; Wed, 5 Jan 2005 19:50:12 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jan 2005 19:50:12 GMT Resent-Message-Id: <200501051950.j05JoCO1077379@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Eli K. Breen" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 829C216A4CE for ; Wed, 5 Jan 2005 19:45:00 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6580543D3F for ; Wed, 5 Jan 2005 19:45:00 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j05Jj0Gf085746 for ; Wed, 5 Jan 2005 19:45:00 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j05Jj0Pt085744; Wed, 5 Jan 2005 19:45:00 GMT (envelope-from nobody) Message-Id: <200501051945.j05Jj0Pt085744@www.freebsd.org> Date: Wed, 5 Jan 2005 19:45:00 GMT From: "Eli K. Breen" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: misc/75864: FreeBSD 5.3 kern-developer install does not add Makefile in /usr/src X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jan 2005 19:50:13 -0000 >Number: 75864 >Category: misc >Synopsis: FreeBSD 5.3 kern-developer install does not add Makefile in /usr/src >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jan 05 19:50:12 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Eli K. Breen >Release: 5.3 >Organization: >Environment: FreeBSD 5.3-RELEASE >Description: When installing FreeBSD 5.3-RELEASE and selecting the Kern-Developer install, which provides kernel sources in addition to the minimal install, there is no Makefile provided in /usr/src. This prevents recompiling the kernel as per the documentation throughout the FreeBSD website. The recommended procedure for compiling a new kernel is to cd /usr/src and run "make buildkernel or make installkernel". Simply adding the Makefile and Makefile.inc from a full-install 5.3-RELEASE machine allows for the kernel to be built and installed. (cd /usr/src && make buildkernel KERNCONF=FOO && make installkernel KERNCONF=FOO Cheers. >How-To-Repeat: Install FreeBSD 5.3-RELEASE from CD Media, install using standard install "kern-developer" (Installs kernel sources only). Once the install is complete, cd /usr/src in order to recompile the kernel. ls -l Makefile. File not found >Fix: Standard install "kern-developer" should add the appropriate Makefile to /usr/src. >Release-Note: >Audit-Trail: >Unformatted: