From owner-freebsd-stable Sat Jun 3 8:51: 0 2000 Delivered-To: freebsd-stable@freebsd.org Received: from finch-post-10.mail.demon.net (finch-post-10.mail.demon.net [194.217.242.38]) by hub.freebsd.org (Postfix) with ESMTP id C25BA37B732 for ; Sat, 3 Jun 2000 08:50:56 -0700 (PDT) (envelope-from andrew@aaaaaaaa.demon.co.uk) Received: from aaaaaaaa.demon.co.uk ([158.152.178.85]) by finch-post-10.mail.demon.net with esmtp (Exim 2.12 #1) id 12yGCM-0004Z0-0A for stable@freebsd.org; Sat, 3 Jun 2000 15:50:55 +0000 Received: (from andrew@localhost) by aaaaaaaa.demon.co.uk (8.8.8/8.8.7) id QAA21240 for stable@freebsd.org; Sat, 3 Jun 2000 16:50:56 +0100 (BST) (envelope-from andrew) From: Andrew Wilson Message-Id: <200006031550.QAA21240@aaaaaaaa.demon.co.uk> Subject: make world fails on new 2.2.8-stable... To: stable@freebsd.org Date: Sat, 3 Jun 100 16:50:56 +0100 (BST) 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, I cvsup'd 2.2.8-stable today (new tweaks appeared in syslog code). 'make world' croaks with: --- cut here -- ===> usr.sbin/syslogd cc -nostdinc -O -I/usr/obj/b/andrew/CVSUP-2.2/src/tmp/usr/include -c /b/andrew/CVSUP-2.2/src/usr.sbin/syslogd/syslogd.c /b/andrew/CVSUP-2.2/src/usr.sbin/syslogd/syslogd.c: In function `fprintlog': /b/andrew/CVSUP-2.2/src/usr.sbin/syslogd/syslogd.c:822: structure has no member named `name' /b/andrew/CVSUP-2.2/src/usr.sbin/syslogd/syslogd.c:828: structure has no member named `name' *** Error code 1 Stop. In other news bin/ed still has a call to strlcpy which doesn't exist on 2.2.8. 's/strlcpy/strncpy' seemed to fix that though. 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