From owner-freebsd-hackers Thu Feb 25 13:11:39 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from ceia.nordier.com (196-31-98-123.iafrica.com [196.31.98.123]) by hub.freebsd.org (Postfix) with ESMTP id C227014DB2 for ; Thu, 25 Feb 1999 13:11:23 -0800 (PST) (envelope-from rnordier@nordier.com) Received: (from rnordier@localhost) by ceia.nordier.com (8.8.7/8.6.12) id XAA09650; Thu, 25 Feb 1999 23:07:11 +0200 (SAT) From: Robert Nordier Message-Id: <199902252107.XAA09650@ceia.nordier.com> Subject: Re: make world fails In-Reply-To: <19990118124717.27070.qmail@hotmail.com> from Frikkie Thirion at "Jan 18, 99 04:47:12 am" To: frix_bsd@hotmail.com (Frikkie Thirion) Date: Thu, 25 Feb 1999 23:07:08 +0200 (SAT) Cc: freebsd-hackers@freebsd.org X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Frikkie Thirion wrote: > I'm currently running FreeBSD 3.0-RELEASE with only the base bin set > installed, along with the CTM src-cur patch set up to 10 January 1999. > > I'm receiving the following compilation failure when trying to "make > aout-to-elf-build" or "make buildworld". > > It apears asif the compiler wants to use kzip, and reports that it > couldn't be found, even though it is there... > Any idea on what could have gone wrong? > > Kind regards > Frikkie Thirion You seem to have /sys/boot/i386/loader/Makefile revision 1.24 (or maybe 1.25). This was a known problem that was corrected on 10 or 11 January 1999. You could either update the Makefile to 1.26, or just comment out the two offending lines: Index: Makefile =================================================================== RCS file: /home/ncvs/src/sys/boot/i386/loader/Makefile,v retrieving revision 1.24 diff -u -r1.24 Makefile --- Makefile 1999/01/09 02:38:40 1.24 +++ Makefile 1999/02/25 20:50:17 @@ -71,8 +71,8 @@ ${BASE}: ${BASE}.bin ${BTXLDR} ${BTXKERN} ${BTXCRT} ${BASE}.help btxld -v -f aout -e 0x100000 -o ${.TARGET} -l ${BTXLDR} -b ${BTXKERN} \ ${BASE}.bin - kzip ${.TARGET} - mv ${.TARGET}.kz ${.TARGET} +# kzip ${.TARGET} +# mv ${.TARGET}.kz ${.TARGET} ${BASE}.bin: ${BASE}.sym cp ${.ALLSRC} ${.TARGET} -- Robert Nordier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message