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

bolen-dmg-3.x: compiled failed with: blurb: command not found #76330

Closed
vstinner opened this issue Nov 27, 2017 · 7 comments
Closed

bolen-dmg-3.x: compiled failed with: blurb: command not found #76330

vstinner opened this issue Nov 27, 2017 · 7 comments
Labels
3.7 (EOL) end of life build The build process and cross-build OS-mac

Comments

@vstinner
Copy link
Member

BPO 32149
Nosy @db3l, @ronaldoussoren, @vstinner, @ned-deily, @zware
PRs
  • bpo-30487: revert automatically create a venv and install Sphinx whe… #4592
  • 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 2017-11-27.22:13:48.257>
    created_at = <Date 2017-11-27.16:29:29.475>
    labels = ['OS-mac', 'build', '3.7']
    title = 'bolen-dmg-3.x: compiled failed with: blurb: command not found'
    updated_at = <Date 2017-11-27.22:13:48.256>
    user = 'https://github.com/vstinner'

    bugs.python.org fields:

    activity = <Date 2017-11-27.22:13:48.256>
    actor = 'ned.deily'
    assignee = 'none'
    closed = True
    closed_date = <Date 2017-11-27.22:13:48.257>
    closer = 'ned.deily'
    components = ['Build', 'macOS']
    creation = <Date 2017-11-27.16:29:29.475>
    creator = 'vstinner'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 32149
    keywords = ['patch', 'buildbot']
    message_count = 7.0
    messages = ['307065', '307066', '307069', '307078', '307083', '307096', '307099']
    nosy_count = 5.0
    nosy_names = ['db3l', 'ronaldoussoren', 'vstinner', 'ned.deily', 'zach.ware']
    pr_nums = ['4592']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue32149'
    versions = ['Python 3.7']

    @vstinner
    Copy link
    Member Author

    /bin/sh: line 1: blurb: command not found

    http://buildbot.python.org/all/#/builders/69/builds/51

    Running make frameworkinstallextras
    (...)
    copy /Users/db3l/buildarea.dmg/bolen-dmg-3.x/build/Mac/../Tools/unittestgui/README.txt /Users/db3l/buildarea.dmg/bolen-dmg-3.x/build/dmg/_root/Library/Frameworks/Python.framework/Versions/3.7/share/doc/python3.7/examples/Tools/unittestgui/README.txt
    copy /Users/db3l/buildarea.dmg/bolen-dmg-3.x/build/Mac/../Tools/unittestgui/unittestgui.py /Users/db3l/buildarea.dmg/bolen-dmg-3.x/build/dmg/_root/Library/Frameworks/Python.framework/Versions/3.7/share/doc/python3.7/examples/Tools/unittestgui/unittestgui.py
    Copying required shared libraries
    Fix file modes
    Install python documentation
    rm -rf build/* ./venv/*
    make: `venv' is up to date.
    /bin/sh: line 1: blurb: command not found
    make: *** [build] Error 127
    Traceback (most recent call last):
    mkdir -p build
    Building NEWS from Misc/NEWS.d with blurb
      File "/Users/db3l/buildarea.dmg/bolen-dmg-3.x/build/Mac/BuildScript/build-installer.py", line 1659, in <module>
        main()
      File "/Users/db3l/buildarea.dmg/bolen-dmg-3.x/build/Mac/BuildScript/build-installer.py", line 1621, in main
        buildPythonDocs()
      File "/Users/db3l/buildarea.dmg/bolen-dmg-3.x/build/Mac/BuildScript/build-installer.py", line 1094, in buildPythonDocs
        runCommand('make html PYTHON=venv/bin/python')
      File "/Users/db3l/buildarea.dmg/bolen-dmg-3.x/build/Mac/BuildScript/build-installer.py", line 531, in runCommand
        raise RuntimeError("command failed: %s"%(commandline,))
    RuntimeError: command failed: make html PYTHON=venv/bin/python
    program finished with exit code 1
    elapsedTime=1288.975592

    @vstinner vstinner added 3.7 (EOL) end of life build The build process and cross-build labels Nov 27, 2017
    @vstinner
    Copy link
    Member Author

    @david Bolen: Would you mind to take a look?

    @zware
    Copy link
    Member

    zware commented Nov 27, 2017

    This is likely due to a change I merged yesterday.

    @db3l
    Copy link
    Contributor

    db3l commented Nov 27, 2017

    Yeah, I'm not sure if I can do anything on my side. It looks like it's an issue with the build patch (bpo-30487, commit d8d6b91, assuming that's what Zachary is referring to). The blurb complaint is about something that appears should have been installed in a venv during the build process.

    If I need to upgrade or install something on the worker to support this change, I can certainly do that, but I don't immediately see what that should be.

    @ned-deily
    Copy link
    Member

    I think the new change in bpo-30487 should be reverted. It will likely break other build scripts.

    @ned-deily
    Copy link
    Member

    New changeset 122fc13 by Ned Deily in branch 'master':
    Revert "bpo-30487: automatically create a venv and install Sphinx when running make (GH-4346)" (bpo-4592)
    122fc13

    @ned-deily
    Copy link
    Member

    Reverting the change should now have fixed the build failure. We'll see for sure next time the installer build runs.

    @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 build The build process and cross-build OS-mac
    Projects
    None yet
    Development

    No branches or pull requests

    4 participants