all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Bootstrapping Guix on HPC without Root
@ 2017-07-07  2:51 Wm Salt Hale
  2017-07-08  8:31 ` Ricardo Wurmus
  0 siblings, 1 reply; 5+ messages in thread
From: Wm Salt Hale @ 2017-07-07  2:51 UTC (permalink / raw)
  To: help-guix

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

^ permalink raw reply	[flat|nested] 5+ messages in thread
* Bootstrapping Guix on HPC without Root
@ 2017-07-13  0:46 Wm Salt Hale
  2017-07-13  7:40 ` Pjotr Prins
  2017-07-17 13:48 ` Ludovic Courtès
  0 siblings, 2 replies; 5+ messages in thread
From: Wm Salt Hale @ 2017-07-13  0:46 UTC (permalink / raw)
  To: guix-devel

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

The script can currently be found here (to be forked and pushed to GH
when verified as working):

https://communitydata.cc/~salt/guix-bootstrap.sh


This produces a semi-working installation, it can spit out a version
and spend a good deal of time trying to complete `guix pull`

The first run was logged via `|& tee -a`

https://communitydata.cc/~salt/guix_first_run.log


As you can see, the build fails. Subsequent runs fail at the same
point. I've tried a variety of debugging steps including: side-load
libstdc++ directly from the Store with not effect, reduce number of
cores daemon is allowed, and imitate linux-2.6.

Any assistance or direction would be greatly appreciated!

--
Wm Salt Hale

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

end of thread, other threads:[~2017-07-17 13:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-07  2:51 Bootstrapping Guix on HPC without Root Wm Salt Hale
2017-07-08  8:31 ` 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

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.