Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1gK2my-0005SC-UY for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 06 Nov 2018 14:57:09 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gK2mw-0001UX-9O for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 06 Nov 2018 14:57:06 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1gK2mw-0001UN-1H; Tue, 06 Nov 2018 14:57:06 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1gK2ms-0003bX-Qz; Tue, 06 Nov 2018 14:57:04 +0000 Received: from msg.df7cb.de (unknown [IPv6:2003:5b:203b:100:7627:eaff:fe52:8e03]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 42qCLg4Vpnz3DxC; Tue, 6 Nov 2018 15:56:59 +0100 (CET) Date: Tue, 6 Nov 2018 15:56:59 +0100 From: Christoph Berg To: Chapman Flack Cc: "pljava-dev@lists.pgfoundry.org" , pgsql-pkg-debian@postgresql.org, pgsql-pkg-yum@postgresql.org Subject: Re: PL/Java 1.5.2 - fixes one regression in date conversion in 1.5.1 Message-ID: <20181106145659.GC13511@msg.df7cb.de> Mail-Followup-To: Christoph Berg , Chapman Flack , "pljava-dev@lists.pgfoundry.org" , pgsql-pkg-debian@postgresql.org, pgsql-pkg-yum@postgresql.org References: <5BE08D74.2060207@anastigmatix.net> <20181106074931.GB3898@msg.df7cb.de> <5BE18B2F.9030805@anastigmatix.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5BE18B2F.9030805@anastigmatix.net> User-Agent: Mutt/1.10.1 (2018-07-13) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Re: Chapman Flack 2018-11-06 <5BE18B2F.9030805@anastigmatix.net> > 2) ... but don't enable it for JDK 7 builds (S9.java uses Java 8 features). > > I think that should solve the Jessie / Trusty problem. Thanks, you had probably mentioned that earlier, but I got lost with too many PG versions in parallel. There's still a problem, though. Jessie, 9.3, OpenJDK 7: ERROR: java.lang.SecurityException: read on /usr/share/javazi/Europe/Prague STATEMENT: SELECT sqlj.install_jar('file:/usr/share/postgresql/9.3/pljava/pljava-examples-1.5.2.jar', 'examples', true) https://pgdgbuild.dus.dg-i.net/job/postgresql-pljava-binaries/25/architecture=ppc64el,distribution=jessie/console (That's on ppc64el, the rest is still building as of now.) https://pgdgbuild.dus.dg-i.net/job/postgresql-pljava-binaries/25/ (The i386 errors are my fault.) Christoph