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

[18.03] geary: 0.12.1 -> 0.12.2 #42402

Merged
merged 4 commits into from Jun 24, 2018
Merged

[18.03] geary: 0.12.1 -> 0.12.2 #42402

merged 4 commits into from Jun 24, 2018

Conversation

alexeymuranov
Copy link
Contributor

Motivation for this change

Geary 0.12.2 fixes an annoying bug.

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 GrahamcOfBorg added 6.topic: GNOME GNOME desktop environment and its underlying platform 10.rebuild-darwin: 0 10.rebuild-linux: 1-10 labels Jun 22, 2018
@alexeymuranov alexeymuranov changed the title Update Geary to 0.12.2 from master geary: 0.12.1 -> 0.12.2 in release-18.03 Jun 23, 2018
@alexeymuranov alexeymuranov changed the title geary: 0.12.1 -> 0.12.2 in release-18.03 [18.03] geary: 0.12.1 -> 0.12.2 Jun 24, 2018
@xeji
Copy link
Contributor

xeji commented Jun 24, 2018

@GrahamcOfBorg build gnome3.geary

@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

The following builds were skipped because they don't evaluate on x86_64-darwin: gnome3.geary

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowBroken = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowBroken = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: gnome3.geary

Partial log (click to expand)

Wrapping program /nix/store/jvg0qykbibshcc71whz4mc9gsd402fdl-geary-0.12.2/bin/geary
Wrapping program /nix/store/jvg0qykbibshcc71whz4mc9gsd402fdl-geary-0.12.2/bin/geary-attach
shrinking RPATHs of ELF executables and libraries in /nix/store/jvg0qykbibshcc71whz4mc9gsd402fdl-geary-0.12.2
shrinking /nix/store/jvg0qykbibshcc71whz4mc9gsd402fdl-geary-0.12.2/bin/.geary-wrapped
shrinking /nix/store/jvg0qykbibshcc71whz4mc9gsd402fdl-geary-0.12.2/lib/geary/web-extensions/libgeary-web-process.so
strip is /nix/store/b0zlxla7dmy1iwc3g459rjznx59797xy-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/jvg0qykbibshcc71whz4mc9gsd402fdl-geary-0.12.2/lib  /nix/store/jvg0qykbibshcc71whz4mc9gsd402fdl-geary-0.12.2/bin
patching script interpreter paths in /nix/store/jvg0qykbibshcc71whz4mc9gsd402fdl-geary-0.12.2
/nix/store/jvg0qykbibshcc71whz4mc9gsd402fdl-geary-0.12.2/bin/.geary-attach-wrapped: interpreter directive changed from "/bin/bash" to "/nix/store/zqh3l3lyw32q1ayb15bnvg9f24j5v2p0-bash-4.4-p12/bin/bash"
checking for references to /build in /nix/store/jvg0qykbibshcc71whz4mc9gsd402fdl-geary-0.12.2...

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: gnome3.geary

Partial log (click to expand)

Wrapping program /nix/store/ylnnzsp9azywxwsy6bx0rd3cc027fgfb-geary-0.12.2/bin/geary-attach
shrinking RPATHs of ELF executables and libraries in /nix/store/ylnnzsp9azywxwsy6bx0rd3cc027fgfb-geary-0.12.2
shrinking /nix/store/ylnnzsp9azywxwsy6bx0rd3cc027fgfb-geary-0.12.2/lib/geary/web-extensions/libgeary-web-process.so
shrinking /nix/store/ylnnzsp9azywxwsy6bx0rd3cc027fgfb-geary-0.12.2/bin/.geary-wrapped
strip is /nix/store/ppn001bfygzlqx4h50n9zgxc3kqv2d6k-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/ylnnzsp9azywxwsy6bx0rd3cc027fgfb-geary-0.12.2/lib  /nix/store/ylnnzsp9azywxwsy6bx0rd3cc027fgfb-geary-0.12.2/bin
patching script interpreter paths in /nix/store/ylnnzsp9azywxwsy6bx0rd3cc027fgfb-geary-0.12.2
/nix/store/ylnnzsp9azywxwsy6bx0rd3cc027fgfb-geary-0.12.2/bin/.geary-attach-wrapped: interpreter directive changed from "/bin/bash" to "/nix/store/1gk1g42x90yp3avlz3grxv917ppvqf5s-bash-4.4-p12/bin/bash"
checking for references to /build in /nix/store/ylnnzsp9azywxwsy6bx0rd3cc027fgfb-geary-0.12.2...
/nix/store/ylnnzsp9azywxwsy6bx0rd3cc027fgfb-geary-0.12.2

@xeji
Copy link
Contributor

xeji commented Jun 24, 2018

Thank you!

@xeji xeji merged commit 94d80eb into NixOS:release-18.03 Jun 24, 2018
@alexeymuranov alexeymuranov deleted the update-geary-cherry branch June 25, 2018 06:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.topic: GNOME GNOME desktop environment and its underlying platform 10.rebuild-darwin: 0 10.rebuild-linux: 1-10
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants