From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Leake Newsgroups: gmane.emacs.devel Subject: Re: ELPA repository broken Date: Mon, 15 Feb 2016 15:11:03 -0600 Message-ID: <86r3gdsmqg.fsf@stephe-leake.org> References: <86lh6lubdr.fsf@stephe-leake.org> <87vb5p3i47.fsf@iki.fi> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1455570778 8182 80.91.229.3 (15 Feb 2016 21:12:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Feb 2016 21:12:58 +0000 (UTC) Cc: emacs-devel@gnu.org To: Teemu Likonen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 15 22:12:48 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 1aVQRj-000143-2J for ged-emacs-devel@m.gmane.org; Mon, 15 Feb 2016 22:12:39 +0100 Original-Received: from localhost ([::1]:36292 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVQRi-0001xY-Bi for ged-emacs-devel@m.gmane.org; Mon, 15 Feb 2016 16:12:38 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58402) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVQRd-0001vx-UI for emacs-devel@gnu.org; Mon, 15 Feb 2016 16:12:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVQRa-0002vz-Oi for emacs-devel@gnu.org; Mon, 15 Feb 2016 16:12:33 -0500 Original-Received: from gproxy6-pub.mail.unifiedlayer.com ([67.222.39.168]:44498) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1aVQRa-0002vg-H8 for emacs-devel@gnu.org; Mon, 15 Feb 2016 16:12:30 -0500 Original-Received: (qmail 22840 invoked by uid 0); 15 Feb 2016 21:12:23 -0000 Original-Received: from unknown (HELO cmgw4) (10.0.90.85) by gproxy6.mail.unifiedlayer.com with SMTP; 15 Feb 2016 21:12:23 -0000 Original-Received: from host114.hostmonster.com ([74.220.207.114]) by cmgw4 with id JlCH1s0122UdiVW01lCL8E; Mon, 15 Feb 2016 14:12:23 -0700 X-Authority-Analysis: v=2.1 cv=IekUBwaa c=1 sm=1 tr=0 a=CQdxDb2CKd3SRg4I0/XZPQ==:117 a=CQdxDb2CKd3SRg4I0/XZPQ==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=hEr_IkYJT6EA:10 a=x_XPkuGwIRMA:10 a=jFJIQSaiL_oA:10 a=mDV3o1hIAAAA:8 a=7hBVQrgf__f910HOYt8A:9 Original-Received: from [76.218.37.33] (port=55535 helo=TAKVER4) by host114.hostmonster.com with esmtpa (Exim 4.84) (envelope-from ) id 1aVQRN-0000dW-JA; Mon, 15 Feb 2016 14:12:17 -0700 In-Reply-To: <87vb5p3i47.fsf@iki.fi> (Teemu Likonen's message of "Mon, 15 Feb 2016 21:10:00 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (windows-nt) X-Identified-User: {2442:host114.hostmonster.com:stephele:stephe-leake.org} {sentby:smtp auth 76.218.37.33 authed with stephen_leake@stephe-leake.org} X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 67.222.39.168 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:199992 Archived-At: Teemu Likonen writes: > Stephen Leake [2016-02-15 11:33:20-06] wrote: > >> 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 >> >> Can I fix this, or does some admin have to fix it? > > I think it's the same everywhere: > > $ git fsck The git-fsck man page says that _checks_ for errors; it does _not_ say it _fixes_ the errors. -- -- Stephe