Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 2002 14:23:30 -0400
From:      "Paul Horechuk" <phorechuk@docucom.ca>
To:        <freebsd-stable@freebsd.org>
Subject:   build kernel fails
Message-ID:  <034401c2162c$15a98b00$73f8d7a5@docucom.ca>

next in thread | raw e-mail | index | archive | help
FreeBSD freida.docucom.ca 4.5-STABLE FreeBSD 4.5-STABLE #1: Tue Apr  9
12:02:26

While trying a buildkernel KERNCONF=FREIDA,
also with:
$ cd /usr/src/sys/i386/conf
$ config FREIDA
$ cd ../../compile/FREIDA
$ make depend
$ make

also with buildkernel using GENERIC

All attenpts fail with same error:
-snip-

===> 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-pr
ototypes
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-ex
tensions -
ansi -c
/usr/src/sys/modules/netgraph/pppoe/../../../netgraph/ng_pppoe.c
/usr/src/sys/modules/netgraph/pppoe/../../../netgraph/ng_pppoe.c:860:
redefiniti
on of `send_sessionid'
/usr/src/sys/modules/netgraph/pppoe/../../../netgraph/ng_pppoe.c:843:
`send_sess
ionid' 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.

etc/make.conf:

USA_RESIDENT=YES
COMPAT4X=YES
CFLAGS=-O -pipe
NO_KDE_OBJPRELINK = YES
# -- use.perl generated deltas -- #
# Created: Wed Apr 17 13:23:54 2002
# Setting to use base perl from ports:
PERL_VER=5.6.1
PERL_VERSION=5.6.1
PERL_ARCH=mach

A search on questions and stable has revealed nothing yet.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?034401c2162c$15a98b00$73f8d7a5>