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 clean doesn't clean up static libraries on 2.x #56642

Closed
ngie-eign mannequin opened this issue Jun 28, 2011 · 4 comments
Closed

make clean doesn't clean up static libraries on 2.x #56642

ngie-eign mannequin opened this issue Jun 28, 2011 · 4 comments
Labels
build The build process and cross-build

Comments

@ngie-eign
Copy link
Mannequin

ngie-eign mannequin commented Jun 28, 2011

BPO 12433
Nosy @ned-deily, @ngie-eign
Files
  • cleanup-libpython-dot-a-trunk.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 2011-06-28.16:04:56.727>
    created_at = <Date 2011-06-28.15:40:18.942>
    labels = ['build']
    title = "make clean doesn't clean up static libraries on 2.x"
    updated_at = <Date 2011-06-28.16:25:45.882>
    user = 'https://github.com/ngie-eign'

    bugs.python.org fields:

    activity = <Date 2011-06-28.16:25:45.882>
    actor = 'ned.deily'
    assignee = 'none'
    closed = True
    closed_date = <Date 2011-06-28.16:04:56.727>
    closer = 'ned.deily'
    components = ['Build']
    creation = <Date 2011-06-28.15:40:18.942>
    creator = 'ngie'
    dependencies = []
    files = ['22509']
    hgrepos = []
    issue_num = 12433
    keywords = ['patch']
    message_count = 4.0
    messages = ['139364', '139365', '139366', '139368']
    nosy_count = 2.0
    nosy_names = ['ned.deily', 'ngie']
    pr_nums = []
    priority = 'normal'
    resolution = 'out of date'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue12433'
    versions = ['Python 2.6', 'Python 2.7']

    @ngie-eign
    Copy link
    Mannequin Author

    ngie-eign mannequin commented Jun 28, 2011

    Running 'make clean' leaves libpython*.a behind. The attached patch removes it when make clean is run.

    This was resolved on py3k, not trunk; the attached patch matches what was done on py3k.

    @ngie-eign ngie-eign mannequin added build The build process and cross-build labels Jun 28, 2011
    @ned-deily
    Copy link
    Member

    A similar fix was applied and released in both 2.6.6 and 2.7.1.

    @ned-deily ned-deily removed the build The build process and cross-build label Jun 28, 2011
    @ngie-eign
    Copy link
    Mannequin Author

    ngie-eign mannequin commented Jun 28, 2011

    Is svn not being updated anymore (in lieu of hg)?

    @ned-deily
    Copy link
    Member

    No, the svn repos for python itself (at svn.python.org) are frozen as of the hg transition and are for historical reference only. See http://docs.python.org/devguide/ for more info on current practices.

    @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