From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.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 wMO+HEXND2MSdQAAbAwnHQ (envelope-from ) for ; Wed, 31 Aug 2022 23:06:13 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id 8AWJHEXND2NRRgEAauVa8A (envelope-from ) for ; Wed, 31 Aug 2022 23:06:13 +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 152C6D2FE for ; Wed, 31 Aug 2022 23:06:13 +0200 (CEST) Received: from localhost ([::1]:53788 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oTUuY-0000kl-DO for larch@yhetil.org; Wed, 31 Aug 2022 17:06:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45042) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oTUuQ-0000kP-Lu for guix-patches@gnu.org; Wed, 31 Aug 2022 17:06:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50861) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oTUuQ-0002rj-Dx for guix-patches@gnu.org; Wed, 31 Aug 2022 17:06:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oTUuQ-0002GZ-9U for guix-patches@gnu.org; Wed, 31 Aug 2022 17:06:02 -0400 Subject: bug#57008: [PATCH] gnu: perf-tools: Patch executable paths Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 31 Aug 2022 21:06:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 57008 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Olivier Dion Cc: 57008-done@debbugs.gnu.org, othacehe@gnu.org Mail-Followup-To: 57008@debbugs.gnu.org, ludo@gnu.org, olivier.dion@polymtl.ca Received: via spool by 57008-done@debbugs.gnu.org id=D57008.16619799488686 (code D ref 57008); Wed, 31 Aug 2022 21:06:02 +0000 Received: (at 57008-done) by debbugs.gnu.org; 31 Aug 2022 21:05:48 +0000 Received: from localhost ([127.0.0.1]:40609 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oTUuB-0002G1-Qk for submit@debbugs.gnu.org; Wed, 31 Aug 2022 17:05:48 -0400 Received: from eggs.gnu.org ([209.51.188.92]:53696) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oTUuA-0002Fn-6x for 57008-done@debbugs.gnu.org; Wed, 31 Aug 2022 17:05:46 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:59920) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oTUu4-0002lR-Gb; Wed, 31 Aug 2022 17:05:40 -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=5Om6htgA9KpVOWcIm288mbfy5dcCbYWUFxTqJRUaSTg=; b=gNuKH/hKy0nXwIzSbMcA RAb8TLZCxphOLtQ7KGUyC2FPTmaMDQSafMxxb4d1x7+VTGjMBC8nS5yI+ZN4v1PwHE/WE7PinWo/6 +zBuaYiYF0BJtT0lYTVq6jsjjB1P6Wx8AzwTf4fihMCYkv1UC7XRe+HliDzt8+2IUUzRffVDhqXfD Mvffnt2wOGEnHe4ADLIFUif9I6EDJ9VqxKZiIPH7C4tQDKRHgI0rgMztzqvMNUPjWhv9rYS+UBKCS ZCaUWcEFSisDJbsm0gAFWfUSeXmJIisvJvJi1tGuPtWBA4cME5XGEhrumDT6otEzQzYBG8U7pSqWh A9PQ0VYFJBrqTA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:50538 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oTUu3-0004rY-Ch; Wed, 31 Aug 2022 17:05:39 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <0c2a00011b37de03efc17626123ce1571b103c7a.1659714518.git.olivier.dion@polymtl.ca> Date: Wed, 31 Aug 2022 23:05:36 +0200 In-Reply-To: <0c2a00011b37de03efc17626123ce1571b103c7a.1659714518.git.olivier.dion@polymtl.ca> (Olivier Dion's message of "Fri, 5 Aug 2022 11:49:26 -0400") Message-ID: <87edww9l9b.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=1661979973; 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=5Om6htgA9KpVOWcIm288mbfy5dcCbYWUFxTqJRUaSTg=; b=beM0E/VWHnEbtk5wxBm6oIm4RdOisJz6XcWEo+ykkkx6JNW83MR/3jUmMS27SOd8QeQo1Z C5Ey8Ijw6iBWEt5bAOhzxN0VC6+PIrOEtKdfflXpASNiF+DXfWAuRPvmWK2aUXxHHRSZ3X DDfDZDV8WPd3J/HFWPUpiq3he0E75cl6OWv4+D6zPj9YZHgxX7JsQrwS5HvDdHeSRlsb7Z b8ry7FlK0h3NcevM35xLVYvOkOZaobHkfc//Ix0V2jcQ+wddz8VGDc/PMnei3TR3ge18GE TB7jwaBWw83YUfsNSslVvJlIqfLKSBMIEObefl0AdRbgULmqSniRapN7JciFvg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1661979973; a=rsa-sha256; cv=none; b=Oz1bSlzyo5+lQY7uS+g5CIHvJm+vZ6zSMIPWEN6v57D2j+wTYkX9IAuZZyl8zVg+d+1iF1 tW0yRLrjvqVyKbbZmqqF9HvPs4/swwoVYKjgppu5wCI8juTsezgt+MZDF9a5dISlAs0m64 e5X+G72NA0mMHzun2Vk+D6BpaQ9v446HyHq8yvMVTSUus2cHEEgiF2HwInV+Vf3v9+gI/9 U4N1kTvRwhMeZY08W+kxM8zAhsmW9YyHyh672JX8Bydz/gvu13OtFTOu0rn/3cPE6A90oV 8qnJBJljWMARKCAkF3aWLOpz+DdIXn+2h4NAEMkSEtHP1oaXh1cQraF7m9NwTg== 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="gNuKH/hK"; 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: -2.18 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="gNuKH/hK"; 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: 152C6D2FE X-Spam-Score: -2.18 X-Migadu-Scanner: scn1.migadu.com X-TUID: IWRS5/ckq8K8 Hi Olivier & Mathieu, Olivier Dion skribis: > * gnu/packages/instrumentation.scm (perf-tools): Add patch phase. > [phases]: Add patch-paths. [...] > + (substitute* '("execsnoop" "killsnoop" "kernel/funcslower") > + (("/usr/bin/gawk") (which "awk"))) > + (substitute* '"execsnoop" > + (("/usr/bin/getconf") (which "getconf")))))) I went ahead and applied a modified version of this patch that uses =E2=80=98search-input-file=E2=80=99 instead of =E2=80=98which=E2=80=99. Thanks, Ludo=E2=80=99.