On 01/29/2018 11:49 PM, Tomas Vondra wrote: > > ... > > and that indeed changes the failure to this: > > Writing postgres.bki > Writing schemapg.h > Writing postgres.description > Writing postgres.shdescription > llvmjit_error.cpp: In function ‘void llvm_enter_fatal_on_oom()’: > llvmjit_error.cpp:61:3: error: ‘install_bad_alloc_error_handler’ is not > a member of ‘llvm’ > llvm::install_bad_alloc_error_handler(fatal_llvm_new_handler); > ^~~~ > llvmjit_error.cpp: In function ‘void llvm_leave_fatal_on_oom()’: > llvmjit_error.cpp:77:3: error: ‘remove_bad_alloc_error_handler’ is not a > member of ‘llvm’ > llvm::remove_bad_alloc_error_handler(); > ^~~~ > llvmjit_error.cpp: In function ‘void llvm_reset_fatal_on_oom()’: > llvmjit_error.cpp:92:3: error: ‘remove_bad_alloc_error_handler’ is not a > member of ‘llvm’ > llvm::remove_bad_alloc_error_handler(); > ^~~~ > make[3]: *** [<builtin>: llvmjit_error.o] Error 1 > make[2]: *** [common.mk:45: lib-recursive] Error 2 > make[2]: *** Waiting for unfinished jobs.... > make[1]: *** [Makefile:38: all-backend-recurse] Error 2 > make: *** [GNUmakefile:11: all-src-recurse] Error 2 > > > I'm not sure what that means, though ... maybe I really have system > broken in some strange way. >
FWIW I've installed llvm 5.0.1 from distribution package, and now everything builds fine (I don't even need the configure tweak). I think I had to build the other binaries because there was no 5.x llvm back then, but it's too far back so I don't remember. Anyway, seems I'm fine for now. Sorry for the noise. -- Tomas Vondra http://www.2ndQuadrant.com PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services