unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* More rebuilds might be required under some circumstances.
@ 2022-11-13 15:19 jgart
  2022-11-17 15:06 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: jgart @ 2022-11-13 15:19 UTC (permalink / raw)
  To: Guix Devel; +Cc: Ludovic Court s

hi ludo,

Hope all is well!

In the manual (guix.texi), you mentioned that "More rebuilds might be required
under some circumstances" when running --list-dependent.

What are those circumstances? Could you help us document the circumstances
so we can have the background context/more explanations on that?

If you reply to this I can make a patch to provide more context there
from what you explained here.

all best,

jgart


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: More rebuilds might be required under some circumstances.
  2022-11-13 15:19 More rebuilds might be required under some circumstances jgart
@ 2022-11-17 15:06 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-11-17 15:06 UTC (permalink / raw)
  To: jgart; +Cc: Guix Devel

Hi,

jgart <jgart@dismail.de> skribis:

> In the manual (guix.texi), you mentioned that "More rebuilds might be required
> under some circumstances" when running --list-dependent.
>
> What are those circumstances? Could you help us document the circumstances
> so we can have the background context/more explanations on that?

‘--list-dependent’ shows the dependents of a given package according to
the package graph.

However, sometimes one defines variants based on a package:

  (define pkg (package …))
  (define pkg-variant (package (inherit pkg) …))

‘guix refresh -l pkg’ will report dependents of ‘pkg’ only.  But if you
change ‘pkg’ (for instance if you upgrade it), then that’ll most likely
entail a rebuild of ‘pkg-variant’ and everything that depends on it.

HTH!

Ludo’.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-17 15:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-13 15:19 More rebuilds might be required under some circumstances jgart
2022-11-17 15:06 ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).