[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: |
Eric Abrahamsen |
Subject: |
Re: ELPA git repo contains zero-padded file modes and running ~$ make fails |
Date: |
Sun, 31 May 2020 13:16:21 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Stefan Monnier <monnier@iro.umontreal.ca> writes:
>>>> Known problem: just disable fsck for the initial fetch.
>> Thanks. Is there any way to fix it?
[...]
> Any chance you haven't done `make externals` beforehand?
>
> `ebdb` is an "external" package (i.e. it's kept in its own branch), and
> `ebdb-gnorb` depends on `ebdb`, so if you don't `make externals` it's
> normal that `ebdb-gnorb` fails to compile.
>
>>> If you pull the elpa repository cleanly and still get this error,
>>> please let me know. TBH this package probably doesn't need to exist,
>>> it's a holdover from back when I didn't know how to do
>>> between-package packages.
>> Maybe it can simply be removed, then?
>
> Or turned into an "external" as well.
I'll do one or the other soon, but I'd be curious to know if Bastien
hasn't done `make externals`, and if that fixes the problem for sure.
Just FMI.