[Pljava-dev] Pljava with postgres 9.3

From: rickjackson001 at gmail(dot)com (akshunj)
To:
Subject: [Pljava-dev] Pljava with postgres 9.3
Date: 2014-06-11 23:22:24
Message-ID: 1402528944439-5806906.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

Hi,

So after a quick crash course I was able to get Maven up and running on
CentOS 6.5 with pg93 and clone the pljava repo from git. After settings up
the env variables and getting the nar plugin, I get a build successful
message, but I can't seem to find the usual pljava files anywhere. :/
(pljava.so/deploy.jar etc)

During the build process I get see some warnings and errors below, but it
seems everything compiles:

[ERROR] /root/.git/pljava/pljava-so/src/main/c/type/Array.c: In function
?arraySetNull?:
[WARNING] /root/.git/pljava/pljava-so/src/main/c/type/Array.c:21: warning:
conversion to ?bits8? from ?int? may alter its value
[WARNING] /root/.git/pljava/pljava-so/src/main/c/type/Array.c:23: warning:
conversion to ?bits8? from ?int? may alter its value
[ERROR] /root/.git/pljava/pljava-so/src/main/c/type/Array.c: In function
?createArrayType?:
[WARNING] /root/.git/pljava/pljava-so/src/main/c/type/Array.c:38: warning:
conversion to ?size_t? from ?jsize? may change the sign of the result
[WARNING] /root/.git/pljava/pljava-so/src/main/c/type/Array.c:38: warning:
conversion to ?int? from ?size_t? may alter its value
[WARNING] /root/.git/pljava/pljava-so/src/main/c/type/Array.c:50: warning:
conversion to ?long unsigned int? from ?int? may change the sign of the
result
[WARNING] /root/.git/pljava/pljava-so/src/main/c/type/Array.c:50: warning:
conversion to ?int? from ?long int? may alter its value
[WARNING] /root/.git/pljava/pljava-so/src/main/c/type/Array.c:56: warning:
conversion to ?int? from ?long int? may alter its value
[WARNING] /root/.git/pljava/pljava-so/src/main/c/type/Array.c:58: warning:
conversion to ?Size? from ?int? may change the sign of the result
[WARNING] /root/.git/pljava/pljava-so/src/main/c/type/Array.c:71: warning:
conversion to ?long unsigned int? from ?int? may change the sign of the
result
[ERROR] /root/.git/pljava/pljava-so/src/main/c/type/Array.c: In function
?_Array_coerceDatum?:
[WARNING] /root/.git/pljava/pljava-so/src/main/c/type/Array.c:86: warning:
conversion to ?long unsigned int? from ?int? may change the sign of the
result
[WARNING] /root/.git/pljava/pljava-so/src/main/c/type/Array.c:88: warning:
conversion to ?long unsigned int? from ?int? may change the sign of the
result
maven-log.txt
<http://postgresql.1045698.n5.nabble.com/file/n5806906/maven-log.txt>
[INFO] 51 files were compiled.

[INFO] Reactor Summary:
[INFO]
[INFO] PostgreSQL pl/java ................................ SUCCESS [0.183s]
[INFO] PL/JAVA API ....................................... SUCCESS [2.565s]
[INFO] pl/java implementation ............................ SUCCESS [2.693s]
[INFO] pl/java deploy .................................... SUCCESS [0.495s]
[INFO] pl/java Ant Tasks ................................. SUCCESS [0.372s]
[INFO] pl/java examples .................................. SUCCESS [0.626s]
[INFO] pl/java server side library ....................... SUCCESS [16.245s]
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 24.477s

I tried drilling down into the directories and running ant manually, but
that didn't work either. I'm stumped and would appreciate any help you can
offer.

Thanks.

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Pljava-with-postgres-9-3-tp5804745p5806906.html
Sent from the PL/Java mailing list archive at Nabble.com.

In response to

Responses

Browse pljava-dev by date

  From Date Subject
Next Message akshunj 2014-06-13 05:33:41 [Pljava-dev] Pljava with postgres 9.3
Previous Message Petr Michálek 2014-06-09 15:07:03 [Pljava-dev] Survey of pl/java usage