guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: icedtea Work around gcc segfault.


From: Gábor Boskovits
Subject: 01/01: gnu: icedtea Work around gcc segfault.
Date: Mon, 2 Jul 2018 20:09:42 -0400 (EDT)

boskovits pushed a commit to branch master
in repository guix.

commit 673135df30d48a7099c62adb1b452425e2eda3c8
Author: Gábor Boskovits <address@hidden>
Date:   Tue Jul 3 02:07:14 2018 +0200

    gnu: icedtea Work around gcc segfault.
    
    * gnu/packages/java.scm (icedtea-8)[native-inputs]: Add icedtea-7
    patch to hotspot.
---
 gnu/packages/java.scm | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index b4f811c..64ca89f 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1603,8 +1603,16 @@ new Date();"))
           ,(drop "langtools"
                  "15wizy123vhk40chl1b4p552jf2pw2hdww0myf11qab425axz4nw"))
          ("hotspot-drop"
-          ,(drop "hotspot"
-                 "1ciz1w9j0kz7s1dxdhyqq71nla9icyz6qvn0b9z2zgkklqa98qmm"))
+          ,(origin
+             (method url-fetch)
+             (uri (string-append
+                   "http://icedtea.classpath.org/download/drops";
+                   "/icedtea8/" version "/hotspot.tar.xz"))
+             (sha256
+              (base32
+               "1ciz1w9j0kz7s1dxdhyqq71nla9icyz6qvn0b9z2zgkklqa98qmm"))
+             (patches (search-patches
+                       "icedtea-7-hotspot-gcc-segfault-workaround.patch"))))
          ("nashorn-drop"
           ,(drop "nashorn"
                  "19pzl3ppaw8j6r5cnyp8qiw3hxijh3hdc46l39g5yfhdl4pr4hpa"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]