Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Feb 1999 23:07:08 +0200 (SAT)
From:      Robert Nordier <rnordier@nordier.com>
To:        frix_bsd@hotmail.com (Frikkie Thirion)
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: make world fails
Message-ID:  <199902252107.XAA09650@ceia.nordier.com>
In-Reply-To:  <19990118124717.27070.qmail@hotmail.com> from Frikkie Thirion at "Jan 18, 99 04:47:12 am"

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902252107.XAA09650>