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.

Author vstinner
Recipients Arfrever, Nicholas.Cole, akuchling, cben, gpolo, inigoserna, jcea, john.feuerstein, nadeem.vawda, petri.lehtinen, pitrou, python-dev, r.david.murray, schodet, vstinner, zeha
Date 2011-11-26.23:26:08
SpamBayes Score 5.0496263e-05
Marked as misclassified No
Message-id <1322349968.78.0.131001788598.issue12567@psf.upfronthosting.co.za>
In-reply-to
Content
> This broke several Gentoo buildbots.

setup.py is unable to locate correctly curses.h. I added a hack to always search in /usr/include/ncursesw/. The hack is needed on Ubuntu 11.10 if you only have libncursesw5-dev but not libncursesw-dev for example.
History
Date User Action Args
2011-11-26 23:26:08vstinnersetrecipients: + vstinner, akuchling, jcea, cben, pitrou, nadeem.vawda, gpolo, Arfrever, r.david.murray, inigoserna, zeha, schodet, python-dev, petri.lehtinen, Nicholas.Cole, john.feuerstein
2011-11-26 23:26:08vstinnersetmessageid: <1322349968.78.0.131001788598.issue12567@psf.upfronthosting.co.za>
2011-11-26 23:26:08vstinnerlinkissue12567 messages
2011-11-26 23:26:08vstinnercreate