Closing, as this was fixed by Ludovic in commit 634ce81e2a8.
Thank you!
Maxim
Hello,
Mathieu Othacehe writes:
> Hello Chris,
>
>> I think Ricardo mentioned that the machine running Cuirass uses an SSD
>> for the root filesystem, so moving the database there may help?
>
> Looks like the database was already on the SSD before my tmpfs
> experiment.
>
> mathieu@berlin ~$ df
Hi Ludovic,
Ludovic Courtès writes:
> Hi again,
>
> How about this variant of the initial script? I think it addresses the
> main issues we discussed here:
>
> 1. By default it doesn’t re-add the source in the store, so wrong
> commit/hash issues are caught when running ‘guix build guix’
Ludovic Courtès writes:
Hi!
> As discussed on IRC, my initial advice about MS_PRIVATE was misguided.
> The real issue is the “rm_rf (new_root);” call, which removes the root
> directory and thus leaves child processes (the daemon) with nothing.
Yes, I'm not entirely sure what I thought to see ye
I hope this is the last one, at least for bug fixes. This version uses
the right name for the autogenerated file e...@quot.mo when no image is
provided.
Miguel Ángel Arruga Vivas writes:
> Changes w.r.t. previous version:
> - Call normalize-file (the parameters were there but I lost the call).
Hi Danny,
Thank you a lot for taking a look into this. :-)
Danny Milosavljevic writes:
> Is it possible for there to be no entries in all-entries at all?
This is the idiom used in the rest of the file, and that would be a bug
in the calling code. The entries are the operating system generation
Danny Milosavljevic writes:
> This patch LGTM!
Thanks for your review, pushed as 222a630e9e.
Happy hacking!
Miguel
signature.asc
Description: PGP signature
Hello!
As discussed on IRC, my initial advice about MS_PRIVATE was misguided.
The real issue is the “rm_rf (new_root);” call, which removes the root
directory and thus leaves child processes (the daemon) with nothing.
The attached patch adds a test loosely based on yours and a fix for
that. The
I have some graphics issues like "https://issues.guix.gnu.org/44301"; with Guix;
The source of the problem seems to be GDM.
Is it possible for there to be no entries in all-entries at all?
If not, LGTM!
pgpZDS5G1yPnu.pgp
Description: OpenPGP digital signature
This patch LGTM!
pgpaO0I7e8poI.pgp
Description: OpenPGP digital signature
Changes w.r.t. previous version:
- Call normalize-file (the parameters were there but I lost the call).
- Only call search when there is no image configured.
>From 3eb494947ed863e60d3d49d4ac4a982b1f9237e3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miguel=20=C3=81ngel=20Arruga=20Vivas?=
Date: Sa
On Fri, 30 Oct 2020 at 17:20, Ludovic Courtès wrote:
> Currently, ‘guix install’ errors out if you try to install two
> same-named packages with a different version number or a different store
> file name (typically via propagated inputs).
>
> Here, ‘emacs’ and ‘emacs-xwidgets’ have different nam
Hi,
Zhu Zihao skribis:
> In commit ba60bbd4370570ff03a16c63af051be06f22658e. Try command
>
> guix install emacs && guix install emacs-xwidgets
>
> These two packages are conflict with each other, but I can't see any
> warning message emitted(It should emit some because profile-derivation
> use
Dear,
Thank you for the report.
On Fri, 30 Oct 2020 at 19:17, Zhu Zihao wrote:
> In commit ba60bbd4370570ff03a16c63af051be06f22658e. Try command
>
> guix install emacs && guix install emacs-xwidgets
I do not know if this is really a collision since it is sequential.
Well, I agree that a warn
In commit ba60bbd4370570ff03a16c63af051be06f22658e. Try command
guix install emacs && guix install emacs-xwidgets
These two packages are conflict with each other, but I can't see any
warning message emitted(It should emit some because profile-derivation
use union-build).
I also suggest to rais
Hi,
> Yes, that’s a possible culprit. Try passing #:deep? #f if it works for
> your use case.
Yeah, that brings it down to ~8s, which is still alot.
> Another thing to look at is the object graph (as show by ‘guix
> graph’). Input rewriting can duplicate parts of the graph, which in
> turn def
17 matches
Mail list logo