From nobody@FreeBSD.org  Mon Apr 29 08:41:43 2002
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id CA7F337B41C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 29 Apr 2002 08:41:42 -0700 (PDT)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.6/8.11.6) id g3TFfge11946;
	Mon, 29 Apr 2002 08:41:42 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200204291541.g3TFfge11946@freefall.freebsd.org>
Date: Mon, 29 Apr 2002 08:41:42 -0700 (PDT)
From: Viktor Steinmann <stony@stony.ch.easynet.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Build of 4.5-STABLE fails, probably xe module error
X-Send-Pr-Version: www-1.0

>Number:         37570
>Category:       kern
>Synopsis:       Build of 4.5-STABLE fails, probably xe module error
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    asmodai
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 29 08:50:00 PDT 2002
>Closed-Date:    Mon Apr 29 09:26:00 PDT 2002
>Last-Modified:  Mon Apr 29 09:30:01 PDT 2002
>Originator:     Viktor Steinmann
>Release:        4.5-RELEASE-p3
>Organization:
Easynet AG
>Environment:
FreeBSD stony.ch.easynet.net 4.5-RELEASE-p3 FreeBSD 4.5-RELEASE-p3 #5: Fri Apr 19 10:40:50 CEST 2002     stony@stony.ch.easynet.net:/usr/obj/usr/src/sys/STONY
i386
>Description:
When trying to do a 'make buildkernel KERNCONF=STONY" the following error occurs:

/usr/src/sys/kern/kern_descrip.c: In function `fcntl':
/usr/src/sys/kern/kern_descrip.c:239: `td' undeclared (first use in this function)
/usr/src/sys/kern/kern_descrip.c:239: (Each undeclared identifier is reported only once
/usr/src/sys/kern/kern_descrip.c:239: for each function it appears in.)
*** Error code 1

Stop in /usr/obj/usr/src/sys/STONY.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

It also happens when trying to build the kernel the 'old' way (config, make depend, make)
      
>How-To-Repeat:

>Fix:
      
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ru 
State-Changed-When: Mon Apr 29 09:23:44 PDT 2002 
State-Changed-Why:  
Already fixed in src/sys/kern/kern_descrip.c,v 1.81.2.14. 


Responsible-Changed-From-To: freebsd-bugs->asmodai 
Responsible-Changed-By: ru 
Responsible-Changed-When: Mon Apr 29 09:23:44 PDT 2002 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=37570 

From: clone@cloned.org
To: stony@stony.ch.easynet.net, freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: kern/37570: Build of 4.5-STABLE fails, probably xe module error
Date: Mon, 29 Apr 2002 10:20:25 -0600 (MDT)

 i am getting the same issue, something changed over the weekend and i do not
 use xe drivers. kernels compiled fine for me on friday, now, after cvsup'ing
 some other machines, the kernel won't compile.
 
 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/kern/kern_descrip.c
 /usr/src/sys/kern/kern_descrip.c: In function `fcntl':
 /usr/src/sys/kern/kern_descrip.c:239: `td' undeclared (first use in this
 function)
 /usr/src/sys/kern/kern_descrip.c:239: (Each undeclared identifier is reported
 only once
 /usr/src/sys/kern/kern_descrip.c:239: for each function it appears in.)
 *** Error code 1
 
 Stop in /usr/obj/usr/src/sys/SHOCKWAVE.
 *** Error code 1
 
 Stop in /usr/src.
 *** Error code 1
 
 Stop in /usr/src.
 
 
 <EOF>
>Unformatted:
