On Sat, 21 Sep 2013, Mark F. Adams wrote: > I'm building on a branch merged with jed/object-id like so: > > git merge origin/jed/object-id > 675 rm -fr arch-macosx-gnu-O > 676 ./arch-macosx-gnu-O.py > 677 make PETSC_DIR=/Users/markadams/Codes/petsc > PETSC_ARCH=arch-macosx-gnu-O all > > and get these errors, > Mark >
>>>>>>>>>> CC arch-macosx-gnu-O/obj/src/sys/logging/utils/classlog.o CC arch-macosx-gnu-O/obj/src/sys/logging/utils/stagelog.o CC arch-macosx-gnu-O/obj/src/sys/logging/utils/eventlog.o CC arch-macosx-gnu-O/obj/src/sys/logging/utils/stack.o CC arch-macosx-gnu-O/obj/src/sys/classes/viewer/impls/binary/binv.o gmake[1]: *** [gnumake] Error 141 ^[[1;31m**************************ERROR************************************ Error during compile, check arch-macosx-gnu-O/conf/make.log Send it and arch-macosx-gnu-O/conf/configure.log to petsc-ma...@mcs.anl.gov ********************************************************************^[[0;39m^[[0;49m <<<<<<<<<< Hm - there is no error message in there. Can you retry make with 'V=1' and see if there is a better message? make PETSC_DIR=/Users/markadams/Codes/petsc PETSC_ARCH=arch-macosx-gnu-O all V=1 Satish