[pypy-issue] [issue902] pypy translation build fails due to non-POSIX time field usage

Armin Rigo tracker at bugs.pypy.org
Thu Oct 20 11:05:46 CEST 2011


Armin Rigo <armin.rigo at gmail.com> added the comment:

Bah, it's probably re-enabled by the following lines in pypyoption.py:

module_dependencies = {
    '_multiprocessing': [('objspace.usemodules.rctime', True),
                         ('objspace.usemodules.thread', True)],
    }

I would suggest that, in order to get a really working pypy on Solaris, you (or
someone with interest in Solaris) spends some time fixing at least some of the
modules listed in "del working_modules[..]".  Some of them are really needed:
almost no Python program would work without a "time" module, for example.

----------
nosy: +arigo -binarycrusader
status: unread -> chatting

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue902>
________________________________________


More information about the pypy-issue mailing list