From owner-freebsd-xen@FreeBSD.ORG Fri May 24 22:21:56 2013 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 90EC07EA; Fri, 24 May 2013 22:21:56 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-lb0-f178.google.com (mail-lb0-f178.google.com [209.85.217.178]) by mx1.freebsd.org (Postfix) with ESMTP id DD9C460A; Fri, 24 May 2013 22:21:55 +0000 (UTC) Received: by mail-lb0-f178.google.com with SMTP id w10so5218061lbi.9 for ; Fri, 24 May 2013 15:21:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=eldH7v0aYlUhC+VwCfQX+DCQem+tH0rTvKyEkhfFVnU=; b=Ik8pws0O85ZKCSguySvRZ9JDRC9RgkEyN8iMwMLcRkD+g7seCmkcNsSkXVaLPBAm/L IMlt8iV2Jp87qXRGGTFPqvILNnHPVqEoyLUm7j86IkpSIg6qN2f06cuOnpn+RSiIT8OY WgW5qeBDAttXpxqz2GUXf8Y0C4YozJE7bb1u08x+DCqWLvk+Uggm1EYL8yUSDvfXT583 3JMNL0YBzyRbcrK2r+JN63IW1abmcHowCkQK7Sk+KG7vnNkV7fx3LlFq2bZjICK5JuMg ufKi/gM07Fd6AFG3cE4Ww4+CQVd3GO2WuzXc3w50BvdET87OKSqawFTC5iWC+cWwd1mD wDUQ== MIME-Version: 1.0 X-Received: by 10.112.145.199 with SMTP id sw7mr9785854lbb.131.1369434114274; Fri, 24 May 2013 15:21:54 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.3.102 with HTTP; Fri, 24 May 2013 15:21:54 -0700 (PDT) In-Reply-To: <20130524141400.GB3900@phenom.dumpdata.com> References: <519131D8.9010307@citrix.com> <519E54DE.5090304@citrix.com> <20130524141400.GB3900@phenom.dumpdata.com> Date: Fri, 24 May 2013 15:21:54 -0700 X-Google-Sender-Auth: tnkGgUv2nhyfJVEb5booGBkbfzQ Message-ID: Subject: Re: [Xen-devel] FreeBSD PVHVM call for testing From: Craig Rodrigues To: Konrad Rzeszutek Wilk Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-xen@freebsd.org" , "xen-users@lists.xen.org" , xen-devel , "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 24 May 2013 22:21:56 -0000 On Fri, May 24, 2013 at 7:14 AM, Konrad Rzeszutek Wilk < konrad.wilk@oracle.com> wrote: > On Thu, May 23, 2013 at 07:41:50PM +0200, Roger Pau Monn=E9 wrote: > > Hello, > > > > I've pushed a new branch, pvhvm_v10 that contains a PV IPI > > implementation for both amd64 and i386. I've also updated the wiki to > > point to the pvhvm_v10 branch: > > I feel a bit stupid to ask this, but how I install 'gmake'? Doing 'pkg_ad= d > -r gmake' > tells me there is no package (perhaps I am using a too modern version of > FreeBSD > (FreeBSD-10.0-CURRENT-amd64-20130512-r250582-release.iso)? > > The Wiki mentions how to install git but that fails b/c it can't find > gmake. > For 10.0-CURRENT, not all the packages are available yet from the main FreeBSD.org ftp site. I am going through a similar setup issue with someone who has signed up for Google Summer of Code, and I need him to use close to the latest 10.0-CURRENT and have a usable system. I wrote this blog post for the student: http://blogs.freebsdish.org/rodrigc/2013/05/24/setting-up-a-vm-for-doing-gs= oc-work/ You may wish to follow those steps to configure your system to download packages from one of the 3rd party pkg mirrors, and then use the "pkg" command to install gmake and whatever other packages you need. Outback Dingo has mentioned using "pkg" command for installing packages in 10-CURRENT, and that is what I am instructing my GSoC to do. Good luck. --=20 Craig