From owner-freebsd-current@FreeBSD.ORG Fri Sep 19 20:03:41 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B5521065676 for ; Fri, 19 Sep 2008 20:03:41 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from mout5.freenet.de (mout5.freenet.de [IPv6:2001:748:100:40::2:7]) by mx1.freebsd.org (Postfix) with ESMTP id E8CED8FC08 for ; Fri, 19 Sep 2008 20:03:40 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from [195.4.92.21] (helo=11.mx.freenet.de) by mout5.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #65) id 1KgmCZ-0002wy-Eq; Fri, 19 Sep 2008 22:03:39 +0200 Received: from m8c90.m.pppool.de ([89.49.140.144]:16868 helo=peedub.jennejohn.org) by 11.mx.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #65) id 1KgmCZ-0004PU-73; Fri, 19 Sep 2008 22:03:39 +0200 Date: Fri, 19 Sep 2008 22:03:38 +0200 From: Gary Jennejohn To: Cc: freebsd-current@freebsd.org Message-ID: <20080919220338.31cce41d@peedub.jennejohn.org> In-Reply-To: <87od2kj5o2.fsf@chateau.d.lf> References: <87od2kj5o2.fsf@chateau.d.lf> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.10.14; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Compilation error occured during 'make buildkernel' X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gary.jennejohn@freenet.de List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2008 20:03:41 -0000 On Sat, 20 Sep 2008 00:59:17 +0530 wahjava.ml@gmail.com (Ashish Shukla ____________ _______________) wrote: > I just started tracking 8.0-CURRENT, and this is my first 8.0-CURRENT > 'make buildkernel' execution and my first posting to this list . I'm > getting following compilation error while building it for my custom > kernel configuration file: > [snip error output from trying to compile if_sl] The new MPSAFE tty code in current doesn't support slip yet. Remove slip from your configuration. --- Gary Jennejohn