From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Fabrice Popineau Newsgroups: gmane.emacs.devel Subject: Re: Make check in trunk Date: Tue, 2 Sep 2014 08:01:20 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113d0e646a29a805020eda66 X-Trace: ger.gmane.org 1409637736 13941 80.91.229.3 (2 Sep 2014 06:02:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Sep 2014 06:02:16 +0000 (UTC) To: Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 02 08:02:09 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XOhAN-0001Rp-Ce for ged-emacs-devel@m.gmane.org; Tue, 02 Sep 2014 08:02:07 +0200 Original-Received: from localhost ([::1]:35996 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOhAM-00029A-O8 for ged-emacs-devel@m.gmane.org; Tue, 02 Sep 2014 02:02:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOhA4-00028u-Bq for emacs-devel@gnu.org; Tue, 02 Sep 2014 02:01:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XOh9y-0003Px-18 for emacs-devel@gnu.org; Tue, 02 Sep 2014 02:01:48 -0400 Original-Received: from mail-ob0-x232.google.com ([2607:f8b0:4003:c01::232]:59229) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOh9x-0003Pr-TU for emacs-devel@gnu.org; Tue, 02 Sep 2014 02:01:41 -0400 Original-Received: by mail-ob0-f178.google.com with SMTP id uy5so4416539obc.23 for ; Mon, 01 Sep 2014 23:01:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=nS6L63WuiO8amgDg0RGJY5DodpVMwZHqWQUT6k4ucgY=; b=wgPE+R+1m2ZCYvNtTxhCDL6gtUa9eLPL5kOBqkbMkyWx2pdlIb53BUzFw+be9Pr7w0 W42jicPSXGdV26Bd9VKeNi9hFs8LNLnjlXCVrDRkKofawEUteyrEL19sXG3gQikPLLJk yKm2bNKw9fWeWLhgiR8UznJe1/y1lHU87eCFuSP0KNOTAelRSddAGNzvcn3TyHAu8HxV 648tz5wCVfqajFC3ihmRiPtOgIB6DPUSkHxYVnyYPPBUizQffMx+SibEyu/FiegMxsqj WHsoi13KcCnY5tSKMbZxZn842fSEuTxVZungaPy12J3gyC5qKOkSNflCq1YgeUeVyPRG yfng== X-Received: by 10.202.7.82 with SMTP id 79mr2208oih.116.1409637700739; Mon, 01 Sep 2014 23:01:40 -0700 (PDT) Original-Received: by 10.202.18.193 with HTTP; Mon, 1 Sep 2014 23:01:20 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::232 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:173944 Archived-At: --001a113d0e646a29a805020eda66 Content-Type: text/plain; charset=UTF-8 Well, a long time after mentioning this problem. It seems that what's going on is a bug in msys2 ncurses: http://sourceforge.net/p/msys2/tickets/32/?limit=25 FWIW, I have added a couple of "-i" arguments to the python that is launched during 'make check' and things are running. Best regards; Fabrice 2014-08-06 22:51 GMT+02:00 Fabrice Popineau : > Hi all, > > I compiled the latest trunk revno: 117656 with mingw64, so I'm running > under Windows. > At the moment, running 'make check' stops waiting and I have to interrupt > it. > > It gets stuck at the end of Python test. > This is the end of test/automates/python-tests.log: > > passed 103/145 python-shell-calculate-process-environment-1 > passed 104/145 python-shell-calculate-process-environment-2 > passed 105/145 python-shell-calculate-process-environment-3 > Can't guess python-indent-offset, using defaults: 4 > Can't guess python-indent-offset, using defaults: 4 > Making python-shell-interpreter local to > *Python[c:/Users/Fabrice/AppData/Local/Temp/python-tests18084jIp.py]* while > let-bound! > Making python-shell-interpreter-args local to > *Python[c:/Users/Fabrice/AppData/Local/Temp/python-tests18084jIp.py]* while > let-bound! > > Any idea of what's going on? > > Best regards, > > Fabrice > --001a113d0e646a29a805020eda66 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Well, a long time after mentioning this problem.

It seems that what's going on is a bug in msys2 ncurses= :

FWIW, I have added a couple of "-i" arg= uments to the python that is launched during 'make check'
and things are running.

Best regards;

Fabrice



2014-08-06 22:51 GMT+02:00 Fabrice Popi= neau <fabrice.popineau@gmail.com>:
Hi all,

= I compiled the latest trunk=C2=A0revno: 117656 with mingw64, so I'm run= ning under Windows.
At the moment, running 'make check' stops waiting and I have t= o interrupt it.

It gets stuck at the end of Python test.=C2=A0
This is the end of test/automates/python-tests.log:

=C2=A0 =C2=A0passed =C2=A0103/145 =C2=A0python-shell-calculate-pro= cess-environment-1
=C2=A0 =C2=A0passed =C2=A0104/145 =C2=A0python-shell-calculate-process= -environment-2
=C2=A0 =C2=A0passed =C2=A0105/145 =C2=A0python-she= ll-calculate-process-environment-3
Can't guess python-indent-= offset, using defaults: 4
Can't guess python-indent-offset, using defaults: 4
Making py= thon-shell-interpreter local to *Python[c:/Users/Fabrice/AppData/Local/Temp= /python-tests18084jIp.py]* while let-bound!
Making python-shell-i= nterpreter-args local to *Python[c:/Users/Fabrice/AppData/Local/Temp/python= -tests18084jIp.py]* while let-bound!

Any idea of what's going on?

Best regards,

Fabrice

--001a113d0e646a29a805020eda66--