From owner-freebsd-isdn@FreeBSD.ORG Fri Apr 18 02:21:23 2003 Return-Path: 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 EC73237B401 for ; Fri, 18 Apr 2003 02:21:23 -0700 (PDT) Received: from erasmus.vhs.de (erasmus.vhs.de [62.111.70.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0EBF43FCB for ; Fri, 18 Apr 2003 02:21:21 -0700 (PDT) (envelope-from Michael@Koerner.De) Received: (from uucp@localhost) by erasmus.vhs.de (8.11.6p2/8.11.6) with UUCP id h3I9LKo55432 for freebsd-isdn@freebsd.org; Fri, 18 Apr 2003 11:21:20 +0200 (CEST) (envelope-from Michael@Koerner.De) (envelope-to ) Received: from Koerner.De (106.koerner.de [10.49.201.106])KAA11471 ) Fri, 18 Apr 2003 10:30:37 +0200 (CEST) Message-ID: <3E9FB78A.9030904@Koerner.De> Date: Fri, 18 Apr 2003 10:30:02 +0200 From: Michael Koerner User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20030104 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-isdn@freebsd.org References: <200304161852.h3GIqvU2008903@peedub.jennejohn.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: New Kernel under 5.0 X-BeenThere: freebsd-isdn@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Using ISDN with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2003 09:21:24 -0000 Hi, whenever I try to build a Kernel with i4B support and also include the device "i4bing" 2 line in my Kernel configuration, I get the following error when doing the make buildkernel ... (lots of blah removed) sh /usr/src/sys/conf/newvers.sh MIKE cc -c -O -pipe -march=pentium3 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/dev -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -fno-common -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror vers.c linking kernel i4b_ing.o: In function `i4bingattach': i4b_ing.o(.text+0x148): undefined reference to `ng_make_node_common' i4b_ing.o(.text+0x192): undefined reference to `ng_name_node' i4b_ing.o(.text+0x1de): undefined reference to `dumpnode' i4b_ing.o(.text+0x1fa): undefined reference to `ng_unref_node' i4b_ing.o(.text+0x23a): undefined reference to `dumpnode' ... (more errors removed) *** Error code 1 Stop in /usr/obj/usr/src/sys/MIKE. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. A friend has the same problem. I Installed from 5.0 Release CD, cvsuped to 5.0p7. I don't use Netgraph, so I simply kept the device off, but I thought someone might want to know that there is something broken. Mike