Re: [Pljava-dev] PLJava build issues on Ubuntu

From: Peter Brewer <p(dot)brewer(at)ltrr(dot)arizona(dot)edu>
To:
Subject: Re: [Pljava-dev] PLJava build issues on Ubuntu
Date: 2016-02-26 20:46:50
Message-ID: 56D0B9BA.7070809@ltrr.arizona.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

On 02/26/2016 11:51 AM, Chapman Flack wrote:
> Most of what you are seeing there are [-Wsign-conversion]
> warnings, and those are a miserable nuisance. It is not
> really possible to tweak PL/Java's code to make them go
> away, without actually changing .h files that come from
> PostgreSQL itself, and when you try to read your log, all
> those nuisance warnings get in the way of seeing the one
> actual error that determined the shape of the fruit.
>
> That one's on line 791:
> [ERROR] /usr/include/postgresql/9.3/server/libpq/libpq-be.h:36:27: fatal
> error: gssapi/gssapi.h: No such file or directory
Looks like installing libkrb5-dev fixed this for me. Thanks.

> After locating gssapi.h, would you be willing to do your
> testing on 1.5.0-BETA2 rather than 1.6.0-SNAPSHOT? It's
> extra valuable to have testing focused on the imminent 1.5.0
> release; 1.6.0-SNAPSHOT will be where somewhat more vaporous
> future work will be happening.
Sure. I've switched to 1.5.0-b2 but have a few more errors. Logs attached.

Many thanks

Peter

--
*********************************
Dr Peter Brewer
Research Associate
Rm 405, Bryant Bannister Building
Laboratory of Tree-Ring Research
1215 E Lowell St
Tucson AZ 85721
USA
Phone: +1 520 621 0753
Fax : +1 520 621 8229
Email: p(dot)brewer(at)ltrr(dot)arizona(dot)edu
Web : http://ltrr.arizona.edu
*********************************

Attachment Content-Type Size
pljava-v2.log.tar.gz application/gzip 43.0 KB

In response to

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Igal @ Lucee.org 2016-03-06 05:53:40 Video Tutorial - How to Build and Install PL/Java
Previous Message Chapman Flack 2016-02-26 18:51:32 Re: [Pljava-dev] PLJava build issues on Ubuntu