On 24/05/13 16:14, Konrad Rzeszutek Wilk wrote:> On Thu, May 23, 2013 at 07:41:50PM +0200, Roger Pau Monné 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_add -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.
Did you install the ports tree during the installation? If so I''ve
always successfully installed git using:
# whereis git
# cd <output of above command>
# make install
Maybe the ISO you picked as a broken ports snapshot?