Re: BUG #15648: oracle_fdw extension not able to create

From: Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>
To: Prakash Ramakrishnan <prakash(dot)ramakrishnan(dot)ap(at)nielsen(dot)com>
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org, Euler Taveira <euler(at)timbira(dot)com(dot)br>
Subject: Re: BUG #15648: oracle_fdw extension not able to create
Date: 2019-02-25 01:57:37
Message-ID: 87bm30hbxi.fsf@news-spur.riddles.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

>>>>> "Euler" == Euler Taveira <euler(at)timbira(dot)com(dot)br> writes:

>> make: /opt/rh/llvm-toolset-7/root/usr/bin/clang: Command not found
>> make: *** [oracle_fdw.bc] Error 127

Euler> There is something wrong with your env. Do you have CC set? What
Euler> is your pg_config output?

This is what you get if you try and compile extensions against a server
built with --with-llvm, on a machine that doesn't have clang installed.
I mentioned to Andres that we really ought to have an official way to
disable the LLVM bitcode build for such cases, but right now there isn't
one. "with_llvm=no" on the make command line is worth a try, but I
wouldn't bet much on it working.

Otherwise, install llvm version 7 (including clang).

--
Andrew (irc:RhodiumToad)

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Hans Buschmann 2019-02-25 10:59:48 AW: BUG #15641: Autoprewarm worker fails to start on Windows with huge pages in use Old PostgreSQL community/pgsql-bugs x
Previous Message Mithun Cy 2019-02-24 18:40:49 Re: BUG #15641: Autoprewarm worker fails to start on Windows with huge pages in use Old PostgreSQL community/pgsql-bugs x