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

erlang: remove aarch64 from platforms #50579

Merged
merged 1 commit into from Nov 18, 2018
Merged

Conversation

timokau
Copy link
Member

@timokau timokau commented Nov 18, 2018

Motivation for this change

The build is failing, see https://hydra.nixos.org/build/83735973 for details.

CC @the-kenny @sjmackenzie @couchemar @gleber

I'll merge this relatively quickly because its just wasting resources and producing confusing ofBorg messages for now. We can easily revert this if someone comes up with a fix.

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.

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: erlang

Partial log (click to expand)

  /nix/store/61hw8d7zg4c95dpnilszsfsi146y4mds-libGLU-combined
  /nix/store/fl474zbr7gz8yx321na7x2w4c6h2djm2-erlang-20.3.8.9
  /nix/store/jwqr552syh31xi7lag7f8wc7v0qxg0g8-gst-plugins-base-0.10.36
  /nix/store/qhw4mb6rk3ysx9n3w57q6v87ac5nca9q-wxwidgets-3.0.4
copying path '/nix/store/1ka1hdfk5bahykd2ccwlhxrnai3253rx-glu-9.0.0-dev' from 'https://nix-cache.s3.amazonaws.com'...
copying path '/nix/store/jwqr552syh31xi7lag7f8wc7v0qxg0g8-gst-plugins-base-0.10.36' from 'https://nix-cache.s3.amazonaws.com'...
copying path '/nix/store/61hw8d7zg4c95dpnilszsfsi146y4mds-libGLU-combined' from 'https://nix-cache.s3.amazonaws.com'...
copying path '/nix/store/qhw4mb6rk3ysx9n3w57q6v87ac5nca9q-wxwidgets-3.0.4' from 'https://nix-cache.s3.amazonaws.com'...
copying path '/nix/store/fl474zbr7gz8yx321na7x2w4c6h2djm2-erlang-20.3.8.9' from 'https://nix-cache.s3.amazonaws.com'...
/nix/store/fl474zbr7gz8yx321na7x2w4c6h2djm2-erlang-20.3.8.9

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: erlang

Partial log (click to expand)

these paths will be fetched (41.57 MiB download, 255.45 MiB unpacked):
  /nix/store/9v2d3cragx3r36m6lyfvj5hchxws7h90-erlang-20.3.8.9
copying path '/nix/store/9v2d3cragx3r36m6lyfvj5hchxws7h90-erlang-20.3.8.9' from 'https://cache.nixos.org'...
/nix/store/9v2d3cragx3r36m6lyfvj5hchxws7h90-erlang-20.3.8.9

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: erlang

Partial log (click to expand)

/nix/store/46yv8qi00lig4rj9z51hhfjxfs1l369w-erlang-20.3.8.9/lib/erlang/erts-9.3.3.3/bin/start: interpreter directive changed from "/bin/sh" to "/nix/store/dsyc1z7ck08ga7l0b1jcxx35wj69qcii-bash-4.4-p23/bin/sh"
/nix/store/46yv8qi00lig4rj9z51hhfjxfs1l369w-erlang-20.3.8.9/lib/erlang/erts-9.3.3.3/bin/erl: interpreter directive changed from "/bin/sh" to "/nix/store/dsyc1z7ck08ga7l0b1jcxx35wj69qcii-bash-4.4-p23/bin/sh"
/nix/store/46yv8qi00lig4rj9z51hhfjxfs1l369w-erlang-20.3.8.9/lib/erlang/erts-9.3.3.3/bin/start_erl.src: interpreter directive changed from "/bin/sh" to "/nix/store/dsyc1z7ck08ga7l0b1jcxx35wj69qcii-bash-4.4-p23/bin/sh"
/nix/store/46yv8qi00lig4rj9z51hhfjxfs1l369w-erlang-20.3.8.9/lib/erlang/erts-9.3.3.3/bin/start.src: interpreter directive changed from "/bin/sh" to "/nix/store/dsyc1z7ck08ga7l0b1jcxx35wj69qcii-bash-4.4-p23/bin/sh"
/nix/store/46yv8qi00lig4rj9z51hhfjxfs1l369w-erlang-20.3.8.9/lib/erlang/erts-9.3.3.3/bin/erl.src: interpreter directive changed from "/bin/sh" to "/nix/store/dsyc1z7ck08ga7l0b1jcxx35wj69qcii-bash-4.4-p23/bin/sh"
checking for references to /build in /nix/store/46yv8qi00lig4rj9z51hhfjxfs1l369w-erlang-20.3.8.9...
wrong ELF type
wrong ELF type
wrong ELF type
/nix/store/46yv8qi00lig4rj9z51hhfjxfs1l369w-erlang-20.3.8.9

@Mic92 Mic92 merged commit 09ff6da into NixOS:master Nov 18, 2018
@timokau timokau deleted the erlang-aarch64 branch November 18, 2018 12:26
@timokau
Copy link
Member Author

timokau commented Nov 18, 2018

Honestly because I didn't think of it, that would have been better.

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