From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Gran Subject: bug#21677: [Bug-guile-ncurses] Guile-NCurses test failure when built against NCurses 6.0 Date: Tue, 13 Oct 2015 17:40:01 +0000 (UTC) Message-ID: <1683863730.3263018.1444758001236.JavaMail.yahoo@mail.yahoo.com> References: <87612asnft.fsf@gnu.org> Reply-To: Mike Gran Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zm3ZR-0003td-Te for bug-guix@gnu.org; Tue, 13 Oct 2015 13:41:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zm3ZO-0002ja-Eh for bug-guix@gnu.org; Tue, 13 Oct 2015 13:41:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:50034) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zm3ZO-0002jW-BL for bug-guix@gnu.org; Tue, 13 Oct 2015 13:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Zm3ZO-00046n-3B for bug-guix@gnu.org; Tue, 13 Oct 2015 13:41:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87612asnft.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: "21677@debbugs.gnu.org" <21677@debbugs.gnu.org>, "bug-guile-ncurses@gnu.org" =20 > On Tuesday, October 13, 2015 10:12 AM, Ludovic Court=C3=A8s wrote: > > Mike Gran skribis: >=20 >>> On Tuesday, October 13, 2015 1:59 AM, Ludovic Court=C3=A8s=20 > wrote: >>> > Hello, >>>=20 >>> Guile-NCurses 1.6 has one test failure when built against NCurses 6.0: >>>=20 >>=20 >>> FAIL: getwin/putwin: putwin >>> ERROR: getwin/putwin: getwin - arguments: ((srfi-34 #>> &curses-wrong-type-arg-error [arg: #f expected-type: window]=20 > e7d210>)) >>=20 >>> Any ideas? >>=20 >> getwin/putwin save and restore a representation of a screen to a file. >> That file format has changed for ncurses 6. Their binding is >> probably the least robust of the many functions in guile-ncurses. >>=20 >> I'll see what I can do with regards to a fix. >=20 > OK. >=20 > Any suggestions on how to fix it or work around it in Guix? Or maybe we > should just wait for whatever fix you come up with? You could try adding ac_cv_func_fopencookie=3Dno to the configure call. If that works, that should be a legit fix. =20 Otherwise, I'll need a couple of days. =20 Or you could just remove the failing test curses_034_util.test from test/Makefile.am. But that would be cheating. ;-) -Mike