From owner-freebsd-questions Mon Jun 17 13:18:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from darth.pageone.net (darth.pageone.net [66.207.137.34]) by hub.freebsd.org (Postfix) with ESMTP id 585E537B405 for ; Mon, 17 Jun 2002 13:17:15 -0700 (PDT) Received: (from dehart@localhost) by darth.pageone.net (8.12.3/8.11.6) id g5HJuOGr063783 for freebsd-questions@freebsd.org; Mon, 17 Jun 2002 15:56:24 -0400 (EDT) (envelope-from dehart) Date: Mon, 17 Jun 2002 15:56:24 -0400 (EDT) From: Ed DeHart Message-Id: <200206171956.g5HJuOGr063783@darth.pageone.net> To: freebsd-questions@freebsd.org Subject: buildkernel fails - Symbol send_sessionid already defined Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The kernel I am currently using was built on May 28, 2002. Everything works as expected. With the release of 4.6, I sup'ed the lastest updates last night and tried to build a new kernel. While the buildworld and installworld went okay, the buildkernel died with the following error: ------------------------------------------------------------------------------ ===> netgraph/pppoe cc -O -pipe -Wall -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/../include -mpreferred-stack-boundary=2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c /usr/src/sys/modules/netgraph/pppoe/../../../netgraph/ng_pppoe.c /usr/src/sys/modules/netgraph/pppoe/../../../netgraph/ng_pppoe.c:860: redefinition of `send_sessionid' /usr/src/sys/modules/netgraph/pppoe/../../../netgraph/ng_pppoe.c:843: `send_sessionid' previously defined here {standard input}: Assembler messages: {standard input}:1531: Error: Symbol send_sessionid already defined. *** Error code 1 Stop in /usr/src/sys/modules/netgraph/pppoe. *** Error code 1 Stop in /usr/src/sys/modules/netgraph. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/DARTH. *** Error code 1 Stop in /usr/src. *** Error code 1 ------------------------------------------------------------------------------ FYI, I used cvsup11.freebsd.org as the source host. I do have src-all set. The system is running a 4.6-RC kernel now. The config file for this host has not changed through several buildkernels. Any suggestions? Thanks, Ed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message