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.9.0.381 -> 1.9.0.391 #44240

Merged
merged 1 commit into from Jul 31, 2018
Merged

clojure: 1.9.0.381 -> 1.9.0.391 #44240

merged 1 commit into from Jul 31, 2018

Conversation

myguidingstar
Copy link
Contributor

Motivation for this change

Update clojure

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option 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/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Fits CONTRIBUTING.md.

@xeji
Copy link
Contributor

xeji commented Jul 30, 2018

@GrahamcOfBorg build clojure

@GrahamcOfBorg
Copy link

No attempt on aarch64-linux (full log)

The following builds were skipped because they don't evaluate on aarch64-linux: clojure

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnfree = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnfree = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

Failure on x86_64-darwin (full log)

Attempted: clojure

Partial log (click to expand)

cannot build derivation '/nix/store/r6zsjgjb0svaqrwc5hmf82f135qalvli-freetype-2.9.drv': 9 dependencies couldn't be built
cannot build derivation '/nix/store/892lcqjw1zh2nsv84gkwvlnlpz7s5rcs-openssl-1.0.2o.drv': 3 dependencies couldn't be built
cannot build derivation '/nix/store/acwk0h6fjkfrf68sa1hvxm4iw65sgycy-rlwrap-0.43.drv': 3 dependencies couldn't be built
cannot build derivation '/nix/store/w4n4vjakqjz3a65f59hx8nqxh3hr1523-libssh2-1.8.0.drv': 4 dependencies couldn't be built
cannot build derivation '/nix/store/ssrww5b810b92b21ihn3wkgyyam4s3ff-nghttp2-1.32.0.drv': 7 dependencies couldn't be built
cannot build derivation '/nix/store/nybi7x0079gdgmrfi839fya25ljk232h-zulu1.8.0_121-8.20.0.5.drv': 5 dependencies couldn't be built
cannot build derivation '/nix/store/jv3r1rsxnzsd9iyhdrqxk2xsa9p04bn5-curl-7.61.0.drv': 8 dependencies couldn't be built
cannot build derivation '/nix/store/n4myc5hjjq65aga79cxs5ifpj7817q79-clojure-tools-1.9.0.391.tar.gz.drv': 4 dependencies couldn't be built
cannot build derivation '/nix/store/ba97flfrd9cz99lk6whd4xciwzzxrc50-clojure-1.9.0.391.drv': 6 dependencies couldn't be built
error: build of '/nix/store/ba97flfrd9cz99lk6whd4xciwzzxrc50-clojure-1.9.0.391.drv' failed

@GrahamcOfBorg
Copy link

Failure on x86_64-linux (full log)

Attempted: clojure

Partial log (click to expand)

cannot build derivation '/nix/store/kj25md0z2hpbb75navbrr0c9p671ybch-dblatex-0.3.10.drv': 5 dependencies couldn't be built
cannot build derivation '/nix/store/wh6jaqwsbpkxm547q02pzb8qybpfq6x4-gtk-doc-1.28.drv': 16 dependencies couldn't be built
cannot build derivation '/nix/store/4swjjxbf4h8rmlvb8l1l2rsa6l0s6gc8-gdk-pixbuf-2.36.12.drv': 20 dependencies couldn't be built
cannot build derivation '/nix/store/bafqanyws4gf4l6nvsix5aavbx1vrsh3-polkit-0.113.drv': 15 dependencies couldn't be built
cannot build derivation '/nix/store/q0g0lvn3m2nh4rql1n68v9zab6w83ms9-gconf-3.2.6.drv': 10 dependencies couldn't be built
cannot build derivation '/nix/store/6c3vfflkaawj6i89w03sglrlxh1hj3xs-gtk+-2.24.32.drv': 18 dependencies couldn't be built
cannot build derivation '/nix/store/yg2vj6x1lgmkwvm424szghwm1jz8ai6c-gnome-vfs-2.24.4.drv': 15 dependencies couldn't be built
cannot build derivation '/nix/store/sq5mhfblcp5f2vhbpwkja0q23xzj4cim-openjdk-8u181b13.drv': 33 dependencies couldn't be built
cannot build derivation '/nix/store/w1f445wivrr5dz4g5d6940h5pf17m848-clojure-1.9.0.391.drv': 6 dependencies couldn't be built
error: build of '/nix/store/w1f445wivrr5dz4g5d6940h5pf17m848-clojure-1.9.0.391.drv' failed

@xeji
Copy link
Contributor

xeji commented Jul 31, 2018

let's try again after some mass-rebuild change on master was reverted.
@GrahamcOfBorg build clojure

@GrahamcOfBorg
Copy link

No attempt on aarch64-linux (full log)

The following builds were skipped because they don't evaluate on aarch64-linux: clojure

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnfree = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnfree = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: clojure

Partial log (click to expand)

patching script interpreter paths in /nix/store/gaw6c28v7g9vljfdfm93dsq5825hmgin-clojure-1.9.0.391
/nix/store/gaw6c28v7g9vljfdfm93dsq5825hmgin-clojure-1.9.0.391/bin/.clj-wrapped: interpreter directive changed from "/usr/bin/env bash" to "/nix/store/dkh7l9a4sx7zqh8riqbj3z21sz25p8xy-bash-4.4-p23/bin/bash"
/nix/store/gaw6c28v7g9vljfdfm93dsq5825hmgin-clojure-1.9.0.391/bin/.clojure-wrapped: interpreter directive changed from "/usr/bin/env bash" to "/nix/store/dkh7l9a4sx7zqh8riqbj3z21sz25p8xy-bash-4.4-p23/bin/bash"
checking for references to /build in /nix/store/gaw6c28v7g9vljfdfm93dsq5825hmgin-clojure-1.9.0.391...
shrinking RPATHs of ELF executables and libraries in /nix/store/3jgy243xlyixvsspvk7k2yj1wimi4c9r-clojure-1.9.0.391-prefix
strip is /nix/store/1hi76hr87bd1y1q1qjk0lv8nmcjip1c8-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/3jgy243xlyixvsspvk7k2yj1wimi4c9r-clojure-1.9.0.391-prefix/libexec
patching script interpreter paths in /nix/store/3jgy243xlyixvsspvk7k2yj1wimi4c9r-clojure-1.9.0.391-prefix
checking for references to /build in /nix/store/3jgy243xlyixvsspvk7k2yj1wimi4c9r-clojure-1.9.0.391-prefix...
/nix/store/gaw6c28v7g9vljfdfm93dsq5825hmgin-clojure-1.9.0.391

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: clojure

Partial log (click to expand)

post-installation fixup
strip is /nix/store/qfxcr8c4fg7lkybrny9n2sb77bmippdx-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/qxzhmfmv8k248m869icyfb2xnj2lc63b-clojure-1.9.0.391/bin
patching script interpreter paths in /nix/store/qxzhmfmv8k248m869icyfb2xnj2lc63b-clojure-1.9.0.391
/nix/store/qxzhmfmv8k248m869icyfb2xnj2lc63b-clojure-1.9.0.391/bin/.clj-wrapped: interpreter directive changed from "/usr/bin/env bash" to "/nix/store/qb76s7s3p6pnsi7082sjfc7rb64f3s6a-bash-4.4-p23/bin/bash"
/nix/store/qxzhmfmv8k248m869icyfb2xnj2lc63b-clojure-1.9.0.391/bin/.clojure-wrapped: interpreter directive changed from "/usr/bin/env bash" to "/nix/store/qb76s7s3p6pnsi7082sjfc7rb64f3s6a-bash-4.4-p23/bin/bash"
strip is /nix/store/qfxcr8c4fg7lkybrny9n2sb77bmippdx-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/m0qiv8040pxkybmcp7vhzl0q8ia6h5l3-clojure-1.9.0.391-prefix/libexec
patching script interpreter paths in /nix/store/m0qiv8040pxkybmcp7vhzl0q8ia6h5l3-clojure-1.9.0.391-prefix
/nix/store/qxzhmfmv8k248m869icyfb2xnj2lc63b-clojure-1.9.0.391

@xeji xeji merged commit 30f4073 into NixOS:master Jul 31, 2018
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

4 participants