[New-bugs-announce] [issue29278] Python 3.6 build fails with parallel make

Utku Gultopu report at bugs.python.org
Sun Jan 15 02:44:06 EST 2017


New submission from Utku Gultopu:

Version Info
============
Linux 4.4.0-59-generic #80-Ubuntu SMP x86_64 x86_64 x86_64 GNU/Linux

Issue
=====
When the multiple jobs option (`make -j`) is specified, build fails after compiling the `structmember.c` file. Subsequent compilation attempts show the following message:

    gcc: internal compiler error: Killed (program cc1)
    Please submit a full bug report,
    with preprocessed source if appropriate.
    See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions.

----------
components: Build
messages: 285503
nosy: ugultopu
priority: normal
severity: normal
status: open
title: Python 3.6 build fails with parallel make
type: compile error
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29278>
_______________________________________


More information about the New-bugs-announce mailing list