From owner-freebsd-stable Sun Dec 5 5:48: 8 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mail.rdc3.on.home.com (ha1.rdc3.on.home.com [24.2.9.68]) by hub.freebsd.org (Postfix) with ESMTP id 600C014EE3 for ; Sun, 5 Dec 1999 05:48:02 -0800 (PST) (envelope-from willwong@anime.ca) Received: from mail.anime.ca ([24.112.80.104]) by mail.rdc3.on.home.com (InterMail v4.01.01.02 201-229-111-106) with ESMTP id <19991205134518.PLGT21594.mail.rdc3.on.home.com@mail.anime.ca> for ; Sun, 5 Dec 1999 05:45:18 -0800 Received: from localhost (willwong@localhost) by mail.anime.ca (8.9.3/8.9.3) with ESMTP id IAA92798 for ; Sun, 5 Dec 1999 08:47:17 -0500 (EST) (envelope-from willwong@anime.ca) Date: Sun, 5 Dec 1999 08:47:16 -0500 (EST) From: William Wong To: freebsd-stable@freebsd.org Subject: netgraph broken in stable? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, While trying to compile a kernel with netgraph support I got the following: I had cvsup'd earlier today. My compile dir was clean, did a textbook kernel config. I also did a "touch opt_netgraph.h" just in case. cc -c -O -pipe -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -Wunused -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -DVM_STACK -include opt_global.h -elf vers.c loading kernel ng_base.o: In function `ng_generic_msg': ng_base.o(.text+0x1513): undefined reference to `ng_unparse' ng_base.o(.text+0x16f7): undefined reference to `ng_parse' ng_base.o(.rodata+0x18): undefined reference to `ng_parse_typebuf_type' ng_base.o(.rodata+0x24): undefined reference to `ng_parse_hookbuf_type' ng_base.o(.rodata+0x30): undefined reference to `ng_parse_hookbuf_type' ng_base.o(.rodata+0x5c): undefined reference to `ng_parse_struct_type' ng_base.o(.rodata+0x7c): undefined reference to `ng_parse_pathbuf_type' ng_base.o(.rodata+0x88): undefined reference to `ng_parse_hookbuf_type' ng_base.o(.rodata+0x94): undefined reference to `ng_parse_hookbuf_type' ng_base.o(.rodata+0xb0): undefined reference to `ng_parse_struct_type' ng_base.o(.rodata+0xd0): undefined reference to `ng_parse_nodebuf_type' ng_base.o(.rodata+0xec): undefined reference to `ng_parse_struct_type' ng_base.o(.rodata+0x10c): undefined reference to `ng_parse_hookbuf_type' ng_base.o(.rodata+0x128): undefined reference to `ng_parse_struct_type' ng_base.o(.rodata+0x148): undefined reference to `ng_parse_nodebuf_type' ng_base.o(.rodata+0x154): undefined reference to `ng_parse_typebuf_type' ng_base.o(.rodata+0x160): undefined reference to `ng_parse_int32_type' ng_base.o(.rodata+0x16c): undefined reference to `ng_parse_int32_type' ng_base.o(.rodata+0x18c): undefined reference to `ng_parse_struct_type' ng_base.o(.rodata+0x1ac): undefined reference to `ng_parse_typebuf_type' ng_base.o(.rodata+0x1b8): undefined reference to `ng_parse_int32_type' ng_base.o(.rodata+0x1e0): undefined reference to `ng_parse_struct_type' ng_base.o(.rodata+0x200): undefined reference to `ng_parse_hookbuf_type' ng_base.o(.rodata+0x20c): undefined reference to `ng_parse_hookbuf_type' ng_base.o(.rodata+0x238): undefined reference to `ng_parse_struct_type' ng_base.o(.rodata+0x260): undefined reference to `ng_parse_array_type' ng_base.o(.rodata+0x288): undefined reference to `ng_parse_array_type' ng_base.o(.rodata+0x2b0): undefined reference to `ng_parse_array_type' ng_base.o(.rodata+0x2d0): undefined reference to `ng_parse_int32_type' ng_base.o(.rodata+0x2fc): undefined reference to `ng_parse_struct_type' ng_base.o(.rodata+0x348): undefined reference to `ng_parse_struct_type' ng_base.o(.rodata+0x368): undefined reference to `ng_parse_int32_type' ng_base.o(.rodata+0x394): undefined reference to `ng_parse_struct_type' ng_base.o(.rodata+0x488): undefined reference to `ng_parse_string_type' ng_base.o(.rodata+0x498): undefined reference to `ng_parse_ng_mesg_type' ng_base.o(.rodata+0x49c): undefined reference to `ng_parse_ng_mesg_type' ng_base.o(.rodata+0x4ac): undefined reference to `ng_parse_ng_mesg_type' ng_base.o(.rodata+0x4b0): undefined reference to `ng_parse_ng_mesg_type' ng_async.o(.rodata+0x4): undefined reference to `ng_parse_int8_type' ng_async.o(.rodata+0x10): undefined reference to `ng_parse_int16_type' ng_async.o(.rodata+0x1c): undefined reference to `ng_parse_int16_type' ng_async.o(.rodata+0x28): undefined reference to `ng_parse_int32_type' ng_async.o(.rodata+0x54): undefined reference to `ng_parse_struct_type' ng_async.o(.rodata+0x74): undefined reference to `ng_parse_int32_type' ng_async.o(.rodata+0x80): undefined reference to `ng_parse_int32_type' ng_async.o(.rodata+0x8c): undefined reference to `ng_parse_int32_type' ng_async.o(.rodata+0x98): undefined reference to `ng_parse_int32_type' ng_async.o(.rodata+0xa4): undefined reference to `ng_parse_int32_type' ng_async.o(.rodata+0xb0): more undefined references to `ng_parse_int32_type' follow ng_async.o(.rodata+0x144): undefined reference to `ng_parse_struct_type' ng_cisco.o(.rodata+0x4): undefined reference to `ng_parse_ipaddr_type' ng_cisco.o(.rodata+0x10): undefined reference to `ng_parse_ipaddr_type' ng_cisco.o(.rodata+0x34): undefined reference to `ng_parse_struct_type' ng_cisco.o(.rodata+0x54): undefined reference to `ng_parse_int32_type' ng_cisco.o(.rodata+0x60): undefined reference to `ng_parse_int32_type' ng_cisco.o(.rodata+0x90): undefined reference to `ng_parse_struct_type' ng_ppp.o(.rodata+0x9c): undefined reference to `ng_parse_int8_type' ng_ppp.o(.rodata+0xa8): undefined reference to `ng_parse_int8_type' ng_ppp.o(.rodata+0xb4): undefined reference to `ng_parse_int8_type' ng_ppp.o(.rodata+0xc0): undefined reference to `ng_parse_int16_type' ng_ppp.o(.rodata+0xcc): undefined reference to `ng_parse_int32_type' ng_ppp.o(.rodata+0xd8): undefined reference to `ng_parse_int32_type' ng_ppp.o(.rodata+0x11c): undefined reference to `ng_parse_struct_type' ng_ppp.o(.rodata+0x138): undefined reference to `ng_parse_fixedarray_type' ng_ppp.o(.rodata+0x158): undefined reference to `ng_parse_int16_type' ng_ppp.o(.rodata+0x164): undefined reference to `ng_parse_int8_type' ng_ppp.o(.rodata+0x170): undefined reference to `ng_parse_int8_type' ng_ppp.o(.rodata+0x17c): undefined reference to `ng_parse_int8_type' ng_ppp.o(.rodata+0x188): undefined reference to `ng_parse_int8_type' ng_wng_ppp.o(.ronpp.o(.rodata+0x2bc): undefinedparse_int32_type' ng_ppp.o(.rodata+0x2c8): undefined reference to `ng_parse_int32_tye' ng_ppp.o(.rodeference to `ng_parse_int32_type' ng_ppp.o(.rodata+0x2e0): undefined refppp.o(.rodata+0x3a8): undefierence to `ng_par ------------------------------------------- William Wong Edirol on IRC EFNET willwong@anime.ca ANIME...MANGA...MIDI...PSX...RPGs...RULE!!! ------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message