Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Mar 1998 08:15:56 +0200 (SAT)
From:      John Hay <jhay@mikom.csir.co.za>
To:        current@FreeBSD.ORG
Subject:   current "make release" failure
Message-ID:  <199803050615.IAA00864@zibbi.mikom.csir.co.za>

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

My daily -current "make release" failed this morning with the following
during the GENERIC kernel build phase:

-----
cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit  -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith -Winline -Wuninitialized  -nostdinc -I- -I. -I../.. -I../../../include  -DKERNEL -include opt_global.h  ../../pci/if_tx.c
../../pci/if_tx.c: In function `epic_set_media_speed':
../../pci/if_tx.c:1049: `ITM_GMASK' undeclared (first use this function)
../../pci/if_tx.c:1049: (Each undeclared identifier is reported only once
../../pci/if_tx.c:1049: for each function it appears in.)
machine/cpufunc.h:283: warning: inlining failed in call to `outl'
../../pci/if_tx.c:1049: warning: called from here
*** Error code 1

Stop.
-----

Should the ITM_GMASK be IFM_GMASK?

John
-- 
John Hay -- John.Hay@mikom.csir.co.za

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



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