Re: Docker and singularity containers

2019-01-06 Thread zimoun
Dear Mike, Thank you to raise this concern here. I was aware of this thread and I do not fully agree with the arguments. :-) I am doing 3 comments. First, from my point of view, we need to distinguish between the "puller" and the "pusher". And correct me if I am wrong, but one does not need an a

Re: Brain storming cool Guix features

2019-01-06 Thread Amirouche Boubekki
Le ven. 4 janv. 2019 à 18:14, a écrit : > - Guile and Scheme for Beginners book. > Regarding this topic, I just made a mini game to teach scheme, there very few exercices, let me know what you think http://scheme-lang.com/cons/

Re: GDM future work

2019-01-06 Thread Timothy Sample
Hi Ludo, Ludovic Courtès writes: > [...] > > Option #2 looks reasonable to me (for the reasons you wrote, “static > binding” and all.) Thanks for confirming my intuition. > > [...] > >> Besides this, there are few straight-forward things to do. We need to >> make a “libgdm” package that does

e3 package don't work!!

2019-01-06 Thread Guy fleury
hi all, this package does't work for me: guy@guixSd ~$ e3 Segmentation fault guy@guixSd ~$ uname -a Linux guixSd 4.19.8-gnu #1 SMP 1 x86_64 GNU/Linux thanks, guy

Re: Brain storming cool Guix features

2019-01-06 Thread swedebugia
Amirouche Boubekki skrev: (6 januari 2019 14:44:30 CET) >Le ven. 4 janv. 2019 à 18:14, a écrit : > > >> - Guile and Scheme for Beginners book. >> > >Regarding this topic, I just made a mini game to teach scheme, there >very >few exercices, let me know what you think > >http://scheme-lang.com/con

Re: e3 package don't work!!

2019-01-06 Thread Amirouche Boubekki
can you attach the dmesg output and strace? Le dim. 6 janv. 2019 à 16:23, Guy fleury a écrit : > hi all, > > this package does't work for me: > guy@guixSd ~$ e3 > Segmentation fault > > guy@guixSd ~$ uname -a > Linux guixSd 4.19.8-gnu #1 SMP 1 x86_64 GNU/Linux > > thanks, > guy > > >

Re: GNU Guix Days before FOSDEM

2019-01-06 Thread zimoun
Dear, At Paris' Guix' meeting in December, I really enjoyed the after lunch session: quick demo about tools. Janneke showed how they uses Emacs as Window Manager. Ricardo showed some tricks with git-worktree. Ludo showed guile-guix stuff---I do not remember well. Reproducible idea? ;-) See you

Re: e3 package don't work!!

2019-01-06 Thread Guy fleury
guy@guixSd ~$ strace e3 execve("/home/guy/.guix-profile/bin/e3", ["e3"], 0x7ffc330ee950 /* 63 vars */) = -1 EEXIST (File exists) --- SIGSEGV {si_signo=SIGSEGV, si_code=SI_KERNEL, si_addr=NULL} --- +++ killed by SIGSEGV +++ Segmentation fault attach dmesg output Le dim. 6 janv. 2019 à 19:05, Amir

Re: Brain storming cool Guix features

2019-01-06 Thread Amirouche Boubekki
Le dim. 6 janv. 2019 à 17:33, swedebugia a écrit : > Amirouche Boubekki skrev: (6 januari 2019 > 14:44:30 CET) > >Le ven. 4 janv. 2019 à 18:14, a écrit : > > > > > >> - Guile and Scheme for Beginners book. > >> > > > >Regarding this topic, I just made a mini game to teach scheme, there > >very

Re: e3 package don't work!!

2019-01-06 Thread Amirouche Boubekki
Le dim. 6 janv. 2019 à 21:03, Guy fleury a écrit : > guy@guixSd ~$ strace e3 > execve("/home/guy/.guix-profile/bin/e3", ["e3"], 0x7ffc330ee950 /* 63 vars > */) = -1 EEXIST (File exists) > --- SIGSEGV {si_signo=SIGSEGV, si_code=SI_KERNEL, si_addr=NULL} --- > +++ killed by SIGSEGV +++ > Segmentatio

Re: e3 package don't work!!

2019-01-06 Thread Amirouche Boubekki
Seems like it's a known bug. Try using another kernel as suggested in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=913014 or apply the patch! Le dim. 6 janv. 2019 à 21:08, Amirouche Boubekki < amirouche.boube...@gmail.com> a écrit : > > > Le dim. 6 janv. 2019 à 21:03, Guy fleury a écrit : >

Re: e3 package don't work!!

2019-01-06 Thread Guy fleury
Thanks. Le 6 janv. 2019 22:11, "Amirouche Boubekki" a écrit : > Seems like it's a known bug. Try using another kernel as suggested in > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=913014 or apply the > patch! > > Le dim. 6 janv. 2019 à 21:08, Amirouche Boubekki < > amirouche.boube...@gmail.

Re: Trustworthiness of build farms (was Re: CDN performance)

2019-01-06 Thread Chris Marusich
Hi Jeremiah, jerem...@pdp10.guru writes: > Atleast a single attempt in the last 60 years from any military on the > planet to deal with the risks written in the Nexus Intruder Report > published in 1958. Do you know where one can obtain a copy of this report? I did an Internet search but couldn

Re: Learning the match-syntax...

2019-01-06 Thread Chris Marusich
swedebu...@riseup.net writes: > I'm trying very hard to learn the guile match-syntax. When I first learned about "match", I found the Guile documentation to be insufficient. It is good as a reference, though. I recommend looking beyond the Guile reference manual for a tutorial. Check the Guile