PostgreSQL 11 beta1 : regressions failed on OpenBSD with JIT

From: Pierre-Emmanuel André <postgresql(at)raveland(dot)org>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: PostgreSQL 11 beta1 : regressions failed on OpenBSD with JIT
Date: 2018-05-24 19:47:27
Message-ID: 20180524194727.GA1391@coredump.raveland.priv
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

I'm the maintainer of PostgreSQL on OpenBSD.
Today I tried the beta1 of PostgreSQL 11 on OpenBSD -current @amd64.

Without JIT, everything works fine.

When i enable JIT, regress tests fail with this error :

indexing ... FAILED (test process exited with exit code 2)

llvm-config --version gives me : 6.0.0
You will find in attachment the complete log of the failure (regressions.diff).
At the end, there is these 2 lines :

! WARNING: failed to resolve name __guard_local
! FATAL: fatal llvm error: Program used external function '__guard_local' which could not be resolved!

Any ideas ?

Thanks.
Regards,

Attachment Content-Type Size
regression.diffs text/plain 10.4 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2018-05-24 20:03:00 Re: PostgreSQL 11 beta1 : regressions failed on OpenBSD with JIT
Previous Message Tom Lane 2018-05-24 19:31:33 Re: Unexpected casts while using date_trunc()