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:
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)
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
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
and
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.
Reg
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