bug#23979: [ER] guix gc should tell how much space it recovered

2016-07-16 Thread Vincent Legoll
Here is an attempt: https://lists.gnu.org/archive/html/guix-devel/2016-07/msg00574.html I tried to use call-with-values, but couldn't make it to work so reverted back to let-values... To test, I added (guix-gc "-C") at the end of the script and ran "guix pull && guile gc.scm", looked OK... --

bug#23910: [Guix Info][7.1.5] Should warn user about losing Internet or DNS connection

2016-07-16 Thread Ludovic Courtès
Eus skribis: > On Fri, Jul 15, 2016 at 11:10 PM, Ludovic Courtès wrote: [...] > However, in the past people reported that nscd, the name service cache >> daemon, would sometimes fail without any good reason. If you think that >> is the case, then this is definitely a bug that we should be >>

bug#23979: Fix merged

2016-07-16 Thread Vincent Legoll
in git commit : 1187a27112be10f2ff74144f50c88714ccf30301 following submission in : https://lists.gnu.org/archive/html/guix-devel/2016-07/msg00574.html Thanks for the help -- Vincent Legoll

bug#24008: [doc] write an official statement on bundling

2016-07-16 Thread ng0
It would be an good idea to have an official statement on why we do unbundle dependencies and bundling should be avoided, similar to the one Gentoo has: https://wiki.gentoo.org/wiki/Why_not_bundle_dependencies -- ♥Ⓐ ng0 For non-prism friendly talk find me on http://www.psyced.org SecuShare – ht

bug#23997: PyPI updater broken

2016-07-16 Thread Cyril Roelandt
On 07/15/2016 07:05 PM, Ludovic Courtès wrote: > Following the PyPI URL change, our updater is broken: Indeed, "guix-package->pypi-name" is broken. If my understanding is correct, not all of our Python packages use the "new" URL scheme, right? Cyril.