From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 13 18:49:55 2023 Received: (at submit) by debbugs.gnu.org; 13 Mar 2023 22:49:55 +0000 Received: from localhost ([127.0.0.1]:35773 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pbqzK-0008Ih-Oj for submit@debbugs.gnu.org; Mon, 13 Mar 2023 18:49:54 -0400 Received: from lists.gnu.org ([209.51.188.17]:52644) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pbqzI-0008IZ-QT for submit@debbugs.gnu.org; Mon, 13 Mar 2023 18:49:53 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pbqzC-0007aL-Lf for guix-patches@gnu.org; Mon, 13 Mar 2023 18:49:50 -0400 Received: from m4s11.vlinux.de ([83.151.27.109] helo=bjoernhoefling.de) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pbqzB-0004Xp-17 for guix-patches@gnu.org; Mon, 13 Mar 2023 18:49:46 -0400 Received: from tangletp (pd951ff75.dip0.t-ipconnect.de [217.81.255.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by bjoernhoefling.de (Postfix) with ESMTPSA id 35D4C3FC5F for ; Mon, 13 Mar 2023 23:49:37 +0100 (CET) Date: Mon, 13 Mar 2023 23:49:35 +0100 From: =?UTF-8?B?QmrDtnJuIEjDtmZsaW5n?= To: Subject: [PATCH 0/2] Fix source build of OpenJDK 9 and 10 Message-ID: <20230313234935.39a40ac0@tangletp> X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/JNU4L2QoVv_XETzuC4KzcfY"; protocol="application/pgp-signature"; micalg=pgp-sha512 Received-SPF: none client-ip=83.151.27.109; envelope-from=bjoern.hoefling@bjoernhoefling.de; helo=bjoernhoefling.de X-Spam_score_int: -14 X-Spam_score: -1.5 X-Spam_bar: - X-Spam_report: (-1.5 / 5.0 requ) BAYES_00=-1.9, KHOP_HELO_FCRDNS=0.399, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --Sig_/JNU4L2QoVv_XETzuC4KzcfY Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable This fixes 62071. Bj=C3=B6rn H=C3=B6fling (2): gnu: openjdk9: Build from hg. gnu: openjdk10: Build from hg. gnu/packages/java.scm | 41 +++++++++++++++++++---------------------- 1 file changed, 19 insertions(+), 22 deletions(-) base-commit: 5312d798ac36a72d8a977325a7c6ff7647be670a --=20 2.39.1 --Sig_/JNU4L2QoVv_XETzuC4KzcfY Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iF0EAREKAB0WIQQiGUP0np8nb5SZM4K/KGy2WT5f/QUCZA+ofwAKCRC/KGy2WT5f /Q/IAJsHUkslC0kP9PTsP103rjQukhlSzQCdE8d5nUbW9Z5Ci/lKZ6ksFtWSf9A= =RnJa -----END PGP SIGNATURE----- --Sig_/JNU4L2QoVv_XETzuC4KzcfY-- From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 13 18:52:40 2023 Received: (at 62171) by debbugs.gnu.org; 13 Mar 2023 22:52:40 +0000 Received: from localhost ([127.0.0.1]:35778 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pbr20-0008N8-7k for submit@debbugs.gnu.org; Mon, 13 Mar 2023 18:52:40 -0400 Received: from m4s11.vlinux.de ([83.151.27.109]:43816 helo=bjoernhoefling.de) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pbr1x-0008N0-Sh for 62171@debbugs.gnu.org; Mon, 13 Mar 2023 18:52:38 -0400 Received: from tangletp (pd951ff75.dip0.t-ipconnect.de [217.81.255.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by bjoernhoefling.de (Postfix) with ESMTPSA id 03D293FC5F; Mon, 13 Mar 2023 23:52:31 +0100 (CET) Date: Mon, 13 Mar 2023 23:52:30 +0100 From: =?UTF-8?B?QmrDtnJuIEjDtmZsaW5n?= To: 62171@debbugs.gnu.org Subject: [PATCH 1/2] gnu: openjdk9: Build from hg. Message-ID: <20230313235230.6d78a2e5@tangletp> In-Reply-To: <20230313234935.39a40ac0@tangletp> References: <20230313234935.39a40ac0@tangletp> X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/V5k7EzFXFLgY1nH5fLznv3U"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 62171 Cc: Julien Lepiller X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --Sig_/V5k7EzFXFLgY1nH5fLznv3U Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable * gnu/packages/java.scm (openjdk9)[source]: Use HG-DOWNLOAD. [homepage]: Update. This fixes for OpenJDK 9. --- gnu/packages/java.scm | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index 388e9d127f..dff513913c 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -852,18 +852,17 @@ (define-public openjdk9 (name "openjdk") (version "9.181") (source (origin - (method url-fetch) - (uri "https://hg.openjdk.java.net/jdk/jdk/archive/3cc80be736f2.tar.bz2") - (file-name (string-append name "-" version ".tar.bz2")) + (method hg-fetch) + (uri (hg-reference (url "https://hg.openjdk.org/jdk/jdk") + (changeset "jdk-9+181"))) + (file-name (hg-file-name name version)) + (modules '((guix build utils))) + (snippet `(begin + (for-each delete-file + (find-files "." ".*.(bin|exe|jar)$")) #t)) (sha256 (base32 - "01ihmyf7k5z17wbr7xig7y40l9f01d5zjgkcmawn1102hw5kchpq")) - (modules '((guix build utils))) - (snippet - `(begin - (for-each delete-file - (find-files "." ".*.(bin|exe|jar)$")) - #t)))) + "1v92nzdqx07c35x945awzir4yk0fk22vky6fpp8mq9js930sxsz0")))) (build-system gnu-build-system) (outputs '("out" "jdk" "doc")) (arguments @@ -1024,7 +1023,7 @@ (define (icedtea-or-openjdk? path) ("unzip" ,unzip) ("which" ,which) ("zip" ,zip))) - (home-page "https://openjdk.java.net/projects/jdk9/") + (home-page "https://openjdk.org/projects/jdk9/") (synopsis "Java development kit") (description "This package provides the Java development kit OpenJDK.") --=20 2.39.1 --Sig_/V5k7EzFXFLgY1nH5fLznv3U Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iF0EAREKAB0WIQQiGUP0np8nb5SZM4K/KGy2WT5f/QUCZA+pLgAKCRC/KGy2WT5f /d82AKCGgf8OU+QzwErNgUjZNln4iF/bKgCfagjMhc3MYgdTlzShFXq7OxZutls= =hXmW -----END PGP SIGNATURE----- --Sig_/V5k7EzFXFLgY1nH5fLznv3U-- From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 14 03:02:39 2023 Received: (at 62171) by debbugs.gnu.org; 14 Mar 2023 07:02:40 +0000 Received: from localhost ([127.0.0.1]:36100 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pbyg8-0007ua-0U for submit@debbugs.gnu.org; Tue, 14 Mar 2023 03:02:39 -0400 Received: from lepiller.eu ([89.234.186.109]:55714) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pbyg2-0007uH-OS for 62171@debbugs.gnu.org; Tue, 14 Mar 2023 03:02:35 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 202d2dfb; Tue, 14 Mar 2023 07:02:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from :to:subject:in-reply-to:references:message-id:mime-version :content-type:content-transfer-encoding; s=dkim; bh=cN1Gub8+wkBU 0z8+Mq+57imkQwfSgoIDSbBwqgxZnHk=; b=fWhhfrQLRjA8v4mMhssCCte90W7f R97Gyxxb9bfx/7VWgmqxZBjJ4ldaZQJ5vyRIS1DtALGM4X06eDW+XbNJ726mOFan yifC1TTtAuVPbMyBWpOwdN0Dvni8k0i0oPvs3xN0sOm5/es4eS5tcsJC4m06hEAS 76UjUSfDsXfF94dbgt2oAgZyYpw0D8f6FmaVznBECVQEhc8moN1b3XfOpqcBPVfN RHibrrQWQnCv526uQLywTRKml/Xj/sZrRcN0nIgYjJJ0ClivK8P8/wDoSnW2aAUg +nkDlek6DI6g1xQZTqy2Y3G2YlXQqaBmmRW/SFPVj6tYnL3IChF9XTic0w== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id 37b384d1 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 14 Mar 2023 07:02:28 +0000 (UTC) Date: Tue, 14 Mar 2023 08:02:26 +0100 From: Julien Lepiller To: =?ISO-8859-1?Q?Bj=F6rn_H=F6fling?= , 62171@debbugs.gnu.org Subject: Re: [bug#62171] [PATCH 0/2] Fix source build of OpenJDK 9 and 10 User-Agent: K-9 Mail for Android In-Reply-To: <20230313234935.39a40ac0@tangletp> References: <20230313234935.39a40ac0@tangletp> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 62171 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Both LGTM=2E The snippet doesn't need to end with #t anymore=2E Also not su= re if it's my mail client or the patch, but there's a newline missing at th= e end of the snippets, before sha256=2E Le 13 mars 2023 23:49:35 GMT+01:00, "Bj=C3=B6rn H=C3=B6fling" a =C3=A9crit=C2=A0: >This fixes 62071=2E > >Bj=C3=B6rn H=C3=B6fling (2): > gnu: openjdk9: Build from hg=2E > gnu: openjdk10: Build from hg=2E > > gnu/packages/java=2Escm | 41 +++++++++++++++++++---------------------- > 1 file changed, 19 insertions(+), 22 deletions(-) > > >base-commit: 5312d798ac36a72d8a977325a7c6ff7647be670a From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 16 05:10:48 2023 Received: (at 62171-done) by debbugs.gnu.org; 16 Mar 2023 09:10:48 +0000 Received: from localhost ([127.0.0.1]:41172 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pcjdH-0004Zp-O2 for submit@debbugs.gnu.org; Thu, 16 Mar 2023 05:10:47 -0400 Received: from m4s11.vlinux.de ([83.151.27.109]:43844 helo=bjoernhoefling.de) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pcjdE-0004Zf-Ef for 62171-done@debbugs.gnu.org; Thu, 16 Mar 2023 05:10:46 -0400 Received: from tangletp (pd951ff3f.dip0.t-ipconnect.de [217.81.255.63]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by bjoernhoefling.de (Postfix) with ESMTPSA id 1706C3F954; Thu, 16 Mar 2023 10:10:43 +0100 (CET) Date: Thu, 16 Mar 2023 10:10:42 +0100 From: =?UTF-8?B?QmrDtnJuIEjDtmZsaW5n?= To: Julien Lepiller Subject: Re: [bug#62171] [PATCH 0/2] Fix source build of OpenJDK 9 and 10 Message-ID: <20230316101042.48c0bc55@tangletp> In-Reply-To: References: <20230313234935.39a40ac0@tangletp> X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/xu_zMZBM+uLtmKTRJ+VX8WV"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Spam-Score: 0.1 (/) X-Debbugs-Envelope-To: 62171-done Cc: 62171-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.9 (/) --Sig_/xu_zMZBM+uLtmKTRJ+VX8WV Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Tue, 14 Mar 2023 08:02:26 +0100 Julien Lepiller wrote: > Both LGTM. The snippet doesn't need to end with #t anymore. Also not > sure if it's my mail client or the patch, but there's a newline > missing at the end of the snippets, before sha256. Good hint: That newline was left out only in the email. I need to re-check my client's configuration next time. Thanks for the review, with your changes pushed as 7636c49b45adb9870cf416c64bde032ec858a820 Bj=C3=B6rn --Sig_/xu_zMZBM+uLtmKTRJ+VX8WV Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iF0EAREKAB0WIQQiGUP0np8nb5SZM4K/KGy2WT5f/QUCZBLdEgAKCRC/KGy2WT5f /bGOAKCmzGTB+BMScwCT2Ra3cdsXZihd1wCeIhXKg1fKwJzW5EM6g9SrtyEbyuk= =L5F3 -----END PGP SIGNATURE----- --Sig_/xu_zMZBM+uLtmKTRJ+VX8WV-- From unknown Sun Jun 22 11:45:23 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 13 Apr 2023 11:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator