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

the build of the shared modules is quiet/non-visible when GNU make gets passed macros #77575

Closed
doko42 opened this issue Apr 30, 2018 · 2 comments
Labels
3.7 (EOL) end of life 3.8 only security fixes build The build process and cross-build

Comments

@doko42
Copy link
Member

doko42 commented Apr 30, 2018

BPO 33394
Nosy @doko42, @iritkatriel
PRs
  • bpo-33394: Enable the verbose build for extension modules with GNU make #6659
  • bpo-33394 [3.7] Enable the verbose build for extension modules with GNU make (GH-6659) #6662
  • [3.6] bpo-33394: Enable the verbose build for extension modules with GNU make (GH-6659) #6663
  • Files
  • verbose.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 = None
    closed_at = <Date 2020-10-21.15:16:10.806>
    created_at = <Date 2018-04-30.17:29:31.189>
    labels = ['3.8', 'build', '3.7']
    title = 'the build of the shared modules is quiet/non-visible when GNU make gets passed macros'
    updated_at = <Date 2020-10-21.15:16:10.805>
    user = 'https://github.com/doko42'

    bugs.python.org fields:

    activity = <Date 2020-10-21.15:16:10.805>
    actor = 'iritkatriel'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-10-21.15:16:10.806>
    closer = 'iritkatriel'
    components = ['Build']
    creation = <Date 2018-04-30.17:29:31.189>
    creator = 'doko'
    dependencies = []
    files = ['47558']
    hgrepos = []
    issue_num = 33394
    keywords = ['patch']
    message_count = 2.0
    messages = ['315956', '378735']
    nosy_count = 2.0
    nosy_names = ['doko', 'iritkatriel']
    pr_nums = ['6659', '6662', '6663']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue33394'
    versions = ['Python 3.7', 'Python 3.8']

    @doko42
    Copy link
    Member Author

    doko42 commented Apr 30, 2018

    the build of the shared modules is quiet/non-visible when GNU make gets passed macros. This is was introduced by the change to support BSD make.

    GNU make adds all make macros passed on the command line to MAKEFLAGS. If one of these macros contains -s, the build of the extensions get quiet.

    Also print out how setup.py is called.

    @doko42 doko42 added the build The build process and cross-build label Apr 30, 2018
    @terryjreedy terryjreedy added 3.7 (EOL) end of life 3.8 only security fixes labels May 4, 2018
    @iritkatriel
    Copy link
    Member

    This seems complete, can it be closed?

    @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.7 (EOL) end of life 3.8 only security fixes build The build process and cross-build
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants