[petsc-dev] p4est configure error

Barry Smith bsmith at mcs.anl.gov
Sun Feb 12 15:49:13 CST 2017


  Sorry, someone should have responded yesterday but presumably everyone thought someone else would do it. I tried on my Mac and it all went fine.

      Here is the problematic output you got

         Executing: ['git', 'rev-parse', 'v2.0']
          stdout: v2.0

      Here is the code:

      try:
        gitcommit_hash,err,ret = config.base.Configure.executeShellCommand([self.sourceControl.git, 'rev-parse', self.gitcommit], cwd=self.packageDir, log = self.log)
      except:
        raise RuntimeError('Unable to locate commit: '+self.gitcommit+' in repository: '+self.packageDir+'.\n If its a remote branch- use: origin/'+self.gitcommit)

 Please do

cd $PETSC_DIR/$PETSC_ARCH/externalpackages/git.p4est

git rev-parse v2.0

git tag -l

and send back all the output. 

Barry




> On Feb 11, 2017, at 7:04 AM, Mark Adams <mfadams at lbl.gov> wrote:
> 
> I am getting this in master:
> 
> *******************************************************************************
>          UNABLE to CONFIGURE with GIVEN OPTIONS    (see configure.log for details):
> -------------------------------------------------------------------------------
> Unable to locate commit: v2.0 in repository: /Users/markadams/Codes/petsc/arch-macosx-gnu-g/externalpackages/git.p4est.
>  If its a remote branch- use: origin/v2.0
> 
> <configure.log>




More information about the petsc-dev mailing list