From owner-freebsd-questions Sat Jan 6 3:32:18 2001 From owner-freebsd-questions@FreeBSD.ORG Sat Jan 6 03:32:16 2001 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from SoftwareHackery.Com (SoftwareHackery.Com [192.156.97.237]) by hub.freebsd.org (Postfix) with ESMTP id AC3F537B400 for ; Sat, 6 Jan 2001 03:32:15 -0800 (PST) Received: from localhost (synergy.Destek.Net [127.0.0.1]) by SoftwareHackery.Com (Postfix) with ESMTP id A3897CC2B for ; Sat, 6 Jan 2001 06:32:07 -0500 (EST) Date: Sat, 6 Jan 2001 06:32:06 -0500 (EST) From: Marc Evans X-Sender: To: Subject: scrt0.o and make upgrade Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: Marc@SoftwareHackery.Com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi - I have a FreeBSD that identifies itself as "3.5-STABLE". Given the recent security announcements about /procfs, I though I would perform an upgrade. So I used this cvsupfile to grab the sources: *default host=cvsup8.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs *default tag=RELENG_3_5_1_RELEASE *default delete use-rel-suffix *default tag=. src-all That worked just fine 8-). I next proceeded to go to /usr/src and attempt to build the upgrade. Very early in that process I encountered this problem: cc -O -pipe -I/usr/obj/aout/usr/src/i386/usr/include -c /usr/src/usr.bin/yacc/verbose.c cc -O -pipe -I/usr/obj/aout/usr/src/i386/usr/include -c /usr/src/usr.bin/yacc/warshall.c make: don't know how to make scrt0.o. Stop *** Error code 2 Stop. *** Error code 1 I have scanned the mailing list archives, but the only references that I see to scrt0.o are discussing netbooting, and the text doesn't seem to be relevant to what I am encountering. Can anyone shed light on what I am doing wrong? Thanks in advance - Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message