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

2019-06-15 Thread Maxim Cournoyer
Hi again, Ricardo Wurmus writes: > Maxim Cournoyer writes: > >> While I agree that a regexp is a bigger hammer than basic string >> manipulation, I see some merit to it here: >> >> 1) We can be assured of conformance with upstream, again, per PEP-0508. >> 2) It is easier to extend; we might wan

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

2019-06-15 Thread Maxim Cournoyer
Ricardo Wurmus writes: > And finally: Number 9! Yay! >> From 1290f9d1f0d594fdd4723d76b94116be25da9dd5 Mon Sep 17 00:00:00 2001 >> From: Maxim Cournoyer >> Date: Sat, 30 Mar 2019 20:27:35 -0400 >> Subject: [PATCH 9/9] import: pypi: Preserve package name case when forming >> pypi-uri. >> >> Fix

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

2019-06-15 Thread Maxim Cournoyer
Hello Ricardo! Ricardo Wurmus writes: >> From cfde6e09f8f8c692fe252d76ed27e8c50a9e5377 Mon Sep 17 00:00:00 2001 >> From: Maxim Cournoyer >> Date: Sat, 30 Mar 2019 23:13:26 -0400 >> Subject: [PATCH 8/9] import: pypi: Scan source archive to find requires.txt >> file. > >> * guix/import/pypi.scm

bug#36238: Problems cross-compiling on core-updates

2019-06-15 Thread Carl Dong
Hi all, I noticed that cross-compiling isn't working on the core-updates branch. I'm on commit cfd4e4d06e3cda0f3eed8d6b9277ce53e55404b8 and all you need to reproduce is to invoke: ./pre-inst-env guix build --target=aarch64-linux-gnu coreutils Attached is the build log. Cheers, Carl Dong cont...

bug#36231: haskell-build-system: patches conflict with cabal revisions

2019-06-15 Thread Robert Vollmert
The cabal revision mechanism replaces the cabal file after any patches have been applied, making it impossible to patch the cabal file via the regular patching mechanism.

bug#36207: Circular dependency in gnu/services: mcron -> base -> admin -> mcron

2019-06-15 Thread Jack Hill
On Sat, 15 Jun 2019, Ludovic Courtès wrote: This is fixed (surprisingly easily!) by commit f3d797005374e5333c7596fe86b4a524ab1b9b11. Neat! Let me know if you notice anything wrong! Everything looks good and works well for me. Thanks for the bug report, Thanks for the quick fix. Best,

bug#36207: Circular dependency in gnu/services: mcron -> base -> admin -> mcron

2019-06-15 Thread Ludovic Courtès
Hi Jack, Jack Hill skribis: > As discussed on IRC with Ludo’ and Ricardo, > 4252dace19945f56192477e8cb07973c20a526ba introduced a circular > dependency among gnu/services modules, by adding a dependency between > from base -> > admin, resulting in the full dependency chain: > > mcron -> base -

bug#35640: Make USB modems just work on Guix

2019-06-15 Thread Ludovic Courtès
Hello! "pelzflorian (Florian Pelz)" skribis: > From 27aff97683537407c178ea2b664069def0cf141a Mon Sep 17 00:00:00 2001 > From: Florian Pelz > Date: Thu, 13 Jun 2019 19:17:05 +0200 > Subject: [PATCH 1/2] Add usb-modeswitch-service-type. > > * gnu/services/networking.scm (usb-modeswitch-service-ty

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

2019-06-15 Thread Andréas Livet
Thanks for your help, GUIX is really awesome and I enjoy using it !