From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Thomas Klausner Newsgroups: gmane.emacs.devel Subject: Re: broken (or missing) packages after 'error in process sentinel: async-handle-result: End of file during parsing' Date: Tue, 7 Mar 2023 14:22:38 +0100 Message-ID: References: <835ybc7lso.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31574"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Mar 07 14:23:13 2023 Return-path: Envelope-to: ged-emacs-devel@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 1pZXHc-0007zp-JA for ged-emacs-devel@m.gmane-mx.org; Tue, 07 Mar 2023 14:23:13 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pZXHG-00026v-MG; Tue, 07 Mar 2023 08:22:50 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pZXHD-00024t-RC for emacs-devel@gnu.org; Tue, 07 Mar 2023 08:22:47 -0500 Original-Received: from gatalith.at ([2a03:4000:48:421::1]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pZXH9-00029R-Qo; Tue, 07 Mar 2023 08:22:47 -0500 Original-Received: from yt.nih.at (2a02-8388-0bc1-1580-92d1-0456-cebc-330d.cable.dynamic.v6.surfer.at [IPv6:2a02:8388:bc1:1580:92d1:456:cebc:330d]) by gatalith.at (Postfix) with ESMTPSA id 8C0E8390D9C; Tue, 7 Mar 2023 14:22:39 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gatalith.at; s=dkim; t=1678195359; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=k6Du+2akiKP5YlKy9OZfYLf5PFtK2Wd3Cu2oih8U1Vs=; b=mqpbpYWbAvSbhqDsLL6ZMyKmCZQyib2nAX7QT8V7dmZc4bT1SQ9GBlZJTVi6t4kkjz/kgZ bd8SF2gOeREAALVZEs9IYFIvVj9Y/K0AzIFO3G80OmGlXHFhsZVpENJEBsv6XGcqlsnlfV eilL1FTsV/+hWrFHDZQliTZ0IsmJWIA= Content-Disposition: inline In-Reply-To: <835ybc7lso.fsf@gnu.org> Received-SPF: pass client-ip=2a03:4000:48:421::1; envelope-from=wiz@gatalith.at; helo=gatalith.at X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:304084 Archived-At: On Tue, Mar 07, 2023 at 03:06:47PM +0200, Eli Zaretskii wrote: > > Date: Tue, 7 Mar 2023 10:19:40 +0100 > > From: Thomas Klausner > > > > I'm running emacs from git (currently yesterday's version). I have > > regular problems updating packages in 'list-packages'. Please let me > > know if this is not the right mailing list for this topic. > > The right place is the bug tracker, which you reach if you use the > command "M-x report-emacs-bug". That command will also collect and > report some important details about your build, such as the Git branch > you are building from and the commit on that branch which you used to > build, as well as your OS and Emacs configuration details. > > So please report this bug using report-emacs-bug. > > Thanks. Thank you, I have just done that: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62034 Thomas