From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id wCUsFtJ31WPO8wAAbAwnHQ (envelope-from ) for ; Sat, 28 Jan 2023 20:30:26 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id 0FkVFtJ31WPFNwAAauVa8A (envelope-from ) for ; Sat, 28 Jan 2023 20:30:26 +0100 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 5D38F21B31 for ; Sat, 28 Jan 2023 20:30:25 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pLqto-0003Pv-7i; Sat, 28 Jan 2023 14:30:04 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pLqtn-0003Pd-7J for bug-guix@gnu.org; Sat, 28 Jan 2023 14:30:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pLqtm-0002BM-Sm for bug-guix@gnu.org; Sat, 28 Jan 2023 14:30:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pLqtm-00058n-Oe for bug-guix@gnu.org; Sat, 28 Jan 2023 14:30:02 -0500 X-Loop: help-debbugs@gnu.org Subject: bug#58495: opam import generates wrong check phase Resent-From: Csepp Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sat, 28 Jan 2023 19:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 58495 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Julien Lepiller Cc: 58495@debbugs.gnu.org, raingloom@riseup.net X-Debbugs-Original-Cc: 58495@debbugs.gnu.org, bug-guix@gnu.org, Csepp Received: via spool by 58495-submit@debbugs.gnu.org id=B58495.167493416419677 (code B ref 58495); Sat, 28 Jan 2023 19:30:02 +0000 Received: (at 58495) by debbugs.gnu.org; 28 Jan 2023 19:29:24 +0000 Received: from localhost ([127.0.0.1]:41602 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pLqt9-00057E-Kz for submit@debbugs.gnu.org; Sat, 28 Jan 2023 14:29:23 -0500 Received: from mx1.riseup.net ([198.252.153.129]:45430) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pLqt6-00056s-U8 for 58495@debbugs.gnu.org; Sat, 28 Jan 2023 14:29:22 -0500 Received: from fews2.riseup.net (fews2-pn.riseup.net [10.0.1.84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4P44JC38QnzDrQM; Sat, 28 Jan 2023 19:29:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1674934155; bh=lt+AF1doLLqcXzWcOkw9wZeOiOPx0YMZI0+Yjp/YyB8=; h=References:From:To:Cc:Subject:Date:In-reply-to:From; b=MRbvHdwbykL37JiOqN25iVtYZb9ekqLSfGZJp+Mv6J64snP47XB/fu6ElhALgGxoW xbpNxAPYQgXHGexLGEXBN+icldjS2fRtg5NJ1DTXWqZ8eUXD9wq7uRmXAMWh9MtXN+ mk/SKxFq3OGGuYd4hBogzryMK3hWJFMbuiz4tAQs= X-Riseup-User-ID: 17C60E6780169379A7C35B437345B07C36A88226C20DE291E57ECD6CB9DF822E Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews2.riseup.net (Postfix) with ESMTPSA id 4P44JB3yg2z1y9N; Sat, 28 Jan 2023 19:29:14 +0000 (UTC) References: <87sfjr4u4d.fsf@riseup.net> <3E409553-8EA9-42E5-A9A0-BD22CCFE54C7@lepiller.eu> <878rlj4s28.fsf@riseup.net> <20230128132519.28a85205@sybil.lepiller.eu> From: Csepp Date: Sat, 28 Jan 2023 20:28:59 +0100 In-reply-to: <20230128132519.28a85205@sybil.lepiller.eu> Message-ID: <87edrebgqh.fsf@riseup.net> 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: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: bug-guix-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1674934226; 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=b7P2PIs8dWMO+49BT+baytF4zTfl0Gh0np1y8anLP2k=; b=kJ7WFgSy/qWyPQJkqugpz9I/FeQGOEdVsfuLgAmJ1xf325h5s1bJpwyz5zH4TuZD4a19Vx chR8fc81i196rF2vrE/yjaq24ArWXnpATwRSZOpxwhW0yPmsq2Rrzv0gVc851JMI70UW+f Kr7hHT217G+g3BGYx//9zaemYSL/+H8W7n9ixDD9Y7TNHM8qE+9tn3Q1Cg4li9l5Zs+DQ9 ilE8s4e7Pq7ovMjrdwF8Kn4H/ocaYfSH6gRWHN5NJorTKAZjF5ZN6rZluQzhfdyBi6k5/u PagszGMGKANuEWugd9zsxKB57Gch5Jo+t0xjojXOmBR7hZDAAXRDt3B5DqzHJQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=riseup.net header.s=squak header.b=MRbvHdwb; dmarc=fail reason="SPF not aligned (relaxed)" header.from=riseup.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1674934226; a=rsa-sha256; cv=none; b=o1dcPdFWXWBVRef9ICz6cbu4W7QBT2VO93COitsgjdxI3PS1pqND5FrYGH0IWqmmfOsPoM cHp7XYa0WPU++rzMRL1L4/aAPenELZu4YMiWDo1/UMYfhmUN0imlGcGDA/0IxyyKtaM3Oi sO9WO0blkU+nPp4yN0/riR9nR9eazoLPUzVbzEZet8vR/OXocGz1D+bqNRMZ3/9sUrALaw +2j4jahZr8Y1n03APmfww2UPLOfJOzIwpcqS5uHWvDcIZppWruTw5rn9el/nKyJAKqjOSm 9XjDIGkQXQZvGgf2EKGoJ0imKQ6KOErF/iLopsbv1CfD64eaciz/8aq0gry3gw== X-Spam-Score: 7.33 X-Migadu-Spam-Score: 7.33 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=riseup.net header.s=squak header.b=MRbvHdwb; dmarc=fail reason="SPF not aligned (relaxed)" header.from=riseup.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 5D38F21B31 X-Migadu-Scanner: scn1.migadu.com X-TUID: jfTYhDFBBkYQ Julien Lepiller writes: > Le Thu, 13 Oct 2022 18:16:18 +0200, > Csepp a =C3=A9crit : > >> Julien Lepiller writes: >>=20 >> > Maybe this could be fixed in the dune-build-system? >> >=20=20 >> Actually, good call. I'll look into it, unless you want to take a >> stab at it. > > With the test-target argument removed, do you consider this fixed? Yup, it's fixed now, thanks for closing these.