From mboxrd@z Thu Jan 1 00:00:00 1970 From: raingloom Subject: getting all build paths in environment Date: Thu, 09 Jan 2020 05:27:07 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:45975) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ipPPh-0004Ae-3Q for help-guix@gnu.org; Wed, 08 Jan 2020 23:27:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ipPPe-0002Lk-TO for help-guix@gnu.org; Wed, 08 Jan 2020 23:27:15 -0500 Received: from mx1.riseup.net ([198.252.153.129]:34674) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ipPPd-0002HI-HO for help-guix@gnu.org; Wed, 08 Jan 2020 23:27:13 -0500 Received: from bell.riseup.net (bell-pn.riseup.net [10.0.1.178]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 47tY3y4ySpzDvsj for ; Wed, 8 Jan 2020 20:27:10 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by bell.riseup.net (Postfix) with ESMTPSA id 47tY3x6ctczJvDt for ; Wed, 8 Jan 2020 20:27:09 -0800 (PST) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane-mx.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org I'm trying to bootstrap Go for Plan 9, this should be as simple as setting a few environment variables and running a script, but during the third phase, I run into this: /home/raingloom/Projects/Plan9/go64/go-plan9-arm64-bootstrap/bin/go: error while loading shared libraries: libgcc_s.so.1: cannot open shared object file: No such file or directory as far as I know, this would work if libgcc was in the relevant search path. Is there a way I could set up the same environment that guix leaves in /tmp/guix-.../environment-variables after a failed build?