[issue29278] Python 3.6 build fails with parallel make

2019-02-20 Thread INADA Naoki


Change by INADA Naoki :


--
resolution:  -> out of date
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29278] Python 3.6 build fails with parallel make

2017-01-15 Thread SilentGhost

SilentGhost added the comment:

Can't reproduce this on 3.7, can you supply additional information, such as 
what exact revision you're trying to build and what gcc version you're using?

--
nosy: +SilentGhost

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29278] Python 3.6 build fails with parallel make

2017-01-15 Thread INADA Naoki

INADA Naoki added the comment:

Isn't it a OOM killer?
How much memory your machine has?
How about make -j4? (you can use number of cores instead of 4).

--
nosy: +inada.naoki

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29278] Python 3.6 build fails with parallel make

2017-01-14 Thread Utku Gultopu

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  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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com