From owner-freebsd-xen@FreeBSD.ORG Wed Nov 30 10:24:52 2011 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59ECA10657A8 for ; Wed, 30 Nov 2011 10:24:52 +0000 (UTC) (envelope-from got.andras@deployis.eu) Received: from mail.deployis.eu (mail.deployis.eu [217.20.135.253]) by mx1.freebsd.org (Postfix) with ESMTP id D80298FC0C for ; Wed, 30 Nov 2011 10:24:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=deployis.eu; s=default; h=Subject:To:From:Date; bh=flWO4SGoAPeLlfWf0GjtyM8CG1TsST+Rce+dlROqfnI=; b=UScbXpz+7ZvgaKtot9OhcVF5Wc1ElK7MHukDTEv37qD7S4nyFHVHqxogm6qcUacbXjcqlpVrFZlSUaUYFVDQvCAU8w7ZQgwoMVJCCEyJPl2pVvsDe2VAOUkj8f4y0XMU; Received: from [80.95.75.131] (port=25918 helo=[192.168.2.194]) by mail.deployis.eu with esmtpsa (Exim 4.71 #1 (Debian)) id 1RVgpz-0003ae-Mp from for ; Wed, 30 Nov 2011 10:52:23 +0100 Message-ID: <4ED5FCD7.6030801@deployis.eu> Date: Wed, 30 Nov 2011 10:52:23 +0100 From: =?ISO-8859-1?Q?G=F3t_Andr=E1s?= User-Agent: Mozilla/5.0 (X11; Linux i686; rv:8.0) Gecko/20111110 Thunderbird/8.0 MIME-Version: 1.0 To: freebsd-xen@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DKIM-Status: None (from 80.95.75.131) X-Mail-Status-postahivatal: trustedmail (from 80.95.75.131) Subject: Re: Setup xen into FreeBSD X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Nov 2011 10:24:52 -0000 Hi, Currently there's no FreeBSD dom0 support in Xen. The iproute and brigde-utils packages are Linux related ones afaik. Regards, Andras On 11/30/2011 10:18 AM, George Ember wrote: > Hi. I want to setup xen into FreeBSD. I use FreeBSD 9 CURRENT. > I fetch Xen latest tarball. Xen needs this dependencies to be built: > Code: > > * GCC v3.4 or later > * GNU Make > * GNU Binutils > * Development install of zlib (e.g., zlib-dev) > * Development install of Python v2.3 or later (e.g., python-dev) > * Development install of curses (e.g., libncurses-dev) > * Development install of openssl (e.g., openssl-dev) > * Development install of x11 (e.g. xorg-x11-dev) > ** Development install of uuid (e.g. uuid-dev) > * bridge-utils package (/sbin/brctl) > * iproute package (/sbin/ip) > * hotplug or udev* > * GNU bison and GNU flex > * GNU gettext > * 16-bit x86 assembler, loader and compiler (dev86 rpm or bin86& bcc debs) > * ACPI ASL compiler (iasl) > > With *bold* are the dependencies that I cannot find. Any idea? > I want to setup Xen on FreeBSD. *Not to install FreeBSD on a Xen machine > running Linux*. > How to do this? > _______________________________________________ > freebsd-xen@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-xen > To unsubscribe, send any mail to "freebsd-xen-unsubscribe@freebsd.org"