From owner-freebsd-current@FreeBSD.ORG Tue Sep 11 00:40:59 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75FC916A557 for ; Tue, 11 Sep 2007 00:40:59 +0000 (UTC) (envelope-from rnejdl@ringofsaturn.com) Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [71.164.232.42]) by mx1.freebsd.org (Postfix) with ESMTP id 65E7213C457 for ; Tue, 11 Sep 2007 00:40:59 +0000 (UTC) (envelope-from rnejdl@ringofsaturn.com) Received: from mail.ringofsaturn.com (localhost [127.0.0.1]) by tethys.ringofsaturn.com (8.14.1/8.14.1) with ESMTP id l8B0UWLl054770 for ; Mon, 10 Sep 2007 19:30:32 -0500 (CDT) (envelope-from rnejdl@ringofsaturn.com) Received: from 71.164.232.42 (SquirrelMail authenticated user rnejdl) by mail.ringofsaturn.com with HTTP; Mon, 10 Sep 2007 19:30:32 -0500 (CDT) Message-ID: <54594.71.164.232.42.1189470632.squirrel@mail.ringofsaturn.com> Date: Mon, 10 Sep 2007 19:30:32 -0500 (CDT) From: "Rusty Nejdl" To: freebsd-current@freebsd.org User-Agent: SquirrelMail/1.4.10a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: ClamAV 0.90.2/4232/Mon Sep 10 13:18:12 2007 on tethys.ringofsaturn.com X-Virus-Status: Clean X-Mailman-Approved-At: Fri, 14 Sep 2007 11:00:11 +0000 Subject: Error in compiling kernel with CAM subsystem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rnejdl@ringofsaturn.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2007 00:40:59 -0000 I have seen a few posts on this but no replied. I've got CVS code as of a few hours ago and compiling GENERIC kernel gives this: cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -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/cam_periph.c cc1: warnings being treated as errors /usr/src/sys/cam/cam_periph.c: In function 'cam_periph_mapmem': /usr/src/sys/cam/cam_periph.c:649: warning: pointer targets in assignment differ in signedness /usr/src/sys/cam/cam_periph.c:677: warning: pointer targets in assignment differ in signedness *** Error code 1 Stop in /usr/obj/usr/src/sys/GENERIC. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Exit 1 Thanks! Rusty Nejdl