Received: from malur.postgresql.org ([2a02:16a8:dc51::56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1g2CCc-0008Ce-Po for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 18 Sep 2018 09:21:50 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1g2CCa-0005d6-Nb for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 18 Sep 2018 09:21:48 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1g2CCa-0005cy-F2 for pgsql-pkg-debian@lists.postgresql.org; Tue, 18 Sep 2018 09:21:48 +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 1g2CCW-00058F-PU for pgsql-pkg-debian@postgresql.org; Tue, 18 Sep 2018 09:21:47 +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 42DyDP2mPxz3Dwv; Tue, 18 Sep 2018 11:21:41 +0200 (CEST) Date: Tue, 18 Sep 2018 11:21:41 +0200 From: Christoph Berg To: Chapman Flack Cc: pgsql-pkg-debian@postgresql.org Subject: Re: PL/Java 1.5.1_BETA2 Message-ID: <20180918092141.GC6196@msg.df7cb.de> Mail-Followup-To: Christoph Berg , Chapman Flack , pgsql-pkg-debian@postgresql.org References: <5B96B226.2080803@anastigmatix.net> <20180915203221.GA19015@msg.df7cb.de> <5B9D73A2.2090402@anastigmatix.net> <20180916201808.GA30681@msg.df7cb.de> <5B9ECCD1.1050309@anastigmatix.net> <5B9F039A.5030701@anastigmatix.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5B9F039A.5030701@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-09-17 <5B9F039A.5030701@anastigmatix.net> > > The nar-maven-plugin does not seem to have any toolchain definition > > for "ppc64le.Linux". As far as ppc, I only see "ppc64.AIX" in its > > toolchain properties file: > > > > https://github.com/maven-nar/nar-maven-plugin/blob/master/src/main/resources/com/github/maven_nar/aol.properties#L1048 > > > > ("aol" for the nar-maven-plugin means architecture-OS-linker, not an early > > internet service provider.) :) > > PL/Java includes a contributed toolchain properties file for Solaris gcc: > > https://github.com/tada/pljava/blob/V1_5_1b2/pljava-so/aol.solaris-gcc.properties > > > > A similar contributed file for ppc64le.Linux should work. It could be > > a github pull request. > > Ideally, such a pull request would add documentation too, like > https://github.com/tada/pljava/commit/9a76b4a I got it working: https://salsa.debian.org/postgresql/postgresql-pljava/blob/master/debian/patches/aol-properties It probably makes more sense to have this merged into nar-maven-plugin than to have it live as a wart in pljava. I'll submit a PR there and stick with the patch in the Debian package until there's a nar release that has it. Christoph