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

"make touch" fails when the build directory is not the source directory #65582

Closed
ned-deily opened this issue Apr 29, 2014 · 3 comments
Closed
Labels
build The build process and cross-build

Comments

@ned-deily
Copy link
Member

BPO 21383
Nosy @ned-deily
Files
  • issue21383_make_touch.patch
  • 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 2014-05-12.04:54:18.398>
    created_at = <Date 2014-04-29.08:42:27.809>
    labels = ['build']
    title = '"make touch" fails when the build directory is not the source directory'
    updated_at = <Date 2014-05-22.22:31:35.880>
    user = 'https://github.com/ned-deily'

    bugs.python.org fields:

    activity = <Date 2014-05-22.22:31:35.880>
    actor = 'ned.deily'
    assignee = 'none'
    closed = True
    closed_date = <Date 2014-05-12.04:54:18.398>
    closer = 'ned.deily'
    components = ['Build']
    creation = <Date 2014-04-29.08:42:27.809>
    creator = 'ned.deily'
    dependencies = []
    files = ['35089']
    hgrepos = []
    issue_num = 21383
    keywords = ['patch']
    message_count = 3.0
    messages = ['217497', '218314', '218924']
    nosy_count = 2.0
    nosy_names = ['ned.deily', 'python-dev']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue21383'
    versions = ['Python 2.7', 'Python 3.4', 'Python 3.5']

    @ned-deily
    Copy link
    Member Author

    make touch
    hg --config extensions.touch=Tools/hg/hgtouch.py touch -v
    *** failed to import extension touch from Tools/hg/hgtouch.py: [Errno 2] No such file or directory: 'Tools/hg/hgtouch.py'
    hg: unknown command 'touch'

    @ned-deily ned-deily added the build The build process and cross-build label Apr 29, 2014
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented May 12, 2014

    New changeset bc160f985b7b by Ned Deily in branch '3.4':
    Issue bpo-21383: Allow "make touch" to work when building outside of the
    http://hg.python.org/cpython/rev/bc160f985b7b

    New changeset 9493fdad2a75 by Ned Deily in branch 'default':
    bpo-21383: merge from 3.4
    http://hg.python.org/cpython/rev/9493fdad2a75

    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented May 22, 2014

    New changeset 1fd37eefa141 by Ned Deily in branch '2.7':
    Issue bpo-21383: Allow "make touch" to work when building outside of the
    http://hg.python.org/cpython/rev/1fd37eefa141

    New changeset 6f85967c908e by Ned Deily in branch '2.7':
    Issue bpo-21383: OS X installer builds now use "make touch".
    http://hg.python.org/cpython/rev/6f85967c908e

    New changeset 15b5559b1068 by Ned Deily in branch '3.4':
    Issue bpo-21383: OS X installer builds now use "make touch".
    http://hg.python.org/cpython/rev/15b5559b1068

    New changeset 24f198c520c1 by Ned Deily in branch 'default':
    Issue bpo-21383: OS X installer builds now use "make touch".
    http://hg.python.org/cpython/rev/24f198c520c1

    @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