From owner-freebsd-questions Thu Jul 19 17:44:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tao.thought.org (sense-kline-248.oz.net [216.39.168.248]) by hub.freebsd.org (Postfix) with ESMTP id BDFD637B420 for ; Thu, 19 Jul 2001 17:44:39 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.11.3/8.11.0) id f6K0idD45702 for freebsd-questions@FreeBSD.ORG; Thu, 19 Jul 2001 17:44:39 -0700 (PDT) (envelope-from kline) From: Gary Kline Message-Id: <200107200044.f6K0idD45702@tao.thought.org> Subject: ...strange.... To: freebsd-questions@FreeBSD.ORG (FreeBSD Mailing List) Date: Thu, 19 Jul 2001 17:44:38 -0700 (PDT) Organization: <> thought.org: pvblic service Unix since 1986... <> X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I finished cvsup'ing 4.3-STABLE this afternoon, and according to my cookbook notes from last month, did a make buildworld; make buildkernel XYZ. The buildworld finished successfully; the kernel build stalls with these errs. I'm not sub'd//re-sub'd to -stable. Can anyone clue me in, please?? gary cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/../include -I/usr/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 /usr/src/sys/pci/if_dc.c /usr/src/sys/pci/if_dc.c: In function `dc_start': /usr/src/sys/pci/if_dc.c:2853: syntax error before `static' /usr/src/sys/pci/if_dc.c:2856: `xsc' undeclared (first use in this function) /usr/src/sys/pci/if_dc.c:2856: (Each undeclared identifier is reported only once /usr/src/sys/pci/if_dc.c:2856: for each function it appears in.) /usr/src/sys/pci/if_dc.c:3019: syntax error before `static' /usr/src/sys/pci/if_dc.c:3037: warning: `return' with a value, in function returning void /usr/src/sys/pci/if_dc.c:3043: syntax error before `static' /usr/src/sys/pci/if_dc.c:3057: `ifmr' undeclared (first use in this function) /usr/src/sys/pci/if_dc.c:3068: syntax error before `static' /usr/src/sys/pci/if_dc.c:3074: `data' undeclared (first use in this function) /usr/src/sys/pci/if_dc.c:3080: `command' undeclared (first use in this function) /usr/src/sys/pci/if_dc.c:3084: warning: unreachable code at beginning of switch statement /usr/src/sys/pci/if_dc.c:3128: warning: `return' with a value, in function returning void /usr/src/sys/pci/if_dc.c:3131: syntax error before `static' /usr/src/sys/pci/if_dc.c:3155: syntax error before `static' /usr/src/sys/pci/if_dc.c:3211: syntax error before `static' /usr/src/sys/pci/if_dc.c:3216: `dev' undeclared (first use in this function) /usr/src/sys/pci/if_dc.c:3222: syntax error at end of input /usr/src/sys/pci/if_dc.c:202: warning: `dc_ioctl' used but never defined /usr/src/sys/pci/if_dc.c:203: warning: `dc_init' used but never defined /usr/src/sys/pci/if_dc.c:204: warning: `dc_stop' used but never defined /usr/src/sys/pci/if_dc.c:205: warning: `dc_watchdog' used but never defined /usr/src/sys/pci/if_dc.c:206: warning: `dc_shutdown' used but never defined /usr/src/sys/pci/if_dc.c:207: warning: `dc_ifmedia_upd' used but never defined /usr/src/sys/pci/if_dc.c:208: warning: `dc_ifmedia_sts' used but never defined *** Error code 1 Stop in /usr/obj/usr/src/sys/GENERIC. *** Error code 1 Stop in /usr/src. *** Error code 1 -- Gary D. Kline kline@thought.org www.thought.org Public service Unix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message