From owner-freebsd-questions@FreeBSD.ORG Sun Nov 7 12:54:03 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 377AA106566B for ; Sun, 7 Nov 2010 12:54:03 +0000 (UTC) (envelope-from bluethundr@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id BC8D88FC17 for ; Sun, 7 Nov 2010 12:54:02 +0000 (UTC) Received: by bwz3 with SMTP id 3so4035191bwz.13 for ; Sun, 07 Nov 2010 04:54:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=LyxQIfxAdRjckcYWZcE3FGQBdbIivKJk4dUz+2XzWbE=; b=BDXJo0EdEkHxSTaWfLb8yilAMmKJa5QYJWiyNeLupgytT4V9eOgbxcKHwXzne1CZgt mfeaQF1SKM/aaCGxPbxg5Oh/eg8tItVKP7f6yHXXUBOSTmXi7+DDMOROzQgYU+kqlN21 Qkqk2cO3bNVlbCiiw8F9MPNMQvGtyVcfnYhew= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=TykK+fXSnPnU+TGoSW+m+oyxNHVmozclFLdlZqLQuYxiyfbQ0vQ7zbvmR3LJlk+8ot 0W8umVe1qrSubT9JPiCMMiIk3Mpxz3dBxh1pMHcFKWFguwhBqUIgEtdATbVPGUqID8W9 fKUWT1ahjX7h79eKp6wv5K6kjgb5b0VOMCB14= MIME-Version: 1.0 Received: by 10.204.137.193 with SMTP id x1mr3844822bkt.165.1289134441424; Sun, 07 Nov 2010 04:54:01 -0800 (PST) Received: by 10.204.81.153 with HTTP; Sun, 7 Nov 2010 04:54:01 -0800 (PST) Date: Sun, 7 Nov 2010 07:54:01 -0500 Message-ID: From: Tim Dunphy To: freebsd-questions Content-Type: text/plain; charset=ISO-8859-1 Subject: FreeBSD as a xen host 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: Sun, 07 Nov 2010 12:54:03 -0000 Hello, I am attempting to turn my two FreeBSD hosts into xen hosts that can run some vms. I am using this guide: http://wiki.freebsd.org/FreeBSD/Xen I get down to this step: cd xen-3.3-testing.hg ; make world && make install and it fails to build: [root@LBSD2:/tmp/xen-3.2-testing.hg]#make world && make install "Makefile", line 9: Need an operator "Config.mk", line 12: Missing dependency operator "Config.mk", line 14: Need an operator "Config.mk", line 31: Could not find /config/.mk "Config.mk", line 32: Could not find /config/.mk "Config.mk", line 34: Missing dependency operator "Config.mk", line 37: Need an operator "Config.mk", line 53: Need an operator Error expanding embedded variable. Does anyone have any advice on how to get this to work? thanks! -- Here's my RSA Public key: gpg --keyserver pgp.mit.edu --recv-keys 5A4873A9 Share and enjoy!!