From mboxrd@z Thu Jan 1 00:00:00 1970 From: Divan Santana Subject: bug#27386: offloading documentation and env Date: Fri, 29 Sep 2017 21:35:22 +0200 Message-ID: <87mv5de1s5.fsf@santanas.co.za> References: <20170615170552.n7y5cxquqozpnesj@abyayala> <20170615211132.clkaslffc4a3l5bw@abyayala> <20170615221902.5ubbhriynb7wozrz@abyayala> <20170615223456.z5w2oaxifbah2ak2@abyayala> <87podq7cae.fsf@gnu.org> <20170626211511.ox5smekycmqz2vc3@abyayala> <87injh5z3h.fsf@gnu.org> <87wp4iehmm.fsf@santanas.co.za> <873776vt99.fsf@gnu.org> <87vak14evh.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60806) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dy14x-00043A-Bg for bug-guix@gnu.org; Fri, 29 Sep 2017 15:36:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dy14s-00009W-E8 for bug-guix@gnu.org; Fri, 29 Sep 2017 15:36:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59200) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dy14s-00009S-AJ for bug-guix@gnu.org; Fri, 29 Sep 2017 15:36:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dy14s-0000cT-3q for bug-guix@gnu.org; Fri, 29 Sep 2017 15:36:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <87vak14evh.fsf@elephly.net> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ricardo Wurmus Cc: 27386@debbugs.gnu.org Ricardo Wurmus writes: > On build nodes I added the following variable definitions to > /etc/environment: > > GUILE_LOAD_PATH=/run/current-system/profile/share/guile/site/2.2 > GUILE_LOAD_COMPILED_PATH=/run/current-system/profile/lib/guile/2.2/site-ccache:/run/current-system/profile/share/guile/site/2.2 > > You need to make sure that the guile process used by guile SSH is > restarted. Thanks Ricardo. So if you do this on build systems, I assume it's kinda a requirement of sort that should go into the document? I prefer your suggestion over my local editing of the bash/zsh files. -- Divan