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.

classification
Title: setup.py shouldn't try to build nis module when nis headers aren't available
Type: Stage:
Components: Build Versions: Python 3.1, Python 3.2, Python 2.7, Python 2.6
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: Arfrever, benjamin.peterson, loewis
Priority: normal Keywords: patch

Created on 2009-12-28 15:14 by Arfrever, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python-nis.patch Arfrever, 2009-12-28 15:14 Check availability of nis header
Messages (2)
msg96954 - (view) Author: Arfrever Frehtes Taifersar Arahesis (Arfrever) * (Python triager) Date: 2009-12-28 15:14
setup.py shouldn't try to build nis module when nis headers aren't
available (e.g. on uclibc systems). I'm attaching the patch for
setup.py.
msg97021 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2009-12-30 02:59
Applied in r77128.
History
Date User Action Args
2022-04-11 14:56:55adminsetgithub: 51838
2009-12-30 02:59:09benjamin.petersonsetstatus: open -> closed

nosy: + benjamin.peterson
messages: + msg97021

resolution: accepted
2009-12-28 15:26:49Arfreversetnosy: + loewis
2009-12-28 15:14:49Arfrevercreate