unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* Problem installing Guix (through binary installation script) on AWS EC2
@ 2021-07-19  7:27 Lo Peter
  2021-07-19  7:30 ` Lo Peter
  2021-07-19 11:28 ` Ricardo Wurmus
  0 siblings, 2 replies; 5+ messages in thread
From: Lo Peter @ 2021-07-19  7:27 UTC (permalink / raw)
  To: help-guix

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


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

* Re: Problem installing Guix (through binary installation script) on AWS EC2
  2021-07-19  7:27 Problem installing Guix (through binary installation script) on AWS EC2 Lo Peter
@ 2021-07-19  7:30 ` Lo Peter
  2021-07-19  7:58   ` Lo Peter
  2021-07-19 11:28 ` Ricardo Wurmus
  1 sibling, 1 reply; 5+ messages in thread
From: Lo Peter @ 2021-07-19  7:30 UTC (permalink / raw)
  To: help-guix

Also, it seems I cannot install anything, e.g. "guix install
glibc-locales" as described in
https://guix.gnu.org/manual/en/html_node/Application-Setup.html would
result in the same error.

On Mon, Jul 19, 2021 at 3:27 PM Lo Peter <peterloleungyau@gmail.com> wrote:
>
> 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


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

* Re: Problem installing Guix (through binary installation script) on AWS EC2
  2021-07-19  7:30 ` Lo Peter
@ 2021-07-19  7:58   ` Lo Peter
  0 siblings, 0 replies; 5+ messages in thread
From: Lo Peter @ 2021-07-19  7:58 UTC (permalink / raw)
  To: help-guix

Dear all,

Some more updates. I tried uninstalling guix, and installing again
using the script. It stopped somewhere in the middle saying "guix" not
found. Probably it was also the case the first time I installed it. So
the binary installation script probably has some problems.

I then manually follow some of the steps in
https://guix.gnu.org/manual/en/html_node/Binary-Installation.html#Binary-Installation
And then I can "guix pull" and "guix install hello", "guix install
glibc-locales" without problems.

So I will proceed with the setup of guix, just to report that the
binary installation script probably has problem.

Regards,
Peter Lo

On Mon, Jul 19, 2021 at 3:30 PM Lo Peter <peterloleungyau@gmail.com> wrote:
>
> Also, it seems I cannot install anything, e.g. "guix install
> glibc-locales" as described in
> https://guix.gnu.org/manual/en/html_node/Application-Setup.html would
> result in the same error.
>
> On Mon, Jul 19, 2021 at 3:27 PM Lo Peter <peterloleungyau@gmail.com> wrote:
> >
> > 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


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

* Re: Problem installing Guix (through binary installation script) on AWS EC2
  2021-07-19  7:27 Problem installing Guix (through binary installation script) on AWS EC2 Lo Peter
  2021-07-19  7:30 ` Lo Peter
@ 2021-07-19 11:28 ` Ricardo Wurmus
  2021-07-19 13:22   ` Lo Peter
  1 sibling, 1 reply; 5+ messages in thread
From: Ricardo Wurmus @ 2021-07-19 11:28 UTC (permalink / raw)
  To: Lo Peter; +Cc: help-guix


Lo Peter <peterloleungyau@gmail.com> writes:

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

Is this on purpose?

> 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'.
[…]
> Any idea on what might be the problem? Thanks.

What does the log file say?

-- 
Ricardo


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

* Re: Problem installing Guix (through binary installation script) on AWS EC2
  2021-07-19 11:28 ` Ricardo Wurmus
@ 2021-07-19 13:22   ` Lo Peter
  0 siblings, 0 replies; 5+ messages in thread
From: Lo Peter @ 2021-07-19 13:22 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: help-guix

Sorry, I did not check the log files. I think it was probably the
installation (through the script) had not been completed, causing
subsequent problems.

On Mon, Jul 19, 2021 at 7:28 PM Ricardo Wurmus <rekado@elephly.net> wrote:
>
>
> Lo Peter <peterloleungyau@gmail.com> writes:
>
> > substitute: guix substitute: warning: ACL for archive imports
> > seems to
> > be uninitialized, substitutes may be unavailable
>
> Is this on purpose?
>
> > 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'.
> […]
> > Any idea on what might be the problem? Thanks.
>
> What does the log file say?
>
> --
> Ricardo


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

end of thread, other threads:[~2021-07-19 13:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-19  7:27 Problem installing Guix (through binary installation script) on AWS EC2 Lo Peter
2021-07-19  7:30 ` Lo Peter
2021-07-19  7:58   ` Lo Peter
2021-07-19 11:28 ` Ricardo Wurmus
2021-07-19 13:22   ` Lo Peter

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