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

2019-05-19 Thread Maxim Cournoyer
Hi Ricardo! Ricardo Wurmus writes: > Hi Maxim, > > I would very much like to see your improvements to the pypi importer to > be merged. Have you been able to separate the independent changes as > suggested by Ludo? I'm thrilled that someone has an interest in this :-) I took my time, but fina

bug#35625: Python3 Cannot Find Existing Shared Library within guix environment

2019-05-19 Thread Jesse Gibbons
The good news is this bug is no longer an impediment to installing the package because I took a(n arguably foolish) risk and disabled the tests in the package definition (see attachment: rednotebook.scm). The bad news is this bug persists when I run the installed package. When I install rednotebook

bug#35625: Python3 Cannot Find Existing Shared Library within guix environment

2019-05-19 Thread Jesse Gibbons
On Wed, 8 May 2019 09:31:50 -0600 Jesse Gibbons wrote: > On Wed, 8 May 2019 14:38:02 +0200 > Gábor Boskovits wrote: > > > Hello Jesse, > > > > Jesse Gibbons ezt írta (időpont: 2019. máj. > > 8., Sze, 0:33): > > > > > I brought this to the help mailing list, and now I see it as a > > > part

bug#35746: Evolution calendar gets the timezone wrong

2019-05-19 Thread sirmacik
Timothy Sample dixit (2019-05-18, 14:43): > Hi again, > > Timothy Sample writes: > > > Hello, > > > > Ludovic Courtès writes: > > > >> Hi Ben, > >> > >> Ben Sturmfels skribis: > >> > >>> In Evolution though, all my calendar events show up in UTC time, so I > >>> have appointments showing up at

bug#35785: guix won't download if locale is set to swedish

2019-05-19 Thread Einar Largenius
> Could you paste the complete output of ‘guix pull -v2’ when running > under that locale? Yes sorry. I have not setup email yet on that system so I need to manually transcribe any output. This should be the complete output: Updating channel 'guix' from Git repository at 'https://git.savan

bug#35783: Guile-Parted crashes the installer on i686-linux

2019-05-19 Thread Mathieu Othacehe
Hey Ludo, > Longer-term it would be good to audit Guile-Parted: it probably > shouldn’t be possible for Guile-Parted to refer to “defunct” Parted > objects. Yup, with hindsight I realize that keeping Guile-Parted so low-level was a mistake. With a few more abstractions (gnu installer parted) co

bug#35783: Guile-Parted crashes the installer on i686-linux

2019-05-19 Thread Ludovic Courtès
Hi, I went ahead and pushed the patch as d68de958b60426798ed62797ff7c96c327a672ac. I’ll build the release from that commit. Thanks, Ludo’.