GNU bug report logs - #47066
(At least) ‘guix search’ displays superseded packages twice

Previous Next

Package: guix;

Reported by: Tobias Geerinckx-Rice <me <at> tobias.gr>

Date: Thu, 11 Mar 2021 10:43:02 UTC

Severity: normal

Done: Tobias Geerinckx-Rice <me <at> tobias.gr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: zimoun <zimon.toutoune <at> gmail.com>
To: Tobias Geerinckx-Rice <me <at> tobias.gr>, 47066 <at> debbugs.gnu.org
Subject: bug#47066: (At least) ‘guix search’ displays superseded packages twice
Date: Thu, 11 Mar 2021 11:50:18 +0100
Hi Tobias,

On Thu, 11 Mar 2021 at 11:42, Tobias Geerinckx-Rice via Bug reports for GNU Guix <bug-guix <at> gnu.org> wrote:

> ~ λ guix search ^newsboat
> name: newsboat
> version: 2.22.1

[...]

> name: newsboat
> version: 2.13

It is not the “same” package.  So it appears to me expected they appear
twice.  I mean, one is:

--8<---------------cut here---------------start------------->8---
(define-public newsboat
  (package
    (name "newsboat")
    (version "2.22.1")
--8<---------------cut here---------------end--------------->8---

and the other

--8<---------------cut here---------------start------------->8---
(define-public newsboat-2.13
  (package
    (inherit newsboat)
    (version "2.13")
--8<---------------cut here---------------end--------------->8---

therefore I do not see where the bug is.  Could you explain more?


Thanks,
simon






This bug report was last modified 4 years and 122 days ago.

Previous Next


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