Message145834
| Author |
pitrou |
| Recipients |
alexis, eric.araujo, higery, jlove, paul.moore, pitrou, tarek |
| Date |
2011年10月18日.16:19:45 |
| SpamBayes Score |
9.521506e-05 |
| Marked as misclassified |
No |
| Message-id |
<1318954786.48.0.0688840727818.issue13193@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Similar test failure under x86 OpenIndiana:
======================================================================
ERROR: test_resources (packaging.tests.test_command_install_data.InstallDataTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/export/home/buildbot/32bits/3.x.cea-indiana-x86/build/Lib/packaging/tests/test_command_install_data.py", line 129, in test_resources
with packaging.database.get_file('Spamlib', 'spamd') as fp:
File "/export/home/buildbot/32bits/3.x.cea-indiana-x86/build/Lib/packaging/database.py", line 649, in get_file
return open(get_file_path(distribution_name, relative_path),
File "/export/home/buildbot/32bits/3.x.cea-indiana-x86/build/Lib/packaging/database.py", line 644, in get_file_path
raise LookupError('no distribution named %r found' % distribution_name)
LookupError: no distribution named 'Spamlib' found
http://www.python.org/dev/buildbot/all/builders/x86%20OpenIndiana%203.x/builds/2153/steps/test/logs/stdio |
|