[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#52043] [PATCH 1/2] gnu: Add instrumentation packages.
From: |
Ludovic Courtès |
Subject: |
[bug#52043] [PATCH 1/2] gnu: Add instrumentation packages. |
Date: |
Fri, 10 Dec 2021 15:32:29 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hi,
Olivier Dion <olivier.dion@polymtl.ca> skribis:
> * gnu/packages/instrumentation.scm: New file
> (dyninst): New variable.
[...]
> + (name "dyninst")
> + ;; Newer versions are not promoted on main home page and require
> libiberty.
Note that there’s a ‘libiberty’ package.
> + (version "10.2.1")
> + (source (origin
> + (method url-fetch)
> + (uri (string-append
> "https://github.com/dyninst/dyninst/archive/v"
> + version ".tar.gz"))
As reported by ‘guix lint’, this URL refers to an autogenerated
tarball whose content may change over time.
Could you instead use ‘git-fetch’?
> + (synopsis "Dynamic instrumentation")
> + (description "Tools for binary instrumentation, analysis, and
> modification.")
Please expound a bit and write full sentences:
https://guix.gnu.org/manual/en/html_node/Synopses-and-Descriptions.html
Otherwise LGTM. Could you send an updated patch?
The second patch LGTM.
Thanks,
Ludo’.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#52043] [PATCH 1/2] gnu: Add instrumentation packages.,
Ludovic Courtès <=