From owner-freebsd-current@FreeBSD.ORG Fri Nov 4 19:48:57 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 5000E16A43C for ; Fri, 4 Nov 2005 19:48:57 +0000 (GMT) (envelope-from keramida@linux.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70F5A43D45 for ; Fri, 4 Nov 2005 19:48:54 +0000 (GMT) (envelope-from keramida@linux.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) by kane.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id jA4Jmqtd032744; Fri, 4 Nov 2005 21:48:53 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id jA4Jmhpd085311; Fri, 4 Nov 2005 21:48:43 +0200 (EET) (envelope-from keramida@linux.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id jA4JmhgG085310; Fri, 4 Nov 2005 21:48:43 +0200 (EET) (envelope-from keramida@linux.gr) Date: Fri, 4 Nov 2005 21:48:43 +0200 From: Giorgos Keramidas To: Peter Holm Message-ID: <20051104194842.GA85295@flame.pc> References: <200511041203.13837.jkim@FreeBSD.org> <20051104184141.GA50612@flame.pc> <20051104190653.GA13074@peter.osted.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051104190653.GA13074@peter.osted.lan> Cc: freebsd-current@freebsd.org Subject: Re: [PATCH] Please test ACPI-CA 20051021 fix 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: Fri, 04 Nov 2005 19:48:57 -0000 On 2005-11-04 20:06, Peter Holm wrote: > On Fri, Nov 04, 2005 at 08:41:41PM +0200, Giorgos Keramidas wrote: > > On 2005-11-04 12:03, Jung-uk Kim wrote: > > > If you have booting problems *after* ACPI-CA 20051021 import, please > > > try this patch and let me know: > > > > > > http://people.freebsd.org/~jkim/acpica/rscalc.c.diff > > > > Thanks so much! > > > > Other unrelated UMA/mbuf problems exist too. Hopefully, patches > > from Andre will solve those, but I'm unable to run CURRENT since > > a few days ago (Nov 1), so it may take a while before I have > > vefiried that this is the fix. Peter Holms has mailed me the > > same diff a while ago, but I've been unsuccessful building a > > kernel with both patches applied so far. > > Oh, no. It not the same patch. Mine was just a work around. > I've been running HEAD all day, so ... what's your showstopper? This error message on FreeBSD/amd64: % cc -c -O2 -frename-registers -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/home/build/src/sys -I/home/build/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 -fno-omit-frame-pointer \ % -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 \ % -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables \ % -ffreestanding -Werror \ % /home/build/src/sys/amd64/ia32/ia32_signal.c % /home/build/src/sys/amd64/ia32/ia32_signal.c: In function `siginfo_to_ia32siginfo': % /home/build/src/sys/amd64/ia32/ia32_signal.c:755: error: union has no member named `sigval_int' % *** Error code 1 % % Stop in /home/build/obj/home/build/src/sys/FLAME. % *** Error code 1 % % Stop in /home/build/src. % *** Error code 1 % % Stop in /home/build/src.