From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id qJCIKqFil2I0tgAAbAwnHQ (envelope-from ) for ; Wed, 01 Jun 2022 14:59:13 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id aORgKqFil2IC+gAAauVa8A (envelope-from ) for ; Wed, 01 Jun 2022 14:59:13 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 26A872A0AD for ; Wed, 1 Jun 2022 14:59:13 +0200 (CEST) Received: from localhost ([::1]:40728 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nwNwN-0002Yd-WC for larch@yhetil.org; Wed, 01 Jun 2022 08:59:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53750) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nwNwE-0002Vn-64 for guix-patches@gnu.org; Wed, 01 Jun 2022 08:59:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56051) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nwNwD-0003JD-T2 for guix-patches@gnu.org; Wed, 01 Jun 2022 08:59:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nwNwD-0002Gs-OH for guix-patches@gnu.org; Wed, 01 Jun 2022 08:59:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#55751] [PATCH 0/8] Towards reproducible openjdk Resent-From: dannym@scratchpost.org Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 01 Jun 2022 12:59:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 55751 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 55751@debbugs.gnu.org Cc: Danny Milosavljevic X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16540882968651 (code B ref -1); Wed, 01 Jun 2022 12:59:01 +0000 Received: (at submit) by debbugs.gnu.org; 1 Jun 2022 12:58:16 +0000 Received: from localhost ([127.0.0.1]:49948 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nwNvT-0002FS-U5 for submit@debbugs.gnu.org; Wed, 01 Jun 2022 08:58:16 -0400 Received: from lists.gnu.org ([209.51.188.17]:46816) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nwNvP-0002FH-4Z for submit@debbugs.gnu.org; Wed, 01 Jun 2022 08:58:14 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53696) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nwNvN-0001aM-9F for guix-patches@gnu.org; Wed, 01 Jun 2022 08:58:10 -0400 Received: from dd30410.kasserver.com ([85.13.145.193]:38522) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nwNvJ-0003Cc-Oh for guix-patches@gnu.org; Wed, 01 Jun 2022 08:58:08 -0400 Received: from dayas.lan (84-115-234-55.cable.dynamic.surfer.at [84.115.234.55]) by dd30410.kasserver.com (Postfix) with ESMTPSA id 62F041120248; Wed, 1 Jun 2022 14:57:49 +0200 (CEST) From: dannym@scratchpost.org Date: Wed, 1 Jun 2022 14:57:41 +0200 Message-Id: <20220601125741.9898-1-dannym@scratchpost.org> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=85.13.145.193; envelope-from=dannym@scratchpost.org; helo=dd30410.kasserver.com X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1654088353; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=QdCkzbN1aO021sCGeoAMLotvhTzGqY5vzBgcLtXnS4s=; b=jC6lZWBsb7K2QcFNZAh/ygYzquU33C1cgC+hOqnVXvQgBY0jxIsQXvMB9g4R9DFy/wXKII xDoj+PtGQ7d7uqlxXc8ACyFsaTouf1ClXwgQtrfgUwjDdupjK2lmdQRijQFSmZiGPv4CDP uiQz+F0k5+4BtQKAt2Mt7VmivtDljPLuE3nddJ3m6lemh6O95ztENoUm2h2lQnUOt6Djmy b1tFy6yZE2BmNN/mYw7+28mrBIH2eV84TUnUsLt3mHrxDDv4vVnWMo7EVE43BT7ZSa3pd4 VEjfKH4DeGonlpqI3z0uVnlL4nW68vzvlIavrWrMI5eDuoGjv92oGAZcAYK+bw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1654088353; a=rsa-sha256; cv=none; b=kO13lL4IP+8taLr6JK3wt0wVn7qbP+RoOSKRPi2Pprmms6JpYE+vcwrUw9nx9Ve9Qpd4nM h9+mHeZFgulKYTnGx2RWZNJ3qbmBTp6VeH8FxEtslMwIo6zRtCUctSSJ4A4Hlz/XNUDsK7 2eaHcgowFGWp+280Goi1HXzzBnuahaF9JLz/oD1N89bJ1BZHOMySmugGTD3tAP9ifV7ia4 onpR5PweezD1eJHFBFa1SWKvlLRvylZfcnrYAtJjwvB+dH0cUfIFBb/RnQjijH+e8+D/8y 4Gt0f2GLser19SclGLPFwKxQsVMZhAFCyHL3qb/ZKsDAwXJj5PJdpXqat1WDtg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -1.33 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 26A872A0AD X-Spam-Score: -1.33 X-Migadu-Scanner: scn0.migadu.com X-TUID: Qe8vSDq7Hpo4 From: Danny Milosavljevic This patchseries improves the reproducibility of openjdk. After it: * openjdk9 is reproducible. * openjdk10 has only a few non-reproducible parts. * openjdk11 has a number of non-reproducible parts. * openjdk12's "doc" output is still not reproducible ("Generated by javadoc" comment with timestamp in it) * openjdk13 still has non-reproducible parts (jmod, modules, classes.jsa, src.zip) * openjdk14 still has very few non-reproducible parts (jmod, modules, classes.jsa) * openjdk15 still has a number of non-reproducible parts (diz files only). * openjdk16 still has one non-reproducible part (classes*.jsa) Danny Milosavljevic (8): gnu: openjdk9: Make build reproducible. gnu: openjdk10: Make more reproducible. gnu: openjdk11: Make more reproducible. gnu: openjdk12: Make reproducible. gnu: openjdk13: Make reproducible. gnu: openjdk14: Make reproducible. gnu: openjdk15: Make reproducible. gnu: openjdk16: Make reproducible. gnu/local.mk | 16 + gnu/packages/java.scm | 123 ++++++- .../openjdk-10-char-reproducibility.patch | 12 + ...openjdk-10-classlist-reproducibility.patch | 27 ++ .../openjdk-10-corba-reproducibility.patch | 12 + .../openjdk-10-jar-reproducibility.patch | 103 ++++++ .../openjdk-10-jtask-reproducibility.patch | 53 +++ .../openjdk-10-module-reproducibility.patch | 305 ++++++++++++++++++ .../openjdk-10-module3-reproducibility.patch | 34 ++ .../openjdk-10-module4-reproducibility.patch | 14 + ...openjdk-11-classlist-reproducibility.patch | 11 + ...openjdk-13-classlist-reproducibility.patch | 11 + .../openjdk-9-classlist-reproducibility.patch | 31 ++ .../openjdk-9-idlj-reproducibility.patch | 37 +++ .../openjdk-9-jar-reproducibility.patch | 107 ++++++ .../openjdk-9-module-reproducibility.patch | 296 +++++++++++++++++ .../openjdk-9-module2-reproducibility.patch | 125 +++++++ .../openjdk-9-module3-reproducibility.patch | 36 +++ 18 files changed, 1342 insertions(+), 11 deletions(-) create mode 100644 gnu/packages/patches/openjdk-10-char-reproducibility.patch create mode 100644 gnu/packages/patches/openjdk-10-classlist-reproducibility.patch create mode 100644 gnu/packages/patches/openjdk-10-corba-reproducibility.patch create mode 100644 gnu/packages/patches/openjdk-10-jar-reproducibility.patch create mode 100644 gnu/packages/patches/openjdk-10-jtask-reproducibility.patch create mode 100644 gnu/packages/patches/openjdk-10-module-reproducibility.patch create mode 100644 gnu/packages/patches/openjdk-10-module3-reproducibility.patch create mode 100644 gnu/packages/patches/openjdk-10-module4-reproducibility.patch create mode 100644 gnu/packages/patches/openjdk-11-classlist-reproducibility.patch create mode 100644 gnu/packages/patches/openjdk-13-classlist-reproducibility.patch create mode 100644 gnu/packages/patches/openjdk-9-classlist-reproducibility.patch create mode 100644 gnu/packages/patches/openjdk-9-idlj-reproducibility.patch create mode 100644 gnu/packages/patches/openjdk-9-jar-reproducibility.patch create mode 100644 gnu/packages/patches/openjdk-9-module-reproducibility.patch create mode 100644 gnu/packages/patches/openjdk-9-module2-reproducibility.patch create mode 100644 gnu/packages/patches/openjdk-9-module3-reproducibility.patch -- 2.36.1