bug#38528: Add test for `guix pull'

2019-12-13 Thread zimoun
Hi Pierre, On Fri, 13 Dec 2019 at 10:45, Pierre Neidhardt wrote: > I tried it on two recent commits > (including eb8aad6a23442cf7b23e0df88b89b4cd030dfbf5) and I get Is it a pushed commit? Or a local one? [...] > Any idea? I have no idea. It can only propose to try to reproduce. If you send w

bug#38529: Make --ad-hoc the default for guix environment proposed deprecation mechanism

2019-12-13 Thread zimoun
Hi Gábor, On Thu, 12 Dec 2019 at 21:54, Gábor Boskovits wrote: > zimoun ezt írta (időpont: 2019. dec. 12., Csü > 17:47): >> Maybe I miss a point. Is the aim to conserve the "--ad-hoc" option >> with a different effect? Or why do we want to conserve this option >> name? >> It appears to me si

bug#38528: Add test for `guix pull'

2019-12-13 Thread zimoun
On Fri, 13 Dec 2019 at 12:20, zimoun wrote: > On Fri, 13 Dec 2019 at 10:45, Pierre Neidhardt wrote: > > > I tried it on two recent commits > > (including eb8aad6a23442cf7b23e0df88b89b4cd030dfbf5) and I get > > Is it a pushed commit? Or a local one? My bad. I find the commit. :-) But I do not ex

bug#38529: Make --ad-hoc the default for guix environment proposed deprecation mechanism

2019-12-13 Thread Gábor Boskovits
Hello, Let me try again :) zimoun ezt írta (időpont: 2019. dec. 13., P, 13:02): > > Hi Gábor, > > > On Thu, 12 Dec 2019 at 21:54, Gábor Boskovits wrote: > > > zimoun ezt írta (időpont: 2019. dec. 12., Csü > > 17:47): > > >> Maybe I miss a point. Is the aim to conserve the "--ad-hoc" option >

bug#38529: Make --ad-hoc the default for guix environment proposed deprecation mechanism

2019-12-13 Thread Gábor Boskovits
Hello Zimoun, zimoun ezt írta (időpont: 2019. dec. 13., P, 17:32): > > Hi Gábor, > > Sorry to be slow. :-) I probably just did not express myself clearly enough. > > On Fri, 13 Dec 2019 at 17:28, Gábor Boskovits wrote: > > > > So in a more algorithmic manner: > > 1. if ad-hoc and inputs-of is

bug#38529: Make --ad-hoc the default for guix environment proposed deprecation mechanism

2019-12-13 Thread zimoun
Hi Gábor, Sorry to be slow. :-) On Fri, 13 Dec 2019 at 17:28, Gábor Boskovits wrote: > So in a more algorithmic manner: > 1. if ad-hoc and inputs-of is present at the same invocation: fail > hard. (With an error like incompatible options present) > 2. if only ad-hoc is present, then print a de

bug#38447: Guix Stand-alone OS installation Error - T410 - x86 - intel - lenova

2019-12-13 Thread Mathieu Othacehe
Hello ! Sorry for my late reply. This is strange because the error seems to indicate an issue with kmscon but you wouldn't get there if it was failing to start. Could you try to disable the NVIDIA GPU in the bios and report back? Thanks for your patience, Mathieu Afficher le text Le mer. 11 déc

bug#38524: [PATCH] services: dhcp-client: Ignore interfaces that need non-free firmware.

2019-12-13 Thread Brice Waegeneire
* gnu/services/networking.scm (dhcp-client-service-type): Filter interfaces that need non-free firmware. --- gnu/services/networking.scm | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm index 93d9b6a15e..7a57e3

bug#38524: [PATCH] services: dhcp-client: Ignore interfaces that need non-free

2019-12-13 Thread Brice Waegeneire
This patch allow dhcp-client-service to start even when an interface that require non free-software is present; such device will be skipped.

bug#38600: Unbound variable for some package --show invocations.

2019-12-13 Thread Jacob MacDonald
Noticed the problem with cl-slime-swank, but seems to happen with a variety of packages including sbcl-cl-uglify-js itself. I checked javascript.scm, which does import lisp-xyz; Haven't done any deeper debugging to discover possible causes. Backtrace follows. $ guix package --show=sbcl-cl-uglify-

bug#38524: [PATCH] services: dhcp-client: Ignore interfaces that need non-free firmware.

2019-12-13 Thread Brett Gilio
This LGTM, though I'd add a comment noting this bug report or something so it is known why this behavior was adjusted. Dec 13, 2019 3:57:14 PM Brice Waegeneire : > * gnu/services/networking.scm (dhcp-client-service-type): Filter interfaces > that need non-free firmware. > --- > gnu/services/ne

bug#38524: [PATCH v2] services: dhcp-client: Ignore interfaces that need non-free firmware.

2019-12-13 Thread Brice Waegeneire
Fixes bug #38524 (see: https://bugs.gnu.org/38524). * gnu/services/networking.scm (dhcp-client-service-type): Filter interfaces that need non-free firmware. --- This patch version contains a link to the issue as Brett asked. gnu/services/networking.scm | 10 +- 1 file changed, 5 insertio