From owner-freebsd-stable Mon Jun 17 3:33:48 2002 Delivered-To: freebsd-stable@freebsd.org Received: from orange.csi.cam.ac.uk (orange.csi.cam.ac.uk [131.111.8.77]) by hub.freebsd.org (Postfix) with ESMTP id D7F4737B40E; Mon, 17 Jun 2002 03:33:44 -0700 (PDT) Received: from jacs (helo=localhost) by orange.csi.cam.ac.uk with local-esmtp (Exim 4.04) id 17JtpP-0005IW-00; Mon, 17 Jun 2002 11:33:43 +0100 Date: Mon, 17 Jun 2002 11:33:43 +0100 (BST) From: "Dr J.A.C. Stenton" X-X-Sender: jacs@orange.csi.cam.ac.uk To: stable@freebsd.org Cc: brian@freebsd.org Subject: 4.6 kernel build problem (Symbol send_sessionid already definedng_pppoe.c) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Just CVsupped the latest 4.6 code and got the following error on the kernel rebuild part of rebuilding the world ===> 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/GNOME. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message