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

Staging next #47964

Merged
merged 70 commits into from Oct 13, 2018
Merged

Staging next #47964

merged 70 commits into from Oct 13, 2018

Conversation

FRidh
Copy link
Member

@FRidh FRidh commented Oct 6, 2018

Motivation for this change
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.

dtzWill and others added 30 commits September 25, 2018 09:21
paxctl: Fix darwin and cross and use for linux cross
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
p11-kit
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
bison
Fixes commonly encountered errors about broken pipes or null-bytes in
command-substitution.
The latter is to avoid warnings printed by find if it doesn't exist.
…writing-broken-pipe

patch-shebangs: use isScript to safely check for shebang start
include/boost/fiber/detail/context_spmc_queue.hpp:1:1: error: stray ‘\357’ in program
caused by a leftover UTF-8 Byte Order Mark
@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: bison, boost, cairo, lz4, p11-kit, paxctl

Partial log (click to expand)

copying path '/nix/store/ld79cp1snxs81a1ljj7aarxcqvsdxscf-libXrender-0.9.10' from 'https://cache.nixos.org'...
copying path '/nix/store/i6pkv3drhp8y4rflfm4m10mhgkh3rba5-libglvnd-1.0.0' from 'https://cache.nixos.org'...
copying path '/nix/store/sa8vvn34mgy2la4c5yw55xk3pba0gc4c-boost-1.67_0' from 'https://cache.nixos.org'...
copying path '/nix/store/yrwkmhkpznp1fhg4rlv3zhv345nw8c25-cairo-1.15.14' from 'https://cache.nixos.org'...
/nix/store/pkfj6wp6m8h66fm1d9vv9wk9fqjdpgc3-bison-3.1
/nix/store/sa8vvn34mgy2la4c5yw55xk3pba0gc4c-boost-1.67_0
/nix/store/yrwkmhkpznp1fhg4rlv3zhv345nw8c25-cairo-1.15.14
/nix/store/zkv7knyzwv4y8aggm4qr8r3x8wvgfvxw-lz4-1.8.3
/nix/store/wfzq2zj2pic95b3lln47qwibf7pi4fdh-p11-kit-0.23.14
/nix/store/a1jmbdmy8z9x0g4bbd32ns0xh8xrqcmj-paxctl-0.9

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: bison, boost, cairo, lz4, p11-kit, paxctl

Partial log (click to expand)

/nix/store/c1kjwrjfhl6dx50r3vp744z7irpykn87-bison-3.1
/nix/store/y7cm1jkg68a91cnv9lgldm2l7yzap91d-boost-1.67_0
/nix/store/8589if6lslcvnhhddq5902akc0mddrzl-cairo-1.15.14
/nix/store/a05pa9n714yf9wdwynhyl05gnl46y59d-lz4-1.8.3
/nix/store/w9i29syk0bf2kpy5gm7sk1b5i0r8j6fs-p11-kit-0.23.14
/nix/store/wvz8gp7bhwp572jy2w1n48n1rn8wdrw3-paxctl-0.9

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: bison, boost, cairo, lz4, p11-kit, paxctl

Partial log (click to expand)

strip is /nix/store/53nysl8bqwxihwzs1pgwka20nf8mbvlp-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/jqfay2b4mvaqi5hia9ymyqyxdsbf85wv-paxctl-0.9/sbin
patching script interpreter paths in /nix/store/jqfay2b4mvaqi5hia9ymyqyxdsbf85wv-paxctl-0.9
moving /nix/store/jqfay2b4mvaqi5hia9ymyqyxdsbf85wv-paxctl-0.9/sbin/* to /nix/store/jqfay2b4mvaqi5hia9ymyqyxdsbf85wv-paxctl-0.9/bin
/nix/store/k7x7qhaf4b53msrqnyzhlaqa9ayf56mw-bison-3.1
/nix/store/cg1i0sn83459rp7hcyfl7qmyyv7kirp5-boost-1.67_0
/nix/store/2iz3b2r1vcanlisljp5zydrajxn3ldyc-cairo-1.15.14
/nix/store/v9382qmn9z7l39bxjx4rg3ay9l6s2hys-lz4-1.8.3
/nix/store/27kn3bhnd2gir7fy29c6n8pc73m46va2-p11-kit-0.23.14
/nix/store/jqfay2b4mvaqi5hia9ymyqyxdsbf85wv-paxctl-0.9

@FRidh
Copy link
Member Author

FRidh commented Oct 13, 2018

There appears to be a transient failure of rustc on arm causing the majority of failures.

@FRidh FRidh merged commit 35ce480 into master Oct 13, 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

8 participants