From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#21677: [Bug-guile-ncurses] Guile-NCurses test failure when built against NCurses 6.0 Date: Tue, 13 Oct 2015 19:11:50 +0200 Message-ID: <87612asnft.fsf@gnu.org> References: <87a8rnrvo7.fsf@gnu.org> <2104732111.3249767.1444755838015.JavaMail.yahoo@mail.yahoo.com> 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]:56930) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zm37L-0005Zy-QK for bug-guix@gnu.org; Tue, 13 Oct 2015 13:12:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zm37K-0001Ic-US for bug-guix@gnu.org; Tue, 13 Oct 2015 13:12:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:50005) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zm37K-0001IC-S5 for bug-guix@gnu.org; Tue, 13 Oct 2015 13:12:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Zm37K-0003PR-Dm for bug-guix@gnu.org; Tue, 13 Oct 2015 13:12:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <2104732111.3249767.1444755838015.JavaMail.yahoo@mail.yahoo.com> (Mike Gran's message of "Tue, 13 Oct 2015 17:03:57 +0000 (UTC)") 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: Mike Gran Cc: 21677@debbugs.gnu.org, "bug-guile-ncurses@gnu.org" Mike Gran skribis: >> On Tuesday, October 13, 2015 1:59 AM, Ludovic Court=C3=A8s wrote: >> > Hello, >>=20 >> Guile-NCurses 1.6 has one test failure when built against NCurses 6.0: >>=20 > >> FAIL: getwin/putwin: putwin >> ERROR: getwin/putwin: getwin - arguments: ((srfi-34 #> &curses-wrong-type-arg-error [arg: #f expected-type: window] e7d210>)) > >> Any ideas? > > 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. > > I'll see what I can do with regards to a fix. OK. 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? Thanks! Ludo=E2=80=99.