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

NetBSD 1.4.3, a.out, shared modules #37050

Closed
lord-silk mannequin opened this issue Aug 17, 2002 · 4 comments
Closed

NetBSD 1.4.3, a.out, shared modules #37050

lord-silk mannequin opened this issue Aug 17, 2002 · 4 comments
Assignees
Labels
build The build process and cross-build

Comments

@lord-silk
Copy link
Mannequin

lord-silk mannequin commented Aug 17, 2002

BPO 596576
Nosy @loewis
Files
  • patch.configure.in: NetBSD ldshared patch to configure.in
  • 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 = 'https://github.com/loewis'
    closed_at = <Date 2002-09-30.11:19:42.000>
    created_at = <Date 2002-08-17.21:45:58.000>
    labels = ['build']
    title = 'NetBSD 1.4.3, a.out, shared modules'
    updated_at = <Date 2002-09-30.11:19:42.000>
    user = 'https://bugs.python.org/lord-silk'

    bugs.python.org fields:

    activity = <Date 2002-09-30.11:19:42.000>
    actor = 'loewis'
    assignee = 'loewis'
    closed = True
    closed_date = None
    closer = None
    components = ['Build']
    creation = <Date 2002-08-17.21:45:58.000>
    creator = 'lord-silk'
    dependencies = []
    files = ['593']
    hgrepos = []
    issue_num = 596576
    keywords = []
    message_count = 4.0
    messages = ['12044', '12045', '12046', '12047']
    nosy_count = 2.0
    nosy_names = ['loewis', 'lord-silk']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue596576'
    versions = ['Python 2.2']

    @lord-silk
    Copy link
    Mannequin Author

    lord-silk mannequin commented Aug 17, 2002

    Because of check in configure, it is using on a.out system ld to link shared
    modules on a.out NetBSD. But it is run with both -Wl,-R and so it won't
    build any module ending in unusable installation. Had to modify configure to
    get the package installed correctly.

    @lord-silk lord-silk mannequin closed this as completed Aug 17, 2002
    @lord-silk lord-silk mannequin assigned loewis Aug 17, 2002
    @lord-silk lord-silk mannequin added the build The build process and cross-build label Aug 17, 2002
    @lord-silk lord-silk mannequin closed this as completed Aug 17, 2002
    @lord-silk lord-silk mannequin assigned loewis Aug 17, 2002
    @lord-silk lord-silk mannequin added the build The build process and cross-build label Aug 17, 2002
    @loewis
    Copy link
    Mannequin

    loewis mannequin commented Sep 4, 2002

    Logged In: YES
    user_id=21627

    Could you kindly provide a patch to configure.in?

    @lord-silk
    Copy link
    Mannequin Author

    lord-silk mannequin commented Sep 24, 2002

    Logged In: YES
    user_id=123442

    Here is patchs, sorry for the delay.
    It set for all NetBSD's LDSHARED to "cc" and not to "ld". Previously it used "ld" on
    a.out systems, but on some systems it was necessary to change it to "cc" - on my, and
    some others i read about in archives of some mailinglist. No one reported that "cc"
    was not working on his a.out system, so i think it should be "cc" on every NetBSD.

    @loewis
    Copy link
    Mannequin

    loewis mannequin commented Sep 30, 2002

    Logged In: YES
    user_id=21627

    Thanks for the patch, committed as

    configure 1.337 and 1.279.6.11;
    conifugure.in 1.348; 1.288.6.11;

    @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