From owner-freebsd-emulation@FreeBSD.ORG Tue Nov 9 12:51:00 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94FDA106566C for ; Tue, 9 Nov 2010 12:51:00 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 4FAF58FC08 for ; Tue, 9 Nov 2010 12:51:00 +0000 (UTC) Received: from gate.ipt.ru ([194.62.233.123] helo=bb.ipt.ru) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1PFnf8-0002fv-Mz for freebsd-emulation@freebsd.org; Tue, 09 Nov 2010 15:50:58 +0300 From: Boris Samorodov To: freebsd-emulation@freebsd.org References: <20101009203629.GA2135@pollux.local.net> <201011080940.37941.tijl@coosemans.org> <20101108162702.GA3089@pollux.local.net> <201011081948.52707.tijl@coosemans.org> <20101108214703.GA3330@pollux.local.net> Date: Tue, 09 Nov 2010 15:50:58 +0300 In-Reply-To: <20101108214703.GA3330@pollux.local.net> (Harald Weis's message of "Mon, 8 Nov 2010 22:47:03 +0100") Message-ID: <72864989@bb.ipt.ru> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: linux_base-f10 install problem 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, 09 Nov 2010 12:51:00 -0000 On Mon, 8 Nov 2010 22:47:03 +0100 Harald Weis wrote: > That means that PREFIX should be set to /compat/linux ! If you don't have (BTW for root and normal user you may get different results): ----- % echo $PREFIX % make -C /usr/ports/emulators/linux_base-f10 -V PREFIX /compat/linux ----- ...than it's a problem of your environment. Take a look at all configuration files which may define PREFIX. You may create a new system user for environment tests. -- WBR, bsam