Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jul 2001 17:44:38 -0700 (PDT)
From:      Gary Kline <kline@tao.thought.org>
To:        freebsd-questions@FreeBSD.ORG (FreeBSD Mailing List)
Subject:   ...strange....
Message-ID:  <200107200044.f6K0idD45702@tao.thought.org>

next in thread | raw e-mail | index | archive | help


	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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107200044.f6K0idD45702>