From owner-freebsd-bugs@FreeBSD.ORG Fri Oct 17 11:30:49 2008 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 268D9106568F for ; Fri, 17 Oct 2008 11:30:49 +0000 (UTC) (envelope-from mulga@pirpac.homeunix.net) Received: from nschwqsrv03p.mx.bigpond.com (nschwqsrv03p.mx.bigpond.com [61.9.189.237]) by mx1.freebsd.org (Postfix) with ESMTP id 95B078FC0C for ; Fri, 17 Oct 2008 11:30:48 +0000 (UTC) (envelope-from mulga@pirpac.homeunix.net) Received: from nschwotgx01p.mx.bigpond.com ([58.169.128.221]) by nschwmtas04p.mx.bigpond.com with ESMTP id <20081017101850.OHRZ19703.nschwmtas04p.mx.bigpond.com@nschwotgx01p.mx.bigpond.com> for ; Fri, 17 Oct 2008 10:18:50 +0000 Received: from pirpac.homeunix.net ([58.169.128.221]) by nschwotgx01p.mx.bigpond.com with ESMTP id <20081017101845.NGYE15831.nschwotgx01p.mx.bigpond.com@pirpac.homeunix.net> for ; Fri, 17 Oct 2008 10:18:45 +0000 Received: from pirpac.homeunix.net (pirpac.homeunix.net [10.0.0.36]) by pirpac.homeunix.net (8.14.2/8.14.2) with ESMTP id m9HAIiqg077956 for ; Fri, 17 Oct 2008 21:18:45 +1100 (EST) (envelope-from mulga@pirpac.homeunix.net) From: John To: freebsd-bugs@freebsd.org Date: Fri, 17 Oct 2008 21:18:43 +1100 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200810172118.43618.mulga@pirpac.homeunix.net> X-RPD-ScanID: Class unknown; VirusThreatLevel unknown, RefID str=0001.0A150202.48F86685.00A8,ss=1,fgs=0 Subject: break make (if_ed_pccard.c) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Oct 2008 11:30:49 -0000 Hi, I seem to have a small issue. Make breaks on FreBSD 7-REL and with the current cvsup. I ftp'd the source from the primary site and it also broke make. The config file is GENERIC .. PIRPAC with the ident changed and cpu 486 commented out. config PIRPAC reports no problems. Conclusion bad 'if_ed_pccard.c' The results of the make are ------------- /src/sys -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror /usr/src/sys/dev/ed/if_ed_pccard.c /usr/src/sys/dev/ed/if_ed_pccard.c:1092: error: 'miibus_readreg_desc' undeclared here (not in a function) /usr/src/sys/dev/ed/if_ed_pccard.c:1093: error: 'miibus_writereg_desc' undeclared here (not in a function) *** Error code 1 Stop in /usr/obj/usr/src/sys/PIRPAC. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Any ideas? John