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 1g1iMo-0005gC-Ss for pgsql-pkg-debian@arkaria.postgresql.org; Mon, 17 Sep 2018 01:30:23 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1g1iMl-0001rU-O8 for pgsql-pkg-debian@arkaria.postgresql.org; Mon, 17 Sep 2018 01:30:19 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1g1iMl-0001rN-JF for pgsql-pkg-debian@lists.postgresql.org; Mon, 17 Sep 2018 01:30:19 +0000 Received: from bay.acenet.us ([173.230.252.50]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1g1iMb-0000Vi-Ig for pgsql-pkg-debian@postgresql.org; Mon, 17 Sep 2018 01:30:18 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=anastigmatix.net; s=default; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:References:To:Subject:Sender: Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=0w+HEqn7IWVNLJHGhC4gw7fLWXUVHcfEY2roSTth7LE=; b=oJnD3JiW1xP4nCEhE/fEADQDHQ fmrn5CAnRzxqndLOike+IzA8tuwMcp/pHOP7t6jvC9qA2zrMSb3O1ZBaVxo0m9QE9Fcbf2L6VK2ux DIYeqqyijblkSEpq6CJo43MOw0yRU6/jDIka68Rwmgcvvxrl5LBX0zvEk+JmT2H3+wtz0YOdr9i5r 29T7e9V+z4VofVMPuYocvxnjYSPAoE+188tP8FuY11cL1JxTuJk+O+lV9ay1VHWb9fHAeWtvL7XiD giLaU9WXrou3lSUTkgjhDlKkZjBL3odAiJhisiB5rkHhBy+Gz50t41FsDUC1Ed7bqyW0SSocrALvY gtBJ0SpA==; Received: from [50.127.85.184] (port=54327) by bay.acenet.us with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1g1iMU-00Aitg-K2; Sun, 16 Sep 2018 21:30:03 -0400 Subject: Re: PL/Java 1.5.1_BETA2 To: Christoph Berg , 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> From: Chapman Flack Message-ID: <5B9F039A.5030701@anastigmatix.net> Date: Sun, 16 Sep 2018 21:30:02 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: <5B9ECCD1.1050309@anastigmatix.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-OutGoing-Spam-Status: No, score=-99.7 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bay.acenet.us X-AntiAbuse: Original Domain - postgresql.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - anastigmatix.net X-Get-Message-Sender-Via: bay.acenet.us: authenticated_id: chap+anastigmatix.net/only user confirmed/virtual account not confirmed X-Authenticated-Sender: bay.acenet.us: chap@anastigmatix.net X-Source: X-Source-Args: X-Source-Dir: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On 09/16/18 17:36, Chapman Flack wrote: > 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 -Chap