From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#22740: Freshness check blocks upgrading Date: Fri, 19 Feb 2016 18:12:09 +0100 Message-ID: <20160219171209.GA530@solar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37523) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWoc6-0003wG-Ca for bug-guix@gnu.org; Fri, 19 Feb 2016 12:13:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aWoc2-0003L6-6G for bug-guix@gnu.org; Fri, 19 Feb 2016 12:13:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:37108) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWoc2-0003Kz-3W for bug-guix@gnu.org; Fri, 19 Feb 2016 12:13:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aWoc1-0005R4-U7 for bug-guix@gnu.org; Fri, 19 Feb 2016 12:13:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37311) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWobK-00033r-Cj for bug-guix@gnu.org; Fri, 19 Feb 2016 12:12:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aWobG-0002q3-6D for bug-guix@gnu.org; Fri, 19 Feb 2016 12:12:18 -0500 Received: from mailrelay1.public.one.com ([91.198.169.124]:12611) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWobF-0002oi-R2 for bug-guix@gnu.org; Fri, 19 Feb 2016 12:12:14 -0500 Content-Disposition: inline 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: 22740@debbugs.gnu.org Hello, when upgrading packages, there is a check for new GNU releases. In the presence of network problems preventing to reach the corresponding servers, the command "guix package -u" hangs indefinitely. It would be nice to add a (short) time-out to the procedure looking for updates, or better yet, to add a command line flag to turn it off: Even when the servers are reachable, checking for new versions takes a considerable amount of time that can be saved in many circumstances. Personally, I would not even mind turning this feature off completely; I think we update packages sufficiently often and the message is rather distracting. Andreas