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.326 -> 1.9.0.273, refactor, closes #35136 #35140

Merged
merged 1 commit into from Feb 18, 2018

Conversation

lukateras
Copy link
Member

I've also tried bumping to 1.9.0.329, but that didn't resolve the issue.

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Partial log (click to expand)

error: while evaluating the attribute 'installPhase' of the derivation 'clojure-1.9.0.273' at /var/lib/gc-of-borg/nix-test-rs-2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/grahamc-aarch64-community-2/pkgs/stdenv/generic/make-derivation.nix:148:11:
while evaluating the attribute 'buildInputs' of the derivation 'openjdk-8u172b02' at /var/lib/gc-of-borg/nix-test-rs-2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/grahamc-aarch64-community-2/pkgs/stdenv/generic/make-derivation.nix:148:11:
while evaluating the attribute 'buildCommand' of the derivation 'openjdk-bootstrap' at /var/lib/gc-of-borg/nix-test-rs-2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/grahamc-aarch64-community-2/pkgs/stdenv/generic/make-derivation.nix:148:11:
No bootstrap for system

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Partial log (click to expand)

post-installation fixup
strip is /nix/store/v8ifq0hapblpr2z0hx4wvwg02w4aczqy-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/xl0x501lc61d8k50dpkgzrbxmnf7qp5i-clojure-1.9.0.273/bin
patching script interpreter paths in /nix/store/xl0x501lc61d8k50dpkgzrbxmnf7qp5i-clojure-1.9.0.273
/nix/store/xl0x501lc61d8k50dpkgzrbxmnf7qp5i-clojure-1.9.0.273/bin/.clj-wrapped: interpreter directive changed from "/usr/bin/env bash" to "/nix/store/19cc89zq5n68ibr53izy4zgcr5qg2rza-bash-4.4-p12/bin/bash"
/nix/store/xl0x501lc61d8k50dpkgzrbxmnf7qp5i-clojure-1.9.0.273/bin/.clojure-wrapped: interpreter directive changed from "/usr/bin/env bash" to "/nix/store/19cc89zq5n68ibr53izy4zgcr5qg2rza-bash-4.4-p12/bin/bash"
strip is /nix/store/v8ifq0hapblpr2z0hx4wvwg02w4aczqy-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/vaynqm35q8nxrqi0sb50lj6dbmygcg4m-clojure-1.9.0.273-prefix/libexec
patching script interpreter paths in /nix/store/vaynqm35q8nxrqi0sb50lj6dbmygcg4m-clojure-1.9.0.273-prefix
/nix/store/xl0x501lc61d8k50dpkgzrbxmnf7qp5i-clojure-1.9.0.273

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Partial log (click to expand)

patching script interpreter paths in /nix/store/na6f97rz7j5skk49hjhhhr4p58gpsxly-clojure-1.9.0.273
/nix/store/na6f97rz7j5skk49hjhhhr4p58gpsxly-clojure-1.9.0.273/bin/.clj-wrapped: interpreter directive changed from "/usr/bin/env bash" to "/nix/store/fcxliihmhm2ak9z4890gk0qw63zsbrcx-bash-4.4-p12/bin/bash"
/nix/store/na6f97rz7j5skk49hjhhhr4p58gpsxly-clojure-1.9.0.273/bin/.clojure-wrapped: interpreter directive changed from "/usr/bin/env bash" to "/nix/store/fcxliihmhm2ak9z4890gk0qw63zsbrcx-bash-4.4-p12/bin/bash"
checking for references to /build in /nix/store/na6f97rz7j5skk49hjhhhr4p58gpsxly-clojure-1.9.0.273...
shrinking RPATHs of ELF executables and libraries in /nix/store/dyxh35f0xqaapy0skkpb717nbkj7ksy9-clojure-1.9.0.273-prefix
strip is /nix/store/adidfx4pa7vmvby0gjqqmiwg2x49yr27-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/dyxh35f0xqaapy0skkpb717nbkj7ksy9-clojure-1.9.0.273-prefix/libexec
patching script interpreter paths in /nix/store/dyxh35f0xqaapy0skkpb717nbkj7ksy9-clojure-1.9.0.273-prefix
checking for references to /build in /nix/store/dyxh35f0xqaapy0skkpb717nbkj7ksy9-clojure-1.9.0.273-prefix...
/nix/store/na6f97rz7j5skk49hjhhhr4p58gpsxly-clojure-1.9.0.273

Copy link
Contributor

@bendlas bendlas left a comment

Choose a reason for hiding this comment

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

This is unfortunate. Let's revert the version, until it's sorted out.
The refactoring of the wrapProgram calls looks fine.

@bendlas bendlas merged commit 3ab38ef into NixOS:master Feb 18, 2018
jlesquembre added a commit to jlesquembre/nixpkgs that referenced this pull request Dec 9, 2019
Install again default deps.edn. deps.edn was embedded in clojure jar,
but that change was reverted, see
clojure/brew-install@a349695

Update derivation to produce only one output. Multiple outputs was
introduced by NixOS#35140, but I don't think is necessary anymore.
@jlesquembre jlesquembre mentioned this pull request Dec 9, 2019
10 tasks
bendlas pushed a commit that referenced this pull request Dec 11, 2019
Install again default deps.edn. deps.edn was embedded in clojure jar,
but that change was reverted, see
clojure/brew-install@a349695

Update derivation to produce only one output. Multiple outputs was
introduced by #35140, but I don't think is necessary anymore.
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