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 oEj4HnD9qGI21wAAbAwnHQ (envelope-from ) for ; Tue, 14 Jun 2022 23:28:16 +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 0P0dHnD9qGJzdQEAG6o9tA (envelope-from ) for ; Tue, 14 Jun 2022 23:28:16 +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 50AEFBABA for ; Tue, 14 Jun 2022 23:28:15 +0200 (CEST) Received: from localhost ([::1]:57254 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o1E58-0001YT-1o for larch@yhetil.org; Tue, 14 Jun 2022 17:28:14 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48030) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1E4w-0001YC-NM for guix-patches@gnu.org; Tue, 14 Jun 2022 17:28:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42051) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o1E4w-0001px-Bl for guix-patches@gnu.org; Tue, 14 Jun 2022 17:28:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o1E4w-0002vJ-9G for guix-patches@gnu.org; Tue, 14 Jun 2022 17:28:02 -0400 Subject: bug#54780: [PATCH] gnu: lttng-ust: Fix dependencies. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 14 Jun 2022 21:28:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 54780 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Olivier Dion Cc: 54780-done@debbugs.gnu.org, Maxime Devos Mail-Followup-To: 54780@debbugs.gnu.org, ludo@gnu.org, olivier.dion@polymtl.ca Received: via spool by 54780-done@debbugs.gnu.org id=D54780.165524202811148 (code D ref 54780); Tue, 14 Jun 2022 21:28:02 +0000 Received: (at 54780-done) by debbugs.gnu.org; 14 Jun 2022 21:27:08 +0000 Received: from localhost ([127.0.0.1]:35944 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o1E43-0002tk-SK for submit@debbugs.gnu.org; Tue, 14 Jun 2022 17:27:08 -0400 Received: from eggs.gnu.org ([209.51.188.92]:34586) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o1E40-0002tD-BP for 54780-done@debbugs.gnu.org; Tue, 14 Jun 2022 17:27:06 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:45248) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1E3t-0001lQ-Q7; Tue, 14 Jun 2022 17:26:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=UTXq8t1apx67XhhbWerGOQzCX240Z5QXClEVIAO3Py0=; b=EZKhSS7koEWNc118uCP+ Ok1z6GD2lfxeprwWbYSviHQmbwmjruzXvDp9cpnQQgmfroq1ZzwzpARRP1qjAjUz3qL339CECQMPd v1sb+uGVYy5xKbro3ssuBv9qRFMfJiMN8CUs67iS9/9Tze1IpEtnADGe4apXWM5gc2YHND0BMFv/J 8v1FRU47SmydcJXNoAofYRlQDfTbnSPx0xD/oPjJr7aaqGFN/mS8m9UmPewhXiADDbiLDv3613TyZ 6L0Yvt5AmkjEiikLyRc+tCdYjX4BWCo50AkYbj8pSgaHq2xjo2k53e4gGPbl40M+MOfB2MHgbVcCF 0pgRQ8c/gG4+Ag==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:49576 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1E3t-0007jY-D3; Tue, 14 Jun 2022 17:26:57 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <3afb4ed9e9446906504f781dcf047160491ddfff.1649377087.git.olivier.dion@polymtl.ca> <87bkvvj3nd.fsf@laura> Date: Tue, 14 Jun 2022 23:26:54 +0200 In-Reply-To: <87bkvvj3nd.fsf@laura> (Olivier Dion's message of "Tue, 17 May 2022 16:38:30 -0400") Message-ID: <87bkuvvsv5.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) 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=1655242095; 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-to: 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=UTXq8t1apx67XhhbWerGOQzCX240Z5QXClEVIAO3Py0=; b=FZke+pokrsIktTumhrVtc+iCCuWrN77spwmSh3eI3mJP9lqudQiVgwvXKs/9d8AQ4gx0fF 0IPsG9pzg2t9+ESjY+4dREEwCIlw7JLHCNnPZetye+RBMkoSdKAFRX2MzThDjBhsDaddcv dMkeiO7+Z6NU4oZ0ca42FDTJ/43KiSvVgXuhVGcUsJXjA4X5Xc7sbI/ZYoVNB/o+P9Zi5a mVS+KykcEqm7Tzr52pOA/EenJfm2Rt6+8v5AKrU6X+uIjiZ+V/xfq/t42kLie1rw2rcdM3 YBR3IGXzLFQ55dvq7azQP3jVI9PlWiMpaX1W2N4eBEli7/BL5TeBA2BJWb4BCA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1655242095; a=rsa-sha256; cv=none; b=E278wxYJxX+UnLIOeuo6hDnbwc4elfUfgBqkY5BLnyRlWdA0B3mCx/qDfS+5OsKR1rYbGA 4FqEYhCdKce8cJrXcEc7l2NUgKwyDYEsBHvHMAA6m0397GHZetTjjWbTLCZuxy+CMa6VHy uPL+EVL8gall6bF0vRP+rA0nl0ctcw/uaP+T0zuqINyM6sal/RSZ54m3EVPvs9AF9GJM/t EeDC4vxnSeUD5oXFsfoznPmhCOmmdZjIh1RZb02VNhGh9xK6H2dRtVs7XP+uMjsYl5AQPc RoLG1iCsxWfPPQgY6HDETufUgYNgyv84TnxnUPgLqxGh2cl1mL4pZ/FKkF83Jg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=EZKhSS7k; dmarc=pass (policy=none) header.from=gnu.org; 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: -4.69 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=EZKhSS7k; dmarc=pass (policy=none) header.from=gnu.org; 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: 50AEFBABA X-Spam-Score: -4.69 X-Migadu-Scanner: scn0.migadu.com X-TUID: /SqmNP4eSPRx Hi Olivier, Olivier Dion skribis: > Could we have one of the patches merge? Either the first version or the > last. lttng-ust is currently broken and setting aside the patch of > absolute inclusion of header files, it would be nice to have it work > until then. I finally applied the first version. Thanks and apologies for the delay! Ludo=E2=80=99.