GNU bug report logs -
#61540
[PATCH] gnu: Add barecft.
Previous Next
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.
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 <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):
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):
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 2 years and 46 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.