Opened at 2016-03-16T15:58:07Z
Last modified at 2019-07-25T13:12:37Z
#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
comment:2 Changed at 2016-03-22T05:03:36Z by warner
- Milestone changed from 1.10.3 to 1.11.0
Milestone renamed
comment:3 Changed at 2016-03-22T15:58:17Z by daira
Possibly the same problem as http://stackoverflow.com/questions/11939934/c-apache-module-fails-on-znss4-rep20-s-empty-rep-storagee.
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.
Does this happen with a clean checkout? What's going on?