[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates updated (53a94f6abf -> 513091dbd2)
From: |
guix-commits |
Subject: |
branch core-updates updated (53a94f6abf -> 513091dbd2) |
Date: |
Tue, 13 Sep 2022 08:55:51 -0400 (EDT) |
mbakke pushed a change to branch core-updates
in repository guix.
from 53a94f6abf gnu: gnome-shell: Update to 42.4.
new 321e866b1c gnu: icedtea@2: Fix build with newer toolchain.
new 389b5b5359 gnu: OpenJDK@9: Fix build with newer toolchain.
new c463d7ac91 gnu: OpenJDK@10: Fix build with newer toolchains.
new 513091dbd2 gnu: OpenJDK@{12,13,14,15,16}: Fix build with glibc 2.34
and later.
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
gnu/local.mk | 7 +++-
gnu/packages/java.scm | 44 +++++++++++++++-------
.../icedtea-7-hotspot-pointer-comparison.patch | 36 ++++++++++++++++++
.../openjdk-10-hotspot-pointer-comparison.patch | 15 ++++++++
.../patches/openjdk-10-hotspot-stack-size.patch | 28 ++++++++++++++
.../openjdk-9-hotspot-pointer-comparison.patch | 27 +++++++++++++
.../patches/openjdk-9-hotspot-stack-size.patch | 28 ++++++++++++++
7 files changed, 170 insertions(+), 15 deletions(-)
create mode 100644
gnu/packages/patches/icedtea-7-hotspot-pointer-comparison.patch
create mode 100644
gnu/packages/patches/openjdk-10-hotspot-pointer-comparison.patch
create mode 100644 gnu/packages/patches/openjdk-10-hotspot-stack-size.patch
create mode 100644
gnu/packages/patches/openjdk-9-hotspot-pointer-comparison.patch
create mode 100644 gnu/packages/patches/openjdk-9-hotspot-stack-size.patch
- branch core-updates updated (53a94f6abf -> 513091dbd2),
guix-commits <=
- 02/04: gnu: OpenJDK@9: Fix build with newer toolchain., guix-commits, 2022/09/13
- 03/04: gnu: OpenJDK@10: Fix build with newer toolchains., guix-commits, 2022/09/13
- 01/04: gnu: icedtea@2: Fix build with newer toolchain., guix-commits, 2022/09/13
- 04/04: gnu: OpenJDK@{12, 13, 14, 15, 16}: Fix build with glibc 2.34 and later., guix-commits, 2022/09/13