[issue35074] source install [3.7.1] on debian jessie

2018-10-26 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Sure, I am closing it with duplicate as resolution adding the related ticket issue34112 as superseder. Thanks for the report! -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> 3.7.0 build error with --en

[issue35074] source install [3.7.1] on debian jessie

2018-10-26 Thread Leo Li
Leo Li added the comment: Sure! Yes, Pls close it. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue35074] source install [3.7.1] on debian jessie

2018-10-26 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Thanks, I guess then it's the same as issue34112 with --enable-optimizations being incompatible with older compiler toolchains like GCC 4 in this case. Feel free to close this if it resolves the issue. -- __

[issue35074] source install [3.7.1] on debian jessie

2018-10-26 Thread Leo Li
Leo Li added the comment: I've tested 2 way to solve this: 1. disable --enable-optimizations option. the software can be compile and install successful. 2. upgrade gcc version to 8.2.0. docker ➜ bin gcc --version gcc (Debian 8.2.0-8) 8.2.0 Copyright (C) 2018 Free Software Foundation, Inc. Th

[issue35074] source install [3.7.1] on debian jessie

2018-10-26 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Thanks for the report. Is this related using older version of GCC? Searching the bug tracker tells me a related issue (https://bugs.python.org/issue34112) where --enable-optimizations caused build error on 3.7.0 for older compiler toolchain like GC

[issue35074] source install [3.7.1] on debian jessie

2018-10-25 Thread Leo Li
New submission from Leo Li : Hi Team, I met the issue consistently on 3.7 and 3.7.1. The configure is well, but when the make will output error messges: step1: [ok] sudo ./configure --prefix=/opt/python3.71 --enable-optimizations step2: make [fail] if test $? -ne 0 ; then \ echo "gene