From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id wFtpNC/OAGObbwAAbAwnHQ (envelope-from ) for ; Sat, 20 Aug 2022 14:06:07 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id yAdhMy/OAGOKVQEAG6o9tA (envelope-from ) for ; Sat, 20 Aug 2022 14:06:07 +0200 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 614382C8F8 for ; Sat, 20 Aug 2022 14:06:07 +0200 (CEST) Received: from localhost ([::1]:49978 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oPNEs-0005an-KR for larch@yhetil.org; Sat, 20 Aug 2022 08:06:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49696) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oPNEo-0005ae-GN for guix-patches@gnu.org; Sat, 20 Aug 2022 08:06:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41733) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oPNEo-0001OH-84 for guix-patches@gnu.org; Sat, 20 Aug 2022 08:06:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oPNEn-0005os-UW for guix-patches@gnu.org; Sat, 20 Aug 2022 08:06:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#57298] [PATCH 3/5] gnu: Add ocaml-crowbar. Resent-From: Julien Lepiller Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 20 Aug 2022 12:06:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57298 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: pukkamustard Cc: 57298@debbugs.gnu.org Received: via spool by 57298-submit@debbugs.gnu.org id=B57298.166099711122307 (code B ref 57298); Sat, 20 Aug 2022 12:06:01 +0000 Received: (at 57298) by debbugs.gnu.org; 20 Aug 2022 12:05:11 +0000 Received: from localhost ([127.0.0.1]:59715 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oPNDz-0005nj-Ej for submit@debbugs.gnu.org; Sat, 20 Aug 2022 08:05:11 -0400 Received: from lepiller.eu ([89.234.186.109]:48110) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oPNDx-0005nb-Qy for 57298@debbugs.gnu.org; Sat, 20 Aug 2022 08:05:10 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 183e7399; Sat, 20 Aug 2022 12:05:08 +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=ROC8AaysdS2f 3/tx/qtPH89Dcn3qBTNWVZkLWHl7n3Y=; b=T7hviFAjoddebhQDnsB3j++F6Iby tIpWcLfjGaQW1iej5j7n0Y+EKcwD1yJjnWV8EXA2twlfPow6MwajKiFNukf4g0oV lw9snJVUFwnhCvj62ZRSjIpcNOGQNZtHowNhWuhlX7l/BFQxCU6pwTicAG+vEkj3 fOoJ5nlyHPbA+BYvGZzqRG9rURSOFYEiZFn+rF0aZ5vPJOb54VyfQEIUv0yvp/xO +4Ude9ki6BiBTpDn8W8o9ZJkdf38jhVGHccmUh3KUi6KBEeHPR2HxJKOfUT/eZWw nVBfgQoZKjq49cIKOSpDxfq0HnFjgFYIF24KnMuBT3P+H+5oJqa+cnaa0A== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id 57ac3231 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Sat, 20 Aug 2022 12:05:08 +0000 (UTC) Date: Sat, 20 Aug 2022 14:05:06 +0200 From: Julien Lepiller Message-ID: <20220820140506.61879f57@sybil.lepiller.eu> In-Reply-To: <20220819152432.26135-3-pukkamustard@posteo.net> References: <20220819152149.25881-1-pukkamustard@posteo.net> <20220819152432.26135-1-pukkamustard@posteo.net> <20220819152432.26135-3-pukkamustard@posteo.net> X-Mailer: Claws Mail 4.1.0 (GTK 3.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1660997167; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=AMu107p8ZLUZC8gfvkbiaQosAXG5I/qHWqNPE2gV040=; b=YPEpRgvGqfHvEgC+GF28SCxGMOBcyGq4M61hvUiLB1c5vsCAvKXpoU+xLaeOgtnRvFMLUp YnwgSGy/mnRmS0RRSdY00TsyrisR+Mpv7C7+iyk6K8gzmy5TNShgVUbH01UrzkdoMcxJ/4 gVTdS3ZSxyJkmhQMafTb8y6B0pV7FqrxOtENjXtf70pbins9t9bysRFfi96hrhCBwu/N5Q OBsMskvVvp6twetjeKrjXawVG8owgQhKrk/I3znyUya5t2rkNS51t4FexWEqgPUttWAH7Q 0xW9oZxi6s2hDRwhAsR5UdYJkRUDzqOp6xp57WNKsNxOwQWkwmOQyYmEH2K4Xg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1660997167; a=rsa-sha256; cv=none; b=K5GpaSbhRE/JyBD6s85tEULmjESSDhManiLHzNZbgeZVFLz+7wOMFeQQnpPzkdqBYoxImK 46q05+vsPmQqdMqKWbpmF3/zRVXmBuzYDFgzhe6DPHsAtGESAA3hfty9bbOzwJlZ9j12hH U8+nHGOEVIU5pkn6Cq9F/Hjc0hvl5DnTS21qVilZ2ckACBNyKUNVNfR57bk0hqYhwlwznd 2sFbyQSs8PKWg7dU04FnElRMokR7OIGIufl6p+3BN10UxK+4rIW2HsQ3ZrUgYKDNoGSiVO NyWmUoeR9oo2OFo80RSBCaNg2TZB18hmQKIqI6Pm49wRQWAW7LznxiWM5CzR9Q== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lepiller.eu header.s=dkim header.b=T7hviFAj; dmarc=fail reason="SPF not aligned (relaxed)" header.from=lepiller.eu (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: 5.35 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lepiller.eu header.s=dkim header.b=T7hviFAj; dmarc=fail reason="SPF not aligned (relaxed)" header.from=lepiller.eu (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 614382C8F8 X-Spam-Score: 5.35 X-Migadu-Scanner: scn0.migadu.com X-TUID: DuK/vpDDP8zb Le Fri, 19 Aug 2022 15:24:30 +0000, pukkamustard a =C3=A9crit : > + (build-system dune-build-system) > + (arguments > + ;; Tests require ocaml-xmldiff which requires OCaml 4.12.0 > + `(#:tests? #f)) That doesn't seem to be the case, at least from opam, the constraint is ocaml >=3D 4.12. We have 4.14. Could you try adding xmldiff and enabling tests? > + (propagated-inputs > + (list ocaml-ocplib-endian > + ocaml-cmdliner > + ocaml-afl-persistent)) > + (native-inputs > + (list ocaml-calendar > + ocaml-fpath > + ocaml-uucp > + ocaml-uunf > + ocaml-uutf > + ocaml-pprint)) > + (synopsis "Ocaml library for tests, let a fuzzer find failing > cases") > + (description "Crowbar is a library for testing code, combining > +QuickCheck-style property-based testing and the magical bug-finding > powers of +@uref{http://lcamtuf.coredump.cx/afl/, afl-fuzz}.") > + (license license:expat))) > + > (define-public ocaml-bibtex2html > (package > (name "ocaml-bibtex2html")