Hi, Robert Vollmert <[email protected]> skribis:
> I’m getting the following warnings when running “make” in the guix repo: > > WARNING: (guix scripts archive): `error-source' imported from both (gcrypt > common) and (gcrypt pk-crypto) > WARNING: (guix scripts archive): `error-string' imported from both (gcrypt > common) and (gcrypt pk-crypto) > > Presumably introduced by the commit below; what was the reason for > the change? > > commit 92ca25a32b4bd19cda563fa0807af0fa2d39e0e2 > Author: Ludovic Courtès <[email protected]> > Date: Fri Jul 19 11:38:54 2019 +0200 > > guix archive: Use (gcrypt common). > > * guix/scripts/archive.scm: Use (gcrypt common) for 'error-source' and > 'error-string'. Indeed, and the issue is fixed in guile-gcrypt upstream: https://notabug.org/cwebber/guile-gcrypt/commit/8c7fe8e852e4ee79824cf47ae8a924e5f77757b3 Ludo’.
