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

kakoune: 2019.01.20 -> 2019.07.01 #64255

Merged
merged 1 commit into from Aug 6, 2019
Merged

Conversation

eraserhd
Copy link
Contributor

@eraserhd eraserhd commented Jul 3, 2019

One commit is reverted for Mac OS, since std::uncaught_exceptions()
isn't allowed when pinning OS X version to 10.10.

Motivation for this change

New release

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 nix-review --run "nix-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)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

Path size: 41,022,312 -> 41,221,984


@alyssais
Copy link
Member

alyssais commented Jul 3, 2019

This is a dupe of #64071, but seems to be a bit further along, so I’m going to close that one.

@alyssais
Copy link
Member

alyssais commented Jul 3, 2019 via email

@eraserhd
Copy link
Contributor Author

eraserhd commented Jul 4, 2019

I have confirmed that the following patch allows this to build without the reverting commit. Of course, it took several hours to rebuild all the dependencies. What should we do?

diff --git a/pkgs/stdenv/darwin/default.nix b/pkgs/stdenv/darwin/default.nix
index f7a40bb0d0e..b6a488ed2f2 100644
--- a/pkgs/stdenv/darwin/default.nix
+++ b/pkgs/stdenv/darwin/default.nix
@@ -32,7 +32,7 @@ in rec {
     export NIX_ENFORCE_NO_NATIVE="''${NIX_ENFORCE_NO_NATIVE-1}"
     export NIX_IGNORE_LD_THROUGH_GCC=1
     stripAllFlags=" " # the Darwin "strip" command doesn't know "-s"
-    export MACOSX_DEPLOYMENT_TARGET=10.10
+    export MACOSX_DEPLOYMENT_TARGET=10.12
     export SDKROOT=
     export CMAKE_OSX_ARCHITECTURES=x86_64
     # Workaround for https://openradar.appspot.com/22671534 on 10.11.

@alyssais
Copy link
Member

alyssais commented Jul 8, 2019

cc @NixOS/darwin-maintainers

@LnL7
Copy link
Member

LnL7 commented Jul 8, 2019

We definitively can update it, I forgot to make a pr after noticing.

#56744 (comment)

@eraserhd
Copy link
Contributor Author

eraserhd commented Aug 5, 2019

Now that MACOSX_DEPLOYMENT_TARGET change is merged to master, I've removed the work-around patch, and this is a now a super simple and normal update.

Rebuilt on NixOS and MacOS, and it's good. Please merge!

@alyssais
Copy link
Member

alyssais commented Aug 6, 2019

@GrahamcOfBorg build kakoune

@alyssais alyssais merged commit f3ea1c8 into NixOS:master Aug 6, 2019
@eraserhd eraserhd deleted the kakoune-2019.07.01 branch August 6, 2019 14:50
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