unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* python-minimal compilation is breaking
@ 2018-11-01  4:18 znavko
  2018-11-01  8:38 ` Gábor Boskovits
  2018-11-06  2:30 ` Eric Bavier
  0 siblings, 2 replies; 4+ messages in thread
From: znavko @ 2018-11-01  4:18 UTC (permalink / raw)
  To: Help Guix

[-- Attachment #1: Type: text/plain, Size: 809 bytes --]

Hello, Guix Help!
This is not working on Lenovo G50-30 everytime (already 3 times)

# guix system reconfigure /etc/config.scm --substitute-urls=https://berlin.guixsd.org <https://berlin.guixsd.org>
building /gnu/store/6c4g38n9fhvnlk2vasn34mdd6nvpgx8m-python-minimal-3.6.5.drv...
-Killed

While it is working:

$ free -m
              total        used        free      shared  buff/cache   available
Mem:           1882         777         322          72         782        1031
Swap:          2168         143        2024


I think it lacks resources: cpu 2.1GHz, RAM 2 Gb. When it crashes PC stops on 15-20 seconds, mouse does not move, and then process is killed.
What to try?


[-- Attachment #2: Type: text/html, Size: 1503 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: python-minimal compilation is breaking
  2018-11-01  4:18 python-minimal compilation is breaking znavko
@ 2018-11-01  8:38 ` Gábor Boskovits
  2018-11-06  2:30 ` Eric Bavier
  1 sibling, 0 replies; 4+ messages in thread
From: Gábor Boskovits @ 2018-11-01  8:38 UTC (permalink / raw)
  To: znavko; +Cc: help-guix

Hello Znavko,

<znavko@tutanota.com> ezt írta (időpont: 2018. nov. 1., Cs, 5:18):
>
> Hello, Guix Help!
> This is not working on Lenovo G50-30 everytime (already 3 times)
>
> # guix system reconfigure /etc/config.scm --substitute-urls=https://berlin.guixsd.org
> building /gnu/store/6c4g38n9fhvnlk2vasn34mdd6nvpgx8m-python-minimal-3.6.5.drv...
> -Killed
>
> While it is working:
>
> $ free -m
>               total        used        free      shared  buff/cache   available
> Mem:           1882         777         322          72         782        1031
> Swap:          2168         143        2024
>
>
> I think it lacks resources: cpu 2.1GHz, RAM 2 Gb. When it crashes PC stops on 15-20 seconds, mouse does not move, and then process is killed.
> What to try?
>

I can see two ways forward:
either wait for the substitutes any try again
or throw more resources at it: You can try to add additional swap. It
might be very slow, but I guess if the resource limit is the issue,
you can get on with it.

Does that make sense?

Best regards,
g_bor

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: python-minimal compilation is breaking
  2018-11-01  4:18 python-minimal compilation is breaking znavko
  2018-11-01  8:38 ` Gábor Boskovits
@ 2018-11-06  2:30 ` Eric Bavier
  2018-11-06  5:00   ` Mathieu Othacehe
  1 sibling, 1 reply; 4+ messages in thread
From: Eric Bavier @ 2018-11-06  2:30 UTC (permalink / raw)
  To: znavko; +Cc: Help Guix

[-- Attachment #1: Type: text/plain, Size: 1096 bytes --]

On Thu, 1 Nov 2018 05:18:00 +0100 (CET)
<znavko@tutanota.com> wrote:

> Hello, Guix Help!
> This is not working on Lenovo G50-30 everytime (already 3 times)
> 
> # guix system reconfigure /etc/config.scm --substitute-urls=https://berlin.guixsd.org <https://berlin.guixsd.org>
> building /gnu/store/6c4g38n9fhvnlk2vasn34mdd6nvpgx8m-python-minimal-3.6.5.drv...
> -Killed
> 
> While it is working:
> 
> $ free -m
>               total        used        free      shared  buff/cache   available
> Mem:           1882         777         322          72         782        1031
> Swap:          2168         143        2024
> 
> 
> I think it lacks resources: cpu 2.1GHz, RAM 2 Gb. When it crashes PC stops on 15-20 seconds, mouse does not move, and then process is killed.
> What to try?
> 

I submitted this patch that I created while struggling with the same
package: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=33284

Perhaps it might help you too?

`~Eric

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: python-minimal compilation is breaking
  2018-11-06  2:30 ` Eric Bavier
@ 2018-11-06  5:00   ` Mathieu Othacehe
  0 siblings, 0 replies; 4+ messages in thread
From: Mathieu Othacehe @ 2018-11-06  5:00 UTC (permalink / raw)
  To: Eric Bavier; +Cc: help-guix

[-- Attachment #1: Type: text/plain, Size: 1542 bytes --]

Hi,

I ran into the same problem on a very powerful machine. In my case the
congestion test was the problem. It finished by eating all of my 128Gb of
RAM.

This problem is known and fixed upstream by disabling the test. I submitted
a patch to disable it on our 3.6.5 version, but it will have to go to
core-updates if merged.

https://debbugs.gnu.org/cgi/bugreport.cgi?bug=33186#26

Thanks,

Mathieu

Le mar. 6 nov. 2018 11:30, Eric Bavier <ericbavier@centurylink.net> a
écrit :

> On Thu, 1 Nov 2018 05:18:00 +0100 (CET)
> <znavko@tutanota.com> wrote:
>
> > Hello, Guix Help!
> > This is not working on Lenovo G50-30 everytime (already 3 times)
> >
> > # guix system reconfigure /etc/config.scm --substitute-urls=
> https://berlin.guixsd.org <https://berlin.guixsd.org>
> > building
> /gnu/store/6c4g38n9fhvnlk2vasn34mdd6nvpgx8m-python-minimal-3.6.5.drv...
> > -Killed
> >
> > While it is working:
> >
> > $ free -m
> >               total        used        free      shared  buff/cache
> available
> > Mem:           1882         777         322          72
> 782        1031
> > Swap:          2168         143        2024
> >
> >
> > I think it lacks resources: cpu 2.1GHz, RAM 2 Gb. When it crashes PC
> stops on 15-20 seconds, mouse does not move, and then process is killed.
> > What to try?
> >
>
> I submitted this patch that I created while struggling with the same
> package: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=33284
>
> Perhaps it might help you too?
>
> `~Eric
>

[-- Attachment #2: Type: text/html, Size: 2815 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-11-06  5:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-01  4:18 python-minimal compilation is breaking znavko
2018-11-01  8:38 ` Gábor Boskovits
2018-11-06  2:30 ` Eric Bavier
2018-11-06  5:00   ` Mathieu Othacehe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).