Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 2002 15:56:24 -0400 (EDT)
From:      Ed DeHart <dehart@pageone.net>
To:        freebsd-questions@freebsd.org
Subject:   buildkernel fails - Symbol send_sessionid already defined
Message-ID:  <200206171956.g5HJuOGr063783@darth.pageone.net>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206171956.g5HJuOGr063783>