From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?G=C3=A1bor_Boskovits?= Subject: Target changes in OpenJDK Date: Sun, 16 Dec 2018 23:50:47 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37230) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gYfKg-0000HQ-1U for guix-devel@gnu.org; Sun, 16 Dec 2018 17:56:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gYfFV-000307-TQ for guix-devel@gnu.org; Sun, 16 Dec 2018 17:51:02 -0500 Received: from mail-it1-x129.google.com ([2607:f8b0:4864:20::129]:55571) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gYfFT-0002z9-Vd for guix-devel@gnu.org; Sun, 16 Dec 2018 17:51:01 -0500 Received: by mail-it1-x129.google.com with SMTP id o19so16335016itg.5 for ; Sun, 16 Dec 2018 14:50:59 -0800 (PST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Guix-devel Hello guix, Starting from OpenJDK 11 the jre target is deprecated. It can still be built using a separate make target. I see three options here: 1. Remove the separate jdk output and put the jdk to the out otuput. This will be the way upstream will go anyway. 2. Build the jre using the provided target: legacy-jre-image, and leave outputs as is. 3. Do as 1, but build the jre, and add a jre output. WDYT?