From owner-freebsd-questions Mon May 20 20:38: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id 8AECA37B403 for ; Mon, 20 May 2002 20:38:02 -0700 (PDT) Received: from grimoire.chen.org.nz (localhost [127.0.0.1]) by chen.org.nz (8.12.3/8.12.3) with ESMTP id g4L3c1Zk040875; Tue, 21 May 2002 15:38:01 +1200 (NZST) (envelope-from jonc@grimoire.chen.org.nz) Received: (from jonc@localhost) by grimoire.chen.org.nz (8.12.3/8.12.3/Submit) id g4L3c0uI040874; Tue, 21 May 2002 15:38:00 +1200 (NZST) (envelope-from jonc) Date: Tue, 21 May 2002 15:38:00 +1200 From: Jonathan Chen To: Jimbo Cc: freebsd-questions@FreeBSD.ORG Subject: Re: kernel won't compile Message-ID: <20020521153800.A40833@grimoire.chen.org.nz> References: <001f01c20062$bc5cf980$3264a8c0@jimbosath2000> <20020521134051.A40442@grimoire.chen.org.nz> <003501c2006a$781dfdc0$3264a8c0@jimbosath2000> <20020521142151.A40576@grimoire.chen.org.nz> <004301c2006f$51800730$3264a8c0@jimbosath2000> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <004301c2006f$51800730$3264a8c0@jimbosath2000>; from jimbo@jimbosworld.org on Mon, May 20, 2002 at 10:29:22PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, May 20, 2002 at 10:29:22PM -0400, Jimbo wrote: > No - it does not. I have no idea why not, as I've certainly never removed > ANY copy of mkdep from ANY directory - I wonder if there's a problem with > the 4.5-RELEASE distro not installing it by default with an installation > from CD? > > I'm most of the way through an installation of gcc32 from > /usr/ports/lang/gcc32 now. I see that it's already placed a copy of mkdep > in its work directory, so this should fix the problem, I would assume. > > Has anybody else ever noticed mkdep missing for some strange reason from a > BSD installation? Odd. > Incidentally, not only was mkdep missing from /usr/bin, when I performed a > find / -iname mkdep, it was only discovered in /usr/src/usr.bin and a couple > of work directories for one random port or another. Most strange indeed... Well, you should be able to: # cd /usr/src/usr.bin/mkdep # make # make install and then try your kernel compile again. -- Jonathan Chen ---------------------------------------------------------------------- "You can get farther with a kind word and a gun than you can with a kind word alone" - Al Capone To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message