From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:50615) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h4o1e-0008R9-R8 for guix-patches@gnu.org; Fri, 15 Mar 2019 10:41:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h4nmd-0000U3-RO for guix-patches@gnu.org; Fri, 15 Mar 2019 10:26:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60004) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h4nmb-0000T8-TI for guix-patches@gnu.org; Fri, 15 Mar 2019 10:26:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h4nmb-0004dO-OE for guix-patches@gnu.org; Fri, 15 Mar 2019 10:26:01 -0400 Subject: [bug#34859] [PATCH] pack: "-RR" produces PRoot-enabled relocatable binaries. Resent-Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Fri, 15 Mar 2019 15:24:54 +0100 From: Julien Lepiller In-Reply-To: <20190314161026.15696-1-ludo@gnu.org> References: <20190314161026.15696-1-ludo@gnu.org> Message-ID: <1ef41855caba45a267f90532d40a47f3@lepiller.eu> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 34859@debbugs.gnu.org How does it work? do you look for a proot on the system where the pack is unpacked, or is it included in the pack? If so, how does it work, since I guess it can't be wrapped? One small issue in the manual: Le 2019-03-14 17:10, Ludovic Courtès a écrit : > From: Ludovic Courtès > > [...] > > +@emph{twice}@footnote{Here's a trick to memorize it: @code{-RR}, which > adds > +PRoot support, can be thought of as the abbreviation of ``Really > +Relocatable''. Neat, isn't it?}, relocatable binaries fall to back to > PRoot ^ this here > +if user namespaces are unavailable, and essentially work > anywhere---see below > +for the implications.