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

Ignored LDFLAGS during linking libpython$(VERSION).so #47928

Closed
Arfrever mannequin opened this issue Aug 25, 2008 · 5 comments
Closed

Ignored LDFLAGS during linking libpython$(VERSION).so #47928

Arfrever mannequin opened this issue Aug 25, 2008 · 5 comments
Assignees
Labels
build The build process and cross-build easy

Comments

@Arfrever
Copy link
Mannequin

Arfrever mannequin commented Aug 25, 2008

BPO 3678
Nosy @gpshead
Files
  • python-respect_LDFLAGS.patch: python-respect_LDFLAGS.patch
  • ldflags-ldlast-gps01.diff: use LDFLAGS and LDLAST when linking shared libraries
  • 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/gpshead'
    closed_at = <Date 2008-09-22.00:23:05.042>
    created_at = <Date 2008-08-25.20:28:01.794>
    labels = ['easy', 'build']
    title = 'Ignored LDFLAGS during linking libpython$(VERSION).so'
    updated_at = <Date 2008-09-22.00:23:05.041>
    user = 'https://bugs.python.org/Arfrever'

    bugs.python.org fields:

    activity = <Date 2008-09-22.00:23:05.041>
    actor = 'gregory.p.smith'
    assignee = 'gregory.p.smith'
    closed = True
    closed_date = <Date 2008-09-22.00:23:05.042>
    closer = 'gregory.p.smith'
    components = ['Build']
    creation = <Date 2008-08-25.20:28:01.794>
    creator = 'Arfrever'
    dependencies = []
    files = ['11253', '11280']
    hgrepos = []
    issue_num = 3678
    keywords = ['patch', 'easy']
    message_count = 5.0
    messages = ['71952', '72060', '72157', '72313', '73544']
    nosy_count = 3.0
    nosy_names = ['gregory.p.smith', 'hawking', 'Arfrever']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue3678'
    versions = ['Python 2.5', 'Python 3.0']

    @Arfrever
    Copy link
    Mannequin Author

    Arfrever mannequin commented Aug 25, 2008

    LDFLAGS are ignored during linking libpython$(VERSION).so.

    (LDFLAGS are respected during linking $(BUILDPYTHON) and $(PGEN).)

    @Arfrever Arfrever mannequin added the build The build process and cross-build label Aug 25, 2008
    @gpshead gpshead self-assigned this Aug 28, 2008
    @gpshead
    Copy link
    Member

    gpshead commented Aug 28, 2008

    I think this ldflags-ldlast patch (added) is whats really needed.

    @gpshead gpshead added the easy label Aug 28, 2008
    @Arfrever
    Copy link
    Mannequin Author

    Arfrever mannequin commented Aug 29, 2008

    I'm confirming that the newer patch also fixes this bug.

    @gpshead
    Copy link
    Member

    gpshead commented Sep 2, 2008

    committed to trunk r66141.

    leaving open until i verify that this makes it into py3k and for a
    backport to release25-maint.

    @gpshead
    Copy link
    Member

    gpshead commented Sep 22, 2008

    already merged in py3k.

    committed to release25-maint in r66547.

    @gpshead gpshead closed this as completed Sep 22, 2008
    @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
    build The build process and cross-build easy
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant