all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Wm Salt Hale <salt@altsalt.net>
To: help-guix@gnu.org
Subject: Bootstrapping Guix on HPC without Root
Date: Thu, 6 Jul 2017 19:51:10 -0700	[thread overview]
Message-ID: <20170706195110.51543d49@Saltsus> (raw)

Hello,

I have been attempting to install Guix on the University of Washington's
HPC using a modified bootstrapping script based on
https://github.com/pjotrp/nix-no-root

Unfortunately, after fighting through dependency hell and reaching the
configure step, I've hit another wall that seems to be new territory.

Our build server does not have network access, so when I try to `make`
this is spit out:

```
$ make
make  all-recursive
make[1]: Entering directory `/com/guix/guix-boot/guix-0.13.0'
Making all in po/guix
make[2]: Entering directory `/com/guix/guix-boot/guix-0.13.0/po/guix'
make[2]: Leaving directory `/com/guix/guix-boot/guix-0.13.0/po/guix'
Making all in po/packages
make[2]: Entering directory
`/com/guix/guix-boot/guix-0.13.0/po/packages' make[2]: Leaving
directory `/com/guix/guix-boot/guix-0.13.0/po/packages' make[2]:
Entering directory `/com/guix/guix-boot/guix-0.13.0' Compiling Scheme
modules... LOAD     (guix config)
;;; note: source file ./guix/config.scm
;;;       newer than
compiled /com/guix/guix-boot/guix-0.13.0/guix/config.go GUILEC
guix/config.go DL
gnu/packages/bootstrap/aarch64-linux/guile-2.0.14.tar.xz downloading
file `gnu/packages/bootstrap/aarch64-linux/guile-2.0.14.tar.xz' from
`http://alpha.gnu.org/gnu/guix/bootstrap/aarch64-linux/20170217/guile-2.0.14.tar.xz'...
Backtrace: In ice-9/boot-9.scm:
 160: 10 [catch #t #<catch-closure 1eda040> ...]
In unknown file:
   ?: 9 [apply-smob/1 #<catch-closure 1eda040>]
In ice-9/boot-9.scm:
  66: 8 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 432: 7 [eval # #]
In ice-9/boot-9.scm:
2412: 6 [save-module-excursion #<procedure 2048800 at
ice-9/boot-9.scm:4084:3 ()>] 4091: 5 [#<procedure 2048800 at
ice-9/boot-9.scm:4084:3 ()>] 1734: 4 [%start-stack load-stack ...]
1739: 3 [#<procedure 205aed0 ()>]
In unknown file:
   ?: 2 [primitive-load
"/com/guix/guix-boot/guix-0.13.0/./build-aux/download.scm"] In
ice-9/r4rs.scm: 39: 1 [call-with-values #<procedure 26949c0 at
ice-9/eval.scm:416:20 ()> ...] In web/client.scm:
 250: 0 [http-get # # #f ...]

web/client.scm:250:25: In procedure http-get:
web/client.scm:250:25: In procedure connect: Network is unreachable
make[2]: *** [gnu/packages/bootstrap/aarch64-linux/guile-2.0.14.tar.xz]
Error 1 make[2]: Leaving directory `/com/guix/guix-boot/guix-0.13.0'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/com/guix/guix-boot/guix-0.13.0'
make: *** [all] Error 2
```

I am wondering if there is a way to pre-download this (and any other)
requirements before make is run?

Perhaps there is a way to run the download stages of the build script
while on our login node and then switch over to compile on the build
node?

Maybe there's another solution that I'm not seeing.

Any assistance or direction would be greatly appreciated!

--
Salt

             reply	other threads:[~2017-07-07  2:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-07  2:51 Wm Salt Hale [this message]
2017-07-08  8:31 ` Bootstrapping Guix on HPC without Root Ricardo Wurmus
  -- strict thread matches above, loose matches on Subject: below --
2017-07-13  0:46 Wm Salt Hale
2017-07-13  7:40 ` Pjotr Prins
2017-07-17 13:48 ` 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

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

  git send-email \
    --in-reply-to=20170706195110.51543d49@Saltsus \
    --to=salt@altsalt.net \
    --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.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.