From owner-freebsd-emulation@FreeBSD.ORG Tue May 15 20:17:10 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 EFBD716A400 for ; Tue, 15 May 2007 20:17:10 +0000 (UTC) (envelope-from jhein@timing.com) Received: from Daffy.timing.com (smtp.timing.com [206.168.13.218]) by mx1.freebsd.org (Postfix) with ESMTP id B5D1813C448 for ; Tue, 15 May 2007 20:17:10 +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 l4FKH9Jn080134; Tue, 15 May 2007 14:17:09 -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 l4FKH64V017160; Tue, 15 May 2007 14:17:06 -0600 (MDT) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.13.8/8.13.8/Submit) id l4FKH6Qt017157; Tue, 15 May 2007 14:17:06 -0600 (MDT) (envelope-from jhein) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17994.5442.259634.223938@gromit.timing.com> Date: Tue, 15 May 2007 14:17:06 -0600 From: John E Hein To: Alexander Leidinger In-Reply-To: <20070515213432.269816e1@deskjail> References: <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> <17993.63236.294996.548983@gromit.timing.com> <20070515180949.GA29908@freebsd.org> <17993.64113.882881.797565@gromit.timing.com> <20070515213432.269816e1@deskjail> 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=0.2 required=5.0 tests=AWL,BAYES_40, DK_POLICY_SIGNSOME 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 20:17:11 -0000 Alexander Leidinger wrote at 21:34 +0200 on May 15, 2007: > The *32 stuff is originally in the Makefile on every system, but it is > in the amd64 section and not in the generic section. This is what Roman > tried to explain. The -DDEBUG=1 has to moved to a different part of the > makefile which is not conditional on being on amd64. Right. I was looking at RELENG_6's Makefile which has no amd64-specific conditionals. That would explain his mistake then.