Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.0a1 make test Error on Solaris w/ SUN C/C++ #45698

Closed
MrJean1 mannequin opened this issue Oct 29, 2007 · 6 comments
Closed

3.0a1 make test Error on Solaris w/ SUN C/C++ #45698

MrJean1 mannequin opened this issue Oct 29, 2007 · 6 comments
Labels
tests Tests in the Lib/test dir

Comments

@MrJean1
Copy link
Mannequin

MrJean1 mannequin commented Oct 29, 2007

BPO 1357
Nosy @gvanrossum, @tiran
Files
  • log.make_test
  • log.verbose
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2007-10-29.21:27:59.018>
    created_at = <Date 2007-10-29.17:08:03.677>
    labels = ['invalid', 'tests']
    title = '3.0a1 make test Error on  Solaris w/ SUN C/C++'
    updated_at = <Date 2007-10-29.21:27:59.017>
    user = 'https://bugs.python.org/MrJean1'

    bugs.python.org fields:

    activity = <Date 2007-10-29.21:27:59.017>
    actor = 'gvanrossum'
    assignee = 'none'
    closed = True
    closed_date = <Date 2007-10-29.21:27:59.018>
    closer = 'gvanrossum'
    components = ['Tests']
    creation = <Date 2007-10-29.17:08:03.677>
    creator = 'MrJean1'
    dependencies = []
    files = ['8652', '8656']
    hgrepos = []
    issue_num = 1357
    keywords = []
    message_count = 6.0
    messages = ['56910', '56918', '56922', '56931', '56932', '56934']
    nosy_count = 3.0
    nosy_names = ['gvanrossum', 'christian.heimes', 'MrJean1']
    pr_nums = []
    priority = 'normal'
    resolution = 'not a bug'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue1357'
    versions = ['Python 3.0']

    @MrJean1
    Copy link
    Mannequin Author

    MrJean1 mannequin commented Oct 29, 2007

    The 3.0a1 Solaris build (see issue bpo-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 test_bsddb test_bsddb3
    test_codecmaps_cn test_codecmaps_hk test_codecmaps_jp
    test_codecmaps_kr test_codecmaps_tw test_ctypes test_curses
    test_gdbm test_hashlib test_hmac test_macostools
    test_normalization test_ossaudiodev test_pep277 test_plistlib
    test_scriptpackages test_socket_ssl test_socketserver test_sqlite
    test_ssl test_startfile test_sundry test_tarfile test_tcl
    test_timeout test_unicode_file test_unicodedata test_urllib2
    test_urllib2_localnet test_urllib2net test_urllibnet test_winreg
    test_winsound test_xmlrpc_net test_zipfile64
    11 skips unexpected on sunos5:
    test_hashlib test_hmac test_urllib2_localnet test_urllib2net
    test_ctypes test_urllib2 test_tcl test_sundry test_ssl
    test_tarfile test_unicodedata
    *** Error code 1
    make: Fatal error: Command failed for target `test'

    The entire log of make test is attached. If you need other make or
    configure logs or if I should rebuild with other options, let me know.

    @MrJean1 MrJean1 mannequin added the tests Tests in the Lib/test dir label Oct 29, 2007
    @tiran
    Copy link
    Member

    tiran commented Oct 29, 2007

    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, readline, TCL/TK, curses and BSDDB?

    @MrJean1
    Copy link
    Mannequin Author

    MrJean1 mannequin commented Oct 29, 2007

    Unfortunately, I can't install the missing package right now. But here is
    to log file from the verbose tests. It looks like all errors are due to
    the missing _md5 module.

    @gvanrossum
    Copy link
    Member

    If this report is simply due to the lack of certain required packages,
    can it just be closed as invalid?

    @MrJean1
    Copy link
    Mannequin Author

    MrJean1 mannequin commented Oct 29, 2007

    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.

    @gvanrossum
    Copy link
    Member

    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.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    tests Tests in the Lib/test dir
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants