From owner-freebsd-emulation@FreeBSD.ORG Tue May 15 18:08:20 2007 Return-Path: X-Original-To: emulation@freebsd.org Delivered-To: freebsd-emulation@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0A95716A402 for ; Tue, 15 May 2007 18:08:20 +0000 (UTC) (envelope-from jhein@timing.com) Received: from Daffy.timing.com (w.timing.com [206.168.13.218]) by mx1.freebsd.org (Postfix) with ESMTP id AAEE113C44C for ; Tue, 15 May 2007 18:08:14 +0000 (UTC) (envelope-from jhein@timing.com) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by Daffy.timing.com (8.13.1/8.13.1) with ESMTP id l4FI87cg069838; Tue, 15 May 2007 12:08:07 -0600 (MDT) (envelope-from jhein@timing.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.13.8/8.13.8) with ESMTP id l4FI84wM085363; Tue, 15 May 2007 12:08:04 -0600 (MDT) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.13.8/8.13.8/Submit) id l4FI84Kk085360; Tue, 15 May 2007 12:08:04 -0600 (MDT) (envelope-from jhein) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17993.63236.294996.548983@gromit.timing.com> Date: Tue, 15 May 2007 12:08:04 -0600 From: John E Hein To: "Wilkinson, Alex" In-Reply-To: <20070515071955.GB57845@obelix.dsto.defence.gov.au> References: <20070504035455.GA19928@obelix.dsto.defence.gov.au> <20070506132617.GF36879@obelix.dsto.defence.gov.au> <17981.62139.156155.588677@gromit.timing.com> <20070507073010.GG3240@obelix.dsto.defence.gov.au> <20070507095959.lqa9n27yso8cwo4s@webmail.leidinger.net> <20070507080332.GI3240@obelix.dsto.defence.gov.au> <17983.13326.774561.259231@gromit.timing.com> <20070508024404.GE7353@obelix.dsto.defence.gov.au> <17984.31467.919324.655183@gromit.timing.com> <20070515071955.GB57845@obelix.dsto.defence.gov.au> X-Mailer: VM 7.19 under Emacs 22.0.99.1 X-Virus-Scanned: ClamAV version 0.90, clamav-milter version devel-120207 on Daffy.timing.com X-Virus-Status: Clean X-Spam-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00, DK_POLICY_SIGNSOME,J_CHICKENPOX_52 autolearn=disabled version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on Daffy.timing.com Cc: emulation@freebsd.org Subject: Re: [NCLASSIFIED]Re:Re: Re: Re: [net/citrix_ica/] /usr/local/bin/wfcmgr ... hangs upon exec(). X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2007 18:08:20 -0000 Wilkinson, Alex wrote at 15:19 +0800 on May 15, 2007: > 0n Tue, May 08, 2007 at 07:28:11AM -0600, John E Hein wrote: > > >All this tells me that the linux.ko that is installed in /boot/kernel > >was not built with -DDEBUG > > > >Look at the bottom of linux_mib.c - you should have "Linux debugging > >control" in linux.ko if built with -DDEBUG. > > > >So you either built linux.ko incorrectly or installed it incorrectly > >(or failed to install it). > > #pwd > /usr/src/sys/modules/linux > #grep DEBUG Makefile > CFLAGS+=-DCOMPAT_IA32 -DCOMPAT_LINUX32 -DDEBUG=1 > #make > cc -c -O2 -pipe -march=pentium4 -fno-strict-aliasing -Werror -D_KERNEL > -DKLD_MODULE -std=c99 -nostdinc -I- -I. -I@ -I@/contrib/altq -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 -Wall -Wredundant-decls > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > -Winline -Wcast-qual -Wundef -fformat-extensions > /usr/src/sys/modules/linux/../../i386/linux/linux_genassym.c > > ... > > #strings linux.ko | grep -i debug > debug_mpsafenet > # > > I don't see "Linux.debugging.control" anywhere. It's hard to tell what you messed up due to your selective snipping. But if you actually look at your own posting, obviously -DDEBUG=1 is not getting passed to cc.