[openib-general] Initial Plan for userspace git trees

Sasha Khapyorsky sashak at voltaire.com
Wed Nov 22 11:48:05 PST 2006


On 11:18 Wed 22 Nov     , Woodruff, Robert J wrote:
> Sasha wrote,
> >Hi All,
> 
> >Due to plans to move OFA userspace sources to git I've prepared first
> cut
> >of userspace projects trees converted to git (with git-svnimport). It
> is
> >now on the new OFA server staging.openfabrics.org and can be cloned:
> 
> >  git clone git://staging.openfabrics.org/~sashak/<project-name>
> 
> Hi Sasha, 
> 
> I did a clone of all of the git trees and tried building them
> and ran into the follwoing issue,
> 
> In the 
> dapl
> libibcm
> librdmacm
> srptools
> 
> It appears that the ./config directory did not get imported into the git
> tree (for the above projects)
> and thus the autogen.sh fails when it cannot create a file in the
> config subdirectory. If I manually create the ./config directory, the
> code builds fine. Not sure why some of the git trees are imported OK
> and some have the missing ./config directory. Something to check. 

This is not import's issue. Git ignores empty trees (there is nothing to
track anyway). Adding to autogen.sh the line like:

  test -d ./config || mkdir ./config

solves this.

Sasha




More information about the general mailing list