bug#36135: installer wifi password prompt

2019-06-12 Thread Ludovic Courtès
Hi Tobias, Tobias Geerinckx-Rice skribis: > Ludovic Courtès wrote: >> No argument here! The patch referred to a keyword argument that >> does >> not exist, which is why I’m indeed suggesting more testing. Simply >> looking at the compiler warnings would have raised a flag. > > There were no

bug#24450: [PATCHv2] Re: pypi importer outputs strange character series in optional dependency case.

2019-06-12 Thread Ricardo Wurmus
Hi Maxim, >>>(call-with-input-file requires.txt >>> (lambda (port) >>> - (let loop ((result '())) >>> + (let loop ((required-deps '()) >>> + (test-deps '()) >>> + (inside-test-section? #f) >>> + (optional? #f)) >>> (let

bug#36100: Jami leaks memory

2019-06-12 Thread Ludovic Courtès
Hi sirgazil, sirgazil skribis: > When I run Jami in the GNU system installed with Guix, I see that its process > called ".gnome-ring-rea" starts using around 36 MiB, but then increases over > time at slow pace. After some hours, I notice it reaches 1 GiB of memory > usage. I have to finalize

bug#35640: Make USB modems just work on Guix

2019-06-12 Thread pelzflorian (Florian Pelz)
On Sat, May 25, 2019 at 07:44:37PM +0200, Ludovic Courtès wrote: > >> + (substitute* "usb_modeswitch_dispatcher" > >> + (("!/usr/bin/tclsh") > >> +(string-append "!" jimtcl "/bin/jimsh")) > > I don’t think it’s needed, is it? > I see now,

bug#35640: Make USB modems just work on Guix

2019-06-12 Thread Ludovic Courtès
"pelzflorian (Florian Pelz)" skribis: > On Sat, May 25, 2019 at 07:44:37PM +0200, Ludovic Courtès wrote: >> >> + (substitute* "usb_modeswitch_dispatcher" >> >> + (("!/usr/bin/tclsh") >> >> +(string-append "!" jimtcl "/bin/jimsh")) >> >> I

bug#35640: Make USB modems just work on Guix

2019-06-12 Thread pelzflorian (Florian Pelz)
On Wed, Jun 12, 2019 at 12:36:47PM +0200, pelzflorian (Florian Pelz) wrote: > Find attached patches that make USB modems just work, fixing this bug. > I forgot to ask: The USB_ModeSwitch website says: If you are a system integrator (package maintainer) you can use this XML file to check for new

bug#36176: ``make check'' 3 failures?

2019-06-12 Thread Ludovic Courtès
Hi neet, The test suite log shows things like this: --8<---cut here---start->8--- substitute: unmatched line "http://searchguide.tds.net/index.php?origURL=http://does-not-exist%2Fnix-cache-info=\"/>window.location=\"

bug#35640: Make USB modems just work on Guix

2019-06-12 Thread pelzflorian (Florian Pelz)
Find attached patches that make USB modems just work, fixing this bug. I have confirmed that at least on x86_64-linux (service usb-modeswitch-service-type) works with the default config and that (service usb-modeswitch-service-type (usb-modeswitch-configuration

bug#36100: Jami leaks memory

2019-06-12 Thread sirgazil
On Wed, 12 Jun 2019 07:15:36 -0500 Ludovic Courtès wrote > Hi sirgazil, > > sirgazil skribis: > > > When I run Jami in the GNU system installed with Guix, I see that its > > process called ".gnome-ring-rea" starts using around 36 MiB, but then > > increases over time

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

2019-06-12 Thread Ludovic Courtès
Hello Giovanni, Giovanni Biscuolo skribis: > Ludovic Courtès writes: > > [...] > >> We should fix it, notably because libc automatically falls back to the >> normalized codeset (that is, if you choose “en_US.uTF--8”, it eventually >> tries to read data for “en_US.utf8”.) I wonder why the >>

bug#34102: [staging] Guix fails to download from TLSv1.3-enabled servers

2019-06-12 Thread Ludovic Courtès
Hi Marius, Marius Bakke skribis: > $ ./pre-inst-env guix download https://data.iana.org > Starting download of /tmp/guix-file.vJ4v7h > From https://data.iana.org... > Throw to key `gnutls-error' with args `(# temporarily unavailable, try again.> read_from_session_record_port)'. > failed to

bug#36180: Problem with non ASCII chars in Libreoffice and zsh on foreign distro

2019-06-12 Thread Andréas Livet
Hi, Guix is an amazing piece of software and I want to learn more about it. Before installing GuixSD on my machine, I started playing with Guix on my Xubuntu 18.04 system. Starting to replace apt installed software with guix ones. It works pretty well but I'm having some trouble with non

bug#35640: Make USB modems just work on Guix

2019-06-12 Thread Ludovic Courtès
"pelzflorian (Florian Pelz)" skribis: >>From 2a790dacdb818387325f7a2a895adde6bacabf8b Mon Sep 17 00:00:00 2001 > From: Florian Pelz > Date: Wed, 12 Jun 2019 14:05:44 +0200 > Subject: [PATCH 1/3] gnu: Add USB_ModeSwitch. > > * gnu/packages/usb-modeswitch.scm: New file. > *

bug#35640: Make USB modems just work on Guix

2019-06-12 Thread pelzflorian (Florian Pelz)
On Wed, Jun 12, 2019 at 02:21:05PM +0200, Ludovic Courtès wrote: > "pelzflorian (Florian Pelz)" skribis: > > On Sat, May 25, 2019 at 07:44:37PM +0200, Ludovic Courtès wrote: > >> >> + (substitute* "usb_modeswitch_dispatcher" > >> >> + (("!/usr/bin/tclsh") > >> >>

bug#35640: Make USB modems just work on Guix

2019-06-12 Thread Ludovic Courtès
"pelzflorian (Florian Pelz)" skribis: > On Wed, Jun 12, 2019 at 02:21:05PM +0200, Ludovic Courtès wrote: >> "pelzflorian (Florian Pelz)" skribis: >> > On Sat, May 25, 2019 at 07:44:37PM +0200, Ludovic Courtès wrote: >> >> >> + (substitute* "usb_modeswitch_dispatcher" >> >> >> +

bug#36100: Jami leaks memory

2019-06-12 Thread Ludovic Courtès
sirgazil skribis: > On Wed, 12 Jun 2019 07:15:36 -0500 Ludovic Courtès wrote > > > > Hi sirgazil, > > > > sirgazil skribis: > > > > > When I run Jami in the GNU system installed with Guix, I see that its > process called ".gnome-ring-rea" starts using around 36 MiB, but

bug#35640: Make USB modems just work on Guix

2019-06-12 Thread Ludovic Courtès
"pelzflorian (Florian Pelz)" skribis: > On Wed, Jun 12, 2019 at 12:36:47PM +0200, pelzflorian (Florian Pelz) wrote: >> Find attached patches that make USB modems just work, fixing this bug. >> > > I forgot to ask: The USB_ModeSwitch website says: > > If you are a system integrator (package

bug#36100: Jami leaks memory

2019-06-12 Thread sirgazil
On Wed, 12 Jun 2019 15:41:42 -0500 Ludovic Courtès wrote > sirgazil skribis: > > > On Wed, 12 Jun 2019 07:15:36 -0500 Ludovic Courtès > > wrote > > > > > Hi sirgazil, > > > > > > sirgazil skribis: > > > > > > > When I run Jami in the GNU system

bug#35640: Make USB modems just work on Guix

2019-06-12 Thread Ludovic Courtès
"pelzflorian (Florian Pelz)" skribis: > I am uncertain if having paragraphs like this in > modem-manager-service-type and usb-modeswitch-service-type is a good > idea: > > This service is part of ‘%desktop-services’ (*note Desktop > Services::). I think it’s OK. Looks like we’re