guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: jamvm-1-bootstrap: Use older GCC and glibc.


From: guix-commits
Subject: 02/05: gnu: jamvm-1-bootstrap: Use older GCC and glibc.
Date: Sat, 7 Sep 2019 10:27:06 -0400 (EDT)

rekado pushed a commit to branch core-updates
in repository guix.

commit 22bd735a3f060206ba42bd2542a4b82ff5e2bf6f
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Sep 7 16:22:53 2019 +0200

    gnu: jamvm-1-bootstrap: Use older GCC and glibc.
    
    * gnu/packages/java.scm (jamvm-1-bootstrap)[native-inputs]: Add GCC version 
5
    and glibc 2.28.
---
 gnu/packages/java.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index cde32e4..fee0970 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -202,6 +202,11 @@ language.")
      `(("classpath" ,classpath-bootstrap)
        ("jikes" ,jikes)
        ("zlib" ,zlib)))
+    ;; When built with a recent GCC and glibc the configure step of icedtea-6
+    ;; fails with an invalid instruction error.
+    (native-inputs
+     `(("gcc" ,gcc-5)
+       ("libc" ,glibc-2.28)))
     (home-page "http://jamvm.sourceforge.net/";)
     (synopsis "Small Java Virtual Machine")
     (description "JamVM is a Java Virtual Machine conforming to the JVM



reply via email to

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