unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Lo Peter <peterloleungyau@gmail.com>
To: help-guix <help-guix@gnu.org>
Subject: Problem installing Guix (through binary installation script) on AWS EC2
Date: Mon, 19 Jul 2021 15:27:56 +0800	[thread overview]
Message-ID: <CAEM+zmgkYcue2ghWbD8bAOQYybC5jnJzQpkm4A7M3Dy7ZcXxJA@mail.gmail.com> (raw)

Dear all,

Today I am trying to install guix on AWS EC2 using the binary
installation script as described here:
https://guix.gnu.org/manual/en/html_node/Binary-Installation.html#Binary-Installation

It seems it can be installed, but then I try "guix pull", it gives errors:

$ guix pull

Updating channel 'nonguix' from Git repository at
'https://gitlab.com/nonguix/nonguix'...

Updating channel 'guix' from Git repository at
'https://git.savannah.gnu.org/git/guix.git'...

Building from these channels:

  guix      https://git.savannah.gnu.org/git/guix.git 0f46e0b

  nonguix   https://gitlab.com/nonguix/nonguix bdb3db9

substitute: guix substitute: warning: ACL for archive imports seems to
be uninitialized, substitutes may be unavailable

building /gnu/store/hifim0h1p7nw81mg6rl00g9q0m6vr0qw-bzip2-mesboot-1.0.8.drv...

\ 'build' phasebuilder for
`/gnu/store/hifim0h1p7nw81mg6rl00g9q0m6vr0qw-bzip2-mesboot-1.0.8.drv'
failed with exit code 1

build of /gnu/store/hifim0h1p7nw81mg6rl00g9q0m6vr0qw-bzip2-mesboot-1.0.8.drv
failed

View build log at
'/var/log/guix/drvs/hi/fim0h1p7nw81mg6rl00g9q0m6vr0qw-bzip2-mesboot-1.0.8.drv.bz2'.

cannot build derivation
`/gnu/store/1wld08ibgbxciq2wqlfrfs7i87p1lcbq-binutils-2.34.drv': 1
dependencies couldn't be built

cannot build derivation
`/gnu/store/9z04i2yfif9wx69g88254xylfi2xrlnp-bzip2-1.0.8.drv': 1
dependencies couldn't be built

cannot build derivation
`/gnu/store/0khkqdc4bcr9nbyg7h45hxspy6j14909-coreutils-8.32.drv': 1
dependencies couldn't be built

cannot build derivation
`/gnu/store/m9yqd2aspkhabvhdl3sc42f8vh1ls1ps-diffutils-3.7.drv': 1
dependencies couldn't be built

cannot build derivation
`/gnu/store/3jwiqbgrhrgalvks0hjkhbmf6vz2q3qs-file-5.38.drv': 1
dependencies couldn't be built

cannot build derivation
`/gnu/store/rkbjigda3mpbb8gcxrgjdnmm1wnfq48y-findutils-4.7.0.drv': 1
dependencies couldn't be built

cannot build derivation
`/gnu/store/fyazyla09myashz9dv10w21y77b8nlqz-gawk-5.0.1.drv': 1
dependencies couldn't be built

cannot build derivation
`/gnu/store/ajb7id4hpgxxsm8lpihpf3ljhngynw7z-gcc-7.5.0.drv': 1
dependencies couldn't be built

cannot build derivation
`/gnu/store/szrk3i56cwshfn531n64i7643kx8q987-glibc-2.31.drv': 1
dependencies couldn't be built

cannot build derivation
`/gnu/store/1q5y6a4dbzmpa0iypidkyy309j6jl6c6-gmp-6.2.0.drv': 1
dependencies couldn't be built

cannot build derivation
`/gnu/store/7hj8kbsqkm3qcpd8dyayx1c53r59ma2v-guile-3.0.2.drv': 1
dependencies couldn't be built

cannot build derivation
`/gnu/store/9cdwvkm2r7nf9864qk32fa9g7bj0565x-gzip-1.10.drv': 1
dependencies couldn't be built

cannot build derivation
`/gnu/store/qw8xr6frw3xikp5hc25q8ddwv6l7vk5v-gzip-1.10.drv': 1
dependencies couldn't be built

cannot build derivation
`/gnu/store/aw32gpxkpq326kmxp28l9ihsqm86icha-libgc-8.0.4.drv': 1
dependencies couldn't be built

cannot build derivation
`/gnu/store/ha6k697mn6x947aady229n2xc5ascili-libltdl-2.4.6.drv': 1
dependencies couldn't be built

cannot build derivation
`/gnu/store/852hgz8h2ha710sv8db8azqkk8s8k0x3-libunistring-0.9.10.drv':
1 dependencies couldn't be built

cannot build derivation
`/gnu/store/3gjjkdq3ll76lffa2563xx62h4w9cxks-linux-libre-headers-5.4.20.drv':
1 dependencies couldn't be built

cannot build derivation
`/gnu/store/fgn6d4mhn5bbzd0b17i0l592jqkav14i-make-4.3.drv': 1
dependencies couldn't be built

cannot build derivation
`/gnu/store/gb91yqixlm04kcm3v930b7sjxzdgac6r-patch-2.7.6.drv': 1
dependencies couldn't be built

cannot build derivation
`/gnu/store/6nvm10nv6wlkpyzdw0ja8llnn0c3afpb-sed-4.8.drv': 1
dependencies couldn't be built

cannot build derivation
`/gnu/store/c5risfnmnqm45a29vi7n1f4wggjv3zsp-tar-1.32.drv': 1
dependencies couldn't be built

cannot build derivation
`/gnu/store/b7rgn9czp9qfdfrpyrz8ndj5dqfzrjw9-libtiff-4.2.0.drv': 1
dependencies couldn't be built

guix pull: error: build of
`/gnu/store/b7rgn9czp9qfdfrpyrz8ndj5dqfzrjw9-libtiff-4.2.0.drv' failed



Any idea on what might be the problem? Thanks.

Regards,
Peter Lo


             reply	other threads:[~2021-07-19  7:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-19  7:27 Lo Peter [this message]
2021-07-19  7:30 ` Problem installing Guix (through binary installation script) on AWS EC2 Lo Peter
2021-07-19  7:58   ` Lo Peter
2021-07-19 11:28 ` Ricardo Wurmus
2021-07-19 13:22   ` Lo Peter

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=CAEM+zmgkYcue2ghWbD8bAOQYybC5jnJzQpkm4A7M3Dy7ZcXxJA@mail.gmail.com \
    --to=peterloleungyau@gmail.com \
    --cc=help-guix@gnu.org \
    /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.
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).