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 MEndDYrV7F/dbwAA0tVLHw (envelope-from ) for ; Wed, 30 Dec 2020 19:31:22 +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 2F/DCYrV7F/nfAAA1q6Kng (envelope-from ) for ; Wed, 30 Dec 2020 19:31:22 +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 9E8389403A6 for ; Wed, 30 Dec 2020 19:31:21 +0000 (UTC) Received: from localhost ([::1]:44626 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kuhBn-0004Te-VJ for larch@yhetil.org; Wed, 30 Dec 2020 14:31:19 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:41536) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kuhB9-0004TU-RK for help-guix@gnu.org; Wed, 30 Dec 2020 14:30:39 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:48909) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kuhB7-0004aI-P6 for help-guix@gnu.org; Wed, 30 Dec 2020 14:30:39 -0500 X-Originating-IP: 86.239.3.142 Received: from pruneau.home (lfbn-poi-1-564-142.w86-239.abo.wanadoo.fr [86.239.3.142]) (Authenticated sender: d@divoplade.fr) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 4A8EAE0002; Wed, 30 Dec 2020 19:30:31 +0000 (UTC) Message-ID: <358c18549ab1c1283ee50ffe30aef9b2c55c3ff8.camel@divoplade.fr> Subject: Re: OCaml: incompatible ppx drivers (ppxlib and ocaml-migrate-parsetree) From: divoplade To: Julien Lepiller , help-guix@gnu.org Date: Wed, 30 Dec 2020 20:30:13 +0100 In-Reply-To: <64694B22-34EE-4EB0-9736-13D3E171B0DF@lepiller.eu> References: <9fba565a28399f9db338b1ccab6777d8a66a98ce.camel@divoplade.fr> <64694B22-34EE-4EB0-9736-13D3E171B0DF@lepiller.eu> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=217.70.183.196; envelope-from=d@divoplade.fr; helo=relay4-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=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-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.33 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Migadu-Queue-Id: 9E8389403A6 X-Spam-Score: -2.33 X-Migadu-Scanner: scn1.migadu.com X-TUID: evPoNugtKbwC Hello! Le mercredi 30 décembre 2020 à 13:28 -0500, Julien Lepiller a écrit : > Looking at the opam repo, ppxlib 0.20.0 requires ocaml-parse-tree >= > 2.1.0, which is the latest. You have version 1.8.0. 1.8.0 is actually the latest, but not the highest version number. However, I figured I can use up to 0.15.0 for ppxlib with the current ocaml-migrate-parsetree, which is enough to build js_of_ocaml. If we update ocaml-migrate-parsetree, and update ppxlib, some random other package fails. I have pushed the patch for js_of_ocaml ( http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45558) with what I understood from the latest ocaml commits from pukkamustard.