bug#36117: qemu-binfmt with non-native chroot

2019-06-06 Thread Vagrant Cascadian
I've been trying to use qemu-binfmt-service-type to build a non-native chroot of a Debian system on Guix... because, well... because! In Debian, this works with the qemu-user-static package, where the binfmt sets these flags: $ cat /proc/sys/fs/binfmt_misc/qemu-aarch64 enabled interpreter

bug#36118: segmentation fault in Totem

2019-06-06 Thread Laura Lazzati
Hi! I found a segmentation fault that happens with the current totem version that is installed with Guix. It occurs when the application is closed. I found it runnig Guix on top of an Ubuntu 18.04 distro. Then I tested it over a Fedora 30 and a Debian 9. Lastly, with Guix System v1.0.1. The

bug#36076: Manual should clarify that glibc-utf8-locales is needed by default on foreign distros

2019-06-06 Thread Jack Hill
On Thu, 6 Jun 2019, Ludovic Courtès wrote: Let me know what you think. I follow all of the explanation, so it makes sense to me. Previously, I didn't know about normalized names, but now I do, so thanks! Once normalized locales are present in glibc-locales, I don't think any change will

bug#36076: Manual should clarify that glibc-utf8-locales is needed by default on foreign distros

2019-06-06 Thread Ludovic Courtès
Hi Giovanni, Giovanni Biscuolo skribis: > You are right, I overlooked that: I removed glibc-utf8-locales from my > user profile, I just have glibc-locales now: > > ~$ ls -lah /var/guix/profiles/per-user/giovanni/guix-profile/lib/locale/2.28/ > | grep en_US > dr-xr-xr-x 3 root root 4.0K Jan

bug#36076: Manual should clarify that glibc-utf8-locales is needed by default on foreign distros

2019-06-06 Thread Giovanni Biscuolo
Hello Jack, AFAIU you have found a bug, but not in the manual :-) The manual states that glibc-utf8-locales is an alternative to glibc-locales, limited to a few UTF-8 locales; this is how it should be. The issue is that glibc-locales package does not create symlinks to the "normalized codeset"

bug#36099: Installer does not add ‘%base-initrd-modules’

2019-06-06 Thread Jonathan Brielmaier
I tested the installation from an ISO image including this patch and I can confirm that this error is now gone :)

bug#35913: [core-updates] Building "doc/guix.de.texi" fails

2019-06-06 Thread pelzflorian (Florian Pelz)
On Thu, Jun 06, 2019 at 10:09:23AM +0200, Julien Lepiller wrote: > Isn't there a comma in a node name? There shouldn't be any, it makes texinfo > confused. > > > Sorry! Please remove the comma from “Preparing to Use the Bootstrap Binaries”’ translation.

bug#35913: [core-updates] Building "doc/guix.de.texi" fails

2019-06-06 Thread Julien Lepiller
Le 6 juin 2019 09:50:16 GMT+02:00, "Ludovic Courtès" a écrit : >Hello, > >Marius Bakke skribis: > >> On the 'core-updates' branch, `make dist-info` fails like so: >> >> $ make dist-info >> MAKEINFO doc/guix.de.info >> ./doc/guix.de.texi:26832: @menu reference to nonexistent node

bug#35996: User account password got locked when booting old generation

2019-06-06 Thread Ludovic Courtès
Hello! "pelzflorian (Florian Pelz)" skribis: > On Wed, Jun 05, 2019 at 11:13:34PM +0200, Ludovic Courtès wrote: [...] >> The attached patch for Shepherd moves everything before loading the >> config file. I think it will have the desired effect, though I’m not >> entirely sure the signal

bug#36076: Manual should clarify that glibc-utf8-locales is needed by default on foreign distros

2019-06-06 Thread Ludovic Courtès
Hi Jack, Jack Hill skribis: > On Wed, 5 Jun 2019, Ludovic Courtès wrote: > >> I honestly don’t see how it could be clearer: >> >> >> https://www.gnu.org/software/guix/manual/en/html_node/Application-Setup.html#Locales >> >> Could you propose a patch to this section? > > I think what is

bug#35913: [core-updates] Building "doc/guix.de.texi" fails

2019-06-06 Thread Ludovic Courtès
Hello, Marius Bakke skribis: > On the 'core-updates' branch, `make dist-info` fails like so: > > $ make dist-info > MAKEINFO doc/guix.de.info > ./doc/guix.de.texi:26832: @menu reference to nonexistent node > `Vorbereitung, um die Bootstrap-Binrdateien zu verwenden' >

bug#35942: guix install: environment variable message is very confusing

2019-06-06 Thread Ludovic Courtès
Hello, Ludovic Courtès skribis: > How about the following patch? > > It does produce a slightly verbose message, but I don’t think we can do > much better (we could save one line by not mentioning ‘--search-paths’.) Pushed as bcb7c900cc9d01603fb8fa47bc52caa8e7ebd480. Feedback welcome!

bug#35996: User account password got locked when booting old generation

2019-06-06 Thread pelzflorian (Florian Pelz)
On Wed, Jun 05, 2019 at 11:13:34PM +0200, Ludovic Courtès wrote: > Awesome! I must say that I’m really glad you’re putting this much > energy into reproducing issues and investigating—it’s rare for people > who report bug to dig this deep, but it’s super helpful and motivating! :) > The