From owner-freebsd-current@FreeBSD.ORG Fri Apr 19 21:36:06 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4F1D54FC; Fri, 19 Apr 2013 21:36:06 +0000 (UTC) (envelope-from hiren.panchasara@gmail.com) Received: from mail-wi0-x230.google.com (mail-wi0-x230.google.com [IPv6:2a00:1450:400c:c05::230]) by mx1.freebsd.org (Postfix) with ESMTP id B6D3161; Fri, 19 Apr 2013 21:36:05 +0000 (UTC) Received: by mail-wi0-f176.google.com with SMTP id hj19so1478758wib.15 for ; Fri, 19 Apr 2013 14:36:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=6l3JCggpIEA+nSGm/x5gXhyw2WgKPsR44gL/+lwZ1Ec=; b=EZOwz/zHx3igw4Qd4vz9fT7a/iIseLTYGvFksUvLgX1MStm2Khc1+tqnuEpGotzVDA BT8mrSnTN8LcAzMlyrsm6BLLXkldyTvZ4/MW3UTdvPRruJLsydTfYm4jwyYf7OIXtdCI u0bZH7edSjPK9TKfPPw3zA+dgW/drbrUfs9nkUCiR7UH7RIwMY+XJfATe9SMO/xdjBD9 lUEbIA0oROChmnuVDwT3WDkqeWDjuEp8p6gvFN4S6SZshB6Q6+J6RTvmmJ/GD3ZsUSx4 iicLlli6OGpWpe4ckp3c3skJV+MNZ0d752qnrkZba8fK0hU29Q/2GYcMOyzUEvCiZRO3 agYA== MIME-Version: 1.0 X-Received: by 10.180.205.135 with SMTP id lg7mr14670263wic.11.1366407364895; Fri, 19 Apr 2013 14:36:04 -0700 (PDT) Sender: hiren.panchasara@gmail.com Received: by 10.15.91.72 with HTTP; Fri, 19 Apr 2013 14:36:04 -0700 (PDT) In-Reply-To: References: Date: Fri, 19 Apr 2013 14:36:04 -0700 X-Google-Sender-Auth: rb3pgq5kCNpGScUUWOmI56k3MWo Message-ID: Subject: Re: Cannot unmount nullfs in current From: hiren panchasara To: Craig Rodrigues Content-Type: text/plain; charset=UTF-8 Cc: freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Apr 2013 21:36:06 -0000 On Fri, Apr 19, 2013 at 12:07 PM, Craig Rodrigues wrote: > > > > On Fri, Apr 19, 2013 at 11:36 AM, hiren panchasara > wrote: >> >> >> I had tried that without success. I did not get any pointer to where >> the error might be. I may have failed well before starting any >> building. One of the reasons might be that I had git port without svn >> support. Some of the buildscripts magic for git-svn interaction may >> have failed because of that. >> >> I am trying to fix that right now and give this another try. >> > > Yes, you are right. > I found that to the hard way. You need devel/git-subversion > and not devel/git port installed. Somewhere in the build "git svn" is > invoked, > and will fail if you don't have devel/git-subversion installed. I believe that was the problem. Installing devel/git-subversion fixed it for me. I will poke freenas folks to add this instruction on their git page for not-so-smart souls like myself. :-) Thanks, Hiren > > -- > Craig