From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 23 10:30:41 2021 Received: (at submit) by debbugs.gnu.org; 23 Oct 2021 14:30:41 +0000 Received: from localhost ([127.0.0.1]:36863 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1meI2j-0003j0-4t for submit@debbugs.gnu.org; Sat, 23 Oct 2021 10:30:41 -0400 Received: from lists.gnu.org ([209.51.188.17]:37624) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1meI2d-0003ip-Sv for submit@debbugs.gnu.org; Sat, 23 Oct 2021 10:30:39 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44302) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1meI2d-00039T-EO for guix-patches@gnu.org; Sat, 23 Oct 2021 10:30:35 -0400 Received: from lepiller.eu ([2a00:5884:8208::1]:53842) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1meI2U-0006Cs-Bj for guix-patches@gnu.org; Sat, 23 Oct 2021 10:30:31 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id f24904d6 for ; Sat, 23 Oct 2021 14:30:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from :to:subject:message-id:mime-version:content-type; s=dkim; bh=EaU BXCIw4a8B8hycTW4a/JOcq29AeoJ4qlsR6Rz/luI=; b=EG3UkuJsEATuYIU8LGz tobGvNt1H4moWzG+nU/MjchjHbS42cL+fpCG/ZRF0k1+0BLGjPkdj8vmAph/L2Ej Vc8fCCIWhOCC8EFhIYDzkChjoC2zAjLupd72Oe6YZlJFv293O6JUnyjToFENjgbA SO+6l4ko1DBHh6GAyKaQPsu1pPb0K94g0tet9g2V5qdamHHVOEYijPYegF8m2kh4 H+U9ALxdWWjqb2tjivMUjSrnfh7JF5/V8kEfD6eTqtG1wo59Gqc0Z9Yn/V+qqpLN L3adkWEARiVSA+hQwYyi+r44drcFCBDkt2Uql1JtmFApTiZ5Vdp2FUAYXqrEl8F2 vkg== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id b2afbb42 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for ; Sat, 23 Oct 2021 14:30:14 +0000 (UTC) Date: Sat, 23 Oct 2021 16:30:08 +0200 From: Julien Lepiller To: guix-patches@gnu.org Subject: [PATCH] gnu: pplacer: Fix build. Message-ID: <20211023163008.017145c3@tachikoma.lepiller.eu> X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/Su_Isugx.nhn2kM5BVydEt_" Received-SPF: pass client-ip=2a00:5884:8208::1; envelope-from=julien@lepiller.eu; helo=lepiller.eu X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --MP_/Su_Isugx.nhn2kM5BVydEt_ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Guix! This patch series fixes pplacer. I noticed ocaml4.07-re was failing to build, and others also failed, so this series fixes them, and pplacer. --MP_/Su_Isugx.nhn2kM5BVydEt_ Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0001-gnu-Add-ocaml4.07-re.patch >From 5a85894ee405d2fbe909b61fb3817aa44d6a08df Mon Sep 17 00:00:00 2001 Message-Id: <5a85894ee405d2fbe909b61fb3817aa44d6a08df.1634999221.git.julien@lepiller.eu> From: Julien Lepiller Date: Sat, 23 Oct 2021 15:22:11 +0200 Subject: [PATCH 1/6] gnu: Add ocaml4.07-re. * gnu/packages/ocaml.scm (ocaml4.07-re): New variable. --- gnu/packages/ocaml.scm | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 660bc44bc7..412e9e339d 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -3353,6 +3353,7 @@ (define-public ocaml-re `(("ocaml-seq" ,ocaml-seq))) (native-inputs `(("ounit" ,ocaml-ounit))) + (properties `((ocaml4.07-variant . ,(delay ocaml4.07-re)))) (home-page "https://github.com/ocaml/ocaml-re/") (synopsis "Regular expression library for OCaml") (description "Pure OCaml regular expressions with: @@ -3365,6 +3366,19 @@ (define-public ocaml-re @end enumerate") (license license:expat))) +(define-public ocaml4.07-re + (package-with-ocaml4.07 + (package + (inherit ocaml-re) + (arguments + `(#:test-target "." + #:phases + (modify-phases %standard-phases + (add-after 'unpack 'fix-dune-version + (lambda _ + (delete-file "dune-project")))))) + (properties '())))) + (define-public ocaml-ocplib-endian (package (name "ocaml-ocplib-endian") -- 2.33.0 --MP_/Su_Isugx.nhn2kM5BVydEt_ Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0002-gnu-Add-ocaml4.07-alcotest.patch >From b77fb136a6f1e4ecceb0ddbd2a0318af80721d50 Mon Sep 17 00:00:00 2001 Message-Id: In-Reply-To: <5a85894ee405d2fbe909b61fb3817aa44d6a08df.1634999221.git.julien@lepiller.eu> References: <5a85894ee405d2fbe909b61fb3817aa44d6a08df.1634999221.git.julien@lepiller.eu> From: Julien Lepiller Date: Sat, 23 Oct 2021 15:26:54 +0200 Subject: [PATCH 2/6] gnu: Add ocaml4.07-alcotest. * gnu/packages/ocaml.scm (ocaml4.07-alcotest): New variable. --- gnu/packages/ocaml.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 412e9e339d..a8f5faaf1d 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -2268,6 +2268,7 @@ (define-public ocaml-alcotest ("ocaml-stdlib-shims" ,ocaml-stdlib-shims) ("ocaml-uuidm" ,ocaml-uuidm) ("ocaml-uutf" ,ocaml-uutf))) + (properties `((ocaml4.07-variant . ,(delay ocaml4.07-alcotest)))) (home-page "https://github.com/mirage/alcotest") (synopsis "Lightweight OCaml test framework") (description "Alcotest exposes simple interface to perform unit tests. It @@ -2278,6 +2279,30 @@ (define-public ocaml-alcotest simple (yet expressive) query language to select the tests to run.") (license license:isc))) +(define-public ocaml4.07-alcotest + (package-with-ocaml4.07 + (package + (inherit ocaml-alcotest) + (version "1.0.1") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/mirage/alcotest") + (commit version))) + (file-name (git-file-name "ocaml-alcotest" version)) + (sha256 + (base32 + "1frwi185z4aadmaf0vp8xk5227nyg7nmh28ijj5l7ncjr5slvhz8")))) + (arguments + `(#:test-target "." + #:package "alcotest" + #:phases + (modify-phases %standard-phases + (add-after 'unpack 'fix-dune-version + (lambda _ + (delete-file "dune-project")))))) + (properties '())))) + (define-public ocaml-ppx-tools (package (name "ocaml-ppx-tools") -- 2.33.0 --MP_/Su_Isugx.nhn2kM5BVydEt_ Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0003-gnu-ocaml-lwt-Remove-unneeded-input.patch >From 7b0144518fa422088477d764233c1278ce48573e Mon Sep 17 00:00:00 2001 Message-Id: <7b0144518fa422088477d764233c1278ce48573e.1634999221.git.julien@lepiller.eu> In-Reply-To: <5a85894ee405d2fbe909b61fb3817aa44d6a08df.1634999221.git.julien@lepiller.eu> References: <5a85894ee405d2fbe909b61fb3817aa44d6a08df.1634999221.git.julien@lepiller.eu> From: Julien Lepiller Date: Sat, 23 Oct 2021 16:07:46 +0200 Subject: [PATCH 3/6] gnu: ocaml-lwt: Remove unneeded input. * gnu/packages/ocaml.scm (ocaml-lwt)[native-inputs]: Remove ocaml-bisect-ppx. --- gnu/packages/ocaml.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index a8f5faaf1d..43011a0aab 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -2427,8 +2427,7 @@ (define-public ocaml-lwt (arguments `(#:package "lwt")) (native-inputs - `(("ocaml-bisect-ppx" ,ocaml-bisect-ppx) - ("ocaml-cppo" ,ocaml-cppo) + `(("ocaml-cppo" ,ocaml-cppo) ("pkg-config" ,pkg-config))) (inputs `(("glib" ,glib))) -- 2.33.0 --MP_/Su_Isugx.nhn2kM5BVydEt_ Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0004-gnu-Add-ocaml4.07-bisect-ppx.patch >From e7413cc1b1759ad7049b044d3e6743f572ced836 Mon Sep 17 00:00:00 2001 Message-Id: In-Reply-To: <5a85894ee405d2fbe909b61fb3817aa44d6a08df.1634999221.git.julien@lepiller.eu> References: <5a85894ee405d2fbe909b61fb3817aa44d6a08df.1634999221.git.julien@lepiller.eu> From: Julien Lepiller Date: Sat, 23 Oct 2021 15:27:56 +0200 Subject: [PATCH 4/6] gnu: Add ocaml4.07-bisect-ppx. * gnu/packages/ocaml.scm (ocaml4.07-bisect-ppx): New variable. --- gnu/packages/ocaml.scm | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 43011a0aab..87429b92ac 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -6625,7 +6625,8 @@ (define-public ocaml-bisect-ppx (arguments ;; Tests require ocamlformat which would lead to circular dependencies '(#:tests? #f)) - (properties '((upstream-name . "bisect_ppx"))) + (properties `((upstream-name . "bisect_ppx") + (ocaml4.07-variant . ,(delay ocaml4.07-bisect-ppx)))) (home-page "https://github.com/aantron/bisect_ppx") (synopsis "Code coverage for OCaml") (description "Bisect_ppx helps you test thoroughly. It is a small @@ -6637,6 +6638,33 @@ (define-public ocaml-bisect-ppx then run the Bisect_ppx report tool on the generated visitation files.") (license license:mpl2.0))) +(define-public ocaml4.07-bisect-ppx + (package-with-ocaml4.07 + (package + (inherit ocaml-bisect-ppx) + (version "2.4.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/aantron/bisect_ppx") + (commit version))) + (file-name (git-file-name "ocaml-bisect-ppx" version)) + (sha256 + (base32 + "1njs8xc108rrpx5am5zhhcn6vjva7rsphm8034qp5lgyvnhfgh7q")))) + (propagated-inputs + `(("ocaml-migrate-parsetree" ,ocaml-migrate-parsetree) + ("ocaml-ppx-tools-versioned" ,ocaml-ppx-tools-versioned) + ,@(package-propagated-inputs ocaml-bisect-ppx))) + (native-inputs + `(("ocaml-ounit2" ,ocaml-ounit2))) + (arguments + `(#:test-target "." + ;; tests require git and network + #:tests? #f)) + (properties '())))) + (define-public ocaml-odoc (package (name "ocaml-odoc") -- 2.33.0 --MP_/Su_Isugx.nhn2kM5BVydEt_ Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0005-gnu-ocaml4.07-odoc-Fix-inputs.patch >From 04a94967f5816b42277b099aa2b386b68d13cdee Mon Sep 17 00:00:00 2001 Message-Id: <04a94967f5816b42277b099aa2b386b68d13cdee.1634999221.git.julien@lepiller.eu> In-Reply-To: <5a85894ee405d2fbe909b61fb3817aa44d6a08df.1634999221.git.julien@lepiller.eu> References: <5a85894ee405d2fbe909b61fb3817aa44d6a08df.1634999221.git.julien@lepiller.eu> From: Julien Lepiller Date: Sat, 23 Oct 2021 15:28:54 +0200 Subject: [PATCH 5/6] gnu: ocaml4.07-odoc: Fix inputs. * gnu/packages/ocaml.scm (ocaml4.07-odoc): Fix inputs. --- gnu/packages/ocaml.scm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 87429b92ac..f0c46a9b4b 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -6751,6 +6751,12 @@ (define-public ocaml4.07-odoc (file-name (git-file-name name version)) (sha256 (base32 "0z2nisg1vb5xlk41hqw8drvj90v52wli7zvnih6a844cg6xsvvj2")))) + (inputs + `(("ocaml-alcotest" ,ocaml-alcotest) + ("ocaml-markup" ,ocaml-markup) + ("ocaml-sexplib" ,ocaml-sexplib) + ("ocaml-re" ,ocaml-re) + ("ocaml-uutf" ,ocaml-uutf))) (properties '())))) (define-public ocaml4.07-fftw3 -- 2.33.0 --MP_/Su_Isugx.nhn2kM5BVydEt_ Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0006-gnu-pplacer-Fix-build.patch >From 9a5d8c50f30a25b5246d321d5331b72a88f587f9 Mon Sep 17 00:00:00 2001 Message-Id: <9a5d8c50f30a25b5246d321d5331b72a88f587f9.1634999221.git.julien@lepiller.eu> In-Reply-To: <5a85894ee405d2fbe909b61fb3817aa44d6a08df.1634999221.git.julien@lepiller.eu> References: <5a85894ee405d2fbe909b61fb3817aa44d6a08df.1634999221.git.julien@lepiller.eu> From: Julien Lepiller Date: Sat, 23 Oct 2021 15:30:04 +0200 Subject: [PATCH 6/6] gnu: pplacer: Fix build. * gnu/packages/bioinformatics.scm (pplacer): Add missing input. --- gnu/packages/bioinformatics.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 63b391683c..41a2e52ac8 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -141,6 +141,7 @@ (define-module (gnu packages bioinformatics) #:use-module (gnu packages serialization) #:use-module (gnu packages shells) #:use-module (gnu packages sphinx) + #:use-module (gnu packages sqlite) #:use-module (gnu packages statistics) #:use-module (gnu packages swig) #:use-module (gnu packages tbb) @@ -13501,7 +13502,8 @@ (define-public pplacer ("ocaml-sqlite3" ,(package-with-ocaml4.07 ocaml-sqlite3)) ("ocaml-xmlm" ,(package-with-ocaml4.07 ocaml-xmlm)) ("ocaml-mcl" ,(package-with-ocaml4.07 ocaml-mcl)) - ("ocaml-gsl" ,ocaml4.07-gsl-1))) + ("ocaml-gsl" ,ocaml4.07-gsl-1) + ("sqlite:static" ,sqlite "static"))) (native-inputs `(("cddlib-src" ,(package-source cddlib)) ("ocamlbuild" ,(package-with-ocaml4.07 ocamlbuild)) -- 2.33.0 --MP_/Su_Isugx.nhn2kM5BVydEt_-- From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 11 12:49:47 2021 Received: (at 51351) by debbugs.gnu.org; 11 Nov 2021 17:49:47 +0000 Received: from localhost ([127.0.0.1]:42187 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mlECp-0005I4-0W for submit@debbugs.gnu.org; Thu, 11 Nov 2021 12:49:47 -0500 Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21156) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mlECm-0005Hv-P2 for 51351@debbugs.gnu.org; Thu, 11 Nov 2021 12:49:45 -0500 ARC-Seal: i=1; a=rsa-sha256; t=1636652981; cv=none; d=zohomail.com; s=zohoarc; b=eu8ZftsI5KXXp/Og1H3ymA5xjLhNxuQhEg1Aj8NdpEUOzKW/fQvWM7t7DkBuD2U0KZeMavth1Jnf/WRWaZWDSaQbAguyQBQxu7b47W7UybZQgsF80S9H43PLuBWUCYF2sfryG5dt75JG77OOhf1gUPqADxQr0/N8cNsoqT0geNY= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1636652981; h=Content-Type:Cc:Date:From:MIME-Version:Message-ID:Subject:To; bh=GXtyZRE94zbA9/STgKpN5SpUgknxMFQdvo/PmSGJbc0=; b=cFIdnzj2A1yKIk87QJ0RKNPFjDlxerkc2cQynBFvghMslrOK1Duvjq10ITSVuPbBbYmk1CuquVj+pV0YNX7oS8ZDK9N+etrOlYi6pvnAzplz36Rg76NKjlQq96/70krmTRKPd+jD8WxwmNMmlz1qxy8bNC4wdMAnrd5xhRVFh6g= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1636652981; s=zoho; d=elephly.net; i=rekado@elephly.net; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; bh=GXtyZRE94zbA9/STgKpN5SpUgknxMFQdvo/PmSGJbc0=; b=gIyKcI7T3HwaOk8Ixh1NHuckrEQacMtLBQEuJa8To8lFVZ910Nugj+c8T9byuRag LoJM/Q28JZS7DQVw6SpeBWrvdwQvnNN8WHSTRlcC2TzT9Bv66z1YnW9bVR/ucyxA1rf 021rX7TTxyc/K9Um4Lr3olFd7RNQfV8K0/fJpA+Y= Received: from localhost (p54ad4f29.dip0.t-ipconnect.de [84.173.79.41]) by mx.zohomail.com with SMTPS id 1636652978657535.3838978284779; Thu, 11 Nov 2021 09:49:38 -0800 (PST) User-agent: mu4e 1.6.6; emacs 27.2 From: Ricardo Wurmus To: 51351@debbugs.gnu.org Subject: [PATCH] gnu: pplacer: Fix build. Date: Thu, 11 Nov 2021 17:47:37 +0000 X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Message-ID: <87o86q37m8.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-ZohoMailClient: External X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 51351 Cc: Julien Lepiller X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Julien, thank you for the patches. These look good to me. Unfortunately, there seems to be no newer version of pplacer that would work with more recent versions of ocaml. -- Ricardo From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 15 08:24:47 2021 Received: (at 51351) by debbugs.gnu.org; 15 Nov 2021 13:24:47 +0000 Received: from localhost ([127.0.0.1]:52991 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mmbyZ-0007uQ-Ae for submit@debbugs.gnu.org; Mon, 15 Nov 2021 08:24:47 -0500 Received: from mail-wr1-f51.google.com ([209.85.221.51]:34387) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mmbyU-0007u5-ER for 51351@debbugs.gnu.org; Mon, 15 Nov 2021 08:24:46 -0500 Received: by mail-wr1-f51.google.com with SMTP id d5so30703031wrc.1 for <51351@debbugs.gnu.org>; Mon, 15 Nov 2021 05:24:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-transfer-encoding; bh=1gKHwGdtxbwk5kebW53QWj0VFWn5AI6hIfjZnGi3M7E=; b=kdUcv8RtD2ca9RHIy1pIn9u/y6KaVuvEZJcNFrFWyoNOAZ14YwqQ0Yp9RnAKgQcTJZ /mp+Z4D7wa+jpjvBEmQOxaAXVgWMREsvm1NCSqBvKIDuScftF2kR5RvYGeYIouZtHE1A lMJhlw1i6wbZE/Ys+x/047dsvmqBSsAyuJ3mFESh2xm14gkdxefsNmzkBUKZkPtL5zGk wgR72y8QKXAuZRdG4P6iLZpjz3iu0JrPutu9JT5KIpxT7SEmPp2ZUfDCazbbwDL2H30u I989i1wCqntxQMjxYI2Dtl5TOi/9yCrBd/4VgdQlcSnBXr7Bpj7bTUhXoFDa1d5ZQbyl TIZQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=1gKHwGdtxbwk5kebW53QWj0VFWn5AI6hIfjZnGi3M7E=; b=bOWMVq2BStA4LFlMeh/cSzQg/dhWqlsxRxfA7wVSyS99CWb93GVC1sWEv7TPDUxn/0 880PazYycD0Ly2W3vxv5YsnNWVQ0cEJomSD2vUOuER8UIiuGJ4jNHgQCqWZstYM7PIXX gQcOg5ZMvqeLOaR+hA3mnpWUs5fKjpCTQezpB8bhchYd/bVMzJakiX7tJ5BfDvSR+TwY EsowZBAUL1cYAR43GvKdC/Il77fImMDnQpU0LrrbqT4zB0MsujZKb/WK8C6/rryVMtWu pW/cHlkMMMqLQUaao0El4tagFRdDLHWTwHhhqRTDgAkkEbX2eTDgIUJDeEYfniWZF6Rs aYNg== X-Gm-Message-State: AOAM530XlM9f2HK+CzTZPDrhIttPVuIAW2vKd1ojUULE3p6whDLBXPq7 KawCiUgS3UuSaT2oOG8NulI= X-Google-Smtp-Source: ABdhPJy+5h8buxU7MB2n5iJYAAI/mECf5AQ874qqgwJcIHSb43ZNGRn5LMvkBPBG/uDka69Da3B+Cw== X-Received: by 2002:adf:fa0b:: with SMTP id m11mr46950960wrr.152.1636982676593; Mon, 15 Nov 2021 05:24:36 -0800 (PST) Received: from lili ([2a01:e0a:59b:9120:65d2:2476:f637:db1e]) by smtp.gmail.com with ESMTPSA id r15sm1499051wmh.13.2021.11.15.05.24.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 15 Nov 2021 05:24:36 -0800 (PST) From: zimoun To: Ricardo Wurmus Subject: Re: [bug#51351] [PATCH] gnu: pplacer: Fix build. References: <20211023163008.017145c3@tachikoma.lepiller.eu> <87o86q37m8.fsf@elephly.net> Date: Mon, 15 Nov 2021 14:22:07 +0100 In-Reply-To: <87o86q37m8.fsf@elephly.net> (Ricardo Wurmus's message of "Thu, 11 Nov 2021 17:47:37 +0000") Message-ID: <86lf1pblkw.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 51351 Cc: Julien Lepiller , 51351@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, On Thu, 11 Nov 2021 at 17:47, Ricardo Wurmus wrote: > thank you for the patches. These look good to me. The series also LGTM. > Unfortunately, there seems to be no newer version of pplacer that would w= ork > with more recent versions of ocaml. Yeah, a similar issue as packages depending on Python2 (for instance =E2=80=99gess=E2=80=99) is going to happen. >From my point of view, the best is to move this not-updated package to the channel guix-past. The Data Service [1] is not very helpful but it should be the entry point to reach commit with working (built) packages. 1: Cheers, simon From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 15 08:40:17 2021 Received: (at 51351) by debbugs.gnu.org; 15 Nov 2021 13:40:17 +0000 Received: from localhost ([127.0.0.1]:53013 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mmcDZ-0008NH-JA for submit@debbugs.gnu.org; Mon, 15 Nov 2021 08:40:17 -0500 Received: from flashner.co.il ([178.62.234.194]:46810) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mmcDW-0008Mw-C1 for 51351@debbugs.gnu.org; Mon, 15 Nov 2021 08:40:15 -0500 Received: from localhost (unknown [141.226.12.213]) by flashner.co.il (Postfix) with ESMTPSA id 52E4C40178; Mon, 15 Nov 2021 13:40:08 +0000 (UTC) Date: Mon, 15 Nov 2021 15:39:35 +0200 From: Efraim Flashner To: Julien Lepiller Subject: Re: [bug#51351] [PATCH] gnu: pplacer: Fix build. Message-ID: Mail-Followup-To: Efraim Flashner , Julien Lepiller , 51351@debbugs.gnu.org References: <20211023163008.017145c3@tachikoma.lepiller.eu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="U85arqMHI+MusAx4" Content-Disposition: inline In-Reply-To: <20211023163008.017145c3@tachikoma.lepiller.eu> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 51351 Cc: 51351@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --U85arqMHI+MusAx4 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 23, 2021 at 04:30:08PM +0200, Julien Lepiller wrote: > From b77fb136a6f1e4ecceb0ddbd2a0318af80721d50 Mon Sep 17 00:00:00 2001 > Message-Id: > In-Reply-To: <5a85894ee405d2fbe909b61fb3817aa44d6a08df.1634999221.git.jul= ien@lepiller.eu> > References: <5a85894ee405d2fbe909b61fb3817aa44d6a08df.1634999221.git.juli= en@lepiller.eu> > From: Julien Lepiller > Date: Sat, 23 Oct 2021 15:26:54 +0200 > Subject: [PATCH 2/6] gnu: Add ocaml4.07-alcotest. >=20 > * gnu/packages/ocaml.scm (ocaml4.07-alcotest): New variable. > --- > gnu/packages/ocaml.scm | 25 +++++++++++++++++++++++++ > 1 file changed, 25 insertions(+) >=20 > diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm > index 412e9e339d..a8f5faaf1d 100644 > --- a/gnu/packages/ocaml.scm > +++ b/gnu/packages/ocaml.scm > @@ -2268,6 +2268,7 @@ (define-public ocaml-alcotest > ("ocaml-stdlib-shims" ,ocaml-stdlib-shims) > ("ocaml-uuidm" ,ocaml-uuidm) > ("ocaml-uutf" ,ocaml-uutf))) > + (properties `((ocaml4.07-variant . ,(delay ocaml4.07-alcotest)))) > (home-page "https://github.com/mirage/alcotest") > (synopsis "Lightweight OCaml test framework") > (description "Alcotest exposes simple interface to perform unit test= s. It > @@ -2278,6 +2279,30 @@ (define-public ocaml-alcotest > simple (yet expressive) query language to select the tests to run.") > (license license:isc))) > =20 > +(define-public ocaml4.07-alcotest > + (package-with-ocaml4.07 > + (package > + (inherit ocaml-alcotest) > + (version "1.0.1") > + (source (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/mirage/alcotest") > + (commit version))) > + (file-name (git-file-name "ocaml-alcotest" version)) > + (sha256 > + (base32 > + "1frwi185z4aadmaf0vp8xk5227nyg7nmh28ijj5l7ncjr5slvhz8"= )))) This package builds just fine without the changes to arguments. > + (arguments > + `(#:test-target "." > + #:package "alcotest" > + #:phases > + (modify-phases %standard-phases > + (add-after 'unpack 'fix-dune-version > + (lambda _ > + (delete-file "dune-project")))))) > + (properties '())))) > + > (define-public ocaml-ppx-tools > (package > (name "ocaml-ppx-tools") > --=20 > 2.33.0 >=20 --=20 Efraim Flashner =D7=A8=D7=A0=D7=A9=D7=9C=D7=A4 = =D7=9D=D7=99=D7=A8=D7=A4=D7=90 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --U85arqMHI+MusAx4 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmGSYxIACgkQQarn3Mo9 g1EFGxAAtjxgszy2A9y1qP97le+gefTnJKxCanPVWugTyv1REZ7I6wL9MECpsHAk C/Euk3qDJY52KZgg8C3cDlDEbl39pTN9eTeSOft080SFFGZK+xoKQme/RNWvByR7 JwSlJF8abuZGf1gSRgXS28aADssZEtoyRYksf3Ibb1p9cECHbwo4HjM14hQ+CFOr VTjHwXAf3WsjUZO5PWVwmqsW5drOl8GsljUC3AlRvdE8FDO6FdgVw+xgUkRZmtZe zuop2U0C9oq/TQnFED4ygEzDD4/YhRyjhhWQ/AcN1p4DbLhnonh3lG1frRPQfBFr 5wQ9sdkdkICrlpkLLEuAA/nwpOzxaM/7B7FY6nfQGVTPjZEGZNOpwEXmU/Rk95ft 2PLZPA7Dr9iX3f6zziJ3UJC9KzSRI1itGgCszZeB+bun/Q+bBaTlslHI/z4n3w69 yMgh0aagPmst7iTpR4QnOADKCqnHrTMy271rYclnJeqwr1NwvQoW5LnTOvM8O5AO isNqusiGRORkO5mhFNAxOCVFOrOT0zZSD8qE7g9oVUqhdXSIEgGHHtw8uVNqs3rQ OkMY11YVYfojV56JN6s8OpbkABzkCFNKXbGv5Ze4qONYh6gy62ANFx76VgeQ8tN2 eDBaLt8AHV1dEqnOhvXatB9t6/QQrMjqicg5wd62Ix2QGA5lKBU= =tZQc -----END PGP SIGNATURE----- --U85arqMHI+MusAx4-- From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 15 08:41:23 2021 Received: (at 51351) by debbugs.gnu.org; 15 Nov 2021 13:41:23 +0000 Received: from localhost ([127.0.0.1]:53017 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mmcEW-0008PE-UZ for submit@debbugs.gnu.org; Mon, 15 Nov 2021 08:41:23 -0500 Received: from flashner.co.il ([178.62.234.194]:46820) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mmcET-0008P0-N8 for 51351@debbugs.gnu.org; Mon, 15 Nov 2021 08:41:14 -0500 Received: from localhost (unknown [141.226.12.213]) by flashner.co.il (Postfix) with ESMTPSA id D7A3C40049; Mon, 15 Nov 2021 13:41:07 +0000 (UTC) Date: Mon, 15 Nov 2021 15:40:35 +0200 From: Efraim Flashner To: Julien Lepiller Subject: Re: [bug#51351] [PATCH] gnu: pplacer: Fix build. Message-ID: Mail-Followup-To: Efraim Flashner , Julien Lepiller , 51351@debbugs.gnu.org References: <20211023163008.017145c3@tachikoma.lepiller.eu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="bsP/4I4+OGlnRFNf" Content-Disposition: inline In-Reply-To: <20211023163008.017145c3@tachikoma.lepiller.eu> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 51351 Cc: 51351@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --bsP/4I4+OGlnRFNf Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 23, 2021 at 04:30:08PM +0200, Julien Lepiller wrote: > From 5a85894ee405d2fbe909b61fb3817aa44d6a08df Mon Sep 17 00:00:00 2001 > Message-Id: <5a85894ee405d2fbe909b61fb3817aa44d6a08df.1634999221.git.juli= en@lepiller.eu> > From: Julien Lepiller > Date: Sat, 23 Oct 2021 15:22:11 +0200 > Subject: [PATCH 1/6] gnu: Add ocaml4.07-re. >=20 > * gnu/packages/ocaml.scm (ocaml4.07-re): New variable. > --- > gnu/packages/ocaml.scm | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) >=20 > diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm > index 660bc44bc7..412e9e339d 100644 > --- a/gnu/packages/ocaml.scm > +++ b/gnu/packages/ocaml.scm > @@ -3353,6 +3353,7 @@ (define-public ocaml-re > `(("ocaml-seq" ,ocaml-seq))) > (native-inputs > `(("ounit" ,ocaml-ounit))) > + (properties `((ocaml4.07-variant . ,(delay ocaml4.07-re)))) > (home-page "https://github.com/ocaml/ocaml-re/") > (synopsis "Regular expression library for OCaml") > (description "Pure OCaml regular expressions with: > @@ -3365,6 +3366,19 @@ (define-public ocaml-re > @end enumerate") > (license license:expat))) > =20 The alternate option I came up with was dropping this down to 1.9.0. > +(define-public ocaml4.07-re > + (package-with-ocaml4.07 > + (package > + (inherit ocaml-re) > + (arguments > + `(#:test-target "." > + #:phases > + (modify-phases %standard-phases > + (add-after 'unpack 'fix-dune-version > + (lambda _ > + (delete-file "dune-project")))))) > + (properties '())))) > + > (define-public ocaml-ocplib-endian > (package > (name "ocaml-ocplib-endian") > --=20 > 2.33.0 >=20 --=20 Efraim Flashner =D7=A8=D7=A0=D7=A9=D7=9C=D7=A4 = =D7=9D=D7=99=D7=A8=D7=A4=D7=90 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --bsP/4I4+OGlnRFNf Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmGSY1MACgkQQarn3Mo9 g1HnCQ/8CC45KM0eheM6lUdmqnvGMIpWhBW4XdQvRb3yPWgAx0SdjVcAgIVtWcL8 zzQjNHE3Za0JArllZsUUVBZ/psXPoSX1Twj23NGyEZTHmRW4YE2S5sbgJiwPZ43a qrPaNez/Aza819X++sgOZLtSz+LMT4g7A0TJ3JTR+GOxeltLn7n55NLMYdcYZYLA +WqwJBmIKUHktlZg0lVmF2GKnf/xi4eUnnKvALrOitYWDfmZ3gFSHeF/xhdrC1zY WzZ23G/3Y6R97hQVzJRJMGNB9cNA7jWO5/hsPbHdwhiZqMzWpvRLPl1RGk8D4MTf vY3IrboHaCpSMndKM6AMIvVjYac+rIqV81uk4TCXNF5D24aT1hxPdQQSbM34JVeV C4OWPpC/sftJbr4iShqBt+A8CNK1A9XKUeOt6pVFENFOJPypcMZfhZX8D9KKmaxw gEB8EM5RqskgpX67dPuiYnMv6CI1pLMOFRyz9w3DSEdkBzHDmUq1yaKRjGo/FQIR PSWgoppdep1R7JOSBUTukNBR7AIbJq0PaCTV4/l7blq4gh35I93cmFpRTHqJ+WQu 7Zd9+lQni/SLFVEkvjqBnwTykHYp7yudlVjGqpmYGhNlkCozQ/mPpwpl7PXCx4AE B1gH/lnx5jEndrxgbQR1lQwFMwhs1UFtFmOqK8wNU5a123io2A8= =Qjqx -----END PGP SIGNATURE----- --bsP/4I4+OGlnRFNf-- From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 15 08:43:17 2021 Received: (at 51351) by debbugs.gnu.org; 15 Nov 2021 13:43:17 +0000 Received: from localhost ([127.0.0.1]:53037 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mmcGT-0008Tj-0P for submit@debbugs.gnu.org; Mon, 15 Nov 2021 08:43:17 -0500 Received: from flashner.co.il ([178.62.234.194]:46832) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mmcGR-0008TT-FY for 51351@debbugs.gnu.org; Mon, 15 Nov 2021 08:43:15 -0500 Received: from localhost (unknown [141.226.12.213]) by flashner.co.il (Postfix) with ESMTPSA id 95E7A40049; Mon, 15 Nov 2021 13:43:09 +0000 (UTC) Date: Mon, 15 Nov 2021 15:42:37 +0200 From: Efraim Flashner To: Julien Lepiller Subject: Re: [bug#51351] [PATCH] gnu: pplacer: Fix build. Message-ID: Mail-Followup-To: Efraim Flashner , Julien Lepiller , 51351@debbugs.gnu.org References: <20211023163008.017145c3@tachikoma.lepiller.eu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="4KUDBOhbGg+jYV3F" Content-Disposition: inline In-Reply-To: <20211023163008.017145c3@tachikoma.lepiller.eu> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 51351 Cc: 51351@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --4KUDBOhbGg+jYV3F Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 23, 2021 at 04:30:08PM +0200, Julien Lepiller wrote: > From e7413cc1b1759ad7049b044d3e6743f572ced836 Mon Sep 17 00:00:00 2001 > Message-Id: > In-Reply-To: <5a85894ee405d2fbe909b61fb3817aa44d6a08df.1634999221.git.jul= ien@lepiller.eu> > References: <5a85894ee405d2fbe909b61fb3817aa44d6a08df.1634999221.git.juli= en@lepiller.eu> > From: Julien Lepiller > Date: Sat, 23 Oct 2021 15:27:56 +0200 > Subject: [PATCH 4/6] gnu: Add ocaml4.07-bisect-ppx. >=20 > * gnu/packages/ocaml.scm (ocaml4.07-bisect-ppx): New variable. > --- > gnu/packages/ocaml.scm | 30 +++++++++++++++++++++++++++++- > 1 file changed, 29 insertions(+), 1 deletion(-) >=20 > diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm > index 43011a0aab..87429b92ac 100644 > --- a/gnu/packages/ocaml.scm > +++ b/gnu/packages/ocaml.scm > @@ -6625,7 +6625,8 @@ (define-public ocaml-bisect-ppx > (arguments > ;; Tests require ocamlformat which would lead to circular dependenc= ies > '(#:tests? #f)) > - (properties '((upstream-name . "bisect_ppx"))) > + (properties `((upstream-name . "bisect_ppx") > + (ocaml4.07-variant . ,(delay ocaml4.07-bisect-ppx)))) > (home-page "https://github.com/aantron/bisect_ppx") > (synopsis "Code coverage for OCaml") > (description "Bisect_ppx helps you test thoroughly. It is a small > @@ -6637,6 +6638,33 @@ (define-public ocaml-bisect-ppx > then run the Bisect_ppx report tool on the generated visitation files.") > (license license:mpl2.0))) > =20 > +(define-public ocaml4.07-bisect-ppx > + (package-with-ocaml4.07 > + (package > + (inherit ocaml-bisect-ppx) I tried 2.4.1. > + (version "2.4.0") > + (source > + (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/aantron/bisect_ppx") > + (commit version))) > + (file-name (git-file-name "ocaml-bisect-ppx" version)) > + (sha256 > + (base32 > + "1njs8xc108rrpx5am5zhhcn6vjva7rsphm8034qp5lgyvnhfgh7q")))) > + (propagated-inputs With 2.4.1 the only change I had to make was to add ocaaml-ppx-tools-versioned. And of course the properties change. > + `(("ocaml-migrate-parsetree" ,ocaml-migrate-parsetree) > + ("ocaml-ppx-tools-versioned" ,ocaml-ppx-tools-versioned) > + ,@(package-propagated-inputs ocaml-bisect-ppx))) > + (native-inputs > + `(("ocaml-ounit2" ,ocaml-ounit2))) > + (arguments > + `(#:test-target "." > + ;; tests require git and network > + #:tests? #f)) > + (properties '())))) > + > (define-public ocaml-odoc > (package > (name "ocaml-odoc") > --=20 > 2.33.0 >=20 --=20 Efraim Flashner =D7=A8=D7=A0=D7=A9=D7=9C=D7=A4 = =D7=9D=D7=99=D7=A8=D7=A4=D7=90 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --4KUDBOhbGg+jYV3F Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmGSY80ACgkQQarn3Mo9 g1Et9w//QvhiWaVzbUQCXdMKyrNHtKyZD8Hep1PaKNl9el87jZYSCSQzEs9iUQix q/9vIEeeI9CxPTMBwIfm3cCfTKJMzZ4WXR0Jy+LERqRFf1ZF8q53LBeTkI5cH5Ix ah555kmnIoebaD3x7NcrOBGuEFfxn6fYCcd6xTxEjWmRLU6Nj5NwXSw6WWdOAdJw A1CjGcUgnn9DUZKQTMJC2UsK1MIbao9rhhcxla64YG7aLTL+mHq4AlX68gqtznuT dbIECy9ccf5UNJuNgsWD0yHs0jBmLnsB1EbMGKdOvn00dRej5zhm7wBiIqgvN1qm fJg19AEYGnnyz3C00rPGOIdjKT8srRDeiwU2cy331rJJ3Yb9hE+mUMyvCLR4m9Nw 4nI/kAn9epk8HFcBrt0B22GPaE4UiS4oa7AqKB4yViSdC3NZ44JK42tPP4Dbfney 5NOEWSYDtfWBbzpOgwPOmNnWczLYe8fAtAau4fiKSWkztnwRe2o4QdxPVG5RFd2T QLxm0OoWFet7H6vt0nLqbGswmY+dRJm2YzfNWxBdndhGviZxm61LXLvvGDqxyDeB /it2W38etfTz1US9juhTrQ+emz1NpMy0uAtXtYHpS7HmXG2I35LcMj3303DPVssK g6NLaBSVhNTZF/J7f1mEnbKoaTbz8+DZOZd4YNK/BIb/hQFCcaY= =6pci -----END PGP SIGNATURE----- --4KUDBOhbGg+jYV3F-- From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 16 08:48:26 2021 Received: (at 51351-done) by debbugs.gnu.org; 16 Nov 2021 13:48:26 +0000 Received: from localhost ([127.0.0.1]:57546 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mmyp0-0006wo-0F for submit@debbugs.gnu.org; Tue, 16 Nov 2021 08:48:26 -0500 Received: from flashner.co.il ([178.62.234.194]:50922) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mmyoy-0006wP-Ew for 51351-done@debbugs.gnu.org; Tue, 16 Nov 2021 08:48:24 -0500 Received: from localhost (unknown [141.226.12.213]) by flashner.co.il (Postfix) with ESMTPSA id 2A81040425; Tue, 16 Nov 2021 13:48:18 +0000 (UTC) Date: Tue, 16 Nov 2021 15:47:41 +0200 From: Efraim Flashner To: Julien Lepiller Subject: Re: [bug#51351] [PATCH] gnu: pplacer: Fix build. Message-ID: Mail-Followup-To: Efraim Flashner , Julien Lepiller , 51351-done@debbugs.gnu.org References: <20211023163008.017145c3@tachikoma.lepiller.eu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="yLln9ABAhjHWOH+s" Content-Disposition: inline In-Reply-To: <20211023163008.017145c3@tachikoma.lepiller.eu> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 51351-done Cc: 51351-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --yLln9ABAhjHWOH+s Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 23, 2021 at 04:30:08PM +0200, Julien Lepiller wrote: > Hi Guix! >=20 > This patch series fixes pplacer. I noticed ocaml4.07-re was failing to > build, and others also failed, so this series fixes them, and pplacer. I ended up pushing this patch set for you. Thanks! --=20 Efraim Flashner =D7=A8=D7=A0=D7=A9=D7=9C=D7=A4 = =D7=9D=D7=99=D7=A8=D7=A4=D7=90 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --yLln9ABAhjHWOH+s Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmGTtn0ACgkQQarn3Mo9 g1FBMg//VTHXUb4TI43Oa4H2ztJCnmZanaoW0BQrg/So8kE7VN0M/RxJxmFmBp1S xvnu4pn+E4CcQLP2YUWgDDr+28dbjKjRfS/KCNUSXgkgHYYDHBFjugxxVymB6j7T 4guubdicIft4lKTzKEGbHXqSxdHNF9zTPFfAWa4baOsncIM3Xiokc4o6RIJQWZDV /yOAL/lWll9ryIzPVeyxZlG+K0/B2sruQqBvhm4sXsebvux+Ce+LZ02Qemm/MECM KgPwHm4dt0TbZBxYEGUsHeCpjRTJ9jiLTTiJO/dlOdF3AcASZuHCgm1bWUDepWM/ FR0op8TpRgqNc/rfjtReRfDZ8Mw4zy5JnLA577/pl7Q1bkcmrUpWKcST+24zFJqq W4HMn9ovMdxuNnOp3i/5+h8yIk+KeG9TXctAF8v/SglVsQxG79/IkMg6z/DYQvRs AVCWLc1u5vBqhRmxQQs79iibC3ZLqQ9EqLb1tgtHEmetFMElBqfr3j2KVdLMoP9D NPqHz+c/q8Nsr698tqCKWreXcaRaMMXFgE0VoliiMUx0NpKaTCXE75OJLxQE36Tu 8d0jJWhJ2ykK615ZTwnhuw4e8wbkgfysgY/gBoCccLa4BxdUpaYabCIqmym+dR+x BMfnLtWJk1bfs4P/XXe+79E8eHtQCNmEYBRVtMqvLhWKhSTVQ6I= =Lx1H -----END PGP SIGNATURE----- --yLln9ABAhjHWOH+s-- From unknown Sat Sep 06 14:24:16 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 15 Dec 2021 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator