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

gnupg: 2.2.8 -> 2.2.9 #43431

Merged
merged 1 commit into from Aug 2, 2018
Merged

gnupg: 2.2.8 -> 2.2.9 #43431

merged 1 commit into from Aug 2, 2018

Conversation

lsix
Copy link
Member

@lsix lsix commented Jul 12, 2018

Motivation for this change

Once merged, I’ll port it to staging-18.03.

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: gnupg

Partial log (click to expand)

shrinking /nix/store/302bgm0xri8n5nmcvrj7xzy60faacx7g-gnupg-2.2.9/bin/gpg
shrinking /nix/store/302bgm0xri8n5nmcvrj7xzy60faacx7g-gnupg-2.2.9/bin/gpgsm
gzipping man pages under /nix/store/302bgm0xri8n5nmcvrj7xzy60faacx7g-gnupg-2.2.9/share/man/
strip is /nix/store/fzsyclvxz1p2ia83caniy93v8cwarg0j-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/302bgm0xri8n5nmcvrj7xzy60faacx7g-gnupg-2.2.9/lib  /nix/store/302bgm0xri8n5nmcvrj7xzy60faacx7g-gnupg-2.2.9/libexec  /nix/store/302bgm0xri8n5nmcvrj7xzy60faacx7g-gnupg-2.2.9/bin  /nix/store/302bgm0xri8n5nmcvrj7xzy60faacx7g-gnupg-2.2.9/sbin
patching script interpreter paths in /nix/store/302bgm0xri8n5nmcvrj7xzy60faacx7g-gnupg-2.2.9
/nix/store/302bgm0xri8n5nmcvrj7xzy60faacx7g-gnupg-2.2.9/sbin/addgnupghome: interpreter directive changed from "/bin/sh" to "/nix/store/8i8hqj3hg3axirbp7f990s1x50mnmq73-bash-4.4-p23/bin/sh"
/nix/store/302bgm0xri8n5nmcvrj7xzy60faacx7g-gnupg-2.2.9/sbin/applygnupgdefaults: interpreter directive changed from "/bin/sh" to "/nix/store/8i8hqj3hg3axirbp7f990s1x50mnmq73-bash-4.4-p23/bin/sh"
checking for references to /build in /nix/store/302bgm0xri8n5nmcvrj7xzy60faacx7g-gnupg-2.2.9...
moving /nix/store/302bgm0xri8n5nmcvrj7xzy60faacx7g-gnupg-2.2.9/sbin/* to /nix/store/302bgm0xri8n5nmcvrj7xzy60faacx7g-gnupg-2.2.9/bin

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: gnupg

Partial log (click to expand)

shrinking /nix/store/98r5qgqdy4kpgjnlpdfs509sy41yai5b-gnupg-2.2.9/bin/kbxutil
gzipping man pages under /nix/store/98r5qgqdy4kpgjnlpdfs509sy41yai5b-gnupg-2.2.9/share/man/
strip is /nix/store/h0nc84ybvb8g724fwysvcghh1675wjli-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/98r5qgqdy4kpgjnlpdfs509sy41yai5b-gnupg-2.2.9/lib  /nix/store/98r5qgqdy4kpgjnlpdfs509sy41yai5b-gnupg-2.2.9/libexec  /nix/store/98r5qgqdy4kpgjnlpdfs509sy41yai5b-gnupg-2.2.9/bin  /nix/store/98r5qgqdy4kpgjnlpdfs509sy41yai5b-gnupg-2.2.9/sbin
patching script interpreter paths in /nix/store/98r5qgqdy4kpgjnlpdfs509sy41yai5b-gnupg-2.2.9
/nix/store/98r5qgqdy4kpgjnlpdfs509sy41yai5b-gnupg-2.2.9/sbin/applygnupgdefaults: interpreter directive changed from "/bin/sh" to "/nix/store/xlv8nwq2cbxm2yancb3yk3424ziyb91q-bash-4.4-p23/bin/sh"
/nix/store/98r5qgqdy4kpgjnlpdfs509sy41yai5b-gnupg-2.2.9/sbin/addgnupghome: interpreter directive changed from "/bin/sh" to "/nix/store/xlv8nwq2cbxm2yancb3yk3424ziyb91q-bash-4.4-p23/bin/sh"
checking for references to /build in /nix/store/98r5qgqdy4kpgjnlpdfs509sy41yai5b-gnupg-2.2.9...
moving /nix/store/98r5qgqdy4kpgjnlpdfs509sy41yai5b-gnupg-2.2.9/sbin/* to /nix/store/98r5qgqdy4kpgjnlpdfs509sy41yai5b-gnupg-2.2.9/bin
/nix/store/98r5qgqdy4kpgjnlpdfs509sy41yai5b-gnupg-2.2.9

@xeji
Copy link
Contributor

xeji commented Aug 2, 2018

let's check builds again on current staging
@GrahamcOfBorg build gnupg

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: gnupg

Partial log (click to expand)

shrinking /nix/store/w6ka8gymsfhfmmfs6b4cjf1w6ph4i71q-gnupg-2.2.9/bin/gpg
shrinking /nix/store/w6ka8gymsfhfmmfs6b4cjf1w6ph4i71q-gnupg-2.2.9/bin/gpgsm
gzipping man pages under /nix/store/w6ka8gymsfhfmmfs6b4cjf1w6ph4i71q-gnupg-2.2.9/share/man/
strip is /nix/store/gpc2wld1s0c6qzx9326cwn1wcx29xzsj-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/w6ka8gymsfhfmmfs6b4cjf1w6ph4i71q-gnupg-2.2.9/lib  /nix/store/w6ka8gymsfhfmmfs6b4cjf1w6ph4i71q-gnupg-2.2.9/libexec  /nix/store/w6ka8gymsfhfmmfs6b4cjf1w6ph4i71q-gnupg-2.2.9/bin  /nix/store/w6ka8gymsfhfmmfs6b4cjf1w6ph4i71q-gnupg-2.2.9/sbin
patching script interpreter paths in /nix/store/w6ka8gymsfhfmmfs6b4cjf1w6ph4i71q-gnupg-2.2.9
/nix/store/w6ka8gymsfhfmmfs6b4cjf1w6ph4i71q-gnupg-2.2.9/sbin/addgnupghome: interpreter directive changed from "/bin/sh" to "/nix/store/56nrxy58wbhvs2sy3rir1jqa68p0kkm5-bash-4.4-p23/bin/sh"
/nix/store/w6ka8gymsfhfmmfs6b4cjf1w6ph4i71q-gnupg-2.2.9/sbin/applygnupgdefaults: interpreter directive changed from "/bin/sh" to "/nix/store/56nrxy58wbhvs2sy3rir1jqa68p0kkm5-bash-4.4-p23/bin/sh"
checking for references to /build in /nix/store/w6ka8gymsfhfmmfs6b4cjf1w6ph4i71q-gnupg-2.2.9...
moving /nix/store/w6ka8gymsfhfmmfs6b4cjf1w6ph4i71q-gnupg-2.2.9/sbin/* to /nix/store/w6ka8gymsfhfmmfs6b4cjf1w6ph4i71q-gnupg-2.2.9/bin

@GrahamcOfBorg
Copy link

Failure on x86_64-darwin (full log)

Attempted: gnupg

Partial log (click to expand)

cannot build derivation '/nix/store/05mn4b9dqm8cj0nl8qlm8d5ypjvyh3fa-apple-framework-QuartzCore.drv': 4 dependencies couldn't be built
cannot build derivation '/nix/store/hdagmg7iahfb00mhwg16div8rvqqaq1a-hook.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/v1cl48ladxlj4qw6wa1xaf3mhlwj0dxy-apple-framework-Carbon.drv': 7 dependencies couldn't be built
cannot build derivation '/nix/store/mjkc7hrgr233fpn75i4z58n375i3f3cn-apple-framework-AudioUnit.drv': 3 dependencies couldn't be built
cannot build derivation '/nix/store/pd7q1zn9mjxxyira8hhp297saxqi4hps-apple-framework-AudioToolbox.drv': 4 dependencies couldn't be built
cannot build derivation '/nix/store/qyicybba0zdn7qxvvlsfy5lafcwfaqv1-apple-framework-AppKit.drv': 4 dependencies couldn't be built
cannot build derivation '/nix/store/lwvl9jqxgiajqs18wxx0zwfx7n0mzzk2-apple-framework-Cocoa.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/qzcnll7jhnqg9gjvswmdqh5dqwiy4sqx-pinentry-mac-0.9.4.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/hpfxipmj96mmshq3vcfh6dfrfzmzqh0s-gnupg-2.2.9.drv': 3 dependencies couldn't be built
error: build of '/nix/store/hpfxipmj96mmshq3vcfh6dfrfzmzqh0s-gnupg-2.2.9.drv' failed

@xeji
Copy link
Contributor

xeji commented Aug 2, 2018

changelog is here

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: gnupg

Partial log (click to expand)

shrinking /nix/store/plyppnd1gr5gysakd8pxdc3nffqy72yh-gnupg-2.2.9/bin/kbxutil
gzipping man pages under /nix/store/plyppnd1gr5gysakd8pxdc3nffqy72yh-gnupg-2.2.9/share/man/
strip is /nix/store/ah0va6j4cnwj9nx4j6rwcfc8nh785jwm-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/plyppnd1gr5gysakd8pxdc3nffqy72yh-gnupg-2.2.9/lib  /nix/store/plyppnd1gr5gysakd8pxdc3nffqy72yh-gnupg-2.2.9/libexec  /nix/store/plyppnd1gr5gysakd8pxdc3nffqy72yh-gnupg-2.2.9/bin  /nix/store/plyppnd1gr5gysakd8pxdc3nffqy72yh-gnupg-2.2.9/sbin
patching script interpreter paths in /nix/store/plyppnd1gr5gysakd8pxdc3nffqy72yh-gnupg-2.2.9
/nix/store/plyppnd1gr5gysakd8pxdc3nffqy72yh-gnupg-2.2.9/sbin/applygnupgdefaults: interpreter directive changed from "/bin/sh" to "/nix/store/7q3ayirslrcva28wava6zpjcflcz1h3b-bash-4.4-p23/bin/sh"
/nix/store/plyppnd1gr5gysakd8pxdc3nffqy72yh-gnupg-2.2.9/sbin/addgnupghome: interpreter directive changed from "/bin/sh" to "/nix/store/7q3ayirslrcva28wava6zpjcflcz1h3b-bash-4.4-p23/bin/sh"
checking for references to /build in /nix/store/plyppnd1gr5gysakd8pxdc3nffqy72yh-gnupg-2.2.9...
moving /nix/store/plyppnd1gr5gysakd8pxdc3nffqy72yh-gnupg-2.2.9/sbin/* to /nix/store/plyppnd1gr5gysakd8pxdc3nffqy72yh-gnupg-2.2.9/bin
/nix/store/plyppnd1gr5gysakd8pxdc3nffqy72yh-gnupg-2.2.9

@xeji
Copy link
Contributor

xeji commented Aug 2, 2018

Darwin failure is in dependencies, looks unrelated.

@xeji xeji merged commit b9fbcfb into NixOS:staging Aug 2, 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

3 participants