From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wm Salt Hale Subject: Bootstrapping Guix on HPC without Root Date: Wed, 12 Jul 2017 17:46:15 -0700 Message-ID: <20170712174615.2f0db165@Saltsus> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56505) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dVSGy-0004IY-6K for guix-devel@gnu.org; Wed, 12 Jul 2017 20:46:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dVSGv-0005qQ-4m for guix-devel@gnu.org; Wed, 12 Jul 2017 20:46:28 -0400 Received: from mail-qt0-x241.google.com ([2607:f8b0:400d:c0d::241]:36741) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dVSGu-0005pZ-Vl for guix-devel@gnu.org; Wed, 12 Jul 2017 20:46:25 -0400 Received: by mail-qt0-x241.google.com with SMTP id v31so4256137qtb.3 for ; Wed, 12 Jul 2017 17:46:23 -0700 (PDT) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org 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