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 martin.panter
Recipients Arfrever, barry, koobs, martin.panter, python-dev, serhiy.storchaka, vstinner
Date 2016-06-14.03:53:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465876425.01.0.0559998437216.issue22636@psf.upfronthosting.co.za>
In-reply-to
Content
An Open Indiana buildbot failed. The old code let the shell print any errors about missing programs to /dev/null, so I will change the subprocess calls to handle OSError.

======================================================================
ERROR: setUpModule (ctypes.test.test_loading)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/export/home/buildbot/32bits/3.5.cea-indiana-x86/build/Lib/ctypes/test/test_loading.py", line 19, in setUpModule
    libc_name = find_library("c")
  File "/export/home/buildbot/32bits/3.5.cea-indiana-x86/build/Lib/ctypes/util.py", line 238, in find_library
    return _get_soname(_findLib_crle(name, is64) or _findLib_gcc(name))
  File "/export/home/buildbot/32bits/3.5.cea-indiana-x86/build/Lib/ctypes/util.py", line 145, in _get_soname
    stderr=subprocess.DEVNULL)
  File "/export/home/buildbot/32bits/3.5.cea-indiana-x86/build/Lib/subprocess.py", line 947, in __init__
    restore_signals, start_new_session)
  File "/export/home/buildbot/32bits/3.5.cea-indiana-x86/build/Lib/subprocess.py", line 1551, in _execute_child
    raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '/usr/ccs/bin/dump'
History
Date User Action Args
2016-06-14 03:53:45martin.pantersetrecipients: + martin.panter, barry, vstinner, Arfrever, python-dev, serhiy.storchaka, koobs
2016-06-14 03:53:45martin.pantersetmessageid: <1465876425.01.0.0559998437216.issue22636@psf.upfronthosting.co.za>
2016-06-14 03:53:44martin.panterlinkissue22636 messages
2016-06-14 03:53:44martin.pantercreate