From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alain Schneble Newsgroups: gmane.emacs.devel Subject: Re: ELPA repository broken Date: Mon, 15 Feb 2016 19:20:36 +0100 Message-ID: <86twl94yyz.fsf@realize.ch> References: <86lh6lubdr.fsf@stephe-leake.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1455560507 22608 80.91.229.3 (15 Feb 2016 18:21:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Feb 2016 18:21:47 +0000 (UTC) Cc: emacs-devel To: Stephen Leake Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 15 19:21:39 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aVNmE-0007CT-QA for ged-emacs-devel@m.gmane.org; Mon, 15 Feb 2016 19:21:39 +0100 Original-Received: from localhost ([::1]:35078 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVNmE-0001Cu-2j for ged-emacs-devel@m.gmane.org; Mon, 15 Feb 2016 13:21:38 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47487) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVNlo-00015a-8k for emacs-devel@gnu.org; Mon, 15 Feb 2016 13:21:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVNll-0006Mw-3L for emacs-devel@gnu.org; Mon, 15 Feb 2016 13:21:12 -0500 Original-Received: from clientmail.realize.ch ([46.140.89.53]:3879) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1aVNlk-0006MU-Nb for emacs-devel@gnu.org; Mon, 15 Feb 2016 13:21:09 -0500 Original-Received: from rintintin.hq.realize.ch.lan.rit ([192.168.0.105]) by clientmail.realize.ch ; Mon, 15 Feb 2016 19:20:57 +0100 Original-Received: from MYNGB (192.168.66.65) by rintintin.hq.realize.ch.lan.rit (192.168.0.105) with Microsoft SMTP Server (TLS) id 15.0.516.32; Mon, 15 Feb 2016 19:20:33 +0100 In-Reply-To: <86lh6lubdr.fsf@stephe-leake.org> (Stephen Leake's message of "Mon, 15 Feb 2016 11:33:20 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (windows-nt) X-ClientProxiedBy: rintintin.hq.realize.ch.lan.rit (192.168.0.105) To rintintin.hq.realize.ch.lan.rit (192.168.0.105) X-detected-operating-system: by eggs.gnu.org: Windows NT kernel [generic] X-Received-From: 46.140.89.53 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:199986 Archived-At: Stephen Leake writes: > I'm upgrading to a new computer (Windows 8.1), so I'm checking out Gnu > ELPA again. > > I have two issues: > > 1) using git clone git://git.sv.gnu.org/emacs/elpa works until it > encounters an error: > > stephe@Takver4$ git clone git://git.sv.gnu.org/emacs/elpa > Cloning into 'elpa'... > remote: Counting objects: 93878, done. > remote: Compressing objects: 100% (32515/32515), done. > error: object 2699d230e3b592ae42506d7b5c969a7ac6a4593c: > zeroPaddedFilemode: contains zero-padded file modes > fatal: Error in object I just tried it out on a Windows 10 machine with git version 2.6.2.windows.1. Seems to work properly here as well. I got no error with the very same repository URL.