Opened 11 years ago
Closed 11 years ago
#40458 closed defect (fixed)
pypy @2.1_0: should import syslog, _sqlite3, and _curses during destroot
Reported by: | jfcaron3 | Owned by: | jmroot (Joshua Root) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.0 |
Keywords: | Cc: | petrrr | |
Port: | pypy |
Description
The MacPorts-supplied PyPy is missing an installation step where it imports the syslog module (creating a cached file somewhere). It can be fixed post-installation by running pypy as root and doing "import syslog", but this should be done during installation.
See this thread (with confirmation from the PyPy developers that this is a problem): https://mail.python.org/pipermail/pypy-dev/2013-September/011727.html
Change History (5)
comment:1 Changed 11 years ago by larryv (Lawrence Velázquez)
Cc: | jmr@… removed |
---|---|
Keywords: | installation configuration removed |
Owner: | changed from macports-tickets@… to jmr@… |
Summary: | Mis-Installed PyPy → pypy @2.1_0: should import syslog during installation |
comment:2 Changed 11 years ago by jmroot (Joshua Root)
comment:3 Changed 11 years ago by jmroot (Joshua Root)
Summary: | pypy @2.1_0: should import syslog during installation → pypy @2.1_0: should import syslog, _sqlite3, and _curses during destroot |
---|
comment:5 Changed 11 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
OK. It would be nice if they mentioned this in their documentation at all, or had an installation script or make target that was suitable for distro packaging.