From owner-freebsd-stable@FreeBSD.ORG Fri Apr 11 20:25:49 2008 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE55C106566B for ; Fri, 11 Apr 2008 20:25:49 +0000 (UTC) (envelope-from wilbuy@gmail.com) Received: from mailhub.ltc.sk (mailhub.ltc.sk [81.89.56.20]) by mx1.freebsd.org (Postfix) with ESMTP id A02B08FC20 for ; Fri, 11 Apr 2008 20:25:49 +0000 (UTC) (envelope-from wilbuy@gmail.com) Received: from [127.0.0.1] (remedy.wilbury.sk [217.73.27.10]) by mailhub.ltc.sk (Postfix) with ESMTP id 344C81700C8 for ; Fri, 11 Apr 2008 22:07:36 +0200 (CEST) Message-ID: <47FFC509.5050502@gmail.com> Date: Fri, 11 Apr 2008 22:07:37 +0200 From: Juraj Lutter User-Agent: Thunderbird 2.0.0.12 (X11/20080227) MIME-Version: 1.0 To: stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: buildkernel problem with RELENG_7 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: Fri, 11 Apr 2008 20:25:50 -0000 Dear folks, there seems to be some problem in SCSI/CAM code in RELENG_7: -------------------------------------------------------------- >>> stage 3.2: building everything -------------------------------------------------------------- cd /usr/obj/usr/src/sys/real; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=i386 MACHINE=i386 CPUTYPE=pentium3 GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin GROFF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font GROFF_TMAC_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/tmac _SHLIBDIRPREFIX=/usr/obj/usr/src/tmp INSTALL="sh /usr/src/tools/install.sh" PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin make KERNEL=kernel all -DNO_MODULES_OBJ cc -c -Os -pipe -fno-strict-aliasing -march=pentium3 -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/usr/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/cam/scsi/scsi_ses.c cc1: warnings being treated as errors /usr/src/sys/cam/scsi/scsi_ses.c: In function 'ses_get_encstat': /usr/src/sys/cam/scsi/scsi_ses.c:989: warning: 'ComStat.comstatus' may be used uninitialized in this function *** Error code 1 Am I doing something wrong or something went wrong? /usr/src and /usr/obj were created from scratch. Thanks!