From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id yAilOSki0l8CEQAA0tVLHw (envelope-from ) for ; Thu, 10 Dec 2020 13:27:05 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id ABSJNSki0l/uZgAAbx9fmQ (envelope-from ) for ; Thu, 10 Dec 2020 13:27:05 +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 CCE4494043B for ; Thu, 10 Dec 2020 13:27:04 +0000 (UTC) Received: from localhost ([::1]:39200 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1knLyJ-0005u2-G9 for larch@yhetil.org; Thu, 10 Dec 2020 08:27:03 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:35464) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1knLHi-00021r-D8 for guix-patches@gnu.org; Thu, 10 Dec 2020 07:43:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:53868) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1knLHi-0007B1-4Q for guix-patches@gnu.org; Thu, 10 Dec 2020 07:43:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1knLHi-0002oH-1b for guix-patches@gnu.org; Thu, 10 Dec 2020 07:43: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:43:01 +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: Julien Lepiller , zimoun Received: via spool by 45133-submit@debbugs.gnu.org id=B45133.160760415010755 (code B ref 45133); Thu, 10 Dec 2020 12:43:01 +0000 Received: (at 45133) by debbugs.gnu.org; 10 Dec 2020 12:42:30 +0000 Received: from localhost ([127.0.0.1]:37181 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1knLHC-0002nP-81 for submit@debbugs.gnu.org; Thu, 10 Dec 2020 07:42:30 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:34151) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1knLHA-0002nA-BR for 45133@debbugs.gnu.org; Thu, 10 Dec 2020 07:42:29 -0500 X-Originating-IP: 86.233.155.91 Received: from divoplade.home (lfbn-poi-1-192-91.w86-233.abo.wanadoo.fr [86.233.155.91]) (Authenticated sender: d@divoplade.fr) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id F0BF160002; Thu, 10 Dec 2020 12:42:20 +0000 (UTC) Message-ID: <1dcecaea52ad5d96b93fe7ef5675e5f5a52065b9.camel@divoplade.fr> From: divoplade Date: Thu, 10 Dec 2020 13:42:19 +0100 In-Reply-To: References: <071FCE1F-5CBA-47E3-98B2-952FFFFAE217@lepiller.eu> <874kkuoo75.fsf@gmail.com> <2986b776fa7dd8b813ecc5c3afc32cfce01e3f95.camel@divoplade.fr> 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: CCE4494043B X-Spam-Score: -2.30 X-Migadu-Scanner: scn1.migadu.com X-TUID: Vp1YfSXCt3hw Hello, Le mercredi 09 décembre 2020 à 14:12 -0500, Julien Lepiller a écrit : > The ocaml-build-system will use the Makefile if it exists, The Makefile exists, but it is only partial (no install command). > otherwise it runs opam-install -i --prefix=out -- > libdir=out/lib/ocaml/site-lib If I delete the makefile in a snippet, the ocaml-build-system will not pass "native=true" to the pkg/build.ml script, so it fails. That's why there's a Makefile. If I replace my install command with opam-install, I get that opam- install does not exist (I have opam in inputs and native-inputs). Are you sure that this program exists? I don't see it in the opam package.