[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#29784] [PATCH 2/2] gnu: Add python-activepapers
From: |
Ludovic Courtès |
Subject: |
[bug#29784] [PATCH 2/2] gnu: Add python-activepapers |
Date: |
Thu, 21 Dec 2017 16:47:05 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Konrad Hinsen <address@hidden> skribis:
> Konrad Hinsen <address@hidden> writes:
>
>> This looks like Guix still uses the tarball in the store, in spite of
>> the fact that I updated the URI in the package definition. In fact,
>
> One more test: I did a "guix gc" to clean up the store and re-launched
> the build. Now I get the hash mismatch that you reported as well.
Yes. Before running the GC, you still had the store item with the given
hash in your store, the guix-daemon didn’t attempt to fetch it.
To avoid this, you can always run:
guix build -S the-package --check
before submitting, to force a re-fetch.
Can you resend the patch with the known-good hash? (Or just the hash if
you prefer.)
Ludo’.