From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Cournoyer Subject: bug#27157: [PATCH] Re: bug#27157: Building Guile 2.2 "times out" Date: Sat, 03 Jun 2017 16:09:18 -0700 Message-ID: <87d1akpt29.fsf@gmail.com> References: <871sr5sm11.fsf@gmail.com> <878tld2quh.fsf@elephly.net> <87d1ao91vy.fsf@gnu.org> <87o9u7r8ug.fsf@gmail.com> <87lgpb75jk.fsf@gnu.org> <87tw3wq01b.fsf_-_@gmail.com> <87mv9oiwgc.fsf@gnu.org> 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]:52742) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dHIBK-0002Wt-BD for bug-guix@gnu.org; Sat, 03 Jun 2017 19:10:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dHIBH-00040N-5c for bug-guix@gnu.org; Sat, 03 Jun 2017 19:10:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51656) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dHIBH-000403-2n for bug-guix@gnu.org; Sat, 03 Jun 2017 19:10:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dHIBG-000347-TY for bug-guix@gnu.org; Sat, 03 Jun 2017 19:10:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87mv9oiwgc.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sat, 03 Jun 2017 23:37:55 +0200") 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" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 27157@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) writes: [...] >>> At any rate, it would be good to remove =E2=80=98max-silent-time=E2=80= =99 from all the >>> =E2=80=98%default-options=E2=80=99 variables, for consistency. >>> >>> Ludo=E2=80=99. >> >> I agree! In my view, interactive user commands should expect the users >> to take action themselves (e.g.; user notice no output for 3 hours; hits >> C-c. Or, user notice no output for 3 hours, check the process in top, >> sees it's still doing something, decides to leave it running a couple >> more hours). > > Yes. Would you like to prepare a patch to remove =E2=80=98max-silent-tim= e=E2=80=99 from > all the =E2=80=98%default-options=E2=80=99? I gave this a quick try, but got confused upon encountering the guix-offload script; it has a max-silent-time option, but doesn't build anything, it simply copies stuff IIUC. Should we remove it there as well? Maxim