New submission from Sridhar Ratnakumar <sridh...@activestate.com>:

OS = SunOS ginsu 5.10 Generic_125101-10 i86pc i386 i86pc
Python 2.7rc1

======================================================================
ERROR: test_search_cpp (distutils.tests.test_config_cmd.ConfigTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/export/home/apy/rrun/tmp/autotest/apy/lib/python2.7/distutils/tests/test_config_cmd.py",
 line 46
, in test_search_cpp
    match = cmd.search_cpp(pattern='xxx', body='// xxx')
  File 
"/export/home/apy/rrun/tmp/autotest/apy/lib/python2.7/distutils/command/config.py",
 line 211, in search_cpp
    file = open(out)
IOError: [Errno 2] No such file or directory: '_configtest.i'

----------
assignee: tarek
components: Distutils, Tests
messages: 107196
nosy: srid, tarek
priority: normal
severity: normal
status: open
title: distutils test failure on solaris: IOError: [Errno 2] No such file or 
directory: '_configtest.i'
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8918>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to