From owner-freebsd-isdn@FreeBSD.ORG Wed May 31 06:58:00 2006 Return-Path: X-Original-To: freebsd-isdn@freebsd.org Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3573816A420 for ; Wed, 31 May 2006 06:58:00 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe03.swip.net [212.247.154.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id A52C543D48 for ; Wed, 31 May 2006 06:57:59 +0000 (GMT) (envelope-from hselasky@c2i.net) X-T2-Posting-ID: Y1QAsIk9O44SO+J/q9KNyQ== X-Cloudmark-Score: 0.000000 [] Received: from mp-217-136-56.daxnet.no ([193.217.136.56] verified) by mailfe03.swip.net (CommuniGate Pro SMTP 5.0.8) with ESMTP id 212324505; Wed, 31 May 2006 08:57:57 +0200 From: Hans Petter Selasky To: freebsd-isdn@freebsd.org Date: Wed, 31 May 2006 08:57:53 +0200 User-Agent: KMail/1.7 References: <994916871.20060530200956@gmx.ch> In-Reply-To: <994916871.20060530200956@gmx.ch> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605310857.54900.hselasky@c2i.net> Cc: Subject: Re: Install problems with i4b X-BeenThere: freebsd-isdn@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using ISDN with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2006 06:58:00 -0000 On Tuesday 30 May 2006 20:09, Peter Reimer wrote: > Hello, > > I'm trying to install Hans Peter's ISDN4BSD package. I've done > all steps that you see with "make help". > > make install > make install_mod > > I've added the listed lines in my kernel config and tried to compile > the kernel. But the process stops with this error message: > > /usr/src/sys/i4b/driver/i4b_rbch.c: In function `rbch_setup_ft': > /usr/src/sys/i4b/driver/i4b_rbch.c:637: warning: implicit declaration of > function `callout_init_mtx' /usr/src/sys/i4b/driver/i4b_rbch.c:637: > warning: nested extern declaration of `callout_init_mtx' *** Error code 1 > You need to install a newer version of FreeBSD. Or you need to checkout a newer version of the kernel sources, probably FreeBSD 6.X, in /usr/src/, using "cvsup". 'callout_init_mtx()' was introduced to FreeBSD 6.X at: Mon Feb 7 02:47:33 2005 UTC (15 months, 3 weeks ago) http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/sys/callout.h --HPS