[Python-bugs-list] [ python-Bugs-562552 ] build problems on DEC Unix 4.0f

noreply@sourceforge.net noreply@sourceforge.net
Thu, 30 May 2002 15:15:41 -0700


Bugs item #562552, was opened at 2002-05-30 21:08
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=562552&group_id=5470

Category: Build
Group: Python 2.2.1
>Status: Closed
>Resolution: Duplicate
Priority: 5
Submitted By: Garey Mills (gareytm)
Assigned to: Nobody/Anonymous (nobody)
Summary: build problems on DEC Unix 4.0f

Initial Comment:
Building with cc instead of gcc (as recommended) and with configure switch '--with-dec-threads' (also 
recommended. 'make test yields the following errors and messages:

test test_bsddb crashed -- bsddb.error: (22, 'Invalid argument')

test test_format produced unexpected output:
**********************************************************************
*** lines 2-3 of actual output doesn't appear in expected output after line 1:
+ '%#o' % 0 == '00' != '0'
+ u'%#o' % 0 == u'00' != '0'
**********************************************************************


2 tests failed:
    test_bsddb test_format
27 tests skipped:
    test_al test_audioop test_cd test_cl test_curses test_dl test_gdbm
    test_gl test_gzip test_imageop test_imgfile test_linuxaudiodev
    test_locale test_minidom test_nis test_ntpath test_pyexpat
    test_rgbimg test_sax test_socket_ssl test_socketserver
    test_sunaudiodev test_unicode_file test_winreg test_winsound
    test_zipfile test_zlib
Ask someone to teach regrtest.py about which tests are
expected to get skipped on osf1V4.


Are test failures important? Who do I ask "to teach regrtest.py about which tests are expected to get 
skipped on osf1V4"?

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2002-05-31 00:15

Message:
Logged In: YES 
user_id=21627

Duplicate of 562585


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=562552&group_id=5470