Re: core-updates call for testing

2020-04-28 Thread Ricardo Wurmus
sirgazil writes: > it seems that the comments mechanism in > issues.gnu.org does not work. yes, sorry about that. There’s a problem with the environment in which the mailer service runs. It’s on my list to investigate and fix it. (The messages aren’t lost. They are stuck in the queue.) --

[PATCH] website: Update sjd.se servers.

2020-04-28 Thread Development of GNU Guix and the GNU System distribution.
* website/apps/base/templates/donate.scm (donate-t): --- website/apps/base/templates/donate.scm | 11 ++- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/website/apps/base/templates/donate.scm b/website/apps/base/templates/donate.scm index 3135be8..5a6b7a0 100644 --- a/websi

[PATCH] website: Update sjd.se servers.

2020-04-28 Thread Simon Josefsson
* website/apps/base/templates/donate.scm (donate-t): --- website/apps/base/templates/donate.scm | 11 ++- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/website/apps/base/templates/donate.scm b/website/apps/base/templates/donate.scm index 3135be8..5a6b7a0 100644 --- a/websi

Re: Image generation

2020-04-28 Thread Ludovic Courtès
Mathieu Othacehe skribis: >> Wow! Why did it take 2h30? Do you have KVM? > > Yes, I'm not sure why it's so long. It seems that > "estimated-partition-size" takes a large proportion of this time, > because if I run the same command with a fixed disk-image size it goes > faster. Ooooh, I had never

Re: Image generation

2020-04-28 Thread Ludovic Courtès
Howdy! Mathieu Othacehe skribis: > I made some progress on the image generation topic. As discussed > previously, the goal is to use the same principles as genimage[1], to > achieve faster image generation, without resorting to VM. Awesome. > A very related topic, is to bring the possibility t

Re: Image generation

2020-04-28 Thread Ludovic Courtès
Hi! Mathieu Othacehe skribis: > This command: > > guix system disk-image --file-system-type=iso9660 > gnu/system/examples/bare-bones.tmpl > > takes, > > * Without zisofs compression, on host: 4min > * With zisofs compression, on host: 8min > * With zisofs, on VM: 19min (master) Nice! > This m

Re: Cookbook translations

2020-04-28 Thread Julien Lepiller
Le 28 avril 2020 13:46:33 GMT-04:00, "Björn Höfling" a écrit : >Hi Florian, > >On Tue, 28 Apr 2020 01:42:31 +0200 >"pelzflorian (Florian Pelz)" wrote: > >> On Tue, Apr 28, 2020 at 01:24:30AM +0200, Björn Höfling wrote: >> > I wondered: do you know how the cookbook translations are >> > organized

Re: Cookbook translations

2020-04-28 Thread Björn Höfling
Hi Florian, On Tue, 28 Apr 2020 01:42:31 +0200 "pelzflorian (Florian Pelz)" wrote: > On Tue, Apr 28, 2020 at 01:24:30AM +0200, Björn Höfling wrote: > > I wondered: do you know how the cookbook translations are > > organized? [..] > The cookbook is not available at the TP because no POT file

Re: Adding a subcommand "load-profile"

2020-04-28 Thread sirgazil
On Tue, 28 Apr 2020 22:42:53 + Roel Janssen wrote > Dear Guix, > > Years ago we implemented GNU Guix on the high-performance computing cluster > in > Utrecht. One of the things we added was a wrapper around the "guix" command > (called "guixr") to enable communication betwe

Re: core-updates call for testing

2020-04-28 Thread Leo Famulari
On Tue, Apr 28, 2020 at 03:17:06PM +0200, Marius Bakke wrote: > Leo Famulari writes: > > > I reconfigured my Guix System based on core-updates, and afterwards I > > was unable to login, either remotely over SSH, or on the Linux console. > > Do you still have the logs from this attempt? Curious

Re: Adding a subcommand "load-profile"

2020-04-28 Thread zimoun
Dear Roel, On Tue, 28 Apr 2020 at 17:43, Roel Janssen wrote: > > $ guixr package -i ... -p /my/profile > $ guixr load-profile /my/profile > [env]$ > # ... A new shell is spawned here. > # Inside this shell o

Adding a subcommand "load-profile"

2020-04-28 Thread Roel Janssen
Dear Guix, Years ago we implemented GNU Guix on the high-performance computing cluster in Utrecht. One of the things we added was a wrapper around the "guix" command (called "guixr") to enable communication between the guix-daemon (on one node), and the client-side "guix" command. (We actually c

Re: When installing pycurl through pip, linux/limits.h is missing from glibc

2020-04-28 Thread Marius Bakke
Josh Marshall writes: > `python3 -m pip install pycurl` fails due to glibc not being able to find > the header "linux/limits.h". I am aware that there is a "python-pycurl" > package in guix, but the above should still work. I think glibc is missing > a dependency on linux headers, but I'm not s

Re: core-updates call for testing

2020-04-28 Thread Marius Bakke
Leo Famulari writes: > I reconfigured my Guix System based on core-updates, and afterwards I > was unable to login, either remotely over SSH, or on the Linux console. Do you still have the logs from this attempt? Curious what caused login to fail. signature.asc Description: PGP signature

Re: core-updates call for testing

2020-04-28 Thread Marius Bakke
Efraim Flashner writes: > I have a package which currently depends on gfortran-5, although > gfortran-5 doesn't build on core-updates. > > efraimf@penguin2:~/workspace/guix-core-updates$ ./pre-inst-env guix build > --no-grafts -e '(@@ (gnu packages gcc) gfortran-5)' > substitute: updating substi

Re: core-updates call for testing

2020-04-28 Thread Efraim Flashner
I have a package which currently depends on gfortran-5, although gfortran-5 doesn't build on core-updates. efraimf@penguin2:~/workspace/guix-core-updates$ ./pre-inst-env guix build --no-grafts -e '(@@ (gnu packages gcc) gfortran-5)' substitute: updating substitutes from 'https://ci.guix.gnu.org'.

Re: Guix System video review on YouTube

2020-04-28 Thread Jonathan Brielmaier
On 28.04.20 13:04, Bengt Richter wrote: >>> So I would propose an interface like: >>> $ guix search vim >>> | Name | Synopsis | Version | Outputs >>> | >>> +---++--+-+ >>> | vim | Text editor based

Re: Guix System video review on YouTube

2020-04-28 Thread Bengt Richter
On +2020-04-28 02:32:39 +0200, raingloom wrote: > On Mon, 27 Apr 2020 12:11:05 +0200 > Jonathan Brielmaier wrote: > > > $ echo "hello" > > hello > > $ guix install emacs > > > > Then while installing emacs, try to reach the hello. It will be tricky > > as every new output line from `guix install

Re: 02/02: image: Disable compression for ISO images.

2020-04-28 Thread Bengt Richter
On +2020-04-27 18:00:05 +0200, Mathieu Othacehe wrote: > > Hey Tobias, > > > guix-comm...@gnu.org 写道: > >> + ;; XXX: Temporarily disable compression to speed-up the tests. > >> + (compression? #f))) > > > > Interesting! What kind of improvement do you see, roughly? > > I posted some figures