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 gPpbOEUi0l/iFQAA0tVLHw (envelope-from ) for ; Thu, 10 Dec 2020 13:27:33 +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 cMUjNEUi0l9UIQAA1q6Kng (envelope-from ) for ; Thu, 10 Dec 2020 13:27:33 +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 9B41C940480 for ; Thu, 10 Dec 2020 13:27:33 +0000 (UTC) Received: from localhost ([::1]:39988 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1knLym-0006E3-Gl for larch@yhetil.org; Thu, 10 Dec 2020 08:27:32 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:36984) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1knLPS-0000mW-P9 for guix-patches@gnu.org; Thu, 10 Dec 2020 07:51:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:53888) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1knLPS-0001JW-F6 for guix-patches@gnu.org; Thu, 10 Dec 2020 07:51:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1knLPS-00031R-CQ for guix-patches@gnu.org; Thu, 10 Dec 2020 07:51:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#45133] Add ocaml reactiveData Resent-From: divoplade Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 10 Dec 2020 12:51:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45133 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: zimoun , Julien Lepiller Received: via spool by 45133-submit@debbugs.gnu.org id=B45133.160760460211529 (code B ref 45133); Thu, 10 Dec 2020 12:51:02 +0000 Received: (at 45133) by debbugs.gnu.org; 10 Dec 2020 12:50:02 +0000 Received: from localhost ([127.0.0.1]:37201 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1knLOU-0002zs-0o for submit@debbugs.gnu.org; Thu, 10 Dec 2020 07:50:02 -0500 Received: from relay11.mail.gandi.net ([217.70.178.231]:53347) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1knLOR-0002zR-W8 for 45133@debbugs.gnu.org; Thu, 10 Dec 2020 07:50:00 -0500 Received: from divoplade.home (lfbn-poi-1-192-91.w86-233.abo.wanadoo.fr [86.233.155.91]) (Authenticated sender: d@divoplade.fr) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 9E7B8100003; Thu, 10 Dec 2020 12:49:52 +0000 (UTC) Message-ID: From: divoplade Date: Thu, 10 Dec 2020 13:49:51 +0100 In-Reply-To: <86y2i5hlzf.fsf@gmail.com> References: <071FCE1F-5CBA-47E3-98B2-952FFFFAE217@lepiller.eu> <874kkuoo75.fsf@gmail.com> <2986b776fa7dd8b813ecc5c3afc32cfce01e3f95.camel@divoplade.fr> <86y2i5hlzf.fsf@gmail.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 45133@debbugs.gnu.org Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.30 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-Migadu-Queue-Id: 9B41C940480 X-Spam-Score: -2.30 X-Migadu-Scanner: scn1.migadu.com X-TUID: r1Fakxg3KiyI Le jeudi 10 décembre 2020 à 13:41 +0100, zimoun a écrit : > Therefore, instead of patching the Makefile, why not simple try to > remove it see what happens? :-) I tried to explain that in my previous email, if it's not clear please excuse my english skills ^^ the build fails because pkg/build.ml needs to be called with arguments (native=true or false) that ocaml-build- system ignores.