ada-mode-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [SPAM UNSURE] Attempting to reindent code results in error


From: Stephen Leake
Subject: Re: [SPAM UNSURE] Attempting to reindent code results in error
Date: Sat, 28 Oct 2023 10:37:26 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (windows-nt)

Simon Wright <simon.j.wright@mac.com> writes:

> On 26 Oct 2023, at 23:38, Stephen Leake <stephen_leake@stephe-leake.org> 
> wrote:
>> 
>> I just released ada-mode 8.1.0, that fixes several issues with gcc 13;
>> I'm just waiting for ELPA to update to announce it.
>
> ada-mode built fine.

Ok good.

> I maybe shouldn’t have installed gpr-query-1.0.4 yet? Can I run with
> the new ada-mode and the old gpr-query (& gpr-mode?)

Yes, that should work.

> Getting this (Mac; x86_64 and aarch64):
>
> $ alr-2.0d get emacs_gpr_query
> ⓘ Deploying emacs_gpr_query=1.0.2...                                     
> Cloning into '/Users/simon/.emacs.d/elpa/gpr-query-1.0.4/alr-gzrw.tmp'...
> remote: Counting objects: 543353, done.
> remote: Compressing objects: 100% (156279/156279), done.
> warning: object 95b96cb523ce098aed6fabf805ff03d55686f12f:
> gitignoreSymlink: .gitignore is a symlink
> warning: object da777249505761d5c51406d4a0d268629f146f8e:
> gitignoreSymlink: .gitignore is a symlink
> warning: object fa73f7d32f618bd46247364932cac8aa591ed8b9:
> gitignoreSymlink: .gitignore is a symlink
> warning: object 6bca01e6638f0e92ce277c1497c8f1175236315a:
> gitignoreSymlink: .gitignore is a symlink
> warning: object 4246bb45961f0e8ed4ccb123648d55a2f043524c:
> gitignoreSymlink: .gitignore is a symlink
> error: object 2699d230e3b592ae42506d7b5c969a7ac6a4593c:
> zeroPaddedFilemode: contains zero-padded file modes
> fatal: fsck error in packed object

This is a bug in the ELPA git repository. You have to disable
checking in your ~/.gitconfig. Here's what I have in mine:

[transfer]
    # 15 Feb 2016: ELPA has an object that fails this check; only need
    # to disable (by setting false here) when pull a full repository
    # (that includes that object)
        fsckObjects = true

change fsckObjects to false, temporarily. or permanently, since there's
not much you can do when the check does fail.

-- 
-- Stephe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]