From unknown Wed Jun 18 23:04:48 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#49076 <49076@debbugs.gnu.org> To: bug#49076 <49076@debbugs.gnu.org> Subject: Status: [PATCH] gnu: dune-bootstrap: Update to 2.8.5. Reply-To: bug#49076 <49076@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:04:48 +0000 retitle 49076 [PATCH] gnu: dune-bootstrap: Update to 2.8.5. reassign 49076 guix-patches submitter 49076 Xinglu Chen severity 49076 normal tag 49076 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 17 15:16:10 2021 Received: (at submit) by debbugs.gnu.org; 17 Jun 2021 19:16:10 +0000 Received: from localhost ([127.0.0.1]:55171 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ltxUl-0003nl-KI for submit@debbugs.gnu.org; Thu, 17 Jun 2021 15:16:10 -0400 Received: from lists.gnu.org ([209.51.188.17]:35306) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ltxUg-0003nL-F3 for submit@debbugs.gnu.org; Thu, 17 Jun 2021 15:16:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58672) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ltxUg-0001gT-3U for guix-patches@gnu.org; Thu, 17 Jun 2021 15:16:02 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:41776 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ltxUd-0007iH-Qy for guix-patches@gnu.org; Thu, 17 Jun 2021 15:16:01 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1623957354; bh=ASCx1qOv+0fJtKn06lbYCGrt6pmObGlcO/JCbaAzXWQ=; h=From:To:Cc:Subject:Date; b=WIbgtLu6JHwZ2bs4Wa/yTt15XpuEOPkZD2ze6Gm+uscGCMulfNiaM8OYu5s+AgEqT cdnnx+GBSAyzM7Hy+Kt1mK04qHkNI2lJjPvighmsG2LPNa2FgY9Cs1FtUuyEFybwLb cRWPrKEJVx/Ns7G9gUpoXOlkZA9GLQ32UliJV32o= To: guix-patches@gnu.org Subject: [PATCH] gnu: dune-bootstrap: Update to 2.8.5. Message-Id: <2404d42621a17977ba20800b5d9bf2a70585f201.1623957151.git.public@yoctocell.xyz> Date: Thu, 17 Jun 2021 21:15:53 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 34 X-Spam_score: 3.4 X-Spam_bar: +++ X-Spam_report: (3.4 / 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, FROM_SUSPICIOUS_NTLD=0.498, FROM_SUSPICIOUS_NTLD_FP=1.99, PDS_OTHER_BAD_TLD=1.997, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 3.2 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/ocaml.scm (dune-bootstrap): Update to 2.8.5. --- This would result in a rebuild of all the OCaml packages, there are only around 200 of them, so I think its OK to target ’master’. ~/src/guix $ guix package -A ^ocaml | wc -l 200 Content analysis details: (3.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [209.51.188.17 listed in wl.mailspike.net] -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] 2.0 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-Debbugs-Envelope-To: submit 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: 0.2 (/) * gnu/packages/ocaml.scm (dune-bootstrap): Update to 2.8.5. --- This would result in a rebuild of all the OCaml packages, there are only around 200 of them, so I think its OK to target =E2=80=99master=E2=80=99. ~/src/guix $ guix package -A ^ocaml | wc -l 200 gnu/packages/ocaml.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index dcfe8ce391..7dd9338458 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -1589,7 +1589,7 @@ full_split, cut, rcut, etc..") (define dune-bootstrap (package (name "dune") - (version "2.7.1") + (version "2.8.5") (source (origin (method git-fetch) (uri (git-reference @@ -1598,7 +1598,7 @@ full_split, cut, rcut, etc..") (file-name (git-file-name name version)) (sha256 (base32 - "10qgx83fq8b522y9mpllrp0l5cgmr2bs5s7aix5img21hlbm34in")))) + "0a1jj6njzsfjgklsirs6a79079wg4jhy6n888vg3dgp44awwq5jn")))) (build-system ocaml-build-system) (arguments `(#:tests? #f; require odoc base-commit: 99529872738d8da71570fa224ec7f1393c32c9b5 --=20 2.32.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 18 08:58:11 2021 Received: (at 49076-done) by debbugs.gnu.org; 18 Jun 2021 12:58:11 +0000 Received: from localhost ([127.0.0.1]:56057 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1luE4Z-0003kA-7l for submit@debbugs.gnu.org; Fri, 18 Jun 2021 08:58:11 -0400 Received: from lepiller.eu ([89.234.186.109]:45084) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1luE4X-0003k0-2I for 49076-done@debbugs.gnu.org; Fri, 18 Jun 2021 08:58:10 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 7777b8da for <49076-done@debbugs.gnu.org>; Fri, 18 Jun 2021 12:58:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date :in-reply-to:references:mime-version:content-type :content-transfer-encoding:subject:to:from:message-id; s=dkim; bh=Lgevz9JE3s8siEotzTl8v9BtejTuuru6THuGYCH2ShE=; b=c7aAIxOhcqHW BC8j/zrLIpX89Y3tt3tYYkQgs8s3ayL4s+zMQOYaxjlYn0WYbfZt6ZT1pcqfW2Fo OBjI+OPQvzStLVsd9pOCsVkLobwcpwwi3QBAin4tlMtf8h/hOx/w5DxcrQInRzye TNDHEBq8JRhfCEhVU2zXLz+LQQ4OgAn8UuS189VwsJ2c6g3PzGgOzb/7++UFAsPt fgIpj+4eAqpnMdd+WIqg1ExyZrm7PHqmhx9VwAnbgaPXsdG5EKogo3HT/zis50MY MgT6i002mEsKM9JvnJgsQnhC+/jv6JRQ4mQqUVSt7qGq//eF1bDlHHvYKsw464PJ 1wBeRuyXgQ== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id 452a25ba (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for <49076-done@debbugs.gnu.org>; Fri, 18 Jun 2021 12:58:06 +0000 (UTC) Date: Fri, 18 Jun 2021 08:57:49 -0400 User-Agent: K-9 Mail for Android In-Reply-To: <2404d42621a17977ba20800b5d9bf2a70585f201.1623957151.git.public@yoctocell.xyz> References: <2404d42621a17977ba20800b5d9bf2a70585f201.1623957151.git.public@yoctocell.xyz> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----I2BWZ1IUYG5W2MNLM8NRUWPIX2UH5S" Content-Transfer-Encoding: 7bit Subject: Re: [PATCH] gnu: dune-bootstrap: Update to 2.8.5. To: 49076-done@debbugs.gnu.org From: Julien Lepiller Message-ID: <9062E211-0247-45D3-A435-DCAC153C1ADC@lepiller.eu> X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Oops, didn't send to tre right address. Pushed to master, thanks. Le 17 juin 2021 15:15:53 GMT-04:00, Xinglu Chen a écrit : >* gnu/packages/ocaml.scm (dune-bootstrap): Update to 2.8.5. >--- >This would result in a rebuild of all the OCaml pac [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 HTML_MESSAGE BODY: HTML included in message X-Debbugs-Envelope-To: 49076-done 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 (+) ------I2BWZ1IUYG5W2MNLM8NRUWPIX2UH5S Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Oops, didn't send to tre right address=2E Pushed to master, thanks=2E Le 17 juin 2021 15:15:53 GMT-04:00, Xinglu Chen a= =C3=A9crit : >* gnu/packages/ocaml=2Escm (dune-bootstrap): Update to 2=2E8=2E5=2E >--- >This would result in a rebuild of all the OCaml packages, there are >only >around 200 of them, so I think its OK to target =E2=80=99master=E2=80=99= =2E > > ~/src/guix $ guix package -A ^ocaml | wc -l > 200 > > gnu/packages/ocaml=2Escm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/gnu/packages/ocaml=2Escm b/gnu/packages/ocaml=2Escm >index dcfe8ce391=2E=2E7dd9338458 100644 >--- a/gnu/packages/ocaml=2Escm >+++ b/gnu/packages/ocaml=2Escm >@@ -1589,7 +1589,7 @@ full_split, cut, rcut, etc=2E=2E") > (define dune-bootstrap > (package > (name "dune") >- (version "2=2E7=2E1") >+ (version "2=2E8=2E5") > (source (origin > (method git-fetch) > (uri (git-reference >@@ -1598,7 +1598,7 @@ full_split, cut, rcut, etc=2E=2E") > (file-name (git-file-name name version)) > (sha256 > (base32 >- =20 >"10qgx83fq8b522y9mpllrp0l5cgmr2bs5s7aix5img21hlbm34in")))) >+ =20 >"0a1jj6njzsfjgklsirs6a79079wg4jhy6n888vg3dgp44awwq5jn")))) > (build-system ocaml-build-system) > (arguments > `(#:tests? #f; require odoc > >base-commit: 99529872738d8da71570fa224ec7f1393c32c9b5 >--=20 >2=2E32=2E0 ------I2BWZ1IUYG5W2MNLM8NRUWPIX2UH5S Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable Oops, didn't send to tre right address=2E Pushed t= o master, thanks=2E

Le 17 juin 2021 15:15= :53 GMT-04:00, Xinglu Chen <public@yoctocell=2Exyz> a =C3=A9crit :
* gnu/packages/ocaml=2Escm (dune-bootstrap): Update =
to 2=2E8=2E5=2E
This would result in a rebuild of all the OCaml packages= , there are only
around 200 of them, so I think its OK to target =E2=80= =99master=E2=80=99=2E

~/src/guix $ guix package -A ^ocaml | wc -l<= br> 200

gnu/packages/ocaml=2Escm | 4 ++--
1 file changed, 2 in= sertions(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml=2Escm b/= gnu/packages/ocaml=2Escm
index dcfe8ce391=2E=2E7dd9338458 100644
--- = a/gnu/packages/ocaml=2Escm
+++ b/gnu/packages/ocaml=2Escm
@@ -1589,7 = +1589,7 @@ full_split, cut, rcut, etc=2E=2E")
(define dune-bootstrap (package
(name "dune")
- (version "2=2E7=2E1")
+ (v= ersion "2=2E8=2E5")
(source (origin
(method git-f= etch)
(uri (git-reference
@@ -1598,7 +1598,7 @@ full_s= plit, cut, rcut, etc=2E=2E")
(file-name (git-file-name na= me version))
(sha256
(base32
- = "10qgx83fq8b522y9mpllrp0l5cgmr2bs5s7aix5img21hlbm34in"))))
+ = "0a1jj6njzsfjgklsirs6a79079wg4jhy6n888vg3dgp44awwq5jn")))) (build-system ocaml-build-system)
(arguments
`(#:te= sts? #f; require odoc

base-commit: 99529872738d8da71570fa224ec7f1393= c32c9b5
------I2BWZ1IUYG5W2MNLM8NRUWPIX2UH5S-- From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 18 09:42:32 2021 Received: (at 49076-done) by debbugs.gnu.org; 18 Jun 2021 13:42:32 +0000 Received: from localhost ([127.0.0.1]:56080 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1luElU-00078T-9N for submit@debbugs.gnu.org; Fri, 18 Jun 2021 09:42:32 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:44712 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1luElR-00078B-Np for 49076-done@debbugs.gnu.org; Fri, 18 Jun 2021 09:42:30 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1624023742; bh=HG6IG3YfNnPmKC3iLgBeUFMUbn/h2R3dUEGzcMoldxw=; h=From:To:Subject:In-Reply-To:References:Date; b=ErKwUP3R1dUPUMChJMZlkaZDQ0OfrNMq916H3fEkwplV/5CkGskX/74GuscE/cYOX O6yo2b9xuempMkhr0+HF4vkZVHd5kIHmlSTi8PTVmqDBXGufMdOBTRV0Jot/NljP9i Hnrni85/T/siXbav4oIl1VOKGc/XE2wLjZq3K+n0= To: Julien Lepiller , 49076-done@debbugs.gnu.org Subject: Re: bug#49076: [PATCH] gnu: dune-bootstrap: Update to 2.8.5. In-Reply-To: <9062E211-0247-45D3-A435-DCAC153C1ADC@lepiller.eu> References: <2404d42621a17977ba20800b5d9bf2a70585f201.1623957151.git.public@yoctocell.xyz> <9062E211-0247-45D3-A435-DCAC153C1ADC@lepiller.eu> Date: Fri, 18 Jun 2021 15:42:20 +0200 Message-ID: <87im2b70hv.fsf@yoctocell.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 2.9 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On Fri, Jun 18 2021, Julien Lepiller wrote: > Oops, didn't send to tre right address. Pushed to master, thanks. Great! Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS X-Debbugs-Envelope-To: 49076-done 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.9 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On Fri, Jun 18 2021, Julien Lepiller wrote: > Oops, didn't send to tre right address. Pushed to master, thanks. Great! Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager --=-=-= Content-Type: text/plain On Fri, Jun 18 2021, Julien Lepiller wrote: > Oops, didn't send to tre right address. Pushed to master, thanks. Great! I see that CI is not able to build some packages, but I tried building them locally and it worked fine. Excerpt from : --8<---------------cut here---------------start------------->8--- Build ocaml-integers.x86_64-linux on master is broken. Build ocaml4.09-dune-configurator.aarch64-linux on master is broken. Build ocaml-cppo.x86_64-linux on master is broken. Build ocaml-syntax-shims.x86_64-linux on master is broken. Build r-mbkmeans.i686-linux on master is broken. Build ocaml-version.x86_64-linux on master is broken. Build ocaml-ppx-derivers.x86_64-linux on master is broken. Build ocaml-cairo2.x86_64-linux on master is broken. Build r-rhdf5filters.i686-linux on master is broken. Build ocaml-mmap.x86_64-linux on master is broken. Build r-xbioc.x86_64-linux on master is fixed. Build ocaml-num.x86_64-linux on master is broken. Build ocaml-graphics.x86_64-linux on master is broken. Build ocaml-csv.x86_64-linux on master is broken. Build r-do-db.x86_64-linux on master is fixed. Build r-biomart.x86_64-linux on master is fixed. Build ocaml-camomile.x86_64-linux on master is broken. --8<---------------cut here---------------end--------------->8--- Any ideas? --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJJBAEBCAAzFiEEAVhh4yyK5+SEykIzrPUJmaL7XHkFAmDMorwVHHB1YmxpY0B5 b2N0b2NlbGwueHl6AAoJEKz1CZmi+1x5arMQAL2tR6jsqVDvikv+yKTcpCji0UkD WZHng2/Qc4oDarR5+Ux3v3/cXpQya5FDcjXN7CFSJuwzPGuGplV/uLgHBf08hFi6 BtJrptLgchOjqsl3Y5zUctd+7LPuV4R243SaXeblh/xR8EaH8004XaGEAbNqKkxL ZAwunGwWdtbtrC1/u57UaBe8cK3VVDyhlCI0qNan6yLNOyysie516hOqL7fsDi/J uHjrdamwqpLCTFcAZhaZZUmUAPRsxw7NMdjBmno1rGpOZgXBH6nau0AHOZV15YtM gUbmHAvvnGnKLdEyQ7q3CqmwkGkjm/oZxkikAXR5GH4UAyH0o+gydgBiDHbngWTv iXkDPEOXQytMaE/AcxiBiXkiVOcqXTzjo5piQY4rw3xo//RzlyLe28FxbwDEM2il V5DXUUqvyhb4uld12Sc++x2lMwX6p6HaUSHNaYcADHsHQBd/9XQYsgiNoAWoQxD8 vEnfu4oTaptflxTf5oQEiNwoG2rpQDt7kOYevLJPBZ/+N8KhJD38NI1nAPiLb+cx uHEUl/UukT3lSWBATIMrO/f+2bIcPaIM9z2UXJIozWkcV+IGmyv4Wv8o3gGYcPiq pNB/Heeg0lHQ3uQkoaZgKTGqqOxPPAPV3XXtpQ/kDIewuXegDVmviPDpb3fB+Gmo jnjzzIkhcvbn9vhx =c49G -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 18 11:19:33 2021 Received: (at 49076) by debbugs.gnu.org; 18 Jun 2021 15:19:33 +0000 Received: from localhost ([127.0.0.1]:57621 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1luGHN-0001XE-1u for submit@debbugs.gnu.org; Fri, 18 Jun 2021 11:19:33 -0400 Received: from lepiller.eu ([89.234.186.109]:45090) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1luGHL-0001X4-1d for 49076@debbugs.gnu.org; Fri, 18 Jun 2021 11:19:32 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 70efb251; Fri, 18 Jun 2021 15:19:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date :in-reply-to:references:mime-version:content-type :content-transfer-encoding:subject:to:from:message-id; s=dkim; bh=dCBbufn5CN/GZLFhuIDaOW1XaiYF5Cy+OvHJ3bhKlfY=; b=KoUZ2IN9m59o uqR9BMfUMnqT1XCaF3vOjKDFQbJWy2qyvzbPuG7GMP/IGjQJ3YCpreFIMAprSBmI GoEyqla6S+Gc3RWD6ux7u0pGjztsySSl57+AB8JarROeYFDWI0XHAhMA6TzYlN2O 6cDmC0jNA66hSIfmG5JdK+HvTzGnFdkeFvonqvBOGFpWfndL2eVW4jvK+YJtKkM9 FD3j8eUGh2oU83GbuxayR/aypdQnhoyNAUnIZQyc1IVqtAT3PNsm+7SuE4Td+795 X/6MZKaH2zZH8lQ3KlN2ic6JqIF0OS3I7K3V+jnf+OPQxUB5g9TtDySaP4dzaDex uCNpQAsUaA== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id 56a1fbc7 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Fri, 18 Jun 2021 15:19:27 +0000 (UTC) Date: Fri, 18 Jun 2021 11:19:20 -0400 User-Agent: K-9 Mail for Android In-Reply-To: <87im2b70hv.fsf@yoctocell.xyz> References: <2404d42621a17977ba20800b5d9bf2a70585f201.1623957151.git.public@yoctocell.xyz> <9062E211-0247-45D3-A435-DCAC153C1ADC@lepiller.eu> <87im2b70hv.fsf@yoctocell.xyz> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----BY4C388KUFQHHTODFXW8NLDITCWKFQ" Content-Transfer-Encoding: 7bit Subject: Re: bug#49076: [PATCH] gnu: dune-bootstrap: Update to 2.8.5. To: Xinglu Chen ,49076@debbugs.gnu.org From: Julien Lepiller Message-ID: <35EAA014-D5D2-4862-88C2-66A4BA805070@lepiller.eu> X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Weird, I know they built fine locally. No idea. Le 18 juin 2021 09:42:20 GMT-04:00, Xinglu Chen a écrit : >On Fri, Jun 18 2021, Julien Lepiller wrote: > >> Oops, didn't send to tre right address. Pushed to master, thanks. > [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 HTML_MESSAGE BODY: HTML included in message X-Debbugs-Envelope-To: 49076 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 (+) ------BY4C388KUFQHHTODFXW8NLDITCWKFQ Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Weird, I know they built fine locally=2E No idea=2E Le 18 juin 2021 09:42:20 GMT-04:00, Xinglu Chen a= =C3=A9crit : >On Fri, Jun 18 2021, Julien Lepiller wrote: > >> Oops, didn't send to tre right address=2E Pushed to master, thanks=2E > >Great! > >I see that CI is not able to build some packages, but I tried building >them locally and it worked fine=2E Excerpt from : > >--8<---------------cut here---------------start------------->8--- >Build ocaml-integers=2Ex86_64-linux on master is broken=2E >Build ocaml4=2E09-dune-configurator=2Eaarch64-linux on master is broken= =2E >Build ocaml-cppo=2Ex86_64-linux on master is broken=2E >Build ocaml-syntax-shims=2Ex86_64-linux on master is broken=2E >Build r-mbkmeans=2Ei686-linux on master is broken=2E >Build ocaml-version=2Ex86_64-linux on master is broken=2E >Build ocaml-ppx-derivers=2Ex86_64-linux on master is broken=2E >Build ocaml-cairo2=2Ex86_64-linux on master is broken=2E >Build r-rhdf5filters=2Ei686-linux on master is broken=2E >Build ocaml-mmap=2Ex86_64-linux on master is broken=2E >Build r-xbioc=2Ex86_64-linux on master is fixed=2E >Build ocaml-num=2Ex86_64-linux on master is broken=2E >Build ocaml-graphics=2Ex86_64-linux on master is broken=2E >Build ocaml-csv=2Ex86_64-linux on master is broken=2E >Build r-do-db=2Ex86_64-linux on master is fixed=2E >Build r-biomart=2Ex86_64-linux on master is fixed=2E >Build ocaml-camomile=2Ex86_64-linux on master is broken=2E >--8<---------------cut here---------------end--------------->8--- > >Any ideas? ------BY4C388KUFQHHTODFXW8NLDITCWKFQ Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable Weird, I know they built fine locally=2E No idea= =2E

Le 18 juin 2021 09:42:20 GMT-04:00, X= inglu Chen <public@yoctocell=2Exyz> a =C3=A9crit :
On Fri, Jun 18 2021, Julien Lepiller wrote:

<= blockquote class=3D"gmail_quote" style=3D"margin: 0pt 0pt 1ex 0=2E8ex; bord= er-left: 1px solid #729fcf; padding-left: 1ex;">Oops, didn't send to tre ri= ght address=2E Pushed to master, thanks=2E

Great!
I see that CI is not able to build some packages, but I tried buildingthem locally and it worked fine=2E Excerpt from <cuirass@gnu=2Eorg>= :

--8<---------------cut here---------------start------------->= ;8---
Build ocaml-integers=2Ex86_64-linux on master is broken=2E
Buil= d ocaml4=2E09-dune-configurator=2Eaarch64-linux on master is broken=2E
B= uild ocaml-cppo=2Ex86_64-linux on master is broken=2E
Build ocaml-syntax= -shims=2Ex86_64-linux on master is broken=2E
Build r-mbkmeans=2Ei686-lin= ux on master is broken=2E
Build ocaml-version=2Ex86_64-linux on master i= s broken=2E
Build ocaml-ppx-derivers=2Ex86_64-linux on master is broken= =2E
Build ocaml-cairo2=2Ex86_64-linux on master is broken=2E
Build r-= rhdf5filters=2Ei686-linux on master is broken=2E
Build ocaml-mmap=2Ex86_= 64-linux on master is broken=2E
Build r-xbioc=2Ex86_64-linux on master i= s fixed=2E
Build ocaml-num=2Ex86_64-linux on master is broken=2E
Buil= d ocaml-graphics=2Ex86_64-linux on master is broken=2E
Build ocaml-csv= =2Ex86_64-linux on master is broken=2E
Build r-do-db=2Ex86_64-linux on m= aster is fixed=2E
Build r-biomart=2Ex86_64-linux on master is fixed=2EBuild ocaml-camomile=2Ex86_64-linux on master is broken=2E
--8<----= -----------cut here---------------end--------------->8---

Any ide= as?
------BY4C388KUFQHHTODFXW8NLDITCWKFQ-- From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 19 04:56:59 2021 Received: (at submit) by debbugs.gnu.org; 19 Jun 2021 08:56:59 +0000 Received: from localhost ([127.0.0.1]:58529 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1luWmh-0007XL-HI for submit@debbugs.gnu.org; Sat, 19 Jun 2021 04:56:59 -0400 Received: from lists.gnu.org ([209.51.188.17]:47908) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1luWmd-0007X2-8x for submit@debbugs.gnu.org; Sat, 19 Jun 2021 04:56:55 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35016) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1luWmc-0004Bm-W7 for guix-patches@gnu.org; Sat, 19 Jun 2021 04:56:55 -0400 Received: from mout02.posteo.de ([185.67.36.66]:44559) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1luWma-00077l-B1 for guix-patches@gnu.org; Sat, 19 Jun 2021 04:56:54 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 99CF92400FF for ; Sat, 19 Jun 2021 10:56:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1624093008; bh=Fs7kRr9d2paD0pEKE1WFX6Seh+dZ/Xk6iVoEjS7oOK0=; h=From:To:Cc:Subject:Date:From; b=PxU69JnqDZZAWlcxkpFtcuXSr+jHStvG582krpxQnaRAKGD3T1+ycKVXY6scF8cMB NjMfVTKm0AOG+9+dZ3C4lEUVSJpIoOf/zgpVh60ge8/aMue49fRVLsHULNG4l1yOLu K6EPLd6PW/ne+MVHW5FrMuVfCSK6IfZP1DwCfsQCtzm1xMb5+uYEA02+35PebfMke1 uz8mw3vnnX0KiBsrbPIfgrNijY/fEhlJhGRA9Uv7wtHReFE0oUL6UG6w8bazGHNBRz l2M7Pb4yIlisQxr+VNh0qBzFbLUHJPP49BUrfxyBhpo9zIFZbC3nmzZPtmg0YZ8GNi nzTVWOncux9eQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4G6V5q1JQYz9rxF; Sat, 19 Jun 2021 10:56:46 +0200 (CEST) References: <2404d42621a17977ba20800b5d9bf2a70585f201.1623957151.git.public@yoctocell.xyz> <9062E211-0247-45D3-A435-DCAC153C1ADC@lepiller.eu> <87im2b70hv.fsf@yoctocell.xyz> From: pukkamustard To: Xinglu Chen Subject: Re: [bug#49076] [PATCH] gnu: dune-bootstrap: Update to 2.8.5. Date: Sat, 19 Jun 2021 08:46:08 +0000 In-reply-to: <87im2b70hv.fsf@yoctocell.xyz> Message-ID: <86czsii65x.fsf@posteo.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=185.67.36.66; envelope-from=pukkamustard@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: submit Cc: 49076-done@debbugs.gnu.org, Julien Lepiller , guix-patches@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: -0.3 (/) --=-=-= Content-Type: text/plain; format=flowed Hi, I can confirm that `ocaml-mdx` is currently not building for me locally. It seems to be that something in the dune 2.8 format changed and was breaking tests. This was fixed in ocaml-mdx (https://github.com/realworldocaml/mdx/pull/314) which is in ocaml-mdx 0.8. Simply updating ocaml-mdx to 0.9 (the latest) makes ocaml-mdx build again. Patch for that is attached. --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-gnu-Update-ocaml-mdx-to-1.9.0.patch >From a898e50a063dd2bcbce252b21ad9aafe5b5099a7 Mon Sep 17 00:00:00 2001 From: pukkamustard Date: Sat, 19 Jun 2021 10:53:02 +0200 Subject: [PATCH] gnu: Update ocaml-mdx to 1.9.0. * gnu/packages/ocaml.scm (ocaml-mdx): Update to 1.9.0. --- gnu/packages/ocaml.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index a8432ebbfe..a47267916c 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -6745,7 +6745,7 @@ variants.") (define-public ocaml-mdx (package (name "ocaml-mdx") - (version "1.7.0") + (version "1.9.0") (source (origin (method git-fetch) (uri (git-reference @@ -6754,7 +6754,7 @@ variants.") (file-name (git-file-name name version)) (sha256 (base32 - "10avyv99xkfqdq3gmq8gps770jpibbfslg97sbhgmp0dpwikz49d")))) + "0fhwaci8j73fx9xqapa9iv9xwjx73r6p8wh9xg6brnfbqkc38d5b")))) (build-system dune-build-system) (inputs `(("ocaml-fmt" ,ocaml-fmt) -- 2.32.0 --=-=-= Content-Type: text/plain; format=flowed I don't yet understand what was changed in the dune format that caused this break and if that also affects other packages. -pukkamustard Xinglu Chen writes: > On Fri, Jun 18 2021, Julien Lepiller wrote: > >> Oops, didn't send to tre right address. Pushed to master, >> thanks. > > Great! > > I see that CI is not able to build some packages, but I tried > building > them locally and it worked fine. Excerpt from > : > > --8<---------------cut > here---------------start------------->8--- > Build ocaml-integers.x86_64-linux on master is broken. > Build ocaml4.09-dune-configurator.aarch64-linux on master is > broken. > Build ocaml-cppo.x86_64-linux on master is broken. > Build ocaml-syntax-shims.x86_64-linux on master is broken. > Build r-mbkmeans.i686-linux on master is broken. > Build ocaml-version.x86_64-linux on master is broken. > Build ocaml-ppx-derivers.x86_64-linux on master is broken. > Build ocaml-cairo2.x86_64-linux on master is broken. > Build r-rhdf5filters.i686-linux on master is broken. > Build ocaml-mmap.x86_64-linux on master is broken. > Build r-xbioc.x86_64-linux on master is fixed. > Build ocaml-num.x86_64-linux on master is broken. > Build ocaml-graphics.x86_64-linux on master is broken. > Build ocaml-csv.x86_64-linux on master is broken. > Build r-do-db.x86_64-linux on master is fixed. > Build r-biomart.x86_64-linux on master is fixed. > Build ocaml-camomile.x86_64-linux on master is broken. > --8<---------------cut > here---------------end--------------->8--- > > Any ideas? --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 19 06:33:36 2021 Received: (at 49076-done) by debbugs.gnu.org; 19 Jun 2021 10:33:36 +0000 Received: from localhost ([127.0.0.1]:58602 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1luYIC-0001ZP-Cg for submit@debbugs.gnu.org; Sat, 19 Jun 2021 06:33:36 -0400 Received: from lepiller.eu ([89.234.186.109]:45194) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1luYI9-0001ZD-Ha for 49076-done@debbugs.gnu.org; Sat, 19 Jun 2021 06:33:34 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id f300da07; Sat, 19 Jun 2021 10:33:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from :to:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=dkim; bh=h5gy45QT58TC Wen3bqBXbhg6PX7t9RSR0LHdSuMvZ6s=; b=JebJO0iQ3F1sJgIg99p6NGuPX4S8 VqUkv3TouULDoWxpB9UxXyCMUbJMsWINRHk4o45rZHG3rdgAQXrjotRrsdKkex5d e5jD1/NJCuMWf13vZMETWu12tkQ5vdHipgsvPVPr2pwybhSOuMNQCd85gayrs11S LfRnTUvKGe0eig3XJeYiL8BCCN90tXZHTdQ+FqWKBecJ3PT/2cffQCfogvWIP/4s s7bSsE4Znjq107a3IE5lLptDAigQyoUySX8+SBqQlUIFFI7PXc2Z4vfYVi+5vZfi 2eYKbXc0zEMJR7kF+iyTPXwEI1UXr8JPHQlsPnRpNWZgslAF8xIddMeiXQ== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id c18d0642 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Sat, 19 Jun 2021 10:33:29 +0000 (UTC) Date: Sat, 19 Jun 2021 12:33:24 +0200 From: Julien Lepiller To: pukkamustard Subject: Re: [bug#49076] [PATCH] gnu: dune-bootstrap: Update to 2.8.5. Message-ID: <20210619123324.57873a1e@tachikoma.lepiller.eu> In-Reply-To: <86czsii65x.fsf@posteo.net> References: <2404d42621a17977ba20800b5d9bf2a70585f201.1623957151.git.public@yoctocell.xyz> <9062E211-0247-45D3-A435-DCAC153C1ADC@lepiller.eu> <87im2b70hv.fsf@yoctocell.xyz> <86czsii65x.fsf@posteo.net> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.32; x86_64-pc-linux-gnu) 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: 49076-done Cc: 49076-done@debbugs.gnu.org, Xinglu Chen 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 (-) Le Sat, 19 Jun 2021 08:46:08 +0000, pukkamustard a =C3=A9crit : >=20 > Hi, >=20 > I can confirm that `ocaml-mdx` is currently not building for me=20 > locally. >=20 > It seems to be that something in the dune 2.8 format changed and=20 > was breaking tests. This was fixed in ocaml-mdx=20 > (https://github.com/realworldocaml/mdx/pull/314) which is in=20 > ocaml-mdx 0.8. Simply updating ocaml-mdx to 0.9 (the latest) makes=20 > ocaml-mdx build again. Patch for that is attached. >=20 Thanks for the patch, pushed as e93f6b693b5b328a2fa6d03da26ff5ad7a7926a0 From unknown Wed Jun 18 23:04:48 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 17 Jul 2021 11:24:06 +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