From owner-freebsd-stable Mon Jun 17 15: 2: 6 2002 Delivered-To: freebsd-stable@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 288FB37B422; Mon, 17 Jun 2002 15:01:55 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [IPv6:fec0::1:12]) by Awfulhak.org (8.12.3/8.12.3) with ESMTP id g5HM1qMt062359; Mon, 17 Jun 2002 23:01:52 +0100 (BST) (envelope-from brian@FreeBSD.org) Received: from hak.lan.Awfulhak.org (brian@localhost [IPv6:::1]) by hak.lan.Awfulhak.org (8.12.4/8.12.4) with SMTP id g5HM1nOh005022; Mon, 17 Jun 2002 23:01:49 +0100 (BST) (envelope-from brian@FreeBSD.org) Date: Mon, 17 Jun 2002 23:01:49 +0100 From: Brian Somers To: Oliver Braun Cc: jacs@hermes.cam.ac.uk, l.ertl@univie.ac.at, stable@FreeBSD.org, freebsd-stable@FreeBSD.org, alfred@FreeBSD.org Subject: Re: 4.6 kernel build problem (Symbol send_sessionid already definedng_pppoe.c) Message-Id: <20020617230149.2de78ff1.brian@FreeBSD.org> In-Reply-To: <20020617124242.GA94887@informatik.unibw-muenchen.de> References: <20020617124806.Y73368-100000@pcle2.cc.univie.ac.at> <20020617124242.GA94887@informatik.unibw-muenchen.de> X-Mailer: Sylpheed version 0.7.6claws (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 My apologies. I've no idea how I managed that :/ Thanks for fixing it Alfred. On Mon, 17 Jun 2002 14:42:42 +0200, Oliver Braun wrote: > * Dr J.A.C. Stenton [2002-06-17 14:23]: > > 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. > > * Lukas Ertl [2002-06-17 14:23]: > > Hi, > > > since 4.6-RELEASE is out I'm trying to upgrade my 4-STABLE boxen to the > > latest STABLE version. The problem is that the kernel build process bombs, > > no matter if I do it with "make kernel" or with "config KERNEL && cd ... > > && make depend all". I already rm'ed the compile tree to make sure there > > are no stale object files left, but no help. I get the same error on three > > different boxes: > > > ===> 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 > > > Any ideas? > > With the MFC about 10 hours ago the code for send_sessionid was included > twice[1]. Apply the attached patch to build it now or wait for a fix in > the CVS-Repository. > > Regards, > Olli > > 1. http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/netgraph/ng_pppoe.c.diff?r1=1.23.2.11&r2=1.23.2.12&f=h > -- > IST & IIS _ INF _ UniBwM ___________ http://ist.unibw-muenchen.de/People/obraun/ > Tele-Consulting GmbH _______________ http://www.tele-consulting.com/ ___ obraun@ > FreeBSD: The Power To Serve ________ http://www.freebsd.org/ ___________________ > GnuPG: 0xEF25B1BA Fingerprint: 6A3B 042A 732E 17E4 B6E7 3EAF C0B1 6B7D EF25 B1BA > -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message