From owner-freebsd-virtualization@FreeBSD.ORG Thu Mar 29 01:58:47 2012 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3ABFB1065672 for ; Thu, 29 Mar 2012 01:58:47 +0000 (UTC) (envelope-from sree.openwrk@gmail.com) Received: from mail-ob0-f196.google.com (mail-ob0-f196.google.com [209.85.214.196]) by mx1.freebsd.org (Postfix) with ESMTP id EBDA18FC08 for ; Thu, 29 Mar 2012 01:58:46 +0000 (UTC) Received: by obbup19 with SMTP id up19so353219obb.7 for ; Wed, 28 Mar 2012 18:58:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=3GAeyrksNoON2E13V4r4L4HvuHGRGA1HLcBL4TCfyyw=; b=RyvqwemcfTi4YbGHtaw+isJusmI1PsbjwhJZEwSKUTfKlPF19D09XyLaJ4cmhSV8LF 0NglrMoN+YqV7uguRuALh4giEtAZHFCvgQGo2P2MvBW/mmsv1AZmVtvq+5bqHMw4AGue iMuG0rlHuq7PerKqOjBMImz2BVfhwtmER0IaLuktoVxOf5W8jQ6t5Ly30B4uJXdcC50O a9nZYMwsaD/0Ky1i1ROTQdSedabbkkGyixRC32WKxgcmSsFyf52dAuOq/R73u1bS9xrl UwjEGQI9eBPbC8XAHAw9VcqCKkpmA7bFQvjTCEeg7vq297o5yG5m9AR7kPtu7Uzaqee1 jH6A== MIME-Version: 1.0 Received: by 10.182.174.101 with SMTP id br5mr42085736obc.0.1332986326096; Wed, 28 Mar 2012 18:58:46 -0700 (PDT) Received: by 10.60.16.2 with HTTP; Wed, 28 Mar 2012 18:58:46 -0700 (PDT) Date: Wed, 28 Mar 2012 18:58:46 -0700 Message-ID: From: s vas To: freebsd-virtualization@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: bhyve installation problem freebsd 8.3 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Mar 2012 01:58:47 -0000 Hi I am new to Freebsd. I wanted to try out BHyve. I have installed FreeBSD 8.3-RC1 #0 in my system. I tried to follow the instructions @ http://people.freebsd.org/~neel/bhyve/bhyve_instructions.txt After checking out /projects/bhyve, when I type 'make world' I get the following error "WARNING: make world will overwrite your existing FreeBSD installation without also building and installing a new kernel. This can be dangerous. Please read the handbook, 'Rebuilding world', for how to upgrade your system. Define DESTDIR to where you want to install FreeBSD, including /, to override this warning and proceed as usual. Bailing out now... *** Error code 1 When I set the DESTDIR to '/, like (I am using bash) DESTDIR=/ and then type 'make world', I still get the same error. Am I missing something? I tried this with and without being super user.