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

One more patch for --enable-shared #39546

Closed
ondrap mannequin opened this issue Nov 13, 2003 · 2 comments
Closed

One more patch for --enable-shared #39546

ondrap mannequin opened this issue Nov 13, 2003 · 2 comments
Labels
build The build process and cross-build

Comments

@ondrap
Copy link
Mannequin

ondrap mannequin commented Nov 13, 2003

BPO 841807
Nosy @loewis
Files
  • pythonbuild.patch: Patch that makes install not to ln -sf library, if there should not be such link
  • 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 2003-11-18.19:54:52.000>
    created_at = <Date 2003-11-13.23:12:19.000>
    labels = ['build']
    title = 'One more patch for --enable-shared'
    updated_at = <Date 2003-11-18.19:54:52.000>
    user = 'https://bugs.python.org/ondrap'

    bugs.python.org fields:

    activity = <Date 2003-11-18.19:54:52.000>
    actor = 'loewis'
    assignee = 'none'
    closed = True
    closed_date = None
    closer = None
    components = ['Build']
    creation = <Date 2003-11-13.23:12:19.000>
    creator = 'ondrap'
    dependencies = []
    files = ['5684']
    hgrepos = []
    issue_num = 841807
    keywords = ['patch']
    message_count = 2.0
    messages = ['44883', '44884']
    nosy_count = 2.0
    nosy_names = ['loewis', 'ondrap']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue841807'
    versions = ['Python 2.3']

    @ondrap
    Copy link
    Mannequin Author

    ondrap mannequin commented Nov 13, 2003

    There is a problem in the Makefile that during 'make
    install' rewrites the shared library name with the
    symbolic link, if on the platform they are defined to
    be the same in the config file. Currently this makes
    problem on HP-UX. This patch makes the install process
    first check if the names are the same and creates the
    link only if they are not.

    @ondrap ondrap mannequin closed this as completed Nov 13, 2003
    @ondrap ondrap mannequin added the build The build process and cross-build label Nov 13, 2003
    @ondrap ondrap mannequin closed this as completed Nov 13, 2003
    @ondrap ondrap mannequin added the build The build process and cross-build label Nov 13, 2003
    @loewis
    Copy link
    Mannequin

    loewis mannequin commented Nov 18, 2003

    Logged In: YES
    user_id=21627

    Thanks for the patch. Applied as Makefile.pre.in 1.136.6.3
    and 1.140.

    @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

    0 participants