From owner-freebsd-ports@FreeBSD.ORG Wed Aug 13 02:09:33 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C80637B401 for ; Wed, 13 Aug 2003 02:09:33 -0700 (PDT) Received: from smtp.fud.org.nz (203-79-110-29.cable.paradise.net.nz [203.79.110.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B10E43FA3 for ; Wed, 13 Aug 2003 02:09:32 -0700 (PDT) (envelope-from andy@fud.org.nz) Received: from [192.168.10.254] (dhcp-254.fud.org.nz [192.168.10.254]) by smtp.fud.org.nz (Postfix) with ESMTP id 020C532A; Wed, 13 Aug 2003 21:09:30 +1200 (NZST) From: Andrew Thompson To: Martin Blapp In-Reply-To: <20030813103527.S2686@cvs.imp.ch> References: <03Aug12.110200nzst.119044@homer.fire.org.nz> <20030812010635.H2686@cvs.imp.ch> <03Aug12.111336nzst.119047@homer.fire.org.nz> <20030813103527.S2686@cvs.imp.ch> Content-Type: text/plain Message-Id: <1060765805.24203.6.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Wed, 13 Aug 2003 21:10:06 +1200 Content-Transfer-Encoding: 7bit cc: ports@freebsd.org Subject: Re: cirtix_ica X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Aug 2003 09:09:33 -0000 On Wed, 2003-08-13 at 20:37, Martin Blapp wrote: > Hi, > > > Here you go, thanks. > > Looks everything normal. Is it possible that the linux emulation > is not running or not installed ? A "uname" call seems not to > return linux in your case. > > This works here just fine. > > Martin > It seems that uname -m in linux compat returns i686 while the setupwfc script is greping for i386 [thompsa@holly]$uname -m i386 [thompsa@holly]$/compat/linux/bin/sh [thompsa@holly]$uname -m i686 Andy