unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: bonfacemunyoki@gmail.com (Bonface M. K.)
To: "Léon Lain Delysid" <leon.lain.delysid@gmail.com>
Cc: 42002@debbugs.gnu.org
Subject: bug#42002: Bug: Signal kill during build
Date: Tue, 23 Jun 2020 03:38:39 +0300	[thread overview]
Message-ID: <86zh8u39bk.fsf@gmail.com> (raw)
In-Reply-To: <CAHecTjfasFvWbgC2+s7WDodDhSqQJxxM7GbksSaBgDdcZOQH0Q@mail.gmail.com> ("Léon Lain Delysid"'s message of "Mon, 22 Jun 2020 14:53:16 +0200")

Léon Lain Delysid <leon.lain.delysid@gmail.com> writes:

> Oh! Yes, of course, I see!
> Yes, those little credit card sized one-chip computers are very low on resources.
> So I think it shouldn't build the programs itself but rather download the binaries everytime I "guix pull". What command line
> option should I use to only download the binaries instead of building everything myself? Could you please give me the command?
>
You could try: `guix pull --substitute-urls="https://berlin.guixsd.org
https://ci.guix.gnu.org https://mirror.hydra.gnu.org"`. Since you are on
Debian, you should authorize the servers. More of the authorization
here:
https://guix.gnu.org/manual/en/html_node/Substitute-Server-Authorization.html.
You could always dry-run your commands to see if the substitutes work.

> On Mon, Jun 22, 2020, 14:47 Efraim Flashner <efraim@flashner.co.il> wrote:
>
>     On Mon, Jun 22, 2020 at 02:28:33PM +0200, Léon Lain Delysid wrote:
>     > Hello! I'm having a problem on a Banana Pi M3 that runs Debian 10 Buster
>     > (ARM like instruction set).
>     > "guix pull" always results in failure with this message:
>     >
>     > building
>     > /gnu/store/3has7cgd39q9jb9a78vdzjcyycsa6z96-guix-packages-base.drv...
>     >  76% [#######################################################
>     >    ]builder for
>     > `/gnu/store/3has7cgd39q9jb9a78vdzjcyycsa6z96-guix-packages-base.drv' failed
>     > due to signal 9 (Killed)
>     > build of /gnu/store/3has7cgd39q9jb9a78vdzjcyycsa6z96-guix-packages-base.drv
>     > failed
>     > View build log at
>     > '/var/log/guix/drvs/3h/as7cgd39q9jb9a78vdzjcyycsa6z96-guix-packages-base.drv.bz2'.
>     > cannot build derivation
>     > `/gnu/store/z728xwhxnaczkjky15939zjp4v2pvrld-guix-cli.drv': 1 dependencies
>     > couldn't be built
>     > building
>     > /gnu/store/rmbf654gah845f3hbzn9hdamn3xn1s25-guix-config-source.drv...
>     > cannot build derivation
>     > `/gnu/store/1i3w8dgf5lzapb8l59i3lriskcd8q30c-guix-packages-base-modules.drv':
>     > 1 dependencies couldn't be built
>     > cannot build derivation
>     > `/gnu/store/4rzrb0xwgh2achzijn6fsdkhgqych6br-guix-packages.drv': 1
>     > dependencies couldn't be built
>     > cannot build derivation
>     > `/gnu/store/4hk3v9q8nlzy18xg6cklmrv1x1hi1f4j-guix-system-tests.drv': 1
>     > dependencies couldn't be built
>     > cannot build derivation
>     > `/gnu/store/ha53vvwh6v1d68v1kj5m43csinxlrflc-guix-system.drv': 1
>     > dependencies couldn't be built
>     > cannot build derivation
>     > `/gnu/store/3q6g7ppayihip0wxhghwkq2nc0qg8kd9-guix-fae72ebb4-modules.drv': 1
>     > dependencies couldn't be built
>     > cannot build derivation
>     > `/gnu/store/gl3gim8cd8p920iw3m5qwdyv6zvlhwnv-guix-fae72ebb4.drv': 1
>     > dependencies couldn't be built
>     > cannot build derivation
>     > `/gnu/store/85vkb01zgkfmy902m352hjcv35d7hzqb-profile.drv': 1 dependencies
>     > couldn't be built
>     > guix pull: error: build of
>     > `/gnu/store/85vkb01zgkfmy902m352hjcv35d7hzqb-profile.drv' failed1
>     >
>     >
>     >
>     > What can I do? Some help would be much appreciated. Thanks!
>     >
>     > Best regards,
>     > Léon
>    
>     The signal 9 (killed) makes me think a C++ program killed. I checked
>     wikipedia and it says the Banana Pi M3 has 2GB of RAM. Was there
>     anything else running at the time? 'guix pull' can be resource
>     intensive, especially on lower powered machines.
>    
>     --
>     Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
>     GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
>     Confidentiality cannot be guaranteed on emails sent or received unencrypted

-- 
Bonface M. K. (https://www.bonfacemunyoki.com)
One Divine Emacs To Rule Them All
GPG key = D4F09EB110177E03C28E2FE1F5BBAE1E0392253F




  reply	other threads:[~2020-06-23  3:52 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-22 12:28 bug#42002: Bug: Signal kill during build Léon Lain Delysid
2020-06-22 12:47 ` Efraim Flashner
2020-06-22 12:53   ` Léon Lain Delysid
2020-06-23  0:38     ` Bonface M. K. [this message]
2020-06-23  5:57       ` Efraim Flashner
2020-06-23 14:03         ` Bengt Richter
2022-07-14  3:23         ` bug#42002: 'guix pull' build processes get SIGKILL on ARMv7 Maxim Cournoyer
2020-06-22 13:51   ` bug#42002: Bug: Signal kill during build Leo Famulari
2020-06-23 21:26     ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86zh8u39bk.fsf@gmail.com \
    --to=bonfacemunyoki@gmail.com \
    --cc=42002@debbugs.gnu.org \
    --cc=leon.lain.delysid@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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).