From nobody  Tue Oct 20 22:59:34 1998
Received: (from nobody@localhost)
          by hub.freebsd.org (8.8.8/8.8.8) id WAA19843;
          Tue, 20 Oct 1998 22:59:34 -0700 (PDT)
          (envelope-from nobody)
Message-Id: <199810210559.WAA19843@hub.freebsd.org>
Date: Tue, 20 Oct 1998 22:59:34 -0700 (PDT)
From: wlr@jps.net
To: freebsd-gnats-submit@freebsd.org
Subject: /usr/src/sbin/vinum/Makefile doesn't understand /usr/src/make -DNOLKM
X-Send-Pr-Version: www-1.0

>Number:         8395
>Category:       bin
>Synopsis:       /usr/src/sbin/vinum/Makefile doesn't understand /usr/src/make -DNOLKM
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    grog
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 20 23:00:01 PDT 1998
>Closed-Date:    Wed Dec 30 15:02:41 PST 1998
>Last-Modified:  Wed Dec 30 15:04:56 PST 1998
>Originator:     Bill Richter
>Release:        3.0-RELEASE
>Organization:
>Environment:
3.0-RELEASE i386
>Description:
When making world, using the -DNOLKM option, compiling of 
/usr/src/sbin/vinum fails since it appears to not understand
that /usr/src/lkm doesn't exist.  
>How-To-Repeat:
make -DNOLKM world
>Fix:
if -DNOLKM, don't build either the program or the LKM piece.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->grog 
Responsible-Changed-By: steve 
Responsible-Changed-When: Sun Dec 13 15:06:35 PST 1998 
Responsible-Changed-Why:  
Greg Lehey maintains the vinum code. 
State-Changed-From-To: open->feedback 
State-Changed-By: grog 
State-Changed-When: Mon Dec 28 23:54:13 PST 1998 
State-Changed-Why:  
I believe the problem is resolved. 
State-Changed-From-To: feedback->closed 
State-Changed-By: grog 
State-Changed-When: Wed Dec 30 15:02:41 PST 1998 
State-Changed-Why:  
Submitter confirmed problem fix 
>Unformatted:

Greg Lehey <grog>, 28 December 1998

This problem has gone away, since 3.0 no longer supports LKMs.  The
corresponding code is now in /sys/modules/vinum, and Peter has
confirmed that it will build as a static device.  This should not be
taken to mean that it will work in this constellation; a lot more work
will be required for that.

Please confirm that you no longer have any build problems after these
changes.

Bill Richter, 29 December:

> Agreed that LKMs are supposed to be dead.
> In theory then, there should be no checking for NOLKM in the
> make files since they no longer exist.
>
> I've just cvsupped all the current stuff so, I'll run it shortly
> and confirm.

Bill Richter <richterb@binkley.wellsfargo.com>, Wed, 30 Dec 1998 10:28:59 -0800 (PST):

> Yes, this problem is gone.  It would be nice to remove the remaining
> references to LKM stuff as we discussed.

Greg Lehey <grog>, 30 December:

PR closed
