-
Notifications
You must be signed in to change notification settings - Fork 29
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
Vim 9.1.0224 #221
Vim 9.1.0224 #221
Conversation
I am getting cd /usr/bin; ln -s vim gvim
cd /usr/bin; ln -s vim gview
cd /usr/bin; ln -s vim rgvim
cd /usr/bin; ln -s vim rgview
cd /usr/bin; ln -s vim evim
cd /usr/bin; ln -s vim eview
ln: failed to create symbolic link 'gview': File exists
ln: failed to create symbolic link 'gvim': File exists
ln: failed to create symbolic link 'rgvim': File exists
make: *** [Makefile:2706: /usr/bin/gview] Error 1
make: *** Waiting for unfinished jobs....
ln: failed to create symbolic link 'rgview': File exists
ln: failed to create symbolic link 'evim': File exists
make: *** [Makefile:2715: /usr/bin/rgvim] Error 1
make: *** [Makefile:2703: /usr/bin/gvim] Error 1
make: *** [Makefile:2718: /usr/bin/rgview] Error 1
make: *** [Makefile:2727: /usr/bin/evim] Error 1
ln: failed to create symbolic link 'eview': File exists
make: *** [Makefile:2730: /usr/bin/eview] Error 1
chmod 755 /usr/share/vim/vim91/spell
chmod 755 /usr/share/vim/vim91/compiler
chmod 755 /usr/share/vim/vim91/macros
chmod 755 /usr/share/vim/vim91/pack
UnionSandbox: Cleaning up.
UnionSandbox: Moving entries to: /Programs/Vim/9.1.0224/.SandboxInstall_Root
Compile: Installation was moved to /Programs/Vim/9.1.0224-failed
Compile: Vim 9.1.0224 - Installation step failed.
Did you get a similar issue or do you know how to resolve it? |
Yes, I had run into the same problem. If you |
Looks like the issue is coming from Vim's It doesn't appear that either As a quick fix I added a patch to make the problem |
Ohh great job at getting to the bottom of the issue and providing a patch. I will test later. Please always remember to mention potential issues in your PRs, or fix them in the recipe (like adding the proper dependencies). On the other hand don't let smaller issues clog up your work cue, just make sure to let us know. Btw our convention is to enumerate recipe patches like so: 01-..., 02-.... That is also how our automatched recipe patcher Lastly, I wonder if this type of bug could (or should) have been prevented by Compile.. @lucasvr do you have any suggestion on this? In my mind - ideally, the new program files should not clash against the old ones? |
Works great! Merging new Vim.
@lucasvr I'd love to know your opinion on this if you find the time :) |
No description provided.