From: Andreas Enge <andreas@enge.fr>
To: guix-devel@gnu.org
Subject: valgrind
Date: Wed, 25 Jan 2023 12:01:35 +0100 [thread overview]
Message-ID: <Y9EMD7rjSuI5pdef@jurong> (raw)
Hello,
I am a bit confused about the valgrind situation. Currently there are three
packages:
(define-public valgrind
(package
(name "valgrind")
(version "3.17.0")
(properties '((hidden? . #t)))))
(define-public valgrind/interactive
(package/inherit
valgrind
(version "3.17.0")
(define-public valgrind-3.20
(package
(inherit valgrind/interactive)
(version "3.20.0")
I have the impression that my past problems with using valgrind have been
solved since the upgrade to 3.20.0, which is the one installed by
"guix package -i valgrind".
On the other hand, the first package is the one used as input to other
packages.
Is version 3.17 really needed? Is the distinction between the hidden package
and the "interactive" package still important?
Andreas
next reply other threads:[~2023-01-25 11:02 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-25 11:01 Andreas Enge [this message]
2023-01-25 12:39 ` valgrind zimoun
2023-01-25 13:16 ` valgrind Andreas Enge
2023-01-30 21:46 ` valgrind Ludovic Courtès
2023-01-31 10:34 ` valgrind Simon Tournier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Y9EMD7rjSuI5pdef@jurong \
--to=andreas@enge.fr \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.