From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: Package installation broken in all repos with package unavailable Date: Thu, 10 Jun 2021 12:03:58 +0200 Message-ID: <87fsxqvxuk.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1030"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.5.13; emacs 28.0.50 Cc: help-gnu-emacs@gnu.org To: Pablo Wolter Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Jun 10 12:06:44 2021 Return-path: Envelope-to: geh-help-gnu-emacs@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 1lrHaG-000Ac3-5L for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 10 Jun 2021 12:06:44 +0200 Original-Received: from localhost ([::1]:58614 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lrHaF-0002Hc-4T for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 10 Jun 2021 06:06:43 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44076) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lrHZ1-00012W-EV for help-gnu-emacs@gnu.org; Thu, 10 Jun 2021 06:05:27 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:42578) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lrHZ1-0002pq-6R; Thu, 10 Jun 2021 06:05:27 -0400 Original-Received: from auth1-smtp.messagingengine.com ([66.111.4.227]:56733) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lrHZ1-0006hU-4K; Thu, 10 Jun 2021 06:05:27 -0400 Original-Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailauth.nyi.internal (Postfix) with ESMTP id 6FD8E27C0054; Thu, 10 Jun 2021 06:05:26 -0400 (EDT) Original-Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Thu, 10 Jun 2021 06:05:26 -0400 X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrfedufedgvdefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfhgfhffvufffjgfkgggtsehttdertddtredtnecuhfhrohhmpefvrghsshhi lhhoucfjohhrnhcuoehtshguhhesghhnuhdrohhrgheqnecuggftrfgrthhtvghrnhepvd ffueeiuddvvdefudegheehudfgfffhfffgtefhfeefieefkedvkeekuefgfeetnecuffho mhgrihhnpehtrhhomhgvhidrtghomhdpghhnuhdrohhrghdpmhhilhhksghogidrnhgvth enucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho rhhnodhmvghsmhhtphgruhhthhhpvghrshhonhgrlhhithihqdekieejfeekjeekgedqie efhedvleekqdhtshguhheppehgnhhurdhorhhgsehfrghsthhmrghilhdrfhhm X-ME-Proxy: Original-Received: by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 10 Jun 2021 06:05:25 -0400 (EDT) In-reply-to: X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:130697 Archived-At: Pablo Wolter writes: Hi Pablo, > I am having issues trying out Emacs. Specifically installing > packages. For some reason looks like ALL the packages in all the > sources are unavailable. > > (setq package-archives '(("ELPA" . "http://tromey.com/elpa/") > ("gnu" . "http://elpa.gnu.org/packages/") > ("melpa" . "http://melpa.milkbox.net/packages/")) > t) Is that `t' a copy&past-error? With it, you'll get an `wrong-number-of-arguments' error because `setq' wants an even number of arguments. Bye, Tassilo