From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: cannot download packages from elpa Date: Wed, 02 Oct 2019 21:55:29 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="78581"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Daniel Sutton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 03 03:55:46 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iFqLJ-000KKY-Qq for ged-emacs-devel@m.gmane.org; Thu, 03 Oct 2019 03:55:45 +0200 Original-Received: from localhost ([::1]:60572 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iFqLI-0000Fa-OC for ged-emacs-devel@m.gmane.org; Wed, 02 Oct 2019 21:55:44 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36766) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iFqLA-0000FE-7g for emacs-devel@gnu.org; Wed, 02 Oct 2019 21:55:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iFqL8-0002wH-Og for emacs-devel@gnu.org; Wed, 02 Oct 2019 21:55:35 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:31883) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iFqL8-0002w1-LA for emacs-devel@gnu.org; Wed, 02 Oct 2019 21:55:34 -0400 Original-Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id A05DB44896A; Wed, 2 Oct 2019 21:55:33 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 1B77944894C; Wed, 2 Oct 2019 21:55:32 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1570067732; bh=BYwHCcChQGXurHFMJBfPg1vFbGLM0oFmATtbywO/0tw=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=izr7ZFuoZiO0okgVSRq2Je2bJFACSpDWAbA+aL1XmjPnK64w3ZoU/FUISTzdTFJ4C VtjEhk55KHeqzbJNC5ggL+rET7b6hnyCpCfA5oSsL91fwmycLI/E04GBJlTYKfC1O8 LToaOpJ3L00BCq6IQPgLJahneynQlQbDK8rO0HxOGnSdXzRw8tIjjt/iMNjrWNi//n WO330fNGilxG9svTQZdXbX0nkisgxEqbuF7t8bLCVCbYWzA3VtkTXu0lAwXWNGBWiG MEfeAlqo4EImVmpXEWtzsZz2Y4SZk6PmV3V5TZPptM3oW6zLSdVYKM0+oHgb2Bf4h/ W29vb3eKFgbKg== Original-Received: from pastel (76-10-181-40.dsl.teksavvy.com [76.10.181.40]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id BA22512011B; Wed, 2 Oct 2019 21:55:31 -0400 (EDT) In-Reply-To: (Daniel Sutton's message of "Wed, 2 Oct 2019 19:44:57 -0500") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 132.204.25.50 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:240481 Archived-At: > I've tried to check the normal avenues for status but they are down. I'm > confused why https://elpa.gnu.org/packages/ seems to be up but the packages > are not able to be downloaded. It looks like the tests have been failing > due to package resolution for at least 11 days. 11 days, huh? Sounds like you're bitten by the change of signing keys. If you use Emacs-26.3 the problem should disappear. If you use an older Emacs to fetch the packages you need to first update the keys or disable signature checking. Stefan