Re: What 'sh' should 'system' use?

2022-10-15 Thread Philip McGrath
On Saturday, October 1, 2022 12:54:27 PM EDT Ludovic Courtès wrote: > Hello! > > Philip McGrath skribis: > > 1) If we want to continue to hard-code a specific shell into Glibc, I > > think we should document the decision (for example, why 'bash-static' vs. > > 'bash- minimal'?) […] > > The

Re: crate importer throws

2022-10-15 Thread Csepp
Maxime Devos writes: > Could you check if > > $ guix shell --pure -- "$(which guix)" import crate the-way > > (i.e. a pure environment without any packages) works for you? Maybe > somehow there is some other guile-semver in your usual environment > that breaks Guix. Weirdly enough it works.

Re: elogind configuration

2022-10-15 Thread Tobias Geerinckx-Rice
Antonio Carlos Padoan Junior 写道: I will investigate further. All right! /run/current-system/profile/etc/elogind/logind.conf What made you find/look at this file? It's not used. I don't know why it exists. Oh, I was on the wrong track. :) Ah, so it exists as a funny prank! That's

Re: elogind configuration

2022-10-15 Thread Antonio Carlos Padoan Junior
Hello Tobias, thanks for your answer, Tobias Geerinckx-Rice writes: > > Do you still have a working system generation to compare? Yes, I will check an old generation, at the end this is one of the reasons guix is great. > > Does suspending without elogind work? E.g., using the more

Re: crate importer throws

2022-10-15 Thread Maxime Devos
On 12-10-2022 23:51, Csepp wrote: And yes, the error message could be clearer, although I'm not sure where that should be fixed. How about in the Guix code that uses the semver stuff? Guile doesn't know what packages correspond to what modules and it should probably stay that way. It

Re: crate importer throws

2022-10-15 Thread Maxime Devos
On 15-10-2022 01:35, Csepp wrote: of PGP Signed Part]] [...] This works without adding guile: guix shell --pure guile-semver -- "$(which guix)" import crate the-way Any idea why? I didn't add guix to the shell because I wanted it to use the same guix profile. "guix shell --pure

Re: elogind configuration

2022-10-15 Thread Tobias Geerinckx-Rice
Hi Antonio! Antonio Carlos Padoan Junior 写道: I do not know why but "suspend" stopped working on my computer after a recent upgrade (pull & reconfigure). Do you still have a working system generation to compare? Does suspending without elogind work? E.g., using the more reliable ~ λ echo

elogind configuration

2022-10-15 Thread Antonio Carlos Padoan Junior
Hello Guixers, I do not know why but "suspend" stopped working on my computer after a recent upgrade (pull & reconfigure). I tried to overcome it by modifying elogind configuration in my system. I modified my config like this: (define %my-desktop-services ;; List of desktop services that

How long does it take to run the full rustc bootstrap chain?

2022-10-15 Thread Félix Baylac Jacqué
Hey Guix, I'd be curious to know how long it takes to run the full rustc bootstrap chain on the Guix build farm. I'm sadly not sure how to approach this problem. Is there a way to extract this information from Cuirass or the Guix data service? Félix