GNU bug report logs - #61540
[PATCH] gnu: Add barecft.

Previous Next

Package: guix-patches;

Reported by: Olivier Dion <olivier.dion <at> polymtl.ca>

Date: Wed, 15 Feb 2023 21:01:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 61540 in the body.
You can then email your comments to 61540 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#61540; Package guix-patches. (Wed, 15 Feb 2023 21:01:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Olivier Dion <olivier.dion <at> polymtl.ca>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 15 Feb 2023 21:01:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Olivier Dion <olivier.dion <at> polymtl.ca>
To: guix-patches <at> gnu.org
Cc: Olivier Dion <odion <at> efficios.com>
Subject: [PATCH] gnu: Add barecft.
Date: Wed, 15 Feb 2023 15:59:58 -0500
From: Olivier Dion <odion <at> efficios.com>

* gnu/packages/instrumentation.scm (barecft): New variable.
---
 gnu/packages/instrumentation.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/instrumentation.scm b/gnu/packages/instrumentation.scm
index 133d684567..a54b7920f1 100644
--- a/gnu/packages/instrumentation.scm
+++ b/gnu/packages/instrumentation.scm
@@ -43,6 +43,7 @@ (define-module (gnu packages instrumentation)
   #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages popt)
   #:use-module (gnu packages python)
+  #:use-module (gnu packages python-check)
   #:use-module (gnu packages python-xyz)
   #:use-module (gnu packages sphinx)
   #:use-module (gnu packages swig)
@@ -53,6 +54,7 @@ (define-module (gnu packages instrumentation)
   #:use-module (guix build-system copy)
   #:use-module (guix build-system gnu)
   #:use-module (guix build-system linux-module)
+  #:use-module (guix build-system python)
   #:use-module (guix download)
   #:use-module (guix gexp)
   #:use-module (guix git-download)
@@ -120,6 +122,33 @@ (define-public babeltrace
 bindings, and the command-line tool @command{babeltrace2}.")
     (license license:expat)))
 
+(define-public barecft
+  (package
+    (name "barectf")
+    (version "3.1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "barectf" version))
+       (sha256
+        (base32 "0zhc9d4qnnl4fjj6354qb4bng4ykywn8x3l3acpv6sx439q6ylwd"))))
+    (build-system python-build-system)
+    (native-inputs
+     (list
+      gcc-toolchain
+      gnu-make
+      python-jinja2
+      python-jsonschema
+      python-pyyaml-5
+      python-termcolor
+      python-tox))
+    (home-page "https://barectf.org")
+    (synopsis "CTF tracer generator")
+    (description "@command{barectf} is a generator of tracer which produces
+CTF data streams.  The generated C source code has no other dependencies than
+a few C standard library headers.")
+    (license license:expat)))
+
 (define-public dyninst
   (package
     (name "dyninst")
-- 
2.39.1





Information forwarded to guix-patches <at> gnu.org:
bug#61540; Package guix-patches. (Thu, 23 Feb 2023 18:53:03 GMT) Full text and rfc822 format available.

Message #8 received at 61540 <at> debbugs.gnu.org (full text, mbox):

From: Olivier Dion <odion <at> efficios.com>
To: 61540 <at> debbugs.gnu.org
Cc: Mathieu Othacehe <othacehe <at> gnu.org>
Subject: Re: bug#61540: Acknowledgement ([PATCH] gnu: Add barecft.)
Date: Thu, 23 Feb 2023 09:43:02 -0500
Ping
-- 
Olivier Dion
Dévelopeur Logiciel | Québec
EfficiOS





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 27 Feb 2023 22:43:01 GMT) Full text and rfc822 format available.

Notification sent to Olivier Dion <olivier.dion <at> polymtl.ca>:
bug acknowledged by developer. (Mon, 27 Feb 2023 22:43:02 GMT) Full text and rfc822 format available.

Message #13 received at 61540-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Olivier Dion <olivier.dion <at> polymtl.ca>
Cc: Olivier Dion <odion <at> efficios.com>, 61540-done <at> debbugs.gnu.org
Subject: Re: bug#61540: [PATCH] gnu: Add barecft.
Date: Mon, 27 Feb 2023 23:42:47 +0100
Hi,

Olivier Dion <olivier.dion <at> polymtl.ca> skribis:

> From: Olivier Dion <odion <at> efficios.com>
>
> * gnu/packages/instrumentation.scm (barecft): New variable.

I passed it through ‘guix style’ and changed “cft” to “ctf” in a couple
of places.

Thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 28 Mar 2023 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 1 day ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.