From owner-freebsd-current@FreeBSD.ORG Thu Nov 3 20:45:22 2005 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0448216A41F; Thu, 3 Nov 2005 20:45:22 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 880D543D46; Thu, 3 Nov 2005 20:45:18 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id jA3KsEXo057954; Thu, 3 Nov 2005 15:54:14 -0500 (EST) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-current@FreeBSD.org Date: Thu, 3 Nov 2005 15:45:03 -0500 User-Agent: KMail/1.6.2 References: <20051103112655.A264C7302F@freebsd-current.sentex.ca> In-Reply-To: <20051103112655.A264C7302F@freebsd-current.sentex.ca> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200511031545.05339.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV devel-20050919/1162/Thu Nov 3 12:15:03 2005 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: FreeBSD Tinderbox , freebsd-amd64@FreeBSD.org, freebsd-i386@FreeBSD.org Subject: Re: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2005 20:45:22 -0000 On Thursday 03 November 2005 06:26 am, FreeBSD Tinderbox wrote: > cc -O2 -pipe -DACPI_APPLICATION -DACPI_DEBUG_OUTPUT > -DACPI_DEBUGGER -DACPI_DISASSEMBLER > -I/src/usr.sbin/acpi/acpidb/../../../sys -Wsystem-headers -Werror > -Wall -Wno-format-y2k -Wno-uninitialized -c > /src/usr.sbin/acpi/acpidb/../../../sys/contrib/dev/acpica/dbcmds.c > /src/usr.sbin/acpi/acpidb/../../../sys/contrib/dev/acpica/dbcmds.c: > In function `AcpiDbBusWalk': > /src/usr.sbin/acpi/acpidb/../../../sys/contrib/dev/acpica/dbcmds.c: >1741: warning: dereferencing type-punned pointer will break > strict-aliasing rules *** Error code 1 Fix committed: http://docs.freebsd.org/cgi/mid.cgi?200511032027.jA3KRcgC022617 BTW, '-fno-strict-aliasing' is missing in CFLAGS and that's how I missed it. Why tinderbox uses different CFLAGS is beyond me though. :-( Sorry for the breakage. Jung-uk Kim