[issue4551] The python 2.6.1 source distribution is missing Doc/tools/sphinxext
New submission from Andreas Kupries <[EMAIL PROTECTED]>: The directory Doc/tools/sphinxext is missing in the Python 2.6.1 source distribution. This breaks building the html help. The directory is present in the Python 2.6 source distribution. -- components: Installation messages: 77061 nosy: andreask severity: normal status: open title: The python 2.6.1 source distribution is missing Doc/tools/sphinxext versions: Python 2.6 ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue4551> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue5113] 2.5.4.3 / test_posix failing on HPUX systems
New submission from Andreas Kupries : The 'test_posix' of Python's 2.5.4.3 testsuite fails on HPUX. This has happened on parisc and ia64 systems. On the parisc system failure occurs for both parisc1.1 and parisc2.0w builds. The HPUX versions are 11.00 (parisc) and 11.22 (ia64). The attached file contains the output of executing ./apy/bin/python2.5 ./apy/lib/python2.5/test/regrtest.py -v test_posix -- components: Tests files: bug-test_posix-hpux.log messages: 80835 nosy: andreask severity: normal status: open title: 2.5.4.3 / test_posix failing on HPUX systems type: behavior versions: Python 2.5 Added file: http://bugs.python.org/file12897/bug-test_posix-hpux.log ___ Python tracker <http://bugs.python.org/issue5113> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue5114] 2.5.4.3 / test_threading hangs
New submission from Andreas Kupries : On two machines I have seen test_threading hang in ... HPUX 11.22 ia64, Solaris 5.8 sparc The attached file contains the output of running ./apy/bin/python2.5 ./apy/lib/python2.5/test/regrtest.py -v test_threading on the problematic machines. It is necessary to kill one of the subprocesses to force forward progress. A partial output of 'ps -ef' on the HPUX machine is andreask 26601 26552 0 12:13:50 pts/1 0:00 ./apy/bin/python2.5 ./apy/lib/python2.5/test/regrtest.py -v tes andreask 26657 26601 0 12:14:26 pts/1 0:00 /home/andreask/tmp/autotest/apy/bin/python2.5 -c if 1:^J andreask 26658 26657 0 12:14:26 pts/1 0:00 /home/andreask/tmp/autotest/apy/bin/python2.5 -c if 1:^J And I usually kill the bottom most process. -- components: Tests files: bug-test_threading-hpux-solaris.log messages: 80836 nosy: andreask severity: normal status: open title: 2.5.4.3 / test_threading hangs versions: Python 2.5 Added file: http://bugs.python.org/file12898/bug-test_threading-hpux-solaris.log ___ Python tracker <http://bugs.python.org/issue5114> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue5113] 2.5.4.3 / test_posix failing on HPUX systems
Andreas Kupries added the comment: Yes. Session log: andre...@bertha:~/tmp/x> ll total 0 andre...@bertha:~/tmp/x> touch foobar andre...@bertha:~/tmp/x> ll total 0 -rw-rw-r-- 1 andreask DomainUsers 0 Feb 2 10:17 foobar andre...@bertha:~/tmp/x> chown root foobar andre...@bertha:~/tmp/x> ll total 0 -rw-rw-r-- 1 root DomainUsers 0 Feb 2 10:17 foobar ___ Python tracker <http://bugs.python.org/issue5113> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue5113] 2.5.4.3 / test_posix failing on HPUX systems
Andreas Kupries added the comment: I do not know if this is standard for hpux or not. I can say that right now we have six different HPUX machines which behave in this manner, i.e. do not throw an error for the 'chown root foobar' command for an ordinary (non-root) user. Regarding the platform codes, here are the results. andre...@bertha:~/tmp/autotest> ./apy/bin/python2.5 ActivePython 2.5.4.3 (ActiveState Software Inc.) based on Python 2.5.4 (r254:67916, Jan 20 2009, 14:48:58) [C] on hp-ux11 Type "help", "copyright", "credits" or "license" for more information. >>> import sys, platform >>> sys.platform 'hp-ux11' >>> platform.system() 'HP-UX' >>> quit() The six machines I mentioned are bertha - HP-UX 11.00 (PA-RISC) bigsur03 - HP-UX 11.22 (Itanium) hpa180 - HP-UX 11.00 (PA-RISC) bigsur03 - HP-UX 11.22 (Itanium) hpl3000 - HP-UX 11.23 (PA-RISC) bigsur05 - HP-UX 11.32 (Itanium) ___ Python tracker <http://bugs.python.org/issue5113> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue5113] 2.5.4.3 / test_posix failing on HPUX systems
Andreas Kupries added the comment: Yes, that does fail with error 'not owner'. andre...@bertha:~/tmp> mkdir x andre...@bertha:~/tmp> cd x andre...@bertha:~/tmp/x> touch foobar andre...@bertha:~/tmp/x> ll total 0 -rw-rw-r-- 1 andreask DomainUsers 0 Feb 2 15:06 foobar andre...@bertha:~/tmp/x> chown root foobar andre...@bertha:~/tmp/x> ll total 0 -rw-rw-r-- 1 root DomainUsers 0 Feb 2 15:06 foobar andre...@bertha:~/tmp/x> chown andreask foobar foobar: Not owner andre...@bertha:~/tmp/x> ___ Python tracker <http://bugs.python.org/issue5113> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com