Changes between Initial Version and Version 3 of Ticket #62
- Timestamp:
- 2014-07-22T18:49:04Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #62
- Property Status changed from new to closed
- Property Resolution changed from to fixed
- Property Summary changed from Add --disable-embedded-cryptopp to warp buildslave to builds which are intended to use the embedded copy of Crypto++ might get their headers from a system-supplied copy of Crypto++
-
Ticket #62 – Description
initial v3 1 1 As you can see here: 2 2 3 http://tahoe-lafs.org/buildbot-pycryptopp/builders/MM%20netbsd5%20i386%20warp/builds/39/steps/test/logs/stdio 3 [//buildbot-pycryptopp/builders/MM%20netbsd5%20i386%20warp/builds/39/steps/test/logs/stdio] 4 4 5 5 ... it looks like with a system crypto++ installed (in my case, 5.6.1) there are pieces pulled in from the crypto++ 5.6.1 header files which reference a CryptoPP:: function which does not exist in the embedded version, which therefore causes the test to fail.