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

Build with dtrace is broken on some systems #81396

Closed
kulikjak mannequin opened this issue Jun 10, 2019 · 3 comments
Closed

Build with dtrace is broken on some systems #81396

kulikjak mannequin opened this issue Jun 10, 2019 · 3 comments
Labels
3.8 only security fixes build The build process and cross-build

Comments

@kulikjak
Copy link
Mannequin

kulikjak mannequin commented Jun 10, 2019

BPO 37215
Nosy @miss-islington, @kulikjak
PRs
  • bpo-37215: Fix compilation with dtrace #13939
  • bpo-37215: Fix dtrace issue introduce by bpo-36842 #13940
  • [3.8] bpo-37215: Fix dtrace issue introduce by bpo-36842 (GH-13940) #13942
  • 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 2019-06-11.12:29:53.586>
    created_at = <Date 2019-06-10.13:22:53.991>
    labels = ['build', '3.8']
    title = 'Build with dtrace is broken on some systems'
    updated_at = <Date 2019-06-11.12:29:53.586>
    user = 'https://github.com/kulikjak'

    bugs.python.org fields:

    activity = <Date 2019-06-11.12:29:53.586>
    actor = 'kulikjak'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-06-11.12:29:53.586>
    closer = 'kulikjak'
    components = ['Build']
    creation = <Date 2019-06-10.13:22:53.991>
    creator = 'kulikjak'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 37215
    keywords = ['patch']
    message_count = 3.0
    messages = ['345128', '345130', '345132']
    nosy_count = 2.0
    nosy_names = ['miss-islington', 'kulikjak']
    pr_nums = ['13939', '13940', '13942']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue37215'
    versions = ['Python 3.8']

    @kulikjak
    Copy link
    Mannequin Author

    kulikjak mannequin commented Jun 10, 2019

    After the integration of https://bugs.python.org/issue36842, build with dtrace is broken on systems where files that reference DTrace probes need to be modified in-place by dtrace (e.g., Solaris).

    The reason for that is that Python/sysmodule.o, which newly contains some dtrace references, was not added to DTRACE_DEPS.

    @kulikjak kulikjak mannequin added 3.8 only security fixes build The build process and cross-build labels Jun 10, 2019
    @miss-islington
    Copy link
    Contributor

    New changeset 8a8b59c by Miss Islington (bot) (Christian Heimes) in branch 'master':
    bpo-37215: Fix dtrace issue introduce by bpo-36842 (GH-13940)
    8a8b59c

    @miss-islington
    Copy link
    Contributor

    New changeset bac6e63 by Miss Islington (bot) in branch '3.8':
    bpo-37215: Fix dtrace issue introduce by bpo-36842 (GH-13940)
    bac6e63

    @kulikjak kulikjak mannequin closed this as completed Jun 11, 2019
    @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
    3.8 only security fixes build The build process and cross-build
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant