From owner-freebsd-bugs@FreeBSD.ORG Thu Apr 17 23:00:26 2003 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 7297737B401 for ; Thu, 17 Apr 2003 23:00:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D72043FD7 for ; Thu, 17 Apr 2003 23:00:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3I60PUp071704 for ; Thu, 17 Apr 2003 23:00:25 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3I60PPS071703; Thu, 17 Apr 2003 23:00:25 -0700 (PDT) Resent-Date: Thu, 17 Apr 2003 23:00:25 -0700 (PDT) Resent-Message-Id: <200304180600.h3I60PPS071703@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, "Vladimir V. Kalashnikov" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72C1637B401 for ; Thu, 17 Apr 2003 22:56:51 -0700 (PDT) Received: from ksue.edu.ua (ksue.kharkov.ukrtel.net [195.5.57.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81AD043FA3 for ; Thu, 17 Apr 2003 22:56:47 -0700 (PDT) (envelope-from avatar@ksue.edu.ua) Received: (from root@localhost) by ksue.edu.ua (8.11.6p2/8.11.6) id h3I5u8L34268; Fri, 18 Apr 2003 08:56:08 +0300 (EEST) (envelope-from avatar) Message-Id: <200304180556.h3I5u8L34268@ksue.edu.ua> Date: Fri, 18 Apr 2003 08:56:08 +0300 (EEST) From: "Vladimir V. Kalashnikov" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/51120: MSGBUF_SIZE doesn't work in makefiles X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Vladimir V. Kalashnikov" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2003 06:00:26 -0000 >Number: 51120 >Category: kern >Synopsis: MSGBUF_SIZE doesn't work in makefiles >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Apr 17 23:00:24 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Vladimir V. Kalashnikov >Release: FreeBSD 4.4-RELEASE i386 >Organization: Kharkov State University of Economics >Environment: System: FreeBSD mirinda.local 4.4-RELEASE FreeBSD 4.4-RELEASE #1: Fri Apr 4 11:09:29 EEST 2003 root@mirinda.local:/usr/src/sys/compile/MIRINDA i386 >Description: when option MSGBUF_SIZE is specified in configuration file it doesn't affect making process of new kernel, so configuration files should be inspected and rearrangement of include files should be done to specify option MSGBUF_SIZE before the first access to it inside sources will occure >How-To-Repeat: in msgbuf.h (size: 2477 bytes) replace #define MSGBUF_SIZE 32768 with #error "MSGBUF_SIZE isn't specified" and do compilation of new kernel, i.e. config xyz; make depend; make even if "options MSGBUF_SIZE=91920" is placed somewhere in config file the #error "MSGBUF_SIZE isn't specified" will be hit. >Fix: sorry, dunno exact recipe :-( >Release-Note: >Audit-Trail: >Unformatted: