[issue1357] 3.0a1 make test Error on Solaris w/ SUN C/C++

2007-10-29 Thread Guido van Rossum
Guido van Rossum added the comment: Closing. The make fatal error is just what make prints when a command fails with a nonzero exit code; regrtest.py returns a nonzero exit code to the shell for just this purpose. -- resolution: -> invalid status: open -> closed __

[issue1357] 3.0a1 make test Error on Solaris w/ SUN C/C++

2007-10-29 Thread Jean Brouwers
Jean Brouwers added the comment: Close it for now. Once I have the missing packages installed I will try again. My main concern was not the actual test failures, but the make test *** Error 1 ... itself. __ Tracker <[EMAIL PROTECTED]>

[issue1357] 3.0a1 make test Error on Solaris w/ SUN C/C++

2007-10-29 Thread Guido van Rossum
Guido van Rossum added the comment: If this report is simply due to the lack of certain required packages, can it just be closed as invalid? -- nosy: +gvanrossum __ Tracker <[EMAIL PROTECTED]> ___

[issue1357] 3.0a1 make test Error on Solaris w/ SUN C/C++

2007-10-29 Thread Christian Heimes
Christian Heimes added the comment: Please run the test suite in verbose mode and attach the output: $ ./python Lib/test/regrtest.py -v test_cookielib test_email test_fileio test_pipes test_uuid You seem to missing some packages to build additional extensions. Can you install sqlite, openssl, r

[issue1357] 3.0a1 make test Error on Solaris w/ SUN C/C++

2007-10-29 Thread Jean Brouwers
New submission from Jean Brouwers: The 3.0a1 Solaris build (see issue #1356) fails at the end of make test with the following error: test_zlib 278 tests OK. 5 tests failed: test_cookielib test_email test_fileio test_pipes test_uuid 39 tests skipped: test_aepack test_applesingle te