From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id kO3LC5MdCl8heQAA0tVLHw (envelope-from ) for ; Sat, 11 Jul 2020 20:14:11 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id OEanB5MdCl90OQAA1q6Kng (envelope-from ) for ; Sat, 11 Jul 2020 20:14:11 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 9DE8D940225 for ; Sat, 11 Jul 2020 20:14:10 +0000 (UTC) Received: from localhost ([::1]:34496 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1juLst-0005sm-UD for larch@yhetil.org; Sat, 11 Jul 2020 16:14:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35624) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1juLso-0005se-5p for guix-patches@gnu.org; Sat, 11 Jul 2020 16:14:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33408) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1juLsn-0002Bb-TB for guix-patches@gnu.org; Sat, 11 Jul 2020 16:14:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1juLsn-0001Ti-N9 for guix-patches@gnu.org; Sat, 11 Jul 2020 16:14:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#42229] [[PATCH V2] 09/10] gnu: opendht: Fix libring compilation. Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 11 Jul 2020 20:14:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42229 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Jan Wielkiewicz Cc: 42229@debbugs.gnu.org Received: via spool by 42229-submit@debbugs.gnu.org id=B42229.15944983845608 (code B ref 42229); Sat, 11 Jul 2020 20:14:01 +0000 Received: (at 42229) by debbugs.gnu.org; 11 Jul 2020 20:13:04 +0000 Received: from localhost ([127.0.0.1]:44954 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1juLro-0001S2-3E for submit@debbugs.gnu.org; Sat, 11 Jul 2020 16:13:04 -0400 Received: from mira.cbaines.net ([212.71.252.8]:48116) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1juLri-0001Rq-Kk for 42229@debbugs.gnu.org; Sat, 11 Jul 2020 16:12:59 -0400 Received: from localhost (unknown [46.237.172.69]) by mira.cbaines.net (Postfix) with ESMTPSA id C9FC827BBE1; Sat, 11 Jul 2020 21:12:53 +0100 (BST) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id eeb5dcd7; Sat, 11 Jul 2020 20:12:51 +0000 (UTC) References: <20200710183220.19829-1-tona_kosmicznego_smiecia@interia.pl> <20200710183220.19829-9-tona_kosmicznego_smiecia@interia.pl> User-agent: mu4e 1.4.10; emacs 26.3 From: Christopher Baines In-reply-to: <20200710183220.19829-9-tona_kosmicznego_smiecia@interia.pl> Date: Sat, 11 Jul 2020 21:12:48 +0100 Message-ID: <87lfjpkdz3.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: 0.19 X-TUID: 5RAKzh1kr0d6 --=-=-= Content-Type: text/plain Jan Wielkiewicz writes: > The 2.1.4 release of opendht contains a bug, which > breaks libring compilation. This commit fixes this. > > * gnu/packages/patches/opendht-fix-jami.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add it. > * gnu/packages/networking.scm (opendht)[source]: > Apply the patch. This looks good, although this patch would be better earlier in the series, given I'm guessing it won't break the old jami package, but it will prevent the new one from building. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl8KHUBfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9XfsYBAArz24WXdbLXqmWJrsFRzeQQMrUKvUU2VP57wAK9WeF5J2HKh4LJdl9mxV yKV2H7ZIGFdi8TkwIku2QhUlv1GdF7ePuhDVD6HMGdyJKFSI/XTqzyq28/wSu9f8 IP1lQW9ow5YTMV+gYeiFZMwUXF6tRX6GdFhI8C15sRVWqk97wY3HrjxIagauRa/E o2oFZ5F1nBmao/k/D4FDvHVewMZy67FIMAAc+WBXQ+lG3PnBuokEZP+V0mq0fIYd 450PRu/JXdTUxyZmcnTpJlQNBM521ShBpAF6IwnRm5XlufFYTpGlCuYfBlYPMjs9 jcu4FKkRqrxnW8BXE0ztdNSelbgBbscAoOXz7G+Rc+DcyT+3l3BFhm5hIvCzw7Zo zWxSFhYv83SUbA6QvZ0ClB5Q3JZTJP3tgDwCAwjPlbVi+uz+qj17pIhsepnV5y/i E5t653JBAFg3F0Ev21sUD8L/WKm1bH6iSTIPOvMKoC2hpJDG3eUhiW4m6aPIood6 8VHhNrH3sr5RVpjji3CgREm/zLgI4OltXBD8OHSzniUJB8nYCFxdOBA1YYj51cdd i4I9ycC+3k+Ykb7A5WbzDgY+UYK8bT7/bMlZ3z/pWiARgZLpYghKsdCqsQSCIonc K6nV3k7+fXqx4AH6eA9QmEd4Ng55MG6d5/3tCGhGstR+UoGGQJ0= =lt9Y -----END PGP SIGNATURE----- --=-=-=--