From owner-freebsd-stable Wed Sep 19 23: 6:30 2001 Delivered-To: freebsd-stable@freebsd.org Received: from cs.sfu.ca (cs.sfu.ca [142.58.111.1]) by hub.freebsd.org (Postfix) with ESMTP id E201A37B419 for ; Wed, 19 Sep 2001 23:06:25 -0700 (PDT) Received: from smahlt.math.sfu.ca (smahlt [199.60.17.25]) by cs.sfu.ca (8.12.0/8.12.0) with ESMTP id f8K66Lsm002353 for ; Wed, 19 Sep 2001 23:06:25 -0700 (PDT) Received: from localhost by smahlt.math.sfu.ca (8.8.8/1.1.20.8/23Nov99-0751PM) id XAA0000129494; Wed, 19 Sep 2001 23:06:21 -0700 (PDT) X-Authentication-Warning: smahlt.math.sfu.ca: mcneney owned process doing -bs Date: Wed, 19 Sep 2001 23:06:21 -0700 (PDT) From: Brad McNeney X-Sender: mcneney@smahlt.math.sfu.ca To: freebsd-stable@FreeBSD.org Subject: make buildworld fails at xinstall Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Starting with a 4.0-RELEASE system from CD I'm trying to upgrade to 4-stable. After cvsupping I run make buildworld with the following results: cd /usr/src/usr.bin/xinstall; make obj; make depend; make all; make install /usr/obj/usr/src/i386/usr/src/usr.bin/xinstall created for /usr/src/usr.bin/xinstall rm -f .depend mkdep -f .depend -a -I/usr/obj/usr/src/i386/usr/include /usr/src/usr.bin/xinstall/xinstall.c cd /usr/src/usr.bin/xinstall; make _EXTRADEPEND echo xinstall: /usr/obj/usr/src/i386/usr/lib/libc.a >> .depend cc -O -pipe -I/usr/obj/usr/src/i386/usr/include -c /usr/src/usr.bin/xinstall/xinstall.c cc -O -pipe -I/usr/obj/usr/src/i386/usr/include -static -o xinstall xinstall.o xinstall.o: In function `main': xinstall.o(.text+0x8f): undefined reference to `strtofflags' *** Error code 1 Stop in /usr/src/usr.bin/xinstall. *** Error code 1 Any ideas on what I'm doing wrong? TIA, Brad ------------------------------------------------------------------------- Brad McNeney email: mcneney@stat.sfu.ca Dept. of Statatistics and Actuarial Sci. web: www.stat.sfu.ca/~mcneney/ Simon Fraser University phone: 604.291.4815 8888 University Drive fax: 604.291.4368 Burnaby, British Columbia Canada V5A 1S6 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message