From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id 2JenGkHsm2GGHQEAgWs5BA (envelope-from ) for ; Mon, 22 Nov 2021 20:15:13 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id 2JFDFkHsm2EVcwAA1q6Kng (envelope-from ) for ; Mon, 22 Nov 2021 19:15:13 +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 852B52ED88 for ; Mon, 22 Nov 2021 20:15:12 +0100 (CET) Received: from localhost ([::1]:38716 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mpEmV-0002rL-3I for larch@yhetil.org; Mon, 22 Nov 2021 14:15:11 -0500 Received: from eggs.gnu.org ([209.51.188.92]:34276) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mpEmM-0002r8-9I for guix-patches@gnu.org; Mon, 22 Nov 2021 14:15:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:37595) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mpEmL-00058v-Vb for guix-patches@gnu.org; Mon, 22 Nov 2021 14:15:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mpEmL-0005nL-RH for guix-patches@gnu.org; Mon, 22 Nov 2021 14:15:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#52043] [PATCH 1/2] gnu: Add instrumentation packages. Resent-From: Olivier Dion Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 22 Nov 2021 19:15:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 52043 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 52043@debbugs.gnu.org Cc: Olivier Dion X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.163760844422173 (code B ref -1); Mon, 22 Nov 2021 19:15:01 +0000 Received: (at submit) by debbugs.gnu.org; 22 Nov 2021 19:14:04 +0000 Received: from localhost ([127.0.0.1]:49141 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mpElH-0005l1-Mj for submit@debbugs.gnu.org; Mon, 22 Nov 2021 14:14:04 -0500 Received: from lists.gnu.org ([209.51.188.17]:39610) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mpElC-0005ko-Vt for submit@debbugs.gnu.org; Mon, 22 Nov 2021 14:13:54 -0500 Received: from eggs.gnu.org ([209.51.188.92]:33994) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mpEl8-0002J7-Cu for guix-patches@gnu.org; Mon, 22 Nov 2021 14:13:48 -0500 Received: from smtp.polymtl.ca ([132.207.4.11]:57505) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mpEl3-0004uh-Bs for guix-patches@gnu.org; Mon, 22 Nov 2021 14:13:45 -0500 Received: from laura.hitronhub.home (modemcable094.169-200-24.mc.videotron.ca [24.200.169.94]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id 1AMJDN02012618 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Mon, 22 Nov 2021 14:13:33 -0500 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp.polymtl.ca 1AMJDN02012618 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=polymtl.ca; s=default; t=1637608413; bh=cnwldEVZvUVzV2wZjborPXxhW5vZc3rll/K2m2xN0d8=; h=From:To:Cc:Subject:Date:From; b=JsqY3I21sjJrhbbcrKU7vyUbuv3NjVXRVV6CewOJU1lwZFijWRcTUTMfmm+ZDoYfC 90JAxGKzAVdmPcvAuGug9g2l1Q04IAJniAATvxC0ggSPNsHUvszNvZNisYxm0vU135 4eZ/KtSVdwDw/eRQcJPIlKqLFCpEI+wwOrrunirI= Date: Mon, 22 Nov 2021 14:13:22 -0500 Message-Id: <60c77ab6e2f5f098b1ecdc9c50c602072dbc2f68.1637608343.git.olivier.dion@polymtl.ca> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Poly-FromMTA: (modemcable094.169-200-24.mc.videotron.ca [24.200.169.94]) at Mon, 22 Nov 2021 19:13:23 +0000 Received-SPF: pass client-ip=132.207.4.11; envelope-from=olivier.dion@polymtl.ca; helo=smtp.polymtl.ca X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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" Reply-to: Olivier Dion X-ACL-Warn: , Olivier Dion via Guix-patches From: Olivier Dion via Guix-patches via 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=1637608513; h=from:from:sender:sender:reply-to: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:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=cnwldEVZvUVzV2wZjborPXxhW5vZc3rll/K2m2xN0d8=; b=JTzP3+lhETq9A42ki93OmJ+uy4C8XZ+5HRJDU3AS9ieE3cvunEG6bSOXg1fR45rdMaW7hS rPsUTiynQnKWRs2dkNxYVPXcRrsqNBpXDlEqftqExzdikO4pmVnI3PO56Hoaz9xpqfeCvI DwOmxzVh978kX8+oGQ48dhW/MPEv0BrYTAu9D/26Szu46MgjnYJtt6Y6O1tZ4cScCglyj7 EQZLijJ1cBdZQgk9Ux27GQRbFuJW6YPAT0Nv/f1EW00HlrdT/j4ZJ7El4zDu8fryEhxeRZ YmeqzzrwzI7lD9gvxFiopP1nQQvAVDNq24UgL7ifXh9OtuKcR/1VY2ThKKCzFQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1637608513; a=rsa-sha256; cv=none; b=MqD20he/Bg+mwaGuemEDP6FrmPSVFow6EReEfM9K9QR5/d85exJTXalyyuEW4UNd0oKB88 2Xf5FaYVaHNXW6SK00jBOeLwrgdptuK0jN/PsOZwZPB8susNgazOh4FaYsc6QMv6QNCUDQ 84jB3vOab+1uDaRsSEp1bYAyJTX04KNzITCdXxAiczzf1jihvECFu2pgIdKPp7H8Z2BwEY 5Bf+/wYJwz4oili3c/ukSuPc26a7Fy+ouF+LmRtsZBDJB94JcmdM2kHlvuL8A64HToy+I3 BX2ycVZv/qyZGGm9YxkAqLwwqlaVdUp2p/+AicPnmeSaolBjuPoghy0AgKi3Iw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=polymtl.ca header.s=default header.b=JsqY3I21; 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: -3.78 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=polymtl.ca header.s=default header.b=JsqY3I21; 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: 852B52ED88 X-Spam-Score: -3.78 X-Migadu-Scanner: scn0.migadu.com X-TUID: dnOZYQ91d1TR * gnu/packages/instrumentation.scm: New file (dyninst): New variable. --- gnu/local.mk | 1 + gnu/packages/instrumentation.scm | 56 ++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 gnu/packages/instrumentation.scm diff --git a/gnu/local.mk b/gnu/local.mk index 2513530d0d..3f190c4f6a 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -307,6 +307,7 @@ GNU_SYSTEM_MODULES = \ %D%/packages/inklingreader.scm \ %D%/packages/inkscape.scm \ %D%/packages/installers.scm \ + %D%/packages/instrumentation.scm \ %D%/packages/ipfs.scm \ %D%/packages/irc.scm \ %D%/packages/irods.scm \ diff --git a/gnu/packages/instrumentation.scm b/gnu/packages/instrumentation.scm new file mode 100644 index 0000000000..cacd74ac0a --- /dev/null +++ b/gnu/packages/instrumentation.scm @@ -0,0 +1,56 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2021 Olivier Dion +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix is free software; you can redistribute it and/or modify it +;;; under the terms of the GNU General Public License as published by +;;; the Free Software Foundation; either version 3 of the License, or (at +;;; your option) any later version. +;;; +;;; GNU Guix is distributed in the hope that it will be useful, but +;;; WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;;; GNU General Public License for more details. +;;; +;;; You should have received a copy of the GNU General Public License +;;; along with GNU Guix. If not, see . + +(define-module (gnu packages instrumentation) + #:use-module (gnu packages boost) + #:use-module (gnu packages elf) + #:use-module (gnu packages llvm) + #:use-module (gnu packages tbb) + #:use-module (guix packages) + #:use-module (guix download) + #:use-module (guix build-system cmake) + #:use-module ((guix licenses) #:prefix license:)) + +(define-public dyninst + (package + (name "dyninst") + ;; Newer versions are not promoted on main home page and require libiberty. + (version "10.2.1") + (source (origin + (method url-fetch) + (uri (string-append "https://github.com/dyninst/dyninst/archive/v" + version ".tar.gz")) + (sha256 + (base32 "18bvmvm3l18lpw8fz9yrjkd6fwqvxg0j2xfhvkzx4xr5l73wcxw0")))) + + (build-system cmake-build-system) + (arguments + `(#:tests? #f + ;; STERILE_BUILD: Do not download/build third-party dependencies from + ;; source. + #:configure-flags + (list "-DSTERILE_BUILD=ON"))) + (inputs + `(("elfutils" ,elfutils) + ("boost" ,boost) + ("tbb" ,tbb) + ("libomp" ,libomp))) + (home-page "https://dyninst.org/") + (synopsis "Dynamic instrumentation") + (description "Tools for binary instrumentation, analysis, and modification.") + (license license:lgpl2.0))) -- 2.34.0