From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39877) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fGl76-00007K-34 for guix-patches@gnu.org; Thu, 10 May 2018 08:56:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fGl75-00032d-2h for guix-patches@gnu.org; Thu, 10 May 2018 08:56:04 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48136) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fGl75-000328-02 for guix-patches@gnu.org; Thu, 10 May 2018 08:56:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fGl74-0001nk-PI for guix-patches@gnu.org; Thu, 10 May 2018 08:56:02 -0400 Subject: bug#31360: [PATCH 0/5] 'guix pack --relocatable' Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180503201531.22213-1-ludo@gnu.org> Date: Thu, 10 May 2018 14:55:12 +0200 In-Reply-To: <20180503201531.22213-1-ludo@gnu.org> ("Ludovic \=\?utf-8\?Q\?Cou\?\= \=\?utf-8\?Q\?rt\=C3\=A8s\=22's\?\= message of "Thu, 3 May 2018 22:15:31 +0200") Message-ID: <87bmdnvff3.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 31360-done@debbugs.gnu.org Ludovic Court=C3=A8s skribis: > This is the cleaned up version of what we discussed at: > > https://lists.gnu.org/archive/html/guix-devel/2018-04/msg00252.html > > Part of the work here is to use relative symlinks in profiles and in > links created with =E2=80=98guix pack -S=E2=80=99 such that, if you run: > > guix pack -R -S /mybin=3Dbin bash-static > > you can then unpack the result and run: > > ./mybin/sh Pushed as 47a60325ca650e8fc1a291c8655b4297f4de8deb! Ludo=E2=80=99.