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

python tests failure if builddir <> sourcedir #48320

Closed
rpetrov mannequin opened this issue Oct 7, 2008 · 4 comments
Closed

python tests failure if builddir <> sourcedir #48320

rpetrov mannequin opened this issue Oct 7, 2008 · 4 comments
Assignees
Labels
tests Tests in the Lib/test dir

Comments

@rpetrov
Copy link
Mannequin

rpetrov mannequin commented Oct 7, 2008

BPO 4070
Nosy @nascheme, @nascheme
Files
  • python-trunk-DIST.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 = 'https://github.com/nascheme'
    closed_at = <Date 2009-02-05.21:18:49.609>
    created_at = <Date 2008-10-07.22:33:05.131>
    labels = ['tests']
    title = 'python tests failure if builddir <> sourcedir'
    updated_at = <Date 2009-02-05.21:18:49.608>
    user = 'https://bugs.python.org/rpetrov'

    bugs.python.org fields:

    activity = <Date 2009-02-05.21:18:49.608>
    actor = 'nascheme'
    assignee = 'nascheme'
    closed = True
    closed_date = <Date 2009-02-05.21:18:49.609>
    closer = 'nascheme'
    components = ['Tests']
    creation = <Date 2008-10-07.22:33:05.131>
    creator = 'rpetrov'
    dependencies = []
    files = ['11735']
    hgrepos = []
    issue_num = 4070
    keywords = ['patch']
    message_count = 4.0
    messages = ['74492', '74613', '75015', '75041']
    nosy_count = 4.0
    nosy_names = ['nascheme', 'nas', 'rpetrov', 'mmysinger']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue4070'
    versions = ['Python 2.7']

    @rpetrov
    Copy link
    Mannequin Author

    rpetrov mannequin commented Oct 7, 2008

    The proposed patch add possibility to run python tests if python is
    build outside source tree on POSIX systems.

    @rpetrov rpetrov mannequin added the tests Tests in the Lib/test dir label Oct 7, 2008
    @mmysinger
    Copy link
    Mannequin

    mmysinger mannequin commented Oct 10, 2008

    Just an FYI that I had an error in test_distutils that this patch fixed.

    I was not doing anything abnormal. Just building from the 2.6 source
    distribution, making a arch specific sub-directory, using ../configure,
    make, and then make test. The original error happened on both x86_64 and
    i686 platforms.

    Hopefully the eventual fix makes it into 2.6.1.

    @nascheme
    Copy link
    Member

    bpo-4151 contains a similar patch but it cleans up more code, IMHO.

    @rpetrov
    Copy link
    Mannequin Author

    rpetrov mannequin commented Oct 21, 2008

    About bpo-4151 - clean up is in test_sysconfig.py and setup.py - it is
    fine with me.
    Modification for test_build_ext.py from above mentioned issue break
    non-posix builds.

    @nascheme nascheme closed this as completed Feb 5, 2009
    @nascheme nascheme self-assigned this Feb 5, 2009
    @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
    tests Tests in the Lib/test dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant