[New-bugs-announce] [issue15268] curses configure checks fail if only /usr/include/ncursesw/curses.h is installed

Matthias Klose report at bugs.python.org
Sat Jul 7 03:04:34 CEST 2012


New submission from Matthias Klose <doko at debian.org>:

the curses configure checks fail if only /usr/include/ncursesw/curses.h is installed (on a Debian/Ubuntu system, uninstall the libncurses5-dev package, and install the libncursesw5-dev package).

The attached patch adds -I/usr/include/ncursesw to CPPFLAGS for the tests.

I assume that most buildbot systems still have an /usr/include/curses.h installed, so the tests do the intended thing, because the features tested are the same in ncurses and ncursesw, but basically the wrong headers are used for these tests if both /usr/include/curses.h and /usr/include/ncursesw/curses.h are installed.

----------
components: Build
files: curses.diff
keywords: patch
messages: 164765
nosy: doko
priority: normal
severity: normal
status: open
title: curses configure checks fail if only /usr/include/ncursesw/curses.h is installed
versions: Python 3.3
Added file: http://bugs.python.org/file26276/curses.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15268>
_______________________________________


More information about the New-bugs-announce mailing list