From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Checks failing abort make process Date: Sat, 19 Jun 2021 10:05:52 +0300 Message-ID: <831r8yxrjj.fsf@gnu.org> References: <834kdx0vxq.fsf@gnu.org> <831r8zzbbu.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26598"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Pedro Andres Aranda Gutierrez Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jun 19 09:06:23 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1luV3e-0006lY-Lf for ged-emacs-devel@m.gmane-mx.org; Sat, 19 Jun 2021 09:06:22 +0200 Original-Received: from localhost ([::1]:37052 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1luV3d-0007Sl-0x for ged-emacs-devel@m.gmane-mx.org; Sat, 19 Jun 2021 03:06:21 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52840) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1luV35-0006hi-Q9 for emacs-devel@gnu.org; Sat, 19 Jun 2021 03:05:47 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:59226) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1luV35-0003iP-IN; Sat, 19 Jun 2021 03:05:47 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1926 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1luV30-0003Bb-B7; Sat, 19 Jun 2021 03:05:45 -0400 In-Reply-To: (message from Pedro Andres Aranda Gutierrez on Sat, 19 Jun 2021 08:22:32 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:270928 Archived-At: > From: Pedro Andres Aranda Gutierrez > Date: Sat, 19 Jun 2021 08:22:32 +0200 > Cc: emacs-devel@gnu.org > > 1.- I start my make and everything goes smoothly until the message with the autorevert-tests appears and > stays there for some time > 2.- At this point I open a second terminal and use 'ps -ef' to see what is really happen. > 3.- There I see that make is stuck in the shadowfile-tests > 4.- I examine the log file and disconver that it is waiting on the message > "Autosave file on local temporary directory, do you want to continue? (yes or no" > 5.- I go back to the terminal where make is running and type 'yes' and the make process finishes > correctly. > > From this I fear that the shadowfile-tests need some interaction which is not compatible with an automated > make process Can you establish from the log file which test, specifically, in shadowfile-tests.el triggers this prompt?