From nobody@FreeBSD.org  Mon Aug 14 20:57:10 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A4FDE16A4E0
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 14 Aug 2006 20:57:10 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CF0CD43D45
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 14 Aug 2006 20:57:08 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k7EKv8kl002963
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 14 Aug 2006 20:57:08 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k7EKv8B7002957;
	Mon, 14 Aug 2006 20:57:08 GMT
	(envelope-from nobody)
Message-Id: <200608142057.k7EKv8B7002957@www.freebsd.org>
Date: Mon, 14 Aug 2006 20:57:08 GMT
From: "toni.tiveron@tiscalinet.it" <toni.tiveron@tiscalinet.it>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Kernel does not compile
X-Send-Pr-Version: www-2.3

>Number:         102032
>Category:       alpha
>Synopsis:       alpha kernel does not compile after mfi driver integration
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-alpha
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 14 21:00:24 GMT 2006
>Closed-Date:    Thu Aug 17 17:25:56 GMT 2006
>Last-Modified:  Thu Aug 17 18:30:16 GMT 2006
>Originator:     toni.tiveron@tiscalinet.it
>Release:        4-STABLE
>Organization:
none
>Environment:
FreeBSD AS800.home 4.11-STABLE FreeBSD 4.11-STABLE #7: Mon Feb 27 12:21:36 CET 2006     root@AS800:/usr/obj/usr/src/sys/AS800  alpha
>Description:
Kernel does not compile if update to a date after 2006.06.22.15.20.00
integrates the mfi driver updated by ps. This make impossibile to compile
the module.

This is the latest part of the build, where the compile stops.
Warning: Object directory not changed from original /usr/src/sys/modules/mfi
@ -> /usr/src/sys
machine -> /usr/src/sys/alpha/include
touch opt_mfi.h
touch opt_scsi.h
perl @/kern/makeops.pl -h @/kern/device_if.m
perl @/kern/makeops.pl -h @/kern/bus_if.m
perl @/kern/makeops.pl -h @/pci/pci_if.m
cc -O -pipe -mcpu=ev56 -Wall -Werror  -D_KERNEL -Wall -Wredundant-decls
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith
-Winline -Wcast-qual  -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I-
 -I. -I@ -I@/../include -I/usr/include  -mno-fp-regs -Wa,-mev56 -Wall
-Wredundant-decls -Wnested-externs -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual 
-fformat-extensions -ansi -c /usr/src/sys/modules/mfi/../../dev/mfi/mfi.c
cc -O -pipe -mcpu=ev56 -Wall -Werror  -D_KERNEL -Wall -Wredundant-decls
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith
-Winline -Wcast-qual  -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I-
 -I. -I@ -I@/../include -I/usr/include  -mno-fp-regs -Wa,-mev56 -Wall
-Wredundant-decls -Wnested-externs -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual 
-fformat-extensions -ansi -c
/usr/src/sys/modules/mfi/../../dev/mfi/mfi_pci.c
cc -O -pipe -mcpu=ev56 -Wall -Werror  -D_KERNEL -Wall -Wredundant-decls
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith
-Winline -Wcast-qual  -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I-
 -I. -I@ -I@/../include -I/usr/include  -mno-fp-regs -Wa,-mev56 -Wall
-Wredundant-decls -Wnested-externs -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual 
-fformat-extensions -ansi -c
/usr/src/sys/modules/mfi/../../dev/mfi/mfi_disk.c
cc1: warnings being treated as errors
/usr/src/sys/modules/mfi/../../dev/mfi/mfi_disk.c: In function
`mfi_disk_attach':
/usr/src/sys/modules/mfi/../../dev/mfi/mfi_disk.c:168: warning: long long
unsigned int format, uint64_t arg (arg 3)
/usr/src/sys/modules/mfi/../../dev/mfi/mfi_disk.c:168: warning: long long
unsigned int format, uint64_t arg (arg 4)
*** Error code 1

Stop in /usr/src/sys/modules/mfi.
>How-To-Repeat:
Compile on any alpha w/ FreeBSD 4.x. Tried also to install a fresh machine,
cvsup'd to today. (tested on a AS800 and a PWD433au) w/ source after
2006.06.22.15.23.00

>Fix:

>Release-Note:
>Audit-Trail:

From: John Baldwin <jhb@freebsd.org>
To: freebsd-alpha@freebsd.org
Cc: "toni.tiveron@tiscalinet.it" <toni.tiveron@tiscalinet.it>,
        freebsd-gnats-submit@freebsd.org
Subject: Re: alpha/102032: Kernel does not compile
Date: Mon, 14 Aug 2006 17:08:46 -0400

 On Monday 14 August 2006 16:57, toni.tiveron@tiscalinet.it wrote:
 > 
 > >Number:         102032
 > >Category:       alpha
 > >Synopsis:       Kernel does not compile
 
 Should be fixed.  Can you re-cvsup and verify?
 
 -- 
 John Baldwin

From: <toni.tiveron@tiscali.it>
To: <jhb@freebsd.org>,  <freebsd-alpha@freebsd.org>
Cc: <freebsd-gnats-submit@freebsd.org>
Subject: Re: alpha/102032: Kernel does not compile
Date: Thu, 17 Aug 2006 10:02:23 +0200 (CEST)

 Fixed. It just took a lot to be updated via CVS. Please add a note on 
 hardware support that the mfi driver on 4-STABLE is not intended to be 
 used on alpha platoform.
 Toni
 
 
 Naviga e telefona senza limiti con Tiscali     
 Scopri le promozioni Tiscali adsl: navighi e telefoni senza canone Telecom
 
 http://abbonati.tiscali.it/adsl/
 
State-Changed-From-To: open->closed 
State-Changed-By: jhb 
State-Changed-When: Thu Aug 17 17:25:44 UTC 2006 
State-Changed-Why:  
Fixed, thanks! 

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

From: John Baldwin <jhb@freebsd.org>
To: toni.tiveron@tiscali.it
Cc: freebsd-alpha@freebsd.org, freebsd-gnats-submit@freebsd.org
Subject: Re: alpha/102032: Kernel does not compile
Date: Thu, 17 Aug 2006 13:25:38 -0400

 On Thursday 17 August 2006 04:02, toni.tiveron@tiscali.it wrote:
 > Fixed. It just took a lot to be updated via CVS. Please add a note on 
 > hardware support that the mfi driver on 4-STABLE is not intended to be 
 > used on alpha platoform.
 
 Actually, the release notes on 4.x are fairly stable by now.  I don't even 
 think they mention mfi(4) at all for either arch.
 
 -- 
 John Baldwin
>Unformatted:
