[Erp5-report] r40489 luke - /erp5/trunk/buildout/tests/assertSoftware.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Nov 22 17:21:04 CET 2010
Author: luke
Date: Mon Nov 22 17:21:00 2010
New Revision: 40489
URL: http://svn.erp5.org?rev=40489&view=rev
Log:
- check proper linking of parts/subversion/lib/libsvn_ra_neon-1.so
Modified:
erp5/trunk/buildout/tests/assertSoftware.py
Modified: erp5/trunk/buildout/tests/assertSoftware.py
URL: http://svn.erp5.org/erp5/trunk/buildout/tests/assertSoftware.py?rev=40489&r1=40488&r2=40489&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Mon Nov 22 17:21:00 2010
@@ -618,14 +618,15 @@ class AssertSubversion(AssertSoftwareMix
def test_ld_libsvn_ra_neon(self):
elf_dict = readElfAsDict('parts/subversion/lib/libsvn_ra_neon-1.so')
- self.assertEqual(sorted(['libaprutil-1', 'libsvn_delta-1',
- 'libexpat', 'libsvn_subr-1', 'libapr-1', 'libuuid',
- 'librt', 'libc', 'libcrypt', 'libdl', 'libpthread',
+ self.assertEqual(sorted(['libaprutil-1', 'libsvn_delta-1', 'libcrypto',
+ 'libexpat', 'libsvn_subr-1', 'libapr-1', 'libuuid', 'libssl', 'libneon',
+ 'librt', 'libc', 'libcrypt', 'libdl', 'libpthread', 'libm', 'libxml2',
+ 'libz',
]),
elf_dict['library_list'])
soft_dir = os.path.join(os.path.abspath(os.curdir), 'parts')
expected_rpath_list = [os.path.join(soft_dir, software, 'lib') for
- software in ['apache', 'libexpat',
+ software in ['apache', 'libexpat', 'openssl', 'libxml2',
'sqlite3', 'subversion', 'zlib', 'libuuid', 'neon']]
self.assertEqual(sorted(expected_rpath_list), elf_dict['runpath_list'])
More information about the Erp5-report
mailing list