unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Andrius Štikonas via Guix-patches via <guix-patches@gnu.org>
To: 38321@debbugs.gnu.org, rekado@elephly.net
Cc: "Andrius Štikonas" <andrius@stikonas.eu>
Subject: [bug#38321] [PATCH] gnu: jamvm-1-bootstrap: Remove precompiled blob.
Date: Fri, 22 Nov 2019 12:26:06 +0200	[thread overview]
Message-ID: <20191122102606.3426745-1-andrius@stikonas.eu> (raw)

* gnu/packages/java.scm (jamvm-1-bootstrap): Remove prebuilt lib/classes.zip
---
 gnu/packages/java.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 65f8d6aa77..013faa2f48 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -192,7 +192,11 @@ language.")
               (patches (search-patches "jamvm-arm.patch"))
               (sha256
                (base32
-                "06lhi03l3b0h48pc7x58bk9my2nrcf1flpmglvys3wyad6yraf36"))))
+                "06lhi03l3b0h48pc7x58bk9my2nrcf1flpmglvys3wyad6yraf36"))
+              (snippet '(begin
+                          ;; Remove precompiled software.
+                          (delete-file "lib/classes.zip")
+                          #t))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags
@@ -205,6 +209,7 @@ language.")
      `(("classpath" ,classpath-bootstrap)
        ("jikes" ,jikes)
        ("libffi" ,libffi)
+       ("zip" ,zip)
        ("zlib" ,zlib)))
     ;; When built with a recent GCC and glibc the configure step of icedtea-6
     ;; fails with an invalid instruction error.
-- 
2.24.0

             reply	other threads:[~2019-11-22 10:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-22 10:26 Andrius Štikonas via Guix-patches via [this message]
2019-11-22 11:07 ` [bug#38321] [PATCH] gnu: java: Remove precompiled blobs Andrius Štikonas via Guix-patches via
2019-11-28 16:13   ` bug#38321: " Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191122102606.3426745-1-andrius@stikonas.eu \
    --to=guix-patches@gnu.org \
    --cc=38321@debbugs.gnu.org \
    --cc=andrius@stikonas.eu \
    --cc=rekado@elephly.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).