This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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
History
Date User Action Args
2011-10-18 16:19:46pitrousetrecipients: + pitrou, paul.moore, tarek, eric.araujo, alexis, jlove, higery
2011-10-18 16:19:46pitrousetmessageid: <1318954786.48.0.0688840727818.issue13193@psf.upfronthosting.co.za>
2011-10-18 16:19:45pitroulinkissue13193 messages
2011-10-18 16:19:45pitroucreate