all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Guix re-installing already installed packages
@ 2019-10-06 10:14 Tirifto
  2019-10-06 15:48 ` L p R n d n
  0 siblings, 1 reply; 2+ messages in thread
From: Tirifto @ 2019-10-06 10:14 UTC (permalink / raw)
  To: help-guix

Hello!

I installed TeXmacs using Guix on Parabola GNU+Linux-libre. TeXmacs is
already the newest version (1.99.11) and whenever I run ‘guix pull’, no
upgrades for TeXmacs are reported—so far, so good.

However, once I actually run ‘guix upgrade’, Guix starts downloading
TeXmacs with all of its dependencies again, even though it's already
up-to-date on my computer. Should this be happening?

I don't know if it's related, but ‘guix weather’ shows that there are
no substitutes available for TeXmacs.

Best wishes
// Tirifto

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

* Re: Guix re-installing already installed packages
  2019-10-06 10:14 Guix re-installing already installed packages Tirifto
@ 2019-10-06 15:48 ` L p R n d n
  0 siblings, 0 replies; 2+ messages in thread
From: L p R n d n @ 2019-10-06 15:48 UTC (permalink / raw)
  To: Tirifto; +Cc: help-guix

Hello,

Tirifto <tirifto@posteo.cz> writes:

> Hello!
>
> I installed TeXmacs using Guix on Parabola GNU+Linux-libre. TeXmacs is
> already the newest version (1.99.11) and whenever I run ‘guix pull’, no
> upgrades for TeXmacs are reported—so far, so good.
>
> However, once I actually run ‘guix upgrade’, Guix starts downloading
> TeXmacs with all of its dependencies again, even though it's already
> up-to-date on my computer. Should this be happening?

With Guix, a package can be modified by a lot of parameters (inputs), not only
version. If you want to know if Guix is downloading the exact same
package, you should check its hash (which is the result of all its
inputs).
What probably happens here is that a dependency of Texmacs has changed
since your last guix pull which gives us a new version of Texmacs'
package.

> I don't know if it's related, but ‘guix weather’ shows that there are
> no substitutes available for TeXmacs.

Most of the time, just waiting should be enough to get the substitutes
but looking at ci.guix.info, it seems a dependency is failing on master
(but it's repaired on core-updates which should be merge soonish). But
don't quote me on that, I'm not really used to this tool.

> Best wishes
> // Tirifto

Hope it helps,

L  p R n  d n

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

end of thread, other threads:[~2019-10-06 15:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-06 10:14 Guix re-installing already installed packages Tirifto
2019-10-06 15:48 ` L p R n d n

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.