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

Digital Unix build fails to create ccpython.o #39550

Closed
perlgrrl mannequin opened this issue Nov 14, 2003 · 7 comments
Closed

Digital Unix build fails to create ccpython.o #39550

perlgrrl mannequin opened this issue Nov 14, 2003 · 7 comments
Labels
build The build process and cross-build

Comments

@perlgrrl
Copy link
Mannequin

perlgrrl mannequin commented Nov 14, 2003

BPO 842171
Nosy @tiran
Files
  • Makefile: Makefile for Python 2.3.2 on Digital Unix V4.0E
  • 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 2008-01-04.20:00:29.857>
    created_at = <Date 2003-11-14.15:44:40.000>
    labels = ['build']
    title = 'Digital Unix build fails to create ccpython.o'
    updated_at = <Date 2008-01-04.20:00:29.856>
    user = 'https://bugs.python.org/perlgrrl'

    bugs.python.org fields:

    activity = <Date 2008-01-04.20:00:29.856>
    actor = 'christian.heimes'
    assignee = 'anthonybaxter'
    closed = True
    closed_date = <Date 2008-01-04.20:00:29.857>
    closer = 'christian.heimes'
    components = ['Build']
    creation = <Date 2003-11-14.15:44:40.000>
    creator = 'perlgrrl'
    dependencies = []
    files = ['1098']
    hgrepos = []
    issue_num = 842171
    keywords = []
    message_count = 7.0
    messages = ['19000', '19001', '19002', '19003', '19004', '19005', '59258']
    nosy_count = 4.0
    nosy_names = ['nnorwitz', 'anthonybaxter', 'perlgrrl', 'christian.heimes']
    pr_nums = []
    priority = 'normal'
    resolution = 'out of date'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue842171'
    versions = []

    @perlgrrl
    Copy link
    Mannequin Author

    perlgrrl mannequin commented Nov 14, 2003

    I am attempting to install Python 2.3.2 on Digital Unix
    V40.E (Revision 1091). The make goes nearly all the way
    through, then crashes:

    Can't open Modules/ccpython.o (No such file or
    directory)

    The same thing happens with Python 2.3.1 and 2.1.3.

    The configure command I used was

    ./configure --with-cxx=/usr/bin/cc --without-gcc

    (I know what you're thinking: try it with gcc. Well, I
    tried building gcc, and it gave me even more problems
    than Python.)

    The Makefile is attached.

    Thank you for any enlightenment you can provide.

    @perlgrrl perlgrrl mannequin assigned anthonybaxter Nov 14, 2003
    @perlgrrl perlgrrl mannequin added the build The build process and cross-build label Nov 14, 2003
    @perlgrrl perlgrrl mannequin assigned anthonybaxter Nov 14, 2003
    @perlgrrl perlgrrl mannequin added the build The build process and cross-build label Nov 14, 2003
    @nnorwitz
    Copy link
    Mannequin

    nnorwitz mannequin commented Nov 15, 2003

    Logged In: YES
    user_id=33168

    Did you try either of these:
    ./configure --without-gcc
    ./configure --without-cxx --without-gcc

    ?

    @perlgrrl
    Copy link
    Mannequin Author

    perlgrrl mannequin commented Nov 17, 2003

    Logged In: YES
    user_id=908617

    The build finally worked when I used the second configure
    command you recommended:

    ./configure --without-cxx --without-gcc

    Thank you for your help!

    This is what happened when I ran make test:

    212 tests OK.
    10 tests failed:
    test_fcntl test_format test_nis test_openpty test_poll
    test_popen
    test_popen2 test_pty test_select test_tempfile
    33 tests skipped:
    test_aepack test_al test_audioop test_bsddb test_bsddb3
    test_bz2
    test_cd test_cl test_curses test_dl test_email_codecs
    test_gdbm
    test_gl test_imageop test_imgfile test_linuxaudiodev
    test_locale
    test_macfs test_macostools test_mpz test_normalization
    test_ossaudiodev test_pep277 test_plistlib test_rgbimg
    test_scriptpackages test_socket_ssl test_socketserver
    test_sunaudiodev test_timeout test_urllibnet test_winreg
    test_winsound
    Ask someone to teach regrtest.py about which tests are
    expected to get skipped on osf1V4.
    *** Exit 1
    Stop.

    Fortunately, make install worked anyway.
    Thanks again!

    @nnorwitz
    Copy link
    Mannequin

    nnorwitz mannequin commented Nov 18, 2003

    Logged In: YES
    user_id=33168

    Is there anything that should be done or can this bug report
    be closed?

    As for the failed tests, it looks like socket and select
    modules didn't build. Probably others. I doubt anyone has
    access to a box with dec unix 4. So you will probably need
    to resolve these problems yourself.

    @anthonybaxter
    Copy link
    Mannequin

    anthonybaxter mannequin commented Nov 18, 2003

    Logged In: YES
    user_id=29957

    Pretty sure there's a Digital Unix 4.0 box in the HP
    testdrive farm. I'll look into it in a few weeks if no-one
    gets to it before then.

    @perlgrrl
    Copy link
    Mannequin Author

    perlgrrl mannequin commented Nov 18, 2003

    Logged In: YES
    user_id=908617

    The one Python script that we really needed to get running
    worked fine after the install, so at this point I'm not worried
    about whatever modules didn't build.

    Thanks again for all the help.

    @tiran
    Copy link
    Member

    tiran commented Jan 4, 2008

    Digital Unix is no longer officially supported. If somebody needs Python
    on the system please open a new bug and provide some patches.

    @tiran tiran closed this as completed Jan 4, 2008
    @tiran tiran closed this as completed Jan 4, 2008
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    build The build process and cross-build
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant