Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clojure: 1.8.0 -> 1.9.0.273 #32700

Merged
merged 1 commit into from Dec 15, 2017
Merged

clojure: 1.8.0 -> 1.9.0.273 #32700

merged 1 commit into from Dec 15, 2017

Conversation

alesya-h
Copy link
Member

Motivation for this change

Clojure 1.9 have been released. 1.9 release adds native cli tools, which are now used in this package instead of creating a java wrapper with a clojure.jar arguments. See https://clojure.org/guides/deps_and_cli for more details on clojure native cli tools.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

Clojure 1.9 adds native cli tools, which are now used instead of
creating a java wrapper with a clojure.jar arguments. See
https://clojure.org/guides/deps_and_cli for more details on
clojure native cli tools.
@grahamc
Copy link
Member

grahamc commented Dec 15, 2017

@GrahamcOfBorg build clojure

Copy link

@GrahamcOfBorg GrahamcOfBorg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Success for system: x86_64-linux

-rw-r--r-- 1 nixbld nixbld     1486 Dec  8 14:25 example-deps.edn
-rwxr-xr-x 1 nixbld nixbld      321 Dec  8 14:25 install.sh
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/4wg81kjv5h6f4mjzcfgq7dldapk68rm1-clojure-1.9.0.273
stripping (with flags -S) in /nix/store/4wg81kjv5h6f4mjzcfgq7dldapk68rm1-clojure-1.9.0.273/libexec  /nix/store/4wg81kjv5h6f4mjzcfgq7dldapk68rm1-clojure-1.9.0.273/bin 
patching script interpreter paths in /nix/store/4wg81kjv5h6f4mjzcfgq7dldapk68rm1-clojure-1.9.0.273
/nix/store/4wg81kjv5h6f4mjzcfgq7dldapk68rm1-clojure-1.9.0.273/bin/clojure: interpreter directive changed from "/usr/bin/env bash" to "/nix/store/sxwh6a4v8xdlvg4jf3vl2jh9l5760hsc-bash-4.4-p12/bin/bash"
/nix/store/4wg81kjv5h6f4mjzcfgq7dldapk68rm1-clojure-1.9.0.273/bin/clj: interpreter directive changed from "/usr/bin/env bash" to "/nix/store/sxwh6a4v8xdlvg4jf3vl2jh9l5760hsc-bash-4.4-p12/bin/bash"
checking for references to /tmp/nix-build-clojure-1.9.0.273.drv-0 in /nix/store/4wg81kjv5h6f4mjzcfgq7dldapk68rm1-clojure-1.9.0.273...
/nix/store/4wg81kjv5h6f4mjzcfgq7dldapk68rm1-clojure-1.9.0.273

Copy link

@GrahamcOfBorg GrahamcOfBorg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failure for system: aarch64-linux

error: No bootstrap for system
(use '--show-trace' to show detailed location information)

@grahamc grahamc merged commit e545356 into NixOS:master Dec 15, 2017
Copy link

@GrahamcOfBorg GrahamcOfBorg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Success for system: x86_64-darwin

-rw-r--r-- 1 nixbld1 nixbld 14538532 Dec  8 14:25 clojure-tools-1.9.0.273.jar
-rw-r--r-- 1 nixbld1 nixbld      338 Dec  8 14:25 deps.edn
-rw-r--r-- 1 nixbld1 nixbld     1486 Dec  8 14:25 example-deps.edn
-rwxr-xr-x 1 nixbld1 nixbld      321 Dec  8 14:25 install.sh
post-installation fixup
stripping (with flags -S) in /nix/store/6xw90rhf0xxbm44n7xiyv23jpqy2j4s0-clojure-1.9.0.273/libexec  /nix/store/6xw90rhf0xxbm44n7xiyv23jpqy2j4s0-clojure-1.9.0.273/bin
patching script interpreter paths in /nix/store/6xw90rhf0xxbm44n7xiyv23jpqy2j4s0-clojure-1.9.0.273
/nix/store/6xw90rhf0xxbm44n7xiyv23jpqy2j4s0-clojure-1.9.0.273/bin/clj: interpreter directive changed from "/usr/bin/env bash" to "/nix/store/593crms1j53ac0sa873x42km2zl7i5mh-bash-4.4-p12/bin/bash"
/nix/store/6xw90rhf0xxbm44n7xiyv23jpqy2j4s0-clojure-1.9.0.273/bin/clojure: interpreter directive changed from "/usr/bin/env bash" to "/nix/store/593crms1j53ac0sa873x42km2zl7i5mh-bash-4.4-p12/bin/bash"
/nix/store/6xw90rhf0xxbm44n7xiyv23jpqy2j4s0-clojure-1.9.0.273

@lukateras lukateras mentioned this pull request Dec 20, 2017
8 tasks
@alesya-h alesya-h deleted the clojure-update branch January 8, 2018 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants