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

avoid runtime library path for extensions found in system directories #59439

Closed
doko42 opened this issue Jul 1, 2012 · 4 comments
Closed

avoid runtime library path for extensions found in system directories #59439

doko42 opened this issue Jul 1, 2012 · 4 comments
Assignees
Labels
build The build process and cross-build

Comments

@doko42
Copy link
Member

doko42 commented Jul 1, 2012

BPO 15234
Nosy @Yhg1s, @doko42
Files
  • avoid-rpath.diff
  • 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/doko42'
    closed_at = <Date 2014-04-17.15:56:54.118>
    created_at = <Date 2012-07-01.08:29:13.707>
    labels = ['build']
    title = 'avoid runtime library path for extensions found in system directories'
    updated_at = <Date 2014-04-17.15:56:54.117>
    user = 'https://github.com/doko42'

    bugs.python.org fields:

    activity = <Date 2014-04-17.15:56:54.117>
    actor = 'doko'
    assignee = 'doko'
    closed = True
    closed_date = <Date 2014-04-17.15:56:54.118>
    closer = 'doko'
    components = ['Build']
    creation = <Date 2012-07-01.08:29:13.707>
    creator = 'doko'
    dependencies = []
    files = ['34946']
    hgrepos = []
    issue_num = 15234
    keywords = ['patch']
    message_count = 4.0
    messages = ['164460', '216700', '216701', '216702']
    nosy_count = 3.0
    nosy_names = ['twouters', 'doko', 'python-dev']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue15234'
    versions = ['Python 3.3']

    @doko42
    Copy link
    Member Author

    doko42 commented Jul 1, 2012

    if a runtime library path is passed to build an extension, it always ends up in the .so file. it's not needed, so avoid runtime library path for extensions found in system directories.

    @doko42 doko42 self-assigned this Jul 1, 2012
    @doko42 doko42 added the build The build process and cross-build label Jul 1, 2012
    @doko42
    Copy link
    Member Author

    doko42 commented Apr 17, 2014

    updated patch, reviewed by Thomas, checked that rpath is not added, and the the extensions still build.

    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Apr 17, 2014

    New changeset 1a00e04a233d by doko in branch '3.4':

    @doko42
    Copy link
    Member Author

    doko42 commented Apr 17, 2014

    fixed

    @doko42 doko42 closed this as completed Apr 17, 2014
    @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
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant