From owner-freebsd-stable Sun May 21 14:56: 4 2000 Delivered-To: freebsd-stable@freebsd.org Received: from anchor-post-32.mail.demon.net (anchor-post-32.mail.demon.net [194.217.242.90]) by hub.freebsd.org (Postfix) with ESMTP id E6C8237B9B4 for ; Sun, 21 May 2000 14:55:49 -0700 (PDT) (envelope-from andrew@aaaaaaaa.demon.co.uk) Received: from aaaaaaaa.demon.co.uk ([158.152.178.85]) by anchor-post-32.mail.demon.net with esmtp (Exim 2.12 #1) id 12tdhL-0009V7-0W for stable@freebsd.org; Sun, 21 May 2000 22:55:48 +0100 Received: (from andrew@localhost) by aaaaaaaa.demon.co.uk (8.8.8/8.8.7) id WAA26472; Sun, 21 May 2000 22:55:56 +0100 (BST) (envelope-from andrew) From: Andrew Wilson Message-Id: <200005212155.WAA26472@aaaaaaaa.demon.co.uk> Subject: Make world fails on latest 2.2.8... To: stable@freebsd.org Date: Sun, 21 May 100 22:55:56 +0100 (BST) Cc: andrew@aaaaaaaa.demon.co.uk (Andrew Wilson) Reply-To: Andrew.Wilson@cs.cf.ac.uk X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, sorry if this seems like a trip back in time. Today I cvsup'd 2.2.8-stable and ran make world. It croaked while compiling bin/ed: [snip] ===> bin/ed cc -nostdinc -O -I/usr/obj/b/andrew/CVSUP-2.2/src/tmp/usr/include -c /b/andrew /CVSUP-2.2/src/bin/ed/buf.c cc -nostdinc -O -I/usr/obj/b/andrew/CVSUP-2.2/src/tmp/usr/include -c /b/andrew /CVSUP-2.2/src/bin/ed/cbc.c cc -nostdinc -O -I/usr/obj/b/andrew/CVSUP-2.2/src/tmp/usr/include -c /b/andrew /CVSUP-2.2/src/bin/ed/glbl.c cc -nostdinc -O -I/usr/obj/b/andrew/CVSUP-2.2/src/tmp/usr/include -c /b/andrew /CVSUP-2.2/src/bin/ed/io.c cc -nostdinc -O -I/usr/obj/b/andrew/CVSUP-2.2/src/tmp/usr/include -c /b/andrew /CVSUP-2.2/src/bin/ed/main.c cc -nostdinc -O -I/usr/obj/b/andrew/CVSUP-2.2/src/tmp/usr/include -c /b/andrew /CVSUP-2.2/src/bin/ed/re.c cc -nostdinc -O -I/usr/obj/b/andrew/CVSUP-2.2/src/tmp/usr/include -c /b/andrew /CVSUP-2.2/src/bin/ed/sub.c cc -nostdinc -O -I/usr/obj/b/andrew/CVSUP-2.2/src/tmp/usr/include -c /b/andrew /CVSUP-2.2/src/bin/ed/undo.c cc -nostdinc -O -I/usr/obj/b/andrew/CVSUP-2.2/src/tmp/usr/include -static -o ed buf.o cbc.o glbl.o io.o main.o re.o sub.o undo.o main.o: Undefined symbol `_strlcpy' referenced from text segment *** Error code 1 Stop. I tried 'make clean' and then 'make world' again. No joy. Upgrading the machine to 4x is not currently an option. Anyone know what I've done wrong? Cheers, Ay. Andrew.Wilson@cs.cf.ac.uk http://www.cs.cf.ac.uk/User/Andrew.Wilson/ Voice/Fax: +44 (0) 1865 513 091 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message