NetBSD Problem Report #45216

From www@NetBSD.org  Fri Aug  5 16:52:16 2011
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by www.NetBSD.org (Postfix) with ESMTP id DFA2F63CBEE
	for <gnats-bugs@gnats.NetBSD.org>; Fri,  5 Aug 2011 16:52:15 +0000 (UTC)
Message-Id: <20110805165215.37CD763CB59@www.NetBSD.org>
Date: Fri,  5 Aug 2011 16:52:15 +0000 (UTC)
From: idleroux@fastmail.fm
Reply-To: idleroux@fastmail.fm
To: gnats-bugs@NetBSD.org
Subject: [PATCH] mk.conf(5) does not mention MKKMOD
X-Send-Pr-Version: www-1.0

>Number:         45216
>Category:       misc
>Synopsis:       [PATCH] mk.conf(5) does not mention MKKMOD
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    misc-bug-people
>State:          closed
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Aug 05 16:55:00 +0000 2011
>Closed-Date:    Sat Aug 06 07:40:41 +0000 2011
>Last-Modified:  Fri Sep 09 14:05:02 +0000 2011
>Originator:     Ian D. Leroux
>Release:        NetBSD/amd64-5.99.55
>Organization:
Aarhus Universitet
>Environment:
NetBSD scrameustache.dyndns.org 5.99.55 NetBSD 5.99.55 (SCRAMEUSTACHE) #1: Sat Jul 30 10:04:27 CEST 2011  idleroux@scrameustache.dyndns.org:/build/obj/sys/arch/amd64/compile/SCRAMEUSTACHE amd64
>Description:
mk.conf(5) documents make(1) variables which may be set in /etc/mk.conf to specify default behaviour when rebuilding the system (among other things).  It currently fails to mention the boolean option MKKMOD (defined in ${BSDSRCDIR}/share/mk/bsd.own.mk) which can be used to disable compilation and installation of kernel modules.  The included patch corrects this omission.
>How-To-Repeat:
grep MKKMOD /usr/share/man/man5/mk.conf.5

Note absence of output, non-zero exit code.
>Fix:
--- mk.conf.5.orig	2011-08-05 18:30:47.000000000 +0200
+++ mk.conf.5	2011-08-05 18:32:07.000000000 +0200
@@ -426,6 +426,11 @@
 (libraries and support programs) is built and installed.
 .DFLTy
 .
+.It Sy MKKMOD
+.YorN
+Indicates whether kernel modules are built and installed.
+.DFLTy
+.
 .It Sy MKLDAP
 .YorN
 Indicates whether the Lightweight Directory Access Protocol (LDAP)

>Release-Note:

>Audit-Trail:
From: "Marc Balmer" <mbalmer@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/45216 CVS commit: src/share/man/man5
Date: Sat, 6 Aug 2011 07:36:21 +0000

 Module Name:	src
 Committed By:	mbalmer
 Date:		Sat Aug  6 07:36:20 UTC 2011

 Modified Files:
 	src/share/man/man5: mk.conf.5

 Log Message:
 Document MKKMOD, patch from PR 45216.


 To generate a diff of this commit:
 cvs rdiff -u -r1.54 -r1.55 src/share/man/man5/mk.conf.5

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

State-Changed-From-To: open->closed
State-Changed-By: mbalmer@NetBSD.org
State-Changed-When: Sat, 06 Aug 2011 07:40:41 +0000
State-Changed-Why:
Patch applied, thanks.


From: "John Nemeth" <jnemeth@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/45216 CVS commit: src
Date: Sat, 6 Aug 2011 19:52:49 +0000

 Module Name:	src
 Committed By:	jnemeth
 Date:		Sat Aug  6 19:52:49 UTC 2011

 Modified Files:
 	src: BUILDING

 Log Message:
 Add description of MKKMOD, part of PR misc/45216


 To generate a diff of this commit:
 cvs rdiff -u -r1.92 -r1.93 src/BUILDING

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: "Alan Barrett" <apb@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/45216 CVS commit: src
Date: Fri, 9 Sep 2011 14:01:29 +0000

 Module Name:	src
 Committed By:	apb
 Date:		Fri Sep  9 14:01:29 UTC 2011

 Modified Files:
 	src: BUILDING
 	src/doc: BUILDING.mdoc

 Log Message:
 Revisions 1.92 and 1.93 of src/BUILDING were not reflected in
 src/doc/BUILDING.mdoc, so those changes were lost when src/BUILDING
 was regenerated in revision 1.94.

 Now update src/doc/BUILDING.mdoc and regenerate src/BUILDING to
 reinstate the lost changes.  (I also edited one of the changes, to use
 the phrase "space-separated list" for consistency with other parts of
 the document.)

 The original changes were:
 ----------------------------
 revision 1.93
 date: 2011/08/06 19:52:49;  author: jnemeth;  state: Exp;  lines: +5 -0
 Add description of MKKMOD, part of PR misc/45216
 ----------------------------
 revision 1.92
 date: 2011/01/29 16:56:26;  author: jym;  state: Exp;  lines: +6 -4
 Pass down INSTALLSETS variable to installsets target. Use :Q to escape
 shell meta-characters, as the variable contains a list of sets, separated
 by spaces.

 $ ./build.sh -V INSTALLSETS="base etc" install=idir

 should now work as expected.

 Reviewed by apb@ on tech-toolchain.
 ----------------------------


 To generate a diff of this commit:
 cvs rdiff -u -r1.94 -r1.95 src/BUILDING
 cvs rdiff -u -r1.82 -r1.83 src/doc/BUILDING.mdoc

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.