Re: bug#34211: error running container: mingetty cannot find ttys

2019-02-11 Thread Ludovic Courtès
Hi Giovanni, Giovanni Biscuolo skribis: > plase is there someone else that could reproduce this issue with "guix > system container": https://issues.guix.info/issue/34211 ? [...] > Feb 6 12:45:44 localhost > /gnu/store/mbq93mr1vbs6za0n0yn32gfsyq1wx6xf-mingetty-1.08/sbin/mingetty[217]: > tty

Re: Haskell dependencies for custom cabal builds

2019-02-11 Thread John Soo
Thanks Tim, I’ll check out git-annex as a start. Custom Cabal builds would be a nice feature to add to the haskell-build-system. Would it be sufficient to add some extra argument to the build system? Best, John > On Feb 11, 2019, at 12:19 PM, Timothy Sample wrote: > > Hi John, > > John Soo

Re: Using GPG Subkeys with git/savannah

2019-02-11 Thread Leo Famulari
On Mon, Feb 11, 2019 at 10:00:20PM +0100, Björn Höfling wrote: > What I haven't found out is how/if you can use multiple subkeys for > savannah.gnu.org. Does anyone know about that? I use GPG subkeys and I use them for Guix. Regarding Savannah, I think that the only thing required is to upload th

Re: Rust 1.19 fails to build on i686 on ‘staging’

2019-02-11 Thread Danny Milosavljevic
Hi Chris, upstream says that compiling rust 1.19.0 works fine for them on i686 with their mrustc master (since they have applied our variable-length integer decoding patch): https://github.com/thepowersgang/mrustc/issues/108 >Hmm... works for me, using gcc (Debian 6.3.0-18+deb9u1) 6.3.0 2017051

Using GPG Subkeys with git/savannah

2019-02-11 Thread Björn Höfling
Hi Laura, you wanted to know how to use GPG subkeys. You want to use them for virtual machines. I found a very nice, practical explanation from the Debian wiki: https://wiki.debian.org/Subkeys What I haven't found out is how/if you can use multiple subkeys for savannah.gnu.org. Does anyone know

Re: It's time to build "guix deploy"

2019-02-11 Thread Ricardo Wurmus
Thompson, David writes: > Other thoughts? Just for reference: to update Berlin build nodes I use this script: https://git.savannah.gnu.org/cgit/guix/maintenance.git/tree/hydra/install-berlin.scm It’s not great, but it’s been helpful. Berlin consists of a head node and many almost ident

English Voice Wanted

2019-02-11 Thread Björn Höfling
For the upcoming Guix videos we are searching for a (near) native speaker to speak the transcript. Any candidates? I'm putting you Chris in CC because I personally enjoy your calm British accent :-) Björn pgp4ONNacR46T.pgp Description: OpenPGP digital signature

Asking Open Source Design for Videos?

2019-02-11 Thread Björn Höfling
Hi, Laura found on FOSDEM the stand of Open Source Design: https://opensourcedesign.net/ She asked if we should get in contact with them for the videos. Unfortunately, I missed to go to their stand and talk to them directly and make my own view. I'm a bit hesitating with it: First, we yet have

Re: Guix gets a distribution called PantherX

2019-02-11 Thread Pjotr Prins
On Mon, Feb 11, 2019 at 06:58:25PM +0100, Jonathan Brielmaier wrote: > Hi Guix folks, > > following a link from bug#34435 I found a pretty interesting website: > https://www.pantherx.org > > They creating a "modern, Unix-like computer operating system" based on > GNU Guix[0] with focus on ease of

Re: Package gmsh: best practise with test-suite?

2019-02-11 Thread Christopher Baines
zimoun writes: > On Mon, 11 Feb 2019 at 20:38, Christopher Baines wrote: >> zimoun writes: >> >> > What is the better? >> > a- Patch the CMakeLists.txt to generate only the right tests >> > b- Turn off all the tests >> >> There may be a third option, run only the tests that are known to pass

Re: Haskell dependencies for custom cabal builds

2019-02-11 Thread Timothy Sample
Hi John, John Soo writes: > Hi Guix, > > I’ve been working on some Haskell packages and got stuck recently and I > didn’t know why until I realized the cabal files have `build-type: Custom` > (http://hackage.haskell.org/package/termonad-1.1.0.0/termonad.cabal). I > always get missing dependenc

Re: Package gmsh: best practise with test-suite?

2019-02-11 Thread zimoun
Hi Chris, Thank you for your tip. On Mon, 11 Feb 2019 at 20:38, Christopher Baines wrote: > zimoun writes: > > > What is the better? > > a- Patch the CMakeLists.txt to generate only the right tests > > b- Turn off all the tests > > There may be a third option, run only the tests that are know

Re: Package gmsh: best practise with test-suite?

2019-02-11 Thread Christopher Baines
zimoun writes: > What is the better? > a- Patch the CMakeLists.txt to generate only the right tests > b- Turn off all the tests There may be a third option, run only the tests that are known to pass. I know very little about CMake, but I searched for ctest, which is something mentioned in th

Package gmsh: best practise with test-suite?

2019-02-11 Thread zimoun
Hi Guix, I am working on packaging GetDP [1] the companion finite element solver of Gmsh. [1] http://getdp.info/ GetDP depends on some part of Gmsh. So I have a working gmsh-minimal-no-x package, turning off FLTK, OpenCascade and non-necessary features. Then the full test suite fails. As expect

Re: It's time to build "guix deploy"

2019-02-11 Thread Amirouche Boubekki
On 2019-02-11 15:47, Christopher Lemmer Webber wrote: Pjotr Prins writes: I am also interested in 'guix deploy', especially if it can run on top of Debian and handle HOME directories. Currently using a mixture of sysadmin heroics and my own cfengine style Ruby deploy tool ;). Happy to switch, t

Guix gets a distribution called PantherX

2019-02-11 Thread Jonathan Brielmaier
Hi Guix folks, following a link from bug#34435 I found a pretty interesting website: https://www.pantherx.org They creating a "modern, Unix-like computer operating system" based on GNU Guix[0] with focus on ease of use and privacy. I never heard about it before, but to me it looks quite promisin

Re: It's time to build "guix deploy"

2019-02-11 Thread Thompson, David
Hi Chris, Here we go again, eh? :) On Mon, Feb 11, 2019 at 8:31 AM Christopher Lemmer Webber wrote: > > Hi, > > This has come up several times. A lot of us want "guix deploy". > Personally, I'm running a variety of Debian servers and one Guix server > and I am terrible at maintaining all of the

Haskell dependencies for custom cabal builds

2019-02-11 Thread John Soo
Hi Guix, I’ve been working on some Haskell packages and got stuck recently and I didn’t know why until I realized the cabal files have `build-type: Custom` (http://hackage.haskell.org/package/termonad-1.1.0.0/termonad.cabal). I always get missing dependencies even though I have the dependencies

Re: New topic: asking for help

2019-02-11 Thread Laura Lazzati
Hi znavo! > Hello, Laura! Your posts are awesome, cause me too want to have better > connection with gurus. Thank you! But i am the Outreachy intern that is making the videos that are the start point for newcomers :) > > There are lists I've subscribed to: > > Guix Help https://lists.gnu.org/arch

Re: New topic: packaging

2019-02-11 Thread znavko
GuixSD declared features are academic way of evolution. Guile instead of self-made language. Transactions and wide control of packages versions instead of on the wing updates that break the system. Sorry my French. If we describe the advantages of Guix for the users, there will be many sites whe

Re: GDM update!

2019-02-11 Thread Alex Griffin
On Mon, Feb 11, 2019, at 1:55 AM, Ludovic Courtès wrote: > BTW, at the Guix Days, there were discussions about defaulting to > LightDM instead of GDM. I forgot to mention then that using LightDM > wouldn’t solve the GNOME use case; in particular, closing the lid under > GNOME wouldn’t lock the scre

Re: New topic: asking for help

2019-02-11 Thread znavko
Hello, Laura! Your posts are awesome, cause me too want to have better connection with gurus. There are lists I've subscribed to: Guix Help https://lists.gnu.org/archive/html/help-guix/ Guix Devel https://lists.gnu.org/archive/html/guix-devel/ <

Re: It's time to build "guix deploy"

2019-02-11 Thread Pjotr Prins
On Mon, Feb 11, 2019 at 09:57:59AM -0500, Christopher Lemmer Webber wrote: > Pjotr Prins writes: > > > I am also interested in 'guix deploy', especially if it can run on top > > of Debian and handle HOME directories. > > I should also say: I'm not considering how "guix deploy" could or would > ha

Re: GDM update!

2019-02-11 Thread Timothy Sample
Hi Danny, Danny Milosavljevic writes: > Hi Ludo, > > https://github.com/GNOME/gdm/commit/0bb8a777cfc0a3bc53c2c2830dd7e6e2baeeef38#diff-9b802b1ffb5f0ff95bfaa85046d262e7 > says: > >>custom is a magic name we used to allow for having the user decide >> their session by a ~/.xsession file. We no l

Re: GDM update!

2019-02-11 Thread Timothy Sample
Hi Ludo, Ludovic Courtès writes: > Hello Guix! > > I’m happy to report that GDM basically works, including choosing among X > session… and it has a neat Guix theme! Woohoo! I like the background! I have some changes that are more-or-less ready. It’s mostly just cleaning up, but it makes it s

Re: It's time to build "guix deploy"

2019-02-11 Thread Christopher Lemmer Webber
Pjotr Prins writes: > I am also interested in 'guix deploy', especially if it can run on top > of Debian and handle HOME directories. I should also say: I'm not considering how "guix deploy" could or would handle running on top of Debian *or* handle HOME directories. Both of those feel out of sc

Re: It's time to build "guix deploy"

2019-02-11 Thread Christopher Lemmer Webber
Pjotr Prins writes: > I am also interested in 'guix deploy', especially if it can run on top > of Debian and handle HOME directories. Currently using a mixture of > sysadmin heroics and my own cfengine style Ruby deploy tool ;). Happy > to switch, test and hack. But not enough time to run with it.

Re: GDM update!

2019-02-11 Thread Danny Milosavljevic
Hi Ludo, https://github.com/GNOME/gdm/commit/0bb8a777cfc0a3bc53c2c2830dd7e6e2baeeef38#diff-9b802b1ffb5f0ff95bfaa85046d262e7 says: >custom is a magic name we used to allow for having the user decide their >session by a ~/.xsession file. We no longer support that construct and >haven't for many

New topic: packaging

2019-02-11 Thread Laura Lazzati
Hi Guix again! Another topic is about showing how to package. Gábor suggested maybe using my experience about creating a new R package. My idea is to show how to look for a package that is not packaged, package it and the workflow for testing it with git am and send it to the patches list. WDTY?

New topic: asking for help

2019-02-11 Thread Laura Lazzati
Hi Guix! Another topic is about asking for help, that is very useful for people even when reading the documentaiton. This should include this mailing-list (ie, how to fill the form, maybe sth about the CoC?), and IRC channel. Discussion starts :) Regards! Laura

Re: It's time to build "guix deploy"

2019-02-11 Thread Pjotr Prins
I am also interested in 'guix deploy', especially if it can run on top of Debian and handle HOME directories. Currently using a mixture of sysadmin heroics and my own cfengine style Ruby deploy tool ;). Happy to switch, test and hack. But not enough time to run with it. Pj.

Re: FOSDEM 2019: Thank you!

2019-02-11 Thread Marco van Hulten
Hi all— This message is a bit belated... but thank you for the good organisation of the Guix days (that I could only participate near the end), as well as the organisation and high-quality talks in the minimalistic languages track! I only met good people. I knew already that they were pleasant a

It's time to build "guix deploy"

2019-02-11 Thread Christopher Lemmer Webber
Hi, This has come up several times. A lot of us want "guix deploy". Personally, I'm running a variety of Debian servers and one Guix server and I am terrible at maintaining all of them. It's time for Guix Deploy... or it's time for me to give up and use something like Ansible + Debian. (Egads!

Re: GDM update!

2019-02-11 Thread Marco van Hulten
Ludovic et al— On 10 Feb 23:30 Ludovic Courtès wrote: > I’m happy to report that GDM basically works, including choosing among X > session… and it has a neat Guix theme! > [...] > > The one thing I didn’t get to work is ~/.xsession support. Any ideas? > > I’d real like to get that fixed and th

Re: Migrating to Guile-JSON 3.x

2019-02-11 Thread zimoun
Dear, What is the status of this migration? All the best, simon

Re: Issue with my version of guix

2019-02-11 Thread Laura Lazzati
Hi Danny and znavko :) Thank you very much for your help :) I should have mentioned that I am running it on a foreign distro. Yesterday on IRC the folks helped me and I just needed to modifiy guix-daemon.service, reload it, and restart it. The only awkward thing is that difference between guix-d