From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:60466) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jGnkZ-00065C-55 for guix-patches@gnu.org; Tue, 24 Mar 2020 13:54:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jGnkY-0003Nv-31 for guix-patches@gnu.org; Tue, 24 Mar 2020 13:54:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49601) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jGnkX-0003Nq-Vq for guix-patches@gnu.org; Tue, 24 Mar 2020 13:54:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jGnkX-00006u-VX for guix-patches@gnu.org; Tue, 24 Mar 2020 13:54:01 -0400 Subject: [bug#39796] [PATCH] gnu: Add guile-websocket. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87o8tlewxf.fsf@gmail.com> <20200315183607.GF5561@jasmine.lan> Date: Tue, 24 Mar 2020 18:53:03 +0100 In-Reply-To: <20200315183607.GF5561@jasmine.lan> (Leo Famulari's message of "Sun, 15 Mar 2020 14:36:07 -0400") Message-ID: <87d091ljwg.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Leo Famulari Cc: Evan Straw , 39796@debbugs.gnu.org Hello, Leo Famulari skribis: > On Tue, Feb 25, 2020 at 09:31:56PM -0800, Evan Straw wrote: >> From ba695ba2cbf27014e1ed95da8a0620988f03fa54 Mon Sep 17 00:00:00 2001 >> From: Evan Straw >> Date: Tue, 25 Feb 2020 12:08:46 -0800 >> Subject: [PATCH] gnu: Add guile-websocket. >>=20 >> * gnu/packages/guile-xyz.scm (guile-websocket): New variable. > > Thanks for this patch! > > Overall looks good, but the hash of the source code is not correct for > me: > > ------ > r:sha256 hash mismatch for /gnu/store/f4gz64dfsqmhbbg24ggzf9ffcr6k2znf-gu= ile-websocket-0.1-checkout: > expected hash: 10r8384frlyrljjdyzilrh8hzi60v9hisx4fxjs7rmg9g01cs77k > actual hash: 1hymvsfrmq9qxr5cxnsgdz7y757yp1cpsgxmdp3f5wxxxpqgsmzx > hash mismatch for store item '/gnu/store/f4gz64dfsqmhbbg24ggzf9ffcr6k2znf= -guile-websocket-0.1-checkout' > build of /gnu/store/n6kxplhzysqq4d82p1m2wa2y48lbgswb-guile-websocket-0.1-= checkout.drv failed > ------ > > My guess is that you already had something corresponding to the expected > hash in /gnu/store, and so Guix did not even try to clone the upstream > repo. Probably another commit of guile-websocket, assuming the package > did build for you. > > Can you take a look and send a revised patch? Also, it should be called =E2=80=9Cguile3.0-websocket=E2=80=9D. Evan, ping! :-) Ludo=E2=80=99.