unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
To: Alex Vong <alexvong1995@gmail.com>
Cc: Guix-devel <guix-devel@gnu.org>, Federico Beffa <beffa@ieee.org>
Subject: Re: [PATCH] gnu: Add clojure.
Date: Sat, 27 Feb 2016 12:51:56 +0100	[thread overview]
Message-ID: <87k2lqe5gj.fsf@mdc-berlin.de> (raw)
In-Reply-To: <87h9gvn0rr.fsf@gmail.com>


Alex Vong <alexvong1995@gmail.com> writes:

> Federico Beffa <beffa@ieee.org> writes:
>
>> Alex Vong <alexvong1995@gmail.com> writes:
>>
>>> +       #:phases
>>> +       (modify-phases %standard-phases
>>> +         (delete 'configure)
>>> +         (replace 'unpack
>>> +           (lambda _
>>> +             (and (mkdir "clojure/")
>>> +                  (zero? (system* "unzip"
>>> +                                  "-d" "clojure/"
>>> +                                  (assoc-ref %build-inputs "source")))
>>> +                  (chdir "clojure/"))))
>>
>> The return value of 'mkdir' and 'chdir' is unspecified.  Therefore it
>> should not be used.
>>
>>> +         (add-after 'remove-jar 'unpack-submodule-sources
>>> +           (lambda* (#:key inputs #:allow-other-keys)
>>> +             (let ((unpack
>>> +                    (lambda (src-name)
>>> +                      (and (mkdir src-name)
>>> +                           (with-directory-excursion src-name
>>> +                             (zero? (system* "tar"
>>> +                                             "zxvf"
>>> +                                             (assoc-ref inputs src-name)
>>> +                                             "--strip-components=1"))))))
>>> +                   (copy (lambda (src-name)
>>> +                           (copy-recursively
>>> +                            (string-append src-name "/src/main/clojure/")
>>> + (string-append "clojure-" ,version "/src/clj/")))))
>>> +               (every (lambda (src)
>>> +                        (begin (unpack src)
>>> +                               (copy src)))
>>> +                      '("data-generators-src" "java-classpath-src"
>>> +                        "test-check-src" "test-generative-src"
>>> +                        "tools-namespace-src" "tools-reader-src")))))
>>
>> Same.
>>
>
> Fixed!
>
> In addition, I've made some minor changes, including adding CPL1.0 to
> the license list and removing zip archives in the 'remove-binaries phase
> and so on...

Actually, I think it would be better to remove the archives in a snippet
instead of doing this in a build phase.  For the additional origins
snippets may also be used to remove binaries (if necessary).

(It looks like this could be simplified with the “ant-build-system”,
which is almost ready.  This is not a blocker, of course — I just want
to warn you that I might submit patches to change your clojure recipe
once the “ant-build-system” is merged.)

~~ Ricardo

  parent reply	other threads:[~2016-02-27 11:52 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-24 20:46 [PATCH] gnu: Add clojure Federico Beffa
2016-02-26 11:56 ` Alex Vong
2016-02-27  8:27   ` Federico Beffa
2016-02-27 11:51   ` Ricardo Wurmus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-07-06 12:54 Alex Vong
2016-07-13 15:49 ` Ricardo Wurmus
2016-07-14 13:22   ` Alex Vong
2016-07-24 21:15     ` Ricardo Wurmus
2016-07-26 12:45       ` Alex Vong
2016-07-26 20:00         ` Ricardo Wurmus
2016-07-27  6:47           ` Alex Vong
2016-08-15 12:20             ` Ricardo Wurmus
2016-08-16 13:28               ` Alex Vong
2016-08-16 18:45                 ` Ricardo Wurmus
2016-08-16 18:56                   ` Pjotr Prins
2016-02-24  5:03 Alex Vong
2016-02-24 11:33 ` Ricardo Wurmus
2016-02-24 15:45   ` Alex Vong

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=87k2lqe5gj.fsf@mdc-berlin.de \
    --to=ricardo.wurmus@mdc-berlin.de \
    --cc=alexvong1995@gmail.com \
    --cc=beffa@ieee.org \
    --cc=guix-devel@gnu.org \
    /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).