From owner-freebsd-stable@FreeBSD.ORG Tue May 2 14:45:03 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C37716A403; Tue, 2 May 2006 14:45:03 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB36443D5E; Tue, 2 May 2006 14:44:56 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k42Eirvr039618; Tue, 2 May 2006 08:44:54 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <44577070.5030402@samsco.org> Date: Tue, 02 May 2006 08:45:04 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051230 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ion-Mihai Tetcu References: <20060502161830.727028a4@it.buh.tecnik93.com> In-Reply-To: <20060502161830.727028a4@it.buh.tecnik93.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: Paul Saab , freebsd-stable@freebsd.org, re@freebsd.org Subject: Re: PAE doesn't compile on 6[.1] because of bce X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2006 14:45:03 -0000 Ion-Mihai Tetcu wrote: > [re@ CC'ed as they are probably interested in this for 6.1 release ] > > Hi, > > > With today sources and KERNCONF=PAE on 6-STABLE : > > cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa -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 -ffreestanding -Werror /usr/src/sys/dev/bce/if_bce.c > /usr/src/sys/dev/bce/if_bce.c: In function `bce_attach': > /usr/src/sys/dev/bce/if_bce.c:542: warning: large integer implicitly truncated to unsigned type > /usr/src/sys/dev/bce/if_bce.c:544: warning: large integer implicitly truncated to unsigned type > /usr/src/sys/dev/bce/if_bce.c: In function `bce_stats_update': > /usr/src/sys/dev/bce/if_bce.c:5311: warning: left shift count >= width of type > /usr/src/sys/dev/bce/if_bce.c:5313: warning: left shift count >= width of type > /usr/src/sys/dev/bce/if_bce.c:5315: warning: left shift count >= width of type > /usr/src/sys/dev/bce/if_bce.c:5317: warning: left shift count >= width of type > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/PAE. > > Same for 6.1 according to simon@ > > > If I can be of any help please let me know, > This will be fixed, thanks for reminding me. Scott