From owner-freebsd-questions Mon Jun 17 12:45:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chud.68e.com (chud.68e.com [216.231.105.131]) by hub.freebsd.org (Postfix) with ESMTP id 37D0D37B447 for ; Mon, 17 Jun 2002 12:45:04 -0700 (PDT) Received: from localhost (adam@localhost) by chud.68e.com (8.11.2/8.11.2) with ESMTP id g5HJfMW02967 for ; Mon, 17 Jun 2002 15:41:22 -0400 (EDT) Date: Mon, 17 Jun 2002 15:41:22 -0400 (EDT) From: Adam Mazza To: Subject: building the GENERIC kernel after doing a cvsup of stable Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Hello, After cvsuping my /usr/src tree to 4.6-release, I started trying to upgrade from 4.6-RC FreeBSD 4.6-RC #0:. to 4.6-release. I was able to do a make buildworld and all compiled fine. I then did a make buildkernel and about halfway through the compilation 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/GENERIC. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Any idea what could be the cause of this? Regards, Adam Mazza To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message