From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id iNAYFvUsvmHCoAAAgWs5BA (envelope-from ) for ; Sat, 18 Dec 2021 19:48:21 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id 4MG6EfUsvmGtWgAAbx9fmQ (envelope-from ) for ; Sat, 18 Dec 2021 18:48:21 +0000 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 23680A1D1 for ; Sat, 18 Dec 2021 19:48:21 +0100 (CET) Received: from localhost ([::1]:56670 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1myekm-0006j9-9W for larch@yhetil.org; Sat, 18 Dec 2021 13:48:20 -0500 Received: from eggs.gnu.org ([209.51.188.92]:58110) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1myekV-0006iI-43 for guix-patches@gnu.org; Sat, 18 Dec 2021 13:48:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:60507) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1myekU-00081F-Kq for guix-patches@gnu.org; Sat, 18 Dec 2021 13:48:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1myekU-0007hy-GR for guix-patches@gnu.org; Sat, 18 Dec 2021 13:48:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#52043] [PATCH 1/2] gnu: Add instrumentation packages. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 18 Dec 2021 18:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52043 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Olivier Dion Cc: 52043@debbugs.gnu.org Received: via spool by 52043-submit@debbugs.gnu.org id=B52043.163985325229456 (code B ref 52043); Sat, 18 Dec 2021 18:48:02 +0000 Received: (at 52043) by debbugs.gnu.org; 18 Dec 2021 18:47:32 +0000 Received: from localhost ([127.0.0.1]:43816 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1myek0-0007f2-B2 for submit@debbugs.gnu.org; Sat, 18 Dec 2021 13:47:32 -0500 Received: from eggs.gnu.org ([209.51.188.92]:57024) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1myejy-0007ep-1Y for 52043@debbugs.gnu.org; Sat, 18 Dec 2021 13:47:30 -0500 Received: from [2001:470:142:3::e] (port=35902 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1myejk-0007t9-Sh; Sat, 18 Dec 2021 13:47:24 -0500 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=2UBIZcE0rseutO263btv5xyQVjNvo3iOLs52KuY9wzs=; b=H+4WwwxK4Jc+abF4HZ7Q b/HorQ4h8NfUsqEV52hJ0nEc9ehWbrTuKMP0X0bLAkIww86bXxghZFemjyzl9ysd6TYOdJ3vep9TJ oz2gYNjoJHD84/TY6AgyxVFAUiRXAYwAmkPF3YmRiE0+qmthQ3mO35kPJCgq8diwEK3eU/51DqruP 26zG4x37BxRCeU0RZ3B9npoLFps4ZGyoBCEUTxwjyugoo16iCqIWT3JUwJ+/LYS4Vq4Q+k7YTIZ5k P2E8eSBwIskXlNSO3IMMZXAQ5CPz84YbqsITDogwNtwmG+V9ih8y3kB101ZJfbVhFPBy5XaROPGuI zE+/o0vJhH/lnw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:51291 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1myejk-0006M6-QP; Sat, 18 Dec 2021 13:47:17 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <531220f26d0a483c72ae613f710fa0267f5d5c72.1639679743.git.olivier.dion@polymtl.ca> Date: Sat, 18 Dec 2021 19:47:14 +0100 In-Reply-To: <531220f26d0a483c72ae613f710fa0267f5d5c72.1639679743.git.olivier.dion@polymtl.ca> (Olivier Dion's message of "Thu, 16 Dec 2021 13:40:16 -0500") Message-ID: <87zgoxoiml.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (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-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1639853301; 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=2UBIZcE0rseutO263btv5xyQVjNvo3iOLs52KuY9wzs=; b=Fj7y+aES9iBV7ux0ppHiqctqDYxWjd02v8N+0BSs0ifTvb/JsCrHqm8y565Xyd8QxFIxlM 8rLkMHuXsJcfO+OU7BAbS/Qf0O3a3kd/MXr5m1/l+DOwSMG8tkER/2L+I8O/rp6REaoC8E 8CM0BGwwavojDS6+OH589tquoyoJoQR2n0bvcz3mCwcOF7h7RhrgeB/keU+EeRcSnFhF2U Khk0NNXBZgtDZ75n3EROtRBjymcBZYc5gk8Z0PN2+o0wCcst1yDMK1U8tlLQ53H6YxG+PF eqxUyRddqEceyojUe4c0Gm6PcW4fu1NZN/PphwP4uHjh10ISVGKNi5yEJYT3Ww== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1639853301; a=rsa-sha256; cv=none; b=TTLClpr1P+M/xqduCHcklEJMETO3FM9Wo0RQ7UVIDmggkYFchiDcyBwgMIbkEqsDvMZGgg DmVSBVV/O4c1HOtC4ojrSF2Fh9c3MjacfexMI/v/vD++6SlKUPOHXZdbr8VYg4qGKC7OCl 00QFqregHQTkWfwHpqT6D12PL0YOIO+MJWMyrOLyY9EUGJNYyGVACjs28z84FutjdgN4CJ gUpXYyAinGPU5ZttmINNtv4iAZOFXknNBzlUCcwPeUzaMq7/RZhaGIepG9nduEyS4/5cL6 2rt1lkUqY7b5iPGJTul0CMMwRlMxOegQisKrs44daxaklFNzaHzT4ehazGYHqg== 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=H+4WwwxK; 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.81 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=H+4WwwxK; 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: 23680A1D1 X-Spam-Score: -4.81 X-Migadu-Scanner: scn0.migadu.com X-TUID: AEmvrftOrcl9 Hello, Olivier Dion skribis: > * gnu/packages/instrumentation.scm: New file > (dyninst): New variable. Applied with simplified inputs and=E2=80=A6 > + (home-page "https://dyninst.org/") > + (synopsis "Dynamic instrumentation") > + (description "Dyninst is a collection of libraries for instrumenting, > +analyzing and editing binaries. It can attach to an existing program or > +create a new one out of an ELF file for analysis or modification. It co= me > +with a handful of C++ libraries.") > + (license license:lgpl2.0))) =E2=80=A6 license changed to =E2=80=98license:lgpl2.1+=E2=80=99, which is w= hat source file headers say. Thanks, Ludo=E2=80=99.