Skip to content

Conversation

@trofi
Copy link
Contributor

@trofi trofi commented Mar 20, 2022

Without the change parallel install sometimes fails as:

vim> cp vimtutor /nix/store/vim-8.2.4350/bin/vimtutor
vim> cp: cannot create regular file '/nix/store/vim-8.2.4350/bin/vimtutor': No such file or directory
vim> make[1]: *** [Makefile:2546: installtutorbin] Error 1 --shuffle=1647765748
vim> make[1]: Leaving directory '/build/source/src'

The change makes sure that bin directory is created before
install copies a file.

Without the change parallel install sometimes fails as:

    vim> cp vimtutor /nix/store/vim-8.2.4350/bin/vimtutor
    vim> cp: cannot create regular file '/nix/store/vim-8.2.4350/bin/vimtutor': No such file or directory
    vim> make[1]: *** [Makefile:2546: installtutorbin] Error 1 --shuffle=1647765748
    vim> make[1]: Leaving directory '/build/source/src'

The change makes sure that bin directory is created before
install copies a file.
@brammool brammool closed this in c670ebd Mar 20, 2022
@trofi trofi deleted the fix-vimtutor-install branch March 20, 2022 11:57
dundargoc added a commit to dundargoc/neovim that referenced this pull request Dec 16, 2023
Problem:    Installing tutor binary may fail.
Solution:   Fix the dependency. (Sergei Trofimovich, closes vim/vim#9978)

vim/vim@c670ebd

Co-authored-by: Sergei Trofimovich <slyich@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant