From owner-freebsd-current Wed Dec 3 20:20:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA16912 for current-outgoing; Wed, 3 Dec 1997 20:20:34 -0800 (PST) (envelope-from owner-freebsd-current) Received: from word.smith.net.au (vh1.gsoft.com.au [203.38.152.122]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA16881 for ; Wed, 3 Dec 1997 20:20:26 -0800 (PST) (envelope-from mike@word.smith.net.au) Received: from word (localhost [127.0.0.1]) by word.smith.net.au (8.8.7/8.8.5) with ESMTP id OAA01511; Thu, 4 Dec 1997 14:45:31 +1030 (CST) Message-Id: <199712040415.OAA01511@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Open Systems Networking cc: freebsd-current@FreeBSD.ORG Subject: Re: [Q] Current as of dec,. 2nd, questions In-reply-to: Your message of "Tue, 02 Dec 1997 02:39:29 CDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 04 Dec 1997 14:45:30 +1030 From: Mike Smith Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > I apparently had to much to much free time on my hands today > and decided, out of boredom, to cvsup current. > I was shocked to find that buildworl actually finished :) with no > problems. Buildworld doesn't install anything. > My questions come down to config, on a new -current SMP kernel. > > 1) And i'm not real concerned with this one, # config OPSYS > Removing old directory ../../compile/OPSYS: Done. > files.i386: i386/isa/npx.c must be optional or standard You should be; this is an indication of your problem. > npx is in my Kernel config file. So i figure its just a minor glitch. > Am i wrong or is this going to blow up after i fix problem 2? > > 2) My compile directory is apparently missing the Makefile to build the > kernel. Is this just bump in the road for todays -current src? No. It's missing because it's meant to be generated by config, but the error in 1) is config blowing chunks and not producing stuff. You have to run the installworld phase (or at least use the new config) before you can generate your new kernel. mike