Re: Error: File System With Given Label Not Found

2023-05-07 Thread Marek Paśnikowski
> > (device (file-system-label "izumi-esp")) > > > That configuration option expects a file system label (and not a > partition label). You can see the difference with the command 'blkid'. Thank you. This is a major discovery for me. It immediately reminded me of the difference between function

Re: rollback

2023-05-07 Thread Wojtek Kosior via
> sudo guix system roll-back > > AFAIU this command rolls back "guix pull" and the guix system wide updates. No, it only rolls back the system wide updates. `guix pull` works (by default) on the *profile* in `~/.config/guix/current`. It is a private profile of the user calling `guix pull` and is

Re: guix build: error: gcry_md_hash_buffer: Function not implemented

2023-05-07 Thread Mekeor Melire
2023-05-06 02:41 jg...@dismail.de: guix build: error: gcry_md_hash_buffer: Function not implemented I also run into this error, when I checkout the latest master branch of the Guix repository (commit fccb48d2cec6bcf47647c82914f31e2dff617f9c) and then run: guix shell -D guix ./bootstrap

Re: guix build: error: gcry_md_hash_buffer: Function not implemented

2023-05-07 Thread Mekeor Melire
2023-05-07 10:24 mek...@posteo.de: 2023-05-06 02:41 jg...@dismail.de: > guix build: error: gcry_md_hash_buffer: Function not > implemented I also run into this error, when I checkout the latest master branch of the Guix repository (commit fccb48d2cec6bcf47647c82914f31e2dff617f9c) and then

Re: MATE Desktop fails

2023-05-07 Thread Gottfried
Hi, I did a rollback on my guix system four times, but MATE was not recovered. it seems it is a gdm problem. - Am I the only one who has MATE-Desktop? - 1. Is there a way to repair gdm or should I wait for a next update? 2. Or

guix import go: How to work around https://issues.guix.gnu.org/54097 ?

2023-05-07 Thread wolf
Hello, I'm trying to use go-importer to build terraform using Guix. However, along the way I did encounter https://issues.guix.gnu.org/54097, leading to following error: $ guix import go -r --pin-versions github.com/hashicorp/terraform following redirection to `https://github.com/google/

Re: rollback

2023-05-07 Thread Julien Lepiller
This is the right command. It rolls back the system generation only, not the guix pull profile, which would be rolled back with "guix pull —roll-back". You don't need to roll it back though, only the system profile where MATE is installed. Le 6 mai 2023 17:23:30 GMT+02:00, Gottfried a écrit :

Re: MATE Desktop fails

2023-05-07 Thread Julien Lepiller
Have you tried clearing gdm's cache? I think something like rm -rf ~/.cache/gdm might solve the issue. I'm not sure for your other questions. Le 7 mai 2023 14:11:40 GMT+02:00, Gottfried a écrit : >Hi, > >I did a rollback on my guix system four times, > >but MATE was not recovered. > >it seems it

Re: guix build: error: gcry_md_hash_buffer: Function not implemented

2023-05-07 Thread jgart
> Sorry. I meant "./configure --localstatedir=/var --sysconfdir=/etc". Hi, thanks. Is the --sysconfdir necessary? I've never used that. What does it mean or where should I get the TLDR/RTFM(L) on it?

Re: rollback

2023-05-07 Thread Felix Lechner via
Hi Julien, On Sun, May 7, 2023 at 5:34 AM Julien Lepiller wrote: > > This is the right command. It rolls back the system generation only, not the > guix pull profile, which would be rolled back with "guix pull —roll-back". > You don't need to roll it back though, only the system profile where M

Re: MATE Desktop fails

2023-05-07 Thread Felix Lechner via
Hi Gottfried, On Sun, May 7, 2023 at 5:12 AM Gottfried wrote: > > Am I the only one who has MATE-Desktop? There are surely others besides you. (For example, I think the Linux creator may use it, although not on Guix.) It would make sense to wait for more responses before you take any drastic act

Re: guix build: error: gcry_md_hash_buffer: Function not implemented

2023-05-07 Thread Efraim Flashner
On Sun, May 07, 2023 at 02:55:59PM +, jgart wrote: > > Sorry. I meant "./configure --localstatedir=/var --sysconfdir=/etc". > > Hi, thanks. > > Is the --sysconfdir necessary? > > I've never used that. What does it mean or where should I get the > TLDR/RTFM(L) on it? It's strongly encourag

Writing an Accessible Guix ISO

2023-05-07 Thread Hunter Jozwiak
Greetings, I have been hacking for quite some time now on the Guix installer, trying to get it to run with the espeakup screenreader which I have the module and package for in Guix already. Here is what I have managed to come up with thus far, after a time. #+begin_src scheme :eval no (defi

Re: guix build: error: gcry_md_hash_buffer: Function not implemented

2023-05-07 Thread Mekeor Melire
2023-05-07 14:55 jg...@dismail.de: > Sorry. I meant "./configure --localstatedir=/var > --sysconfdir=/etc". Hi, thanks. Is the --sysconfdir necessary? I've never used that. What does it mean or where should I get the TLDR/RTFM(L) on it? The only thing I know is that this command is instru

Re: guix build: error: gcry_md_hash_buffer: Function not implemented

2023-05-07 Thread jgart
> Unfortunately, in the manual as a whole, > there is no documentation that explains what this argument does. Mekeor, That's why I was asking because I never saw it explained in the Guix manual. Maybe it is some GNU tribal knowledge that we are expected to eventually learn? dunno. But, Efraim

Re: Install and load new emacs package without restarting it

2023-05-07 Thread Maxim Cournoyer
Hi, Mekeor Melire writes: > 2023-05-04 12:38 andremegaf...@gmail.com: > >> Hi Guix, > > Hello! > >> I'm wondering whether it's possible to install an emacs package and >> enable it without restarting emacs. >> [...] > Or, if you have emacs-guix installed, you could try: > >M-x guix-emacs-a

Re: pypi import certs issues

2023-05-07 Thread Maxim Cournoyer
Hi, c4droid writes: > Hi, Guix! > > on commit dc5430c9dc20ee53441995d9a89a90b0a86aeed3 pypi import has > issues: > > Backtrace: > In ice-9/eval.scm: > 619:8 19 (_ #(#(#))) > In guix/ui.scm: >2300:7 18 (run-guix . _) > 2263:10 17 (run-guix-command _ . _) > In guix/scripts/import.scm: >

Re: guix build: error: gcry_md_hash_buffer: Function not implemented

2023-05-07 Thread Maxim Cournoyer
Hi, Mekeor Melire writes: > 2023-05-07 14:55 jg...@dismail.de: > >> > Sorry. I meant "./configure --localstatedir=/var > >> --sysconfdir=/etc". >> >> Hi, thanks. >> >> Is the --sysconfdir necessary? >> >> I've never used that. What does it mean or where should I get the >> TLDR/RTFM(L) on it? >

Re: guix build: error: gcry_md_hash_buffer: Function not implemented

2023-05-07 Thread jgart
Hi Maxim, I just read 26a788ae06. That reads great! Thank you for improving the documentation on that. It is much appreciated. all best, jgart