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
