From owner-freebsd-current Sat Oct 7 21:15: 3 2000 Delivered-To: freebsd-current@freebsd.org Received: from ego.mind.net (ego.mind.net [206.99.66.9]) by hub.freebsd.org (Postfix) with ESMTP id D6BC437B502; Sat, 7 Oct 2000 21:14:58 -0700 (PDT) Received: from takhus-home.ashlandfn.org (AFN-Dyn-6315110844.pc.ashlandfiber.net [63.151.108.44]) by ego.mind.net (8.9.3/8.9.3) with ESMTP id VAA24398; Sat, 7 Oct 2000 21:14:58 -0700 Received: from localhost (fleisher@localhost) by takhus-home.ashlandfn.org (8.11.1/8.11.1) with ESMTP id e97NeZu00340; Sat, 7 Oct 2000 16:40:35 -0700 (PDT) (envelope-from takhus@takhus.mind.net) X-Authentication-Warning: takhus-home.ashlandfn.org: fleisher owned process doing -bs Date: Sat, 7 Oct 2000 16:40:35 -0700 (PDT) From: Tony Fleisher X-Sender: fleisher@takhus-home.ashlandfn.org To: "David O'Brien" Cc: Steve Kargl , FreeBSD Current Subject: Re: make installkernel broken by recent manpage changes In-Reply-To: <20001007120510.E73312@dragon.nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just ran through this myself trying to update to newest -current. I am not exactly sure what caused the breakage (perhaps some changes inthe share/mk/* files?), nor what the "proper" fix is, however I was able to get the kernel to install properly by adding NOMANCOMPRESS=true in the following Makefiles: sys/modules/{ibcs2,joy,linux,osf1,svr4}/Makefile I suspect that more people haven't noticed this because they have NOMANCOMPRESS defined in /etc/make.conf or their environment. Regards, TOny. On Sat, 7 Oct 2000, David O'Brien wrote: > On Fri, Oct 06, 2000 at 01:27:08PM -0700, Steve Kargl wrote: > > ===> joy > > install -C -c -o root -g wheel -m 555 joy.ko /boot/kernel > > install -C -c -o root -g wheel -m 444 joy.8.gz /usr/share/man/man8 > > install: joy.8.gz: No such file or directory > > *** Error code 71 > > I'll check it out. > > -- > -- David (obrien@FreeBSD.org) > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message