[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

--
components: Tests
files: error.txt
messages: 312503
nosy: amitg-b14
priority: normal
severity: normal
status: open
title: test_gdb failed on Fedora 27
versions: Python 3.8
Added file: https://bugs.python.org/file47455/error.txt

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32897>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.org/issue32897>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.python.org/issue32335>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.org/issue32335>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32335>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 click ./python

--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32335>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 -pthread   -Xlinker -export-dynamic -o Programs/_testembed 
Programs/_testembed.o libpython3.7dm.a -lpthread -ldl  -lutil   -lm  
./python -E -S -m sysconfig --generate-posix-vars ;\
if test $? -ne 0 ; then \
echo "generate-posix-vars failed" ; \
rm -f ./pybuilddir.txt ; \
exit 1 ; \
fi
Traceback (most recent call last):
  File "", line 1141, in _install
  File "", line 1133, in _setup
  File "", line 1100, in _builtin_from_name
ImportError: no built-in module named _thread
Fatal Python error: initimport: importlib install failed

Current thread 0x7fefeacef600 (most recent call first):
/bin/sh: line 5: 12806 Aborted (core dumped) ./python -E -S -m 
sysconfig --generate-posix-vars
generate-posix-vars failed
make: *** [Makefile:590: pybuilddir.txt] Error 1

--
messages: 308413
nosy: amitg-b14
priority: normal
severity: normal
status: open
title: Failed Python build on Fedora 27
type: compile error
versions: Python 3.7

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32335>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.org/issue32271>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.python.org>
<https://bugs.python.org/issue32271>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: IDLE: Calltips changed to use inspect.signature (#2822)

--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32271>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.org/issue32271>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.org/issue32271>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.org/issue32271>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
Exception in thread Thread-85:
Traceback (most recent call last):
  File "/home/aghadge/my/Open_Source/cpython/Lib/threading.py", line 917, in 
_bootstrap_inner
self.run()
  File "/home/aghadge/my/Open_Source/cpython/Lib/test/test_ssl.py", line 1936, 
in run
if not self.wrap_conn():
  File "/home/aghadge/my/Open_Source/cpython/Lib/test/test_ssl.py", line 1881, 
in wrap_conn
self.sock, server_side=True)
  File "/home/aghadge/my/Open_Source/cpython/Lib/ssl.py", line 401, in 
wrap_socket
_context=self, _session=session)
  File "/home/aghadge/my/Open_Source/cpython/Lib/ssl.py", line 808, in __init__
self.do_handshake()
  File "/home/aghadge/my/Open_Source/cpython/Lib/ssl.py", line 1061, in 
do_handshake
self._sslobj.do_handshake()
  File "/home/aghadge/my/Open_Source/cpython/Lib/ssl.py", line 683, in 
do_handshake
self._sslobj.do_handshake()
OSError: [Errno 0] Error

test test_ssl failed -- Traceback (most recent call last):
  File "/home/aghadge/my/Open_Source/cpython/Lib/test/test_ssl.py", line 3273, 
in test_alpn_protocols
self.assertIsInstance(stats, ssl.SSLError)
AssertionError: {'compression': None, 'cipher': ('ECDHE-RSA-AES256-GCM-SHA384', 
'TLSv1.2', 256), 'peercert': {}, 'client_alpn_protocol': None, 
'client_npn_protocol': None, 'version': 'TLSv1.2', 'session_reused': False, 
'session': <_ssl.Session object at 0x7f8acc86d608>, 'server_alpn_protocols': 
[None], 'server_npn_protocols': [None], 'server_shared_ciphers': 
[[('ECDHE-ECDSA-AES256-GCM-SHA384', 'TLSv1.2', 256), 
('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256), 
('ECDHE-ECDSA-AES128-GCM-SHA256', 'TLSv1.2', 128), 
('ECDHE-RSA-AES128-GCM-SHA256', 'TLSv1.2', 128), 
('ECDHE-ECDSA-CHACHA20-POLY1305', 'TLSv1.2', 256), 
('ECDHE-RSA-CHACHA20-POLY1305', 'TLSv1.2', 256), ('DHE-DSS-AES256-GCM-SHA384', 
'TLSv1.2', 256), ('DHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256), 
('DHE-DSS-AES128-GCM-SHA256', 'TLSv1.2', 128), ('DHE-RSA-AES128-GCM-SHA256', 
'TLSv1.2', 128), ('DHE-RSA-CHACHA20-POLY1305', 'TLSv1.2', 256), 
('ECDHE-ECDSA-AES256-CCM8', 'TLSv1.2', 256), ('ECDHE-ECDSA-AES256-CCM', 
'TLSv1.2', 256), ('ECDHE-ECD
 SA-AES256-SHA384', 'TLSv1.2', 256), ('ECDHE-RSA-AES256-SHA384', 'TLSv1.2', 
256), ('ECDHE-ECDSA-AES256-SHA', 'TLSv1.0', 256), ('ECDHE-RSA-AES256-SHA', 
'TLSv1.0', 256), ('DHE-RSA-AES256-CCM8', 'TLSv1.2', 256), 
('DHE-RSA-AES256-CCM', 'TLSv1.2', 256), ('DHE-RSA-AES256-SHA256', 'TLSv1.2', 
256), ('DHE-DSS-AES256-SHA256', 'TLSv1.2', 256), ('DHE-RSA-AES256-SHA', 
'SSLv3', 256), ('DHE-DSS-AES256-SHA', 'SSLv3', 256), 
('ECDHE-ECDSA-AES128-CCM8', 'TLSv1.2', 128), ('ECDHE-ECDSA-AES128-CCM', 
'TLSv1.2', 128), ('ECDHE-ECDSA-AES128-SHA256', 'TLSv1.2', 128), 
('ECDHE-RSA-AES128-SHA256', 'TLSv1.2', 128), ('ECDHE-ECDSA-AES128-SHA', 
'TLSv1.0', 128), ('ECDHE-RSA-AES128-SHA', 'TLSv1.0', 128), 
('DHE-RSA-AES128-CCM8', 'TLSv1.2', 128), ('DHE-RSA-AES128-CCM', 'TLSv1.2', 
128), ('DHE-RSA-AES128-SHA256', 'TLSv1.2', 128), ('DHE-DSS-AES128-SHA256', 
'TLSv1.2', 128), ('DHE-RSA-AES128-SHA', 'SSLv3', 128), ('DHE-DSS-AES128-SHA', 
'SSLv3', 128), ('ECDHE-ECDSA-CAMELLIA256-SHA384', 'TLSv1.2', 256), 
('ECDHE-RSA-CAMELLIA256-S
 HA384', 'TLSv1.2', 256), ('ECDHE-ECDSA-CAMELLIA128-SHA256', 'TLSv1.2', 128), 
('ECDHE-RSA-CAMELLIA128-SHA256', 'TLSv1.2', 128), 
('DHE-RSA-CAMELLIA256-SHA256', 'TLSv1.2', 256), ('DHE-DSS-CAMELLIA256-SHA256', 
'TLSv1.2', 256), ('DHE-RSA-CAMELLIA128-SHA256', 'TLSv1.2', 128), 
('DHE-DSS-CAMELLIA128-SHA256', 'TLSv1.2', 128), ('DHE-RSA-CAMELLIA256-SHA', 
'SSLv3', 256), ('DHE-DSS-CAMELLIA256-SHA', 'SSLv3', 256), 
('DHE-RSA-CAMELLIA128-SHA', 'SSLv3', 128), ('DHE-DSS-CAMELLIA128-SHA', 'SSLv3', 
128), ('AES256-GCM-SHA384', 'TLSv1.2', 256), ('AES128-GCM-SHA256', 'TLSv1.2', 
128), ('AES256-CCM8', 'TLSv1.2', 256), ('AES256-CCM', 'TLSv1.2', 256), 
('AES128-CCM8', 'TLSv1.2', 128), ('AES128-CCM', 'TLSv1.2', 128), 
('AES256-SHA256', 'TLSv1.2', 256), ('AES128-SHA256', 'TLSv1.2', 128), 
('AES256-SHA', 'SSLv3', 256), ('AES128-SHA', 'SSLv3', 128), 
('CAMELLIA256-SHA256', 'TLSv1.2', 256), ('CAMELLIA128-SHA256', 'TLSv1.2', 128), 
('CAMELLIA256-SHA', 'SSLv3', 256), ('CAMELLIA128-SHA', 'SSLv3', 128)]]} is not 
an instan
 ce of 

--
assignee: christian.heimes
components: SSL
messages: 307972
nosy: amitg-b14, christian.heimes
priority: normal
severity: normal
status: open
title: test_ssl test failed on Fedora 27
versions: Python 3.7

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32271>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/getcompiler.c.patch

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28578>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 to the next line,

[aghadge@localhost build]$ ./python 
Python 3.7.0a0 (default:7aa001a48120+, Nov  1 2016, 14:05:04)
[GCC 5.3.1 20160406 (Red Hat 5.3.1-6)] on linux

--
nosy: +eric.snow, steve.dower
versions: +Python 2.7, Python 3.4

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28578>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28578>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com