[issue32897] test_gdb failed on Fedora 27

2018-02-21 Thread Amit Ghadge
New submission from Amit Ghadge <amitg@gmail.com>: Hi, I get latest changes, $ git log -1 Author: Paul Price <pr...@astro.princeton.edu> Date: Wed Feb 21 01:00:01 2018 -0500 compilation done successfully but gdb test is failing, I attached output of test_gdb -

[issue32897] test_gdb failed on Fedora 27

2018-02-21 Thread Amit Ghadge
Amit Ghadge <amitg@gmail.com> added the comment: gdb version is, GNU gdb (GDB) Fedora 8.0.1-30.fc27 -- ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32335] Failed Python build on Fedora 27

2017-12-24 Thread Amit Ghadge
Amit Ghadge <amitg@gmail.com> added the comment: It's work and build succeed. Thanks Xavier -- stage: -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <https://bugs.

[issue32335] Failed Python build on Fedora 27

2017-12-24 Thread Amit Ghadge
Amit Ghadge <amitg@gmail.com> added the comment: build failure output; -- Added file: https://bugs.python.org/file47347/build_.txt ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32335] Failed Python build on Fedora 27

2017-12-15 Thread Amit Ghadge
Amit Ghadge <amitg@gmail.com> added the comment: My current git log is, Author: Victor Stinner <victor.stin...@gmail.com> Date: Fri Dec 15 16:29:24 2017 +0100 bpo-32294: Fix multiprocessing test_semaphore_tracker() (#4885) -- __

[issue32335] Failed Python build on Fedora 27

2017-12-15 Thread Amit Ghadge
Amit Ghadge <amitg@gmail.com> added the comment: After the some investigation, 1f06a680de465be0c24a78ea3b610053955daa99 PR was OK, a6a4dc816d68df04a7d592e0b6af8c7ecc4d4344 build failed but ./python run 88c60c9668f0aa732693517a60b851cc1dfce0cb build failed and same error comes after

[issue32335] Failed Python build on Fedora 27

2017-12-15 Thread Amit Ghadge
New submission from Amit Ghadge <amitg@gmail.com>: Hi, I'm try to build Python from source on Fedora 27 but it shows below message and build was failed, gcc -pthread -Xlinker -export-dynamic -o python Programs/python.o libpython3.7dm.a -lpthread -ldl -lutil -lm gcc -p

[issue32271] test_ssl test failed on Fedora 27

2017-12-10 Thread Amit Ghadge
Amit Ghadge <amitg@gmail.com> added the comment: Thanks, Christian for your help. -- ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32271] test_ssl test failed on Fedora 27

2017-12-10 Thread Amit Ghadge
Amit Ghadge <amitg@gmail.com> added the comment: I get the latest changes but now facing with different issue. -- resolution: out of date -> status: closed -> open type: behavior -> ___ Python tracker <rep...@bugs.

[issue32271] test_ssl test failed on Fedora 27

2017-12-10 Thread Amit Ghadge
Amit Ghadge <amitg@gmail.com> added the comment: No, I'm not on latest commit, $ git log -1 commit 3b0f620c1a2a21272a9e2aeca6ca1d1ac10f8162 (HEAD -> master, origin/master, origin/HEAD) Author: Louie Lu <g...@louie.lu> Date: Thu Aug 10 08:58:13 2017 +0800 bpo-19903:

[issue32271] test_ssl test failed on Fedora 27

2017-12-10 Thread Amit Ghadge
Amit Ghadge <amitg@gmail.com> added the comment: Recompile source but this test failed again. -- ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32271] test_ssl test failed on Fedora 27

2017-12-10 Thread Amit Ghadge
Amit Ghadge <amitg@gmail.com> added the comment: $ rpm -qa openssl openssl-1.1.0g-1.fc27.x86_64 -- ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32271] test_ssl test failed on Fedora 27

2017-12-10 Thread Amit Ghadge
Amit Ghadge <amitg@gmail.com> added the comment: My Openssl version is, OpenSSL 1.1.0g-fips 2 Nov 2017 So, that need to be upgrade Openssl?. -- ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32271] test_ssl test failed on Fedora 27

2017-12-10 Thread Amit Ghadge
New submission from Amit Ghadge <amitg@gmail.com>: I cloned Python repo on my machine, below command run successfully, $ ./configure --with-pydebug && make -j But When I was run $./python -m test test_ssl failed, 0:08:44 load avg: 4.65 [303/406/1] test_ssl failed Excep

[issue28578] '\n' escape character print before the Py_GetCompiler version

2016-11-01 Thread Amit Ghadge
Amit Ghadge added the comment: SilentGhost, Thanks for your response. -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue28578> ___ __

[issue28578] '\n' escape character print before the Py_GetCompiler version

2016-11-01 Thread Amit Ghadge
Amit Ghadge added the comment: Actually, I run this in Python terminal, >>> import sys >>> import sys.version I also have attached patch, Please let me that is correct or not? -- keywords: +patch Added file: http://bugs.python.org/file45302/g

[issue28578] '\n' escape character print before the Py_GetCompiler version

2016-11-01 Thread Amit Ghadge
New submission from Amit Ghadge: When I hit sys.version command on Linux shell the Py_GetCompiler version print '\n' character like; '3.7.0a0 (default:7aa001a48120, Nov 1 2016, 13:53:25) \n[GCC 5.3.1 20160406 (Red Hat 5.3.1-6)]' And When I launch python, Py_GetCompiler line print

[issue28578] '\n' escape character print before the Py_GetCompiler version

2016-11-01 Thread Amit Ghadge
Changes by Amit Ghadge <amitg@gmail.com>: -- nosy: amitgb14 priority: normal severity: normal status: open title: '\n' escape character print before the Py_GetCompiler version type: enhancement versions: Python 3.7 ___ Python tracke