FS#52401 - [vim] python 3.6 rebuild
Attached to Project:
Arch Linux
Opened by Eli Schwartz (eschwartz) - Friday, 06 January 2017, 15:48 GMT
Last edited by Anatol Pomozov (anatolik) - Saturday, 07 January 2017, 18:14 GMT
Opened by Eli Schwartz (eschwartz) - Friday, 06 January 2017, 15:48 GMT
Last edited by Anatol Pomozov (anatolik) - Saturday, 07 January 2017, 18:14 GMT
|
Details
Vim has the python3 interpreter enabled, which means it
needs to be rebuilt whenever the python3 shared library name
changes. Since it is dynamically loaded, Vim still starts
(just like it does when python isn't installed) and that
might not be immediately noticeable, but people have been
reporting that their python3 plugins aren't working now.
Please rebuild Vim/update to the latest snapshot, and maybe take a note of this non-obvious rebuild. :) |
This task depends upon
Closed by Anatol Pomozov (anatolik)
Saturday, 07 January 2017, 18:14 GMT
Reason for closing: Fixed
Additional comments about closing: 8.0.0149
Saturday, 07 January 2017, 18:14 GMT
Reason for closing: Fixed
Additional comments about closing: 8.0.0149
More related info:
Here is the forum discussion https://bbs.archlinux.org/viewtopic.php?id=221579
And here is the upstream issue that tracks vim test failure with python3.6 https://github.com/vim/vim/issues/1359