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

'make install' fails installation of man pages for Python 2.7.10 on Unixware 7.1.4 #68803

Closed
ronbarak mannequin opened this issue Jul 12, 2015 · 2 comments
Closed

'make install' fails installation of man pages for Python 2.7.10 on Unixware 7.1.4 #68803

ronbarak mannequin opened this issue Jul 12, 2015 · 2 comments

Comments

@ronbarak
Copy link
Mannequin

ronbarak mannequin commented Jul 12, 2015

BPO 24615
Files
  • make_install_fail.PNG: 'make install' fails the installation of man pages
  • make_install_fail.PNG: 'make install' fails the installation of man pages
  • 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 2015-07-12.11:45:40.135>
    created_at = <Date 2015-07-12.11:36:55.106>
    labels = ['expert-installation']
    title = "'make install' fails installation of man pages for Python 2.7.10 on Unixware 7.1.4"
    updated_at = <Date 2015-07-12.11:45:40.134>
    user = 'https://bugs.python.org/ronbarak'

    bugs.python.org fields:

    activity = <Date 2015-07-12.11:45:40.134>
    actor = 'ronbarak'
    assignee = 'none'
    closed = True
    closed_date = <Date 2015-07-12.11:45:40.135>
    closer = 'ronbarak'
    components = ['Installation']
    creation = <Date 2015-07-12.11:36:55.106>
    creator = 'ronbarak'
    dependencies = []
    files = ['39910', '39911']
    hgrepos = []
    issue_num = 24615
    keywords = []
    message_count = 2.0
    messages = ['246646', '246647']
    nosy_count = 1.0
    nosy_names = ['ronbarak']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue24615'
    versions = ['Python 2.7']

    @ronbarak
    Copy link
    Mannequin Author

    ronbarak mannequin commented Jul 12, 2015

    I wanted to add Python 2.7 to Unix.
    I downloaded the sources to the VirtualBox on which the Unix is installed.

    ./configure is successful.
    make is successful after I manually applied the changes in http://bugs.python.org/issue24611

    However, 'make install' fails the installation of man pages (see attached).

    (Note that Python 2.7.10 is installed and is accessible as /usr/local/bin/python2.7)

    ./configure --prefix=/usr \
    --enable-shared \
    --with-system-expat \

    without problems.

    However, when I try to run make, it fails on:

    cc –Kpthread –Wl,-Bexport –o python Modules/python.o libpython2.7.a -lsocket –lnsl –lpthread –ldl –lm

    Undefined first referenced
    symbol in file
    _PyInt_FromDev libpython2.7.a(posixmodule.o)
    UX:ld: ERROR: Symbol referencing errors. No output written to python
    *** Error code 1 (bu21)
    UX:make: ERROR: fatal error.

    Environment:

    OS Unixware 7.1.4
    Python 2.7.10
    CC Optimizing C Compilation System (CCS) 4.2 05/11/04 (ux714.bl3af)

    @ronbarak ronbarak mannequin added build The build process and cross-build topic-installation and removed build The build process and cross-build labels Jul 12, 2015
    @ronbarak
    Copy link
    Mannequin Author

    ronbarak mannequin commented Jul 12, 2015

    EDIT 1 (cut and paste had some extraneous data):

    I wanted to add Python 2.7 to Unix.
    I downloaded the sources to the VirtualBox on which the Unix is installed.

    ./configure is successful.
    make is successful after I manually applied the changes in http://bugs.python.org/issue24611

    However, 'make install' fails the installation of man pages (see attached).

    (Note that Python 2.7.10 is installed and is accessible as /usr/local/bin/python2.7)

    Environment:

    OS Unixware 7.1.4
    Python 2.7.10
    CC Optimizing C Compilation System (CCS) 4.2 05/11/04 (ux714.bl3af)

    @ronbarak ronbarak mannequin closed this as completed Jul 12, 2015
    @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
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants