New submission from Orion Poplawski :
fail2ban currently relies on 2to3 for python 3 support. Build now fails with
python 3.9:
Traceback (most recent call last):
File "/builddir/build/BUILD/fail2ban-0.11.1/bin/fail2ban-testcases", line 61,
in
tests = gatherTests(regexps, op
New submission from Orion Poplawski:
Trying to build Python 3.4.0 for Fedora we are seeing test_asyncio
test_subprocess_send_signal hang every time, on all architectures.
Unfortunately I cannot reproduce this locally. These builds are done inside of
chroots, and the host has the kernel
Orion Poplawski added the comment:
Hmm, looking at things a little closer, it looks like the SIGHUP is arriving
very early, perhaps too early?
--
___
Python tracker
<http://bugs.python.org/issue21
Orion Poplawski added the comment:
It may also be possible that something has set the SIGHUP handler to SIG_IGN
when the test is run.
--
___
Python tracker
<http://bugs.python.org/issue21
Orion Poplawski added the comment:
Looks like in the Fedora koji builds, the SIGHUP sigaction is set to SIG_IGN,
which causes the processes that the python tests are trying to kill with SIGHUP
not to die. Perhaps the koji builders should not be doing that, perhaps the
python tests should
Orion Poplawski added the comment:
We have determined that the koji builder is indeed setting the SIGHUP sigaction
to SIG_IGN, which the python test is inheriting, and are working on trying to
get that fixed. However, it may be worth considering something like
https://github.com/pexpect
Orion Poplawski added the comment:
That appears to work. Thanks!
--
___
Python tracker
<http://bugs.python.org/issue21247>
___
___
Python-bugs-list mailin
Orion Poplawski added the comment:
I'm really sorry, I thought I had done the test build properly, but a second
attempt has resulted in the same hang:
http://koji.fedoraproject.org/koji/taskinfo?taskID=7165208
So I don't think it does
Orion Poplawski added the comment:
I'm still seeing this test failure on EL6.8 with python 3.4.5:
[268/391] test_readline
testHistoryUpdates (test.test_readline.TestHistoryManipulation) ... ok
test_init (test.test_readline.TestReadline) ... test test_readline failed
Orion Poplawski added the comment:
Updating the version check to 6.1 as in the patch from Martin certainly avoids
the failing test.
--
___
Python tracker
<https://bugs.python.org/issue19
New submission from Orion Poplawski:
I'm seeing a segfault running the scipy 0.12 tests against numpy 1.7.1 with
python 3.3.1. The crash is here:
test_ticket_1645 (test_lapack.TestRegression) ...
Program received signal SIGSEGV, Segmentation fault.
PyErr_SetObject (exception=exception@
Orion Poplawski added the comment:
Despite numpy not calling the library properly, it stills seems to me that
python should not segfault due to not handling a null pointer. But thanks for
the help.
--
___
Python tracker
<http://bugs.python.
New submission from Orion Poplawski:
Fedora would like to enforce that python scripts installed into /usr/bin use
the "-s" option. We have tried to enforce this by doing:
python setup.py build --executable '/usr/bin/python2 -s'
However, as reported here: https:/
Orion Poplawski added the comment:
We're running into this building python 3.4.3 on EL6 ppc64. The os kernel is
4.7.2-201.fc24.ppc64, but the EL6 chroot kernel-headers are 2.6.32-642.4.2.el6.
Any progress here?
--
nosy: +opoplawski
___
P
14 matches
Mail list logo