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

neovim: 0.2.1 -> 0.2.2 #34113

Merged
merged 1 commit into from Jan 21, 2018
Merged

neovim: 0.2.1 -> 0.2.2 #34113

merged 1 commit into from Jan 21, 2018

Conversation

jlesquembre
Copy link
Member

@jlesquembre jlesquembre commented Jan 21, 2018

Motivation for this change
  • neovim: 0.2.1 -> 0.2.2
  • neovim ruby: 0.6.1 -> 0.6.2

There is also #32509 , but it has merge conflicts.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-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/)
  • Fits CONTRIBUTING.md.

@grahamc
Copy link
Member

grahamc commented Jan 21, 2018

@GrahamcOfBorg build neovim

Copy link

@GrahamcOfBorg GrahamcOfBorg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Success for system: x86_64-linux

shrinking RPATHs of ELF executables and libraries in /nix/store/na2imf0garqjny0036hhczavibv181zf-neovim-unwrapped-0.2.2
shrinking /nix/store/na2imf0garqjny0036hhczavibv181zf-neovim-unwrapped-0.2.2/bin/nvim
gzipping man pages under /nix/store/na2imf0garqjny0036hhczavibv181zf-neovim-unwrapped-0.2.2/share/man/
strip is /nix/store/mdyy001q67hiks0g24ra53z7ckm4jfr4-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/na2imf0garqjny0036hhczavibv181zf-neovim-unwrapped-0.2.2/bin 
patching script interpreter paths in /nix/store/na2imf0garqjny0036hhczavibv181zf-neovim-unwrapped-0.2.2
/nix/store/na2imf0garqjny0036hhczavibv181zf-neovim-unwrapped-0.2.2/share/nvim/runtime/macros/less.sh: interpreter directive changed from "/bin/sh" to "/nix/store/i0ay05pqkbnvpfijm52mmlrp6kmkl80c-bash-4.4-p12/bin/sh"
checking for references to /tmp/nix-build-neovim-unwrapped-0.2.2.drv-0 in /nix/store/na2imf0garqjny0036hhczavibv181zf-neovim-unwrapped-0.2.2...
building path(s) ‘/nix/store/v66gapwzwlh4fwxkivnqzzwjkbsk693f-neovim’
/nix/store/v66gapwzwlh4fwxkivnqzzwjkbsk693f-neovim

Copy link

@GrahamcOfBorg GrahamcOfBorg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Success for system: x86_64-darwin

-- Installing: /nix/store/r5is9cp0g7xlyks63zswksw6abnfd06i-neovim-unwrapped-0.2.2/share/nvim/runtime/tutor/en/vim-01-beginner.tutor
-- Installing: /nix/store/r5is9cp0g7xlyks63zswksw6abnfd06i-neovim-unwrapped-0.2.2/share/nvim/runtime/tutor/tutor.tutor
post-installation fixup
gzipping man pages under /nix/store/r5is9cp0g7xlyks63zswksw6abnfd06i-neovim-unwrapped-0.2.2/share/man/
strip is /nix/store/i1zz228nl3bljcbb83fq0rq7lr7nvv4y-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/r5is9cp0g7xlyks63zswksw6abnfd06i-neovim-unwrapped-0.2.2/bin
patching script interpreter paths in /nix/store/r5is9cp0g7xlyks63zswksw6abnfd06i-neovim-unwrapped-0.2.2
/nix/store/r5is9cp0g7xlyks63zswksw6abnfd06i-neovim-unwrapped-0.2.2/share/nvim/runtime/macros/less.sh: interpreter directive changed from "/bin/sh" to "/nix/store/4cvvpbqdkrb0hr4p47q3s9l2a6k04y1g-bash-4.4-p12/bin/sh"
building '/nix/store/iw090rfv9i8gyh8fg16pz4x0jw1dh9fr-neovim.drv'...
/nix/store/jc24pdm2ag19y3y94mjq8q8qrb9sv0la-neovim

Copy link

@GrahamcOfBorg GrahamcOfBorg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failure for system: aarch64-linux

stack traceback:
	[C]: in function 'match'
	/build/source/src/nvim/generators/gen_declarations.lua:232: in main chunk
	[C]: at 0x004052e0
make[2]: *** [src/nvim/CMakeFiles/nvim.dir/build.make:262: src/nvim/auto/eval/typval.c.generated.h] Error 1
make[1]: *** [CMakeFiles/Makefile2:2451: src/nvim/CMakeFiles/nvim.dir/all] Error 2
make: *** [Makefile:152: all] Error 2
builder for '/nix/store/lc1zdvda476w594x6mab6arsvmbbynmv-neovim-unwrapped-0.2.2.drv' failed with exit code 2
cannot build derivation '/nix/store/05xskkqgxriyg2bp16yrh5ignl1dhvnr-neovim.drv': 1 dependencies couldn't be built
error: build of '/nix/store/05xskkqgxriyg2bp16yrh5ignl1dhvnr-neovim.drv' failed

@Mic92
Copy link
Member

Mic92 commented Jan 21, 2018

aarch64 support would probably require to disable luajit support, but this is out of scope of this pr - it was already broken before.

@Mic92 Mic92 merged commit 5c041ae into NixOS:master Jan 21, 2018
@jlesquembre jlesquembre mentioned this pull request Feb 10, 2018
8 tasks
@jlesquembre jlesquembre deleted the neovim branch February 26, 2018 20:13
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

4 participants