From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60971) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c4Onj-0005ht-2f for qemu-devel@nongnu.org; Wed, 09 Nov 2016 04:04:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c4One-0000Md-9y for qemu-devel@nongnu.org; Wed, 09 Nov 2016 04:04:11 -0500 Received: from hera.aquilenet.fr ([141.255.128.1]:36540) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c4One-0000MX-3Y for qemu-devel@nongnu.org; Wed, 09 Nov 2016 04:04:06 -0500 Date: Wed, 9 Nov 2016 10:04:02 +0100 From: Samuel Thibault Message-ID: <20161109090402.GF2378@var.home> References: <20161107220741.GL2367@var.home> <20161108123449.0e031320.cornelia.huck@de.ibm.com> <20161108201019.GM2378@var.home> <20161109095859.0be2b487.cornelia.huck@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20161109095859.0be2b487.cornelia.huck@de.ibm.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] Fix legacy ncurses detection. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cornelia Huck Cc: Peter Maydell , Michal Suchanek , QEMU Developers Hello, Cornelia Huck, on Wed 09 Nov 2016 09:58:59 +0100, wrote: > On Tue, 8 Nov 2016 21:10:19 +0100 > Samuel Thibault wrote: > > Cornelia Huck, on Tue 08 Nov 2016 12:34:49 +0100, wrote: > > =E2=80=9C > > configure test passed without -Werror but failed with -Werror. > > This is probably a bug in the configure script. The failing command > > will be at the bottom of config.log. > > You can run configure with --disable-werror to bypass this check. > > =E2=80=9D > >=20 > > If so, you should really have said it, I was really wondering how > > configure could just stopping in your case. That does explain things > > indeed. >=20 > I said so in my very first mail for the issue... appears I was unclear. Do you mean "configure barfs about -Werror."? Yes it was unclear to me :) > > Could you try the attached patch? It should be able to really fail > > without Werror too. >=20 > With your patch, configure runs through and detects curses=3Dno. Not su= re > that's correct, though: SLES12SP1 _does_ have curses, but not a .pc > file for ncursesw. I don't know enough about curses to say whether it > should be that way... Please post config.log so we can have a clue about what is going wrong. All these error messages are meant to be reported verbatim, not reinterpreted :) Samuel