From owner-freebsd-questions@FreeBSD.ORG Thu Dec 18 19:18:55 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2CF616A4CE for ; Thu, 18 Dec 2003 19:18:55 -0800 (PST) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 678D443D39 for ; Thu, 18 Dec 2003 19:18:54 -0800 (PST) (envelope-from kstewart@owt.com) Received: from topaz-out (owt-207-41-94-233.owt.com [207.41.94.233]) by rutger.owt.com (8.11.6p2/8.9.3) with ESMTP id hBJ3Iru01941; Thu, 18 Dec 2003 19:18:53 -0800 From: Kent Stewart To: beantaxi@yahoo.com, freebsd-questions@freebsd.org Date: Thu, 18 Dec 2003 19:18:52 -0800 User-Agent: KMail/1.5.4 References: <20031219024901.70885.qmail@web40404.mail.yahoo.com> In-Reply-To: <20031219024901.70885.qmail@web40404.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200312181918.52959.kstewart@owt.com> Subject: Re: Kernel build failure - on joy.sh? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 03:18:56 -0000 On Thursday 18 December 2003 06:49 pm, The Bean wrote: > --- Kent Stewart wrote: > > Joy.sh was retired but the Makefile still refers to it as an afterinstall > > option. The joy.sh script was never removed from my /usr/src by cvsup. > > > > You could grab joy.sh from the attic. The script that I still have, > > simply does "kldload joy". > > Thank you Kent, for your awfully prompt resposne! This confused me at > first, but I believe you're saying that either I can go to the attic and > get joy.sh . . . OR, I can simply make a one-liner that says 'kldload > joy.sh'. If I don't care about joy then I suppose a 0-liner would work too, > as long as make finds something. Since I don't know what the attic is, it > might be vi time (or perhaps just touch). > Well, what is there is the following #!/bin/sh # $FreeBSD: src/sys/modules/joy/joy.sh,v 1.5 1999/08/28 00:47:23 peter Exp $ kldload joy The permissions are -rw-r--r-- 1 root wheel 100 Aug 27 1999 /usr/src/sys/modules/joy/joy.sh > > > So this is a make problem, not a config file problem. What's odd is that my > attempt to make installkernel worked when I upgraded, but make > installkernel KERNCONF=MyGENERIC fails, even though the only differences > are options IPFIREWALL, > options IPFIREWALL_VERBOSE, and options IPDIVERT. Perhaps the different > config file cause make to do more work, and that triggered the problem. > Interesting. I didn't look into that. I saw that joy.sh had been moved to the attic on the cvs-repository and stopped at that point. FWIW, my config file doesn't have anything to say about a "joy". > > Should the make file be changed so that it doesn't try to install a module > that it doesn't build? Or is there a legitimate reason to try it? It doesn't make sense for joy/Makefile to even be used but if you delete the reference in modules/Makefile, cvsup will replace it. If you add joy.sh, you shouldn't have the problem. Kent > > Thanks again Kent! > Chris > > __________________________________ > Do you Yahoo!? > New Yahoo! Photos - easier uploading and sharing. > http://photos.yahoo.com/ > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html