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

pypy debian patch causes pip to leave behind pkg dirs #626

Closed
qwcode opened this issue Aug 4, 2012 · 1 comment
Closed

pypy debian patch causes pip to leave behind pkg dirs #626

qwcode opened this issue Aug 4, 2012 · 1 comment
Labels
auto-locked Outdated issues that have been locked by automation

Comments

@qwcode
Copy link
Contributor

qwcode commented Aug 4, 2012

the debian distribution of pypy that travis uses is unexpectedly compiling with __pycache__ folders.

  1. pip's installed-files.txt manifest is reporting inline .pyc files
  2. due to No instructions for how to install pip #1, pip fails to remove all the contents of pkg dirs, specifically, the __pycache__ folders

a number of pypy tests are failing.
debug effort is here: #621

full thread from the pypy list is here: http://mail.python.org/pipermail/pypy-dev/2012-July/thread.html#10369

******** explanation from debian packager ********

Stefano Rivera stefano@rivera.za.net via python.org
Jul 31 (4 days ago)

to pypy-dev
Hi Armin (2012.07.31_09:25:08_+0200)

PyPy contains no logic to create or search for pycache. A grep
tells me that neither does CPython 2.7. You are probably confused by
py.test creating them.

A Debian/Ubuntu pypy does, though. And IIRC, that's what travis CI is
using.

It's the pep3147 patches:
http://anonscm.debian.org/gitweb/?p=collab-maint/pypy.git;a=tree;f=debian/patches

I thought it would be a useful feature, to make transition between pypy
versions in Debian easier. Proposed the patches in #pypy, and the
reception was lukewarm, so I never pushed harder.

@lock
Copy link

lock bot commented May 29, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot added the auto-locked Outdated issues that have been locked by automation label May 29, 2019
@lock lock bot locked as resolved and limited conversation to collaborators May 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation
Projects
None yet
Development

No branches or pull requests

3 participants