From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id 4FwhFbJ7VWQX4QAASxT56A (envelope-from ) for ; Fri, 05 May 2023 23:57:06 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id QDUlFbJ7VWTdpgAA9RJhRA (envelope-from ) for ; Fri, 05 May 2023 23:57:06 +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 076A41788D for ; Fri, 5 May 2023 23:57:06 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pv3QF-0000P8-KZ; Fri, 05 May 2023 17:57:03 -0400 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 1pv3QE-0000Os-PQ for guix-patches@gnu.org; Fri, 05 May 2023 17:57:02 -0400 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 1pv3QE-00060n-GZ for guix-patches@gnu.org; Fri, 05 May 2023 17:57:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pv3QE-0001FV-DE for guix-patches@gnu.org; Fri, 05 May 2023 17:57:02 -0400 Subject: bug#63213: [PATCH] gnu: lttng-tools: Fix build failure. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 05 May 2023 21:57:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 63213 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Olivier Dion Cc: 63213-done@debbugs.gnu.org Mail-Followup-To: 63213@debbugs.gnu.org, ludo@gnu.org, olivier.dion@polymtl.ca Received: via spool by 63213-done@debbugs.gnu.org id=D63213.16833238124781 (code D ref 63213); Fri, 05 May 2023 21:57:02 +0000 Received: (at 63213-done) by debbugs.gnu.org; 5 May 2023 21:56:52 +0000 Received: from localhost ([127.0.0.1]:57744 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pv3Q4-0001F2-A4 for submit@debbugs.gnu.org; Fri, 05 May 2023 17:56:52 -0400 Received: from eggs.gnu.org ([209.51.188.92]:54268) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pv3Q3-0001Ep-9q for 63213-done@debbugs.gnu.org; Fri, 05 May 2023 17:56:51 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pv3Py-0005ww-2o; Fri, 05 May 2023 17:56:46 -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=2HD7RT707NO1WwnXm6qxV49D3MFx5xHVz7Hg83D98i0=; b=ErGJRAhhKbl7s4uuIY/5 nVRSpk8IprR3/ijDsIyj8Octkzxd7M0JIE0Zk0hCIYlCFWJ3x1EuUUhH9Ef6O8FMHk8zEWvY3iaNr yMu5iN+dYSAx4wo1u+P/MCeFA3aEXZ2BVxcHEnLslgoSaq+/U8FT82U6Y+5QgtigteXSn80iLZBPx QlzWgwZnEp9mNiwqcSk3tiRx4JGZdlnHBpZGWITt5z+t0cwkj1XLJAYvyQGx3rmFqyVYPC6dnNyEq C5Wj2PbMl/CnJ+D7qEMmnxRT0ljX7cTu/zPEP7K/C+aYR2gcsPnh6ryyCy47yQHp1xPvdZ7ToGbMq XjleEgIWHbPutg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pv3Po-0008Lx-FZ; Fri, 05 May 2023 17:56:40 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Fri, 05 May 2023 23:56:34 +0200 In-Reply-To: (Olivier Dion's message of "Mon, 1 May 2023 15:46:16 -0400") Message-ID: <875y96moh9.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Seal: i=1; s=key1; d=yhetil.org; t=1683323826; a=rsa-sha256; cv=none; b=QlY4vmJuMxLk5oeXVgqySA3kwGCCyde/LrNuH6RHQYfTFOoBOUO1WTVzDLt+fFZYZVYItU v/kZ8YlAt2E3KUg3Bauez6nzDpGJzYvu1/iOkDgyFZUwf4/+H6AyEf/QUT46LUdqi14R41 ZgADEq2C+lZ09TQV/GuxDRmKvN2IcTctDQJp43dZhQMuX2fr40ld0oUna3V4ec2h89H9C3 yjXEkujThgKctV8NB25XDfeZ2D0+D0lGYlMepLFXIwOcj048U9JdiDPR0rI8cY3bCr5LU6 I7SuNZlDvI3LGVcrTBmU8Ej/7iQ7DdT5q9oD6J4PGW6jlDfSgCc2fi10wXNHow== 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=ErGJRAhh; 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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1683323826; 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: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=2HD7RT707NO1WwnXm6qxV49D3MFx5xHVz7Hg83D98i0=; b=neJLLT7FWNVKa8MLA9k+zSNq8xXewaI8qjt4dnSlz2Uafit6iPN9Dwpv4jByGmzALtSBy5 3XpV3Pt/ceCRE0qDzLAdIvJaue2ZHXczAZshZttt3s2WmW4hrwRyAmVWYrUfvawWODqq/m sTvQgVCx3wgrt7CueO8IdcMFO1eeSQL8aP3Kqf1vx2/mn2QrqgBcB/xJJJlK7iIfKzm5gJ jFWRm7STTf+1uWbQmIxqi4cmS2bZ8tOu3O/91dWzvI0oZsIlYJKc4CxA1HAT5+SMs+kobM ymOq5k2l9Tj4zJNHN7m3VubBEUAqvZLKk9oPntjdMta6pXgkr4eUY2LVpfsiaw== X-Migadu-Spam-Score: -3.31 X-Spam-Score: -3.31 X-Migadu-Queue-Id: 076A41788D X-Migadu-Scanner: scn0.migadu.com Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=ErGJRAhh; 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-TUID: bCoW1Jyr8oUI Olivier Dion skribis: > * gnu/packages/instrumentation.scm (lttng-tools) > [native-inputs]: Add autoconf, automake, libtool. > [arguments]: Add 'autoreconf build phase before 'configure. Applied, thanks! Ludo'.