From owner-freebsd-embedded@FreeBSD.ORG Tue Nov 4 16:20:48 2008 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 169081065672 for ; Tue, 4 Nov 2008 16:20:48 +0000 (UTC) (envelope-from philip.mullis@syx.ca) Received: from smtpout1.syx.ca (smtpout.syx.ca [69.77.170.152]) by mx1.freebsd.org (Postfix) with ESMTP id E43F18FC08 for ; Tue, 4 Nov 2008 16:20:47 +0000 (UTC) (envelope-from philip.mullis@syx.ca) Received: from mail.syx.ca (unknown [192.168.21.1]) by smtpout1.syx.ca (Postfix) with ESMTP id 46DEA182B04 for ; Tue, 4 Nov 2008 11:20:47 -0500 (EST) Received: from [192.168.22.188] ([192.168.22.188]) by mail.syx.ca with Microsoft SMTPSVC(6.0.3790.3959); Tue, 4 Nov 2008 11:20:47 -0500 Message-ID: <49107661.8050908@syx.ca> Date: Tue, 04 Nov 2008 11:20:49 -0500 From: Philip Mullis User-Agent: Thunderbird 2.0.0.17 (X11/20080925) MIME-Version: 1.0 To: freebsd-embedded@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 04 Nov 2008 16:20:47.0258 (UTC) FILETIME=[4B64B7A0:01C93E99] Subject: problem with tinybsd on 8-current X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2008 16:20:48 -0000 When running the tinybsd script on 8-current it stops with the following error (seemingly to do with ppp_tty) has anyone else come across this error and know how to correct it? thanks =========== /usr/src/sys/net/ppp_tty.c:150: error: variable 'pppdisc' has initializer but incomplete type cc1: warnings being treated as errors /usr/src/sys/net/ppp_tty.c:151: warning: excess elements in struct initializer /usr/src/sys/net/ppp_tty.c:151: warning: (near initialization for 'pppdisc') /usr/src/sys/net/ppp_tty.c:855: error: 'struct tty' has no member named 't_cc' /usr/src/sys/net/ppp_tty.c:856: error: 'struct tty' has no member named 't_state' [a whack more lines regarding ppp_tty] *** Error code 1 Stop in /usr/obj/usr/src/sys/TINYBSD. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src.