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

weechat: 2.2 -> 2.3 #49097

Merged
merged 1 commit into from Oct 25, 2018
Merged

weechat: 2.2 -> 2.3 #49097

merged 1 commit into from Oct 25, 2018

Conversation

alyssais
Copy link
Member

Motivation for this change

Fixes #48798.

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 aarch64-linux (full log)

Attempted: weechat

Partial log (click to expand)

strip is /nix/store/p9akxn2sfy4wkhqdqa3li97pc6jaz3r1-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/0qyyqd8mjjly54pi40d3k013asl4jqc4-weechat-2.3-python/lib
patching script interpreter paths in /nix/store/0qyyqd8mjjly54pi40d3k013asl4jqc4-weechat-2.3-python
checking for references to /build in /nix/store/0qyyqd8mjjly54pi40d3k013asl4jqc4-weechat-2.3-python...
building '/nix/store/k3bmva209g5iwdw8y1wgdy354w7vdwyc-weechat-plugins.drv'...
building '/nix/store/3v4qmm0a9cldgg5dh0839fsxn918pshm-weechat-headless.drv'...
building '/nix/store/2x73px9jp43crblbqxdy3zb4z3fvj54c-weechat.drv'...
building '/nix/store/0shnvc0i2g0hmjv1cp8ks747i1dj3lmi-weechat-bin-env-2.3.drv'...
created 2 symlinks in user environment
/nix/store/dv92h544sfdgz4ipxs9pbbpb58yys70v-weechat-bin-env-2.3

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: weechat

Partial log (click to expand)

strip is /nix/store/vcc4svb8gy29g4pam2zja6llkbcwsyiq-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/jhjlg1irzgj9xlvhhax8v567nmf5xq8f-weechat-2.3-python/lib
patching script interpreter paths in /nix/store/jhjlg1irzgj9xlvhhax8v567nmf5xq8f-weechat-2.3-python
checking for references to /build in /nix/store/jhjlg1irzgj9xlvhhax8v567nmf5xq8f-weechat-2.3-python...
building '/nix/store/943a6sz9gg7r2a79irg35mvfs9x5k0q7-weechat-plugins.drv'...
building '/nix/store/qabc05rgwjqv7k45j9di1hgmrd0j1rhd-weechat-headless.drv'...
building '/nix/store/2n346a5rayiincchk2z0y9kykb4dh6fp-weechat.drv'...
building '/nix/store/x2n1cldsvqyhimnb66kql9w5jnv4m7ln-weechat-bin-env-2.3.drv'...
created 2 symlinks in user environment
/nix/store/hxyi4nv8kyfpj8d9pys6kpp00lv7ni04-weechat-bin-env-2.3

@Mic92
Copy link
Member

Mic92 commented Oct 25, 2018

@GrahamcOfBorg build weechat

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: weechat

Partial log (click to expand)

/nix/store/dv92h544sfdgz4ipxs9pbbpb58yys70v-weechat-bin-env-2.3

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: weechat

Partial log (click to expand)

/nix/store/hxyi4nv8kyfpj8d9pys6kpp00lv7ni04-weechat-bin-env-2.3

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: weechat

Partial log (click to expand)

patching script interpreter paths in /nix/store/v9g2gjxv1zj1qkyl507jf4ba4ljpfbsf-weechat-2.3-lua
strip is /nix/store/g5r4apl0za012ffs6ladinwa5w0m1l3k-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/ragprfdi7f2llk11lc67fpww1ch1lvyp-weechat-2.3-python/lib
patching script interpreter paths in /nix/store/ragprfdi7f2llk11lc67fpww1ch1lvyp-weechat-2.3-python
building '/nix/store/gsav5mx1i9d4mlip4hcsywqw2z43l1xz-weechat-plugins.drv'...
building '/nix/store/v44ld0wgzhpnjhzqk4igf9g33pa3jmah-weechat-headless.drv'...
building '/nix/store/ipqlip4j45f7yk88wg5bb6j3i0vcs2cd-weechat.drv'...
building '/nix/store/lxwq7d5xgpv079y7r7b03c6gh0bllfm0-weechat-bin-env-2.3.drv'...
created 2 symlinks in user environment
/nix/store/8ahqmi070y8n8k2jkivxcwgnpysbvc0q-weechat-bin-env-2.3

@Mic92 Mic92 merged commit 0cbf4ca into NixOS:master Oct 25, 2018
@alyssais alyssais deleted the weechat_2.3 branch October 25, 2018 14:49
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