From owner-freebsd-stable Wed Nov 7 6:12:15 2001 Delivered-To: freebsd-stable@freebsd.org Received: from ns1.infowest.com (ns1.infowest.com [204.17.177.10]) by hub.freebsd.org (Postfix) with ESMTP id A16BE37B41C for ; Wed, 7 Nov 2001 06:12:08 -0800 (PST) Received: from there (208.186.108.68.dsl.infowest.net [208.186.108.68]) by ns1.infowest.com (Postfix) with SMTP id EB3CF21389; Wed, 7 Nov 2001 07:12:07 -0700 (MST) Content-Type: text/plain; charset="iso-8859-1" From: Samuel J.Greear Organization: GetMegabits, Inc. To: Eugene Grosbein , stable@freebsd.org Subject: Re: dummynet is broken in STABLE Date: Thu, 8 Nov 2001 07:09:54 -0700 X-Mailer: KMail [version 1.3] References: <20011107210457.E437@grosbein.pp.ru> In-Reply-To: <20011107210457.E437@grosbein.pp.ru> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20011107141207.EB3CF21389@ns1.infowest.com> 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 On Wednesday 07 November 2001 07:05 am, Eugene Grosbein wrote: > Hi! > > I've cvsup'd my 4-STABLE system from cvsup.freebsd.org today. > make buildworld completed cleanly as well as building of GENERIC > but custom kernel failed to build: > > cd /usr/src/sys/i386/conf > cp GENERIC TEST > echo 'options DUMMYNET' >>TEST > cd /usr/src > make buildkernel KERNCONF=TEST > > Output: > ... > linking kernel > ip_dummynet.o: In function `Find_queue': > ip_dummynet.o(.text+0xe41): undefined reference to `Last_pkt' > ip_dummynet.o(.text+0xe4a): undefined reference to `Last_pkt' > ip_dummynet.o(.text+0xe55): undefined reference to `Last_pkt' > ip_dummynet.o(.text+0xe60): undefined reference to `Last_pkt' > ip_dummynet.o(.text+0xe69): undefined reference to `Last_pkt' > ip_dummynet.o(.text+0xe6f): more undefined references to `Last_pkt' follow > ip_dummynet.o: In function Dummynet_flush': > ip_dummynet.o(.text+0x1876): undefined reference to p_fw_chain_head' > ip_dummynet.o: In function Dn_rule_delete_fs': > ip_dummynet.o(.text+0x1930): undefined reference to p_fw_default_rule' > ip_dummynet.o: In function Dn_rule_delete': > ip_dummynet.o(.text+0x19c2): undefined reference to p_fw_default_rule' > ip_dummynet.o: In function Delete_pipe': > ip_dummynet.o(.text+0x2121): undefined reference to p_fw_chain_head' > ip_dummynet.o(.text+0x221d): undefined reference to p_fw_chain_head' > ip_dummynet.o: In function p_dn_init': > ip_dummynet.o(.text+0x2651): undefined reference to p_dn_ruledel_ptr' > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/TEST. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > Eugene Grosbein > You may have slightly more luck if you include the IPFIREWALL option as well. Sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message