#2745 closed defect

importing pycryptopp fails due to undefined symbol — at Version 5

Reported by: daira Owned by: daira
Priority: normal Milestone: eventually
Component: packaging Version: 1.10.2
Keywords: packaging regression pycryptopp Cc:
Launchpad Bug:

Description (last modified by daira)

allmydata.PackagingError: 
ImportError: for requirement 'pycryptopp >= 0.6.0': (<type 'exceptions.ImportError'>,
'/home/davidsarah/tahoe/git/trunk/tahoe/local/lib/python2.7/site-packages/pycryptopp/_pycryptopp.so:
undefined symbol: _ZNSs4_Rep20_S_empty_rep_storageE',
('/home/davidsarah/tahoe/git/trunk/tahoe/local/lib/python2.7/site-packages/pycryptopp/__init__.py', 8, '<module>', 'import _pycryptopp'))
Warning: dependency 'pycryptopp' could not be imported. pkg_resources thought it should be possible to import version
'0.7.1.869544967005693312591928092448767568728501330214' from
'/home/davidsarah/tahoe/git/trunk/tahoe/lib/python2.7/site-packages'.
The exception trace was (<type 'exceptions.ImportError'>, '/home/davidsarah/tahoe/git/trunk/tahoe/local/lib/python2.7/site-packages/pycryptopp/_pycryptopp.so:
undefined symbol: _ZNSs4_Rep20_S_empty_rep_storageE',
('/home/davidsarah/tahoe/git/trunk/tahoe/local/lib/python2.7/site-packages/pycryptopp/__init__.py', 8, '<module>', 'import _pycryptopp')).

Change History (5)

comment:1 Changed at 2016-03-18T18:34:05Z by warner

Does this happen with a clean checkout? What's going on?

comment:2 Changed at 2016-03-22T05:03:36Z by warner

  • Milestone changed from 1.10.3 to 1.11.0

Milestone renamed

comment:4 Changed at 2016-03-22T15:59:33Z by daira

Yes, this happens with a clean checkout in a venv.

comment:5 Changed at 2016-03-22T16:00:22Z by daira

  • Description modified (diff)
Note: See TracTickets for help on using tickets.