From owner-freebsd-hackers Mon Jun 17 5: 5:24 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from web10105.mail.yahoo.com (web10105.mail.yahoo.com [216.136.130.55]) by hub.freebsd.org (Postfix) with SMTP id 3199A37B414 for ; Mon, 17 Jun 2002 05:05:20 -0700 (PDT) Message-ID: <20020617120520.46891.qmail@web10105.mail.yahoo.com> Received: from [194.141.250.21] by web10105.mail.yahoo.com via HTTP; Mon, 17 Jun 2002 05:05:20 PDT Date: Mon, 17 Jun 2002 05:05:20 -0700 (PDT) From: Vladimir Terziev Subject: Problem building 4.6-STABLE kernel To: freebsd-hackers@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi hackers, I've cvsupped to 4.6-STABLE and tryed to update my existing 4.5-STABLE system. make buildworld has passed OK, but in make buildkernel KERNCONF=MY_KERNEL I've got an 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 I look in the code and saw there is a redefinition of 'send_sessionid'. As I'm not a kernel hacker neither an assembler guru, can someone help me? Vladimir P.S. Pleace re-play to me at vlady@rila.bg, not at this address. __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message