This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2010年01月16日 15:01 by grobian, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg97880 - (view) | Author: Fabian Groffen (grobian) | Date: 2010年01月16日 15:01 | |
setup.py adds in various places hardcoded paths to locations in the filesystem that may contain libraries/includes to compile a given module or feature. While this behaviour is probably interesting for some users, it is undesirable for distributions that use a package manager to track and install dependencies in a given offset on top of a host system such as Mac OS X, Solaris, AIX, HPUX, etc. Examples are: http://trac.macports.org/browser/trunk/dports/lang/python26/files/patch-setup.py.diff http://www.mail-archive.com/openpkg-dev@openpkg.org/msg09547.html http://overlays.gentoo.org/proj/alt/browser/trunk/prefix-overlay/dev-lang/python/files/python-2.5.1-no-usrlocal.patch It would be great if there was a way to disable setup.py from looking for hardcoded paths, and instead completely rely on the behaviour of compiler and linker (or e.g. CFLAGS as given) |
|||
| msg97960 - (view) | Author: Ned Deily (ned.deily) * (Python committer) | Date: 2010年01月17日 18:14 | |
See also Issue7724 which addresses the particular case of building with OS X SDKs. |
|||
| msg325252 - (view) | Author: Carol Willing (willingc) * (Python committer) | Date: 2018年09月13日 15:00 | |
Closing as the release has reached EOL. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:56 | admin | set | github: 51962 |
| 2018年09月13日 15:00:16 | willingc | set | status: open -> closed nosy: + willingc messages: + msg325252 resolution: out of date stage: needs patch -> resolved |
| 2010年11月18日 01:55:30 | eric.araujo | set | nosy:
+ eric.araujo stage: test needed -> needs patch versions: - Python 2.6, Python 3.1, Python 2.7 |
| 2010年03月18日 18:32:47 | Neurogeek | set | nosy:
+ Neurogeek |
| 2010年01月24日 19:03:16 | Arfrever | set | nosy:
+ Arfrever |
| 2010年01月17日 18:14:24 | ned.deily | set | nosy:
+ ronaldoussoren, ned.deily messages: + msg97960 |
| 2010年01月16日 21:20:01 | brian.curtin | set | priority: normal stage: test needed versions: - Python 2.5 |
| 2010年01月16日 15:01:28 | grobian | create | |