From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Lars Brinkhoff Newsgroups: gmane.emacs.devel Subject: Re: Recent change in master breaks async package update using paradox Date: Thu, 06 Apr 2017 13:00:36 +0200 Organization: nocrew Message-ID: <86lgrd6bsb.fsf@molnjunk.nocrew.org> References: <87k26y1pp7.fsf@tromey.com> <86pogq6sh5.fsf@molnjunk.nocrew.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1491476539 7492 195.159.176.226 (6 Apr 2017 11:02:19 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 6 Apr 2017 11:02:19 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 06 13:02:16 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cw5Au-000088-FK for ged-emacs-devel@m.gmane.org; Thu, 06 Apr 2017 13:02:00 +0200 Original-Received: from localhost ([::1]:44832 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cw5Ax-0000Nr-2w for ged-emacs-devel@m.gmane.org; Thu, 06 Apr 2017 07:02:03 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39050) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cw5A9-0000Ni-Jc for emacs-devel@gnu.org; Thu, 06 Apr 2017 07:01:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cw5A6-0002kd-Jv for emacs-devel@gnu.org; Thu, 06 Apr 2017 07:01:13 -0400 Original-Received: from [195.159.176.226] (port=43357 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cw5A6-0002jx-EW for emacs-devel@gnu.org; Thu, 06 Apr 2017 07:01:10 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cw59m-0002VY-Eu for emacs-devel@gnu.org; Thu, 06 Apr 2017 13:00:50 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 26 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:sGPe1osVpoYQquGKxnY96/puVuw= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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:213698 Archived-At: Kaushal Modi writes: > Could you please tell me the exact steps you did to get the error? > I'd like to try to reproduce it myself. > > - Install paradox from GNU Elpa I didn't see it in Elpa, so I installed it from Melpa. > - (paradox-enable) Had to type (require 'paradox) > - M-x list-packages (This will now open the default package manager, > but with additions made by paradox). > - Install any package ( i x ), and then hit 'y' when asked if you want > to do that asynchronously. Had to install async first. > - You will then see the error I mentioned in my first email of this > thread. I successfully installed "0xc" asynchronously. I'll check out the very latest master and do a full rebuilt from a clean repo, and then redo the steps.