[Pljava-dev] postgres 9.6 and pljava?

From: John R Pierce <pierce(at)hogranch(dot)com>
To:
Subject: [Pljava-dev] postgres 9.6 and pljava?
Date: 2017-04-20 18:23:53
Message-ID: 85d50578-d443-df79-487a-02c28f635fb3@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

trying to build pljava 1.5.0 from the tarball on centos 6 w/ postgresql
9.6.2 from the pgdg RPM/Yum repository and getting some cryptic errors.

is postgres 9.6 supported ?

here's the errors I'm getting... I clipped off all the top as its
pretty verbose...

command line: mvn -Pwnosign -Dnar.cores=1 clean install

[INFO]
Starting Core 0 with 51 source files...
[ERROR]
/var/lib/pgsql/pljava/pljava-1_5_0/pljava-so/src/main/c/type/Portal.c:
In function ‘Java_org_postgresql_pljava_internal_Portal__1isPosOverflow’:
[ERROR]
/var/lib/pgsql/pljava/pljava-1_5_0/pljava-so/src/main/c/type/Portal.c:338:
error: ‘struct PortalData’ has no member named ‘posOverflow’
[ERROR]
/var/lib/pgsql/pljava/pljava-1_5_0/pljava-so/src/main/c/SubXactListener.c:
In function ‘subXactCB’:
[WARNING]
/var/lib/pgsql/pljava/pljava-1_5_0/pljava-so/src/main/c/SubXactListener.c:26:
warning: enumeration value ‘SUBXACT_EVENT_PRE_COMMIT_SUB’ not handled in
switch
[ERROR]
/var/lib/pgsql/pljava/pljava-1_5_0/pljava-so/src/main/c/type/TupleDesc.c:
In function ‘Java_org_postgresql_pljava_internal_TupleDesc__1formTuple’:
[WARNING]
/var/lib/pgsql/pljava/pljava-1_5_0/pljava-so/src/main/c/type/TupleDesc.c:239:
warning: implicit declaration of function ‘heap_formtuple’
[WARNING]
/var/lib/pgsql/pljava/pljava-1_5_0/pljava-so/src/main/c/type/TupleDesc.c:239:
warning: assignment makes pointer from integer without a cast
[ERROR]
/var/lib/pgsql/pljava/pljava-1_5_0/pljava-so/src/main/c/XactListener.c:
In function ‘xactCB’:
[WARNING]
/var/lib/pgsql/pljava/pljava-1_5_0/pljava-so/src/main/c/XactListener.c:25:
warning: enumeration value ‘XACT_EVENT_PARALLEL_COMMIT’ not handled in
switch
[WARNING]
/var/lib/pgsql/pljava/pljava-1_5_0/pljava-so/src/main/c/XactListener.c:25:
warning: enumeration value ‘XACT_EVENT_PARALLEL_ABORT’ not handled in switch
[WARNING]
/var/lib/pgsql/pljava/pljava-1_5_0/pljava-so/src/main/c/XactListener.c:25:
warning: enumeration value ‘XACT_EVENT_PRE_COMMIT’ not handled in switch
[WARNING]
/var/lib/pgsql/pljava/pljava-1_5_0/pljava-so/src/main/c/XactListener.c:25:
warning: enumeration value ‘XACT_EVENT_PARALLEL_PRE_COMMIT’ not handled
in switch
[WARNING]
/var/lib/pgsql/pljava/pljava-1_5_0/pljava-so/src/main/c/XactListener.c:25:
warning: enumeration value ‘XACT_EVENT_PRE_PREPARE’ not handled in switch
[INFO] 51 files were compiled.
[INFO] 51 files were compiled.
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] PostgreSQL PL/Java ................................. SUCCESS [
0.792 s]
[INFO] PL/Java API ........................................ SUCCESS [
1.808 s]
[INFO] PL/Java backend Java code .......................... SUCCESS [
1.460 s]
[INFO] PL/Java backend native code ........................ FAILURE [
10.157 s]
[INFO] PL/Java Deploy ..................................... SKIPPED
[INFO] PL/Java Ant tasks .................................. SKIPPED
[INFO] PL/Java examples ................................... SKIPPED
[INFO] PL/Java packaging .................................. SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[......

--
john r pierce, recycling bits in santa cruz

_______________________________________________
Pljava-dev mailing list
Pljava-dev(at)lists(dot)pgfoundry(dot)org
http://lists.pgfoundry.org/mailman/listinfo/pljava-dev

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Chapman Flack 2017-04-20 19:05:44 Re: [Pljava-dev] postgres 9.6 and pljava?
Previous Message Chapman Flack 2017-02-23 20:22:22 Re: [Pljava-dev] building on centos 6.8