Hi,
since last night, with petsc-master.tar.gz, it seems that "make install"
is broken.
Please have a look at these errors:
====================
...
CC arch-linux2-c-debug/obj/src/tao/leastsquares/impls/pounders/gqt.o
CLINKER
/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-master-debug/arch-linux2-c-debug/lib/libpetsc.so.3.06.3
gmake[2]: Leaving directory
`/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-master-debug'
=========================================
gmake[1]: Leaving directory
`/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-master-debug'
Now to install the libraries do:
make
PETSC_DIR=/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-master-debug
PETSC_ARCH=arch-linux2-c-debug install
=========================================
*** Using
PETSC_DIR=/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-master-debug
PETSC_ARCH=arch-linux2-c-debug ***
No cached configure in RDict at
/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-master-debug/arch-linux2-c-debug/lib/petsc/conf/RDict.db
Traceback (most recent call last):
File "./config/install.py", line 380, in <module>
Installer(sys.argv[1:]).run()
File "./config/install.py", line 373, in run
self.runsetup()
File "./config/install.py", line 334, in runsetup
self.setup()
File "./config/install.py", line 60, in setup
self.setupModules()
File "./config/install.py", line 51, in setupModules
self.setCompilers = self.framework.require('config.setCompilers',
None)
AttributeError: 'NoneType' object has no attribute 'require'
make: *** [install] Error 1
=================================
Some useful logs:
http://www.giref.ulaval.ca/~cmpgiref/petsc-master-debug/configure_2016.03.03.02h00m01s.log
http://www.giref.ulaval.ca/~cmpgiref/petsc-master-debug/2016.03.03.02h00m01s_RDict.log
http://www.giref.ulaval.ca/~cmpgiref/petsc-master-debug/2016.03.03.02h00m01s_default.log
Thanks!
Eric
Le 16-02-27 15:36, Barry Smith a écrit :
PETSc Users,
We are planning the PETSc release 3.7 shortly. If you know of any bugs
that need to be fixed or enhancements added before the release please let us
know.
You can think of the master branch of the PETSc repository obtainable with
git clone https://bitbucket.org/petsc/petsc petsc
as a release candidate for 3.7. Changes for the release are listed at
http://www.mcs.anl.gov/petsc/documentation/changes/dev.html
Thanks
Barry