Bug#682034: Bug#681599: vim/python2.7: symbol lookup error: vim: undefined symbol: init_hashlib

2012-08-10 Thread Scott Kitterman
On Tuesday, July 24, 2012 06:52:13 AM James McCoy wrote: > On Wed, Jul 18, 2012 at 09:35:28AM +0200, Jakub Wilk wrote: > > Plan B > > == > > In any order: > > - Fix vim build not to link config.c into the binary. (I attached a > > proposed patch.) > > I've uploaded Vim 2:7.3.547-4. > > > - Fi

Bug#682034: Bug#681599: vim/python2.7: symbol lookup error: vim: undefined symbol: init_hashlib

2012-07-24 Thread James McCoy
On Wed, Jul 18, 2012 at 09:35:28AM +0200, Jakub Wilk wrote: > Plan B > == > In any order: > - Fix vim build not to link config.c into the binary. (I attached a > proposed patch.) I've uploaded Vim 2:7.3.547-4. > - Fix python2.7 symbols. Add Breaks for each provider of vim-python. Please add

Bug#681599: vim/python2.7: symbol lookup error: vim: undefined symbol: init_hashlib

2012-07-18 Thread James McCoy
On Wed, Jul 18, 2012 at 11:41:31AM +0200, Julien Cristau wrote: > On Wed, Jul 18, 2012 at 09:35:28 +0200, Jakub Wilk wrote: > > Plan B > > == > > In any order: > > - Fix vim build not to link config.c into the binary. (I attached a > > proposed patch.) > > - Fix python2.7 symbols. Add Breaks fo

Bug#681599: vim/python2.7: symbol lookup error: vim: undefined symbol: init_hashlib

2012-07-18 Thread Julien Cristau
On Wed, Jul 18, 2012 at 09:35:28 +0200, Jakub Wilk wrote: > I can see two ways to fix this mess: > > Plan A > == > 1) Fix python2.7 symbols. Add Breaks for each provider of vim-python. > 2) binNMU vim. > > Plan B > == > In any order: > - Fix vim build not to link config.c into the binary

Bug#681599: vim/python2.7: symbol lookup error: vim: undefined symbol: init_hashlib

2012-07-18 Thread Jakub Wilk
* Julien Cristau , 2012-07-16, 15:07: it's a plain bug in libpython2.7 AFAICT. ACK, though it woudn't trigger if vim build system didn't do dubious things... I can see two ways to fix this mess: Plan A == 1) Fix python2.7 symbols. Add Breaks for each provider of vim-python. 2) binNMU vi

Bug#681599: vim/python2.7: symbol lookup error: vim: undefined symbol: init_hashlib

2012-07-16 Thread Julien Cristau
On Mon, Jul 16, 2012 at 11:28:57 +0200, Cyril Brulebois wrote: > Hi James, > > James McCoy (15/07/2012): > > So a simple binNMU won't help because it wouldn't have a tight enough > > dependency and therefore could transition before python2.7, leaving a > > broken Vim in Wheezy. > > you could ke

Bug#681599: vim/python2.7: symbol lookup error: vim: undefined symbol: init_hashlib

2012-07-16 Thread Cyril Brulebois
Hi James, James McCoy (15/07/2012): > So a simple binNMU won't help because it wouldn't have a tight enough > dependency and therefore could transition before python2.7, leaving a > broken Vim in Wheezy. you could keep a serious bug open until python2.7 migrates, to solve the issue you're mentio

Bug#681599: vim/python2.7: symbol lookup error: vim: undefined symbol: init_hashlib

2012-07-15 Thread James McCoy
Adding debian-release to get their take. On Sun, Jul 15, 2012 at 11:51:20PM +0200, Jakub Wilk wrote: > * Jakub Wilk , 2012-07-15, 15:07: > >>this is most likely caused by building _hashlib as an extension, > >>not a builtin anymore, to address #680930. rebuilding vim should > >>fix it. > >Indeed,

Bug#681599: vim/python2.7: symbol lookup error: vim: undefined symbol: init_hashlib

2012-07-15 Thread Jakub Wilk
* Jakub Wilk , 2012-07-15, 15:07: this is most likely caused by building _hashlib as an extension, not a builtin anymore, to address #680930. rebuilding vim should fix it. Indeed, rebuild fixed the problem for me. However, in comparison to version in testing (2.7.3~rc2-2.1), libpython2.7 not

Bug#681599: vim/python2.7: symbol lookup error: vim: undefined symbol: init_hashlib

2012-07-15 Thread Jakub Wilk
* Matthias Klose , 2012-07-14, 20:38: Trying to import hashlib crashes the Python interpreter that vim embeds: $ vim -c 'python import hashlib' vim: symbol lookup error: vim: undefined symbol: init_hashlib This didn't happen with python2.7/2.7.3-1… However, I cannot reproduce it without vim

Bug#681599: vim/python2.7: symbol lookup error: vim: undefined symbol: init_hashlib

2012-07-14 Thread Matthias Klose
On 14.07.2012 18:37, Jakub Wilk wrote: > Package: vim-nox,libpython2.7 > Version: vim-nox/2:7.3.547-3 > Version: libpython2.7/2.7.3-2 > Severity: important > Usertags: serious > > Trying to import hashlib crashes the Python interpreter that vim embeds: > > $ vim -c 'python import hashlib' > vim:

Bug#681599: vim/python2.7: symbol lookup error: vim: undefined symbol: init_hashlib

2012-07-14 Thread Jakub Wilk
Package: vim-nox,libpython2.7 Version: vim-nox/2:7.3.547-3 Version: libpython2.7/2.7.3-2 Severity: important Usertags: serious Trying to import hashlib crashes the Python interpreter that vim embeds: $ vim -c 'python import hashlib' vim: symbol lookup error: vim: undefined symbol: init_hashlib