Peter Bray added the comment:
While I have not tested the patch provided, the following ls(1) command on Sun
Solaris 10 Update 8 and Oracle Solaris 10 Update 11, show that on (at least)
X86 systems, there is no -lcrypt for 64-bit builds. So a patch is required on
64-bit builds, and possibly
Peter Bray added the comment:
Terry,
I no longer have easy access to SPARC64 systems (they are in boxes), so
unfortunately I will not be able to contribute to this issue in the near
future.
Peter
--
components: -Tests
___
Python tracker
<h
New submission from Peter Bray :
Solaris 10's id(1M) does not support the "-G" option, so we get the following:
% ./python -m test test_posix
[1/1] test_posix
id: illegal option -- G
Usage: id [-ap] [user]
1 test OK.
The code already tests that id -G (std) output, and assume
Peter Bray added the comment:
Sorry for the internet lifetime I've been away.
I have tested the patch provided against the released 3.1 distribution
and all tests pass without coredumping or failing on Solaris 10 Update 6
with gcc 4.1.2. The 3.1 distribution with the patch was built and t
New submission from Peter Bray :
Greetings,
I have downloaded and compiled Python 3.1b1 on Solaris 10 Update 6
with GCC 4.1.2 on {SPARC,x86} x {32-bit,64-bit} and encountered only one
test harness failure, which was on SPARC 64-bit.
Included below are the initial details, is there