From owner-freebsd-questions@FreeBSD.ORG Thu Jul 21 15:16:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A12216A41F for ; Thu, 21 Jul 2005 15:16:57 +0000 (GMT) (envelope-from NKoch@demig.de) Received: from server.absolute-media.de (server.absolute-media.de [213.239.231.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F11543D94 for ; Thu, 21 Jul 2005 15:16:33 +0000 (GMT) (envelope-from NKoch@demig.de) Received: from localhost (unknown [127.0.0.1]) by server.absolute-media.de (Postfix) with ESMTP id 2B7CA8BB1A; Thu, 21 Jul 2005 17:16:30 +0200 (CEST) Received: from server.absolute-media.de ([127.0.0.1]) by localhost (server [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07167-01; Thu, 21 Jul 2005 17:16:25 +0200 (CEST) Received: from firewall.demig (p50839136.dip0.t-ipconnect.de [80.131.145.54]) by server.absolute-media.de (Postfix) with ESMTP id 5C9CA87FF9; Thu, 21 Jul 2005 17:16:25 +0200 (CEST) Received: from ws-ew-3 (ws-ew-3.w2kdemig [192.168.1.72]) by firewall.demig (8.13.4/8.13.1) with SMTP id j6LFDtYY088258; Thu, 21 Jul 2005 17:13:55 +0200 (CEST) (envelope-from NKoch@demig.de) From: "Norbert Koch" To: "markzero" , Date: Thu, 21 Jul 2005 17:13:54 +0200 Message-ID: <000901c58e06$cf223280$4801a8c0@ws-ew-3.W2KDEMIG> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2120.0 In-Reply-To: <20050721145907.GB70359@logik.ath.cx> X-Virus-Scanned: by amavisd-new X-Virus-Scanned: by amavisd-new at absolute-media.de Cc: Subject: RE: suicidally ambitious compilation? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2005 15:16:57 -0000 > I'm thinking of setting up a jail specifically to try and compile an > OpenBSD release on FreeBSD. No 'cross compiling' will be involved (same > target hardware architecture). > > Has anybody here ever tried, or heard of anybody trying this? > > I don't expect the journey to be without large potholes... That won't work. A jail is not something like vmware. It's just a FreeBSD inside a FreeBSD. I used emulators/qemu to install NetBSD into an image file from the installation cd. That worked for me as long as I did not try to start X inside qemu. So I think that OpenBSD will work too. (Interestingly the Knoppix live-cd runs emulated even in graphics mode!) Norbert