I think no, unless 'config/configure.py' is no longer the main entry point for launching configuration ...
Grepping with emacs for 'closeLog' in inside 'petsc-dev/config' I get this cd ~/Devel/PETSc/petsc-dev/config/ find . -type f -print0 | xargs -0 -e grep -n -e closeLog Binary file ./configure.pyc matches ./configure.py:225: framework.closeLog() Binary file ./BuildSystem/logger.pyc matches ./BuildSystem/logger.py:136: def closeLog(self): The line in configure.py seems to be causing the problem. On 12/21/07, Matthew Knepley <knepley at gmail.com> wrote: > Is it possible that you have an old BuildSystem lying around? I ran > this just fine two days ago. > > Matt > > On Dec 21, 2007 8:58 AM, Lisandro Dalcin <dalcinl at gmail.com> wrote: > > I'm getting this error at the very end of running configure.py. > > > > CONFIGURATION CRASH (Please send configure.log to > > petsc-maint at mcs.anl.gov) > > ********************************************************************************* > > 'Framework' object has no attribute 'closeLog' File > > "/repos/hg/petsc/petsc-dev/config/configure.py", line 225, in > > petsc_configure > > framework.closeLog() > > ================================================================================= > > > > -- > > Lisandro Dalc?n > > --------------- > > Centro Internacional de M?todos Computacionales en Ingenier?a (CIMEC) > > Instituto de Desarrollo Tecnol?gico para la Industria Qu?mica (INTEC) > > Consejo Nacional de Investigaciones Cient?ficas y T?cnicas (CONICET) > > PTLC - G?emes 3450, (3000) Santa Fe, Argentina > > Tel/Fax: +54-(0)342-451.1594 > > > > > > > > -- > What most experimenters take for granted before they begin their > experiments is infinitely more interesting than any results to which > their experiments lead. > -- Norbert Wiener > > -- Lisandro Dalc?n --------------- Centro Internacional de M?todos Computacionales en Ingenier?a (CIMEC) Instituto de Desarrollo Tecnol?gico para la Industria Qu?mica (INTEC) Consejo Nacional de Investigaciones Cient?ficas y T?cnicas (CONICET) PTLC - G?emes 3450, (3000) Santa Fe, Argentina Tel/Fax: +54-(0)342-451.1594
