[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ELPA git repo contains zero-padded file modes and running ~$ make fa
From: |
Stefan Monnier |
Subject: |
Re: ELPA git repo contains zero-padded file modes and running ~$ make fails |
Date: |
Mon, 25 May 2020 22:19:47 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
> I have this error when git-pulling the elpa repository:
>
> guerry git/elpa ‹master› » git pull
> remote: Counting objects: 64150, done.
> remote: Compressing objects: 100% (22564/22564), done.
> error: object 2699d230e3b592ae42506d7b5c969a7ac6a4593c:
> zeroPaddedFilemode: contains zero-padded file modes
> fatal: erreur de fsck dans l'objet empaqueté
> fatal: échec de index-pack
Known problem: just disable fsck for the initial fetch.
> Also, running ~$ make in the cloned repo fails with this error:
>
> In toplevel form:
> packages/ebdb-gnorb/ebdb-gnorb.el:30:1: Error: Cannot open load file:
> Aucun fichier ou dossier de ce type, ebdb-format
> make: *** [GNUmakefile:173: packages/ebdb-gnorb/ebdb-gnorb.elc] Error 1
>
> I'm not sure what to do with both these errors, thanks for any hint.
Don't know about that one, better ask the author/maintainer of
ebdb-gnorb.
Stefan