From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52927) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fEhhR-0004h4-T6 for guix-patches@gnu.org; Fri, 04 May 2018 16:53:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fEhhO-0004nT-Nm for guix-patches@gnu.org; Fri, 04 May 2018 16:53:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:42105) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fEhhO-0004nF-Jz for guix-patches@gnu.org; Fri, 04 May 2018 16:53:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fEhhO-0005nc-5z for guix-patches@gnu.org; Fri, 04 May 2018 16:53:02 -0400 Subject: [bug#31208] [PATCH 0/3] Add 'strip-runpath' in (guix build gremlin) Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180418163842.29823-1-ludo@gnu.org> Date: Fri, 04 May 2018 22:52:47 +0200 In-Reply-To: <20180418163842.29823-1-ludo@gnu.org> ("Ludovic \=\?utf-8\?Q\?Cou\?\= \=\?utf-8\?Q\?rt\=C3\=A8s\=22's\?\= message of "Wed, 18 Apr 2018 18:38:42 +0200") Message-ID: <87bmdvrvmo.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: 31208@debbugs.gnu.org Ping! :-) Ludovic Court=C3=A8s skribis: > Hello! > > As discussed before, this patch set is a first stab at getting rid of > PatchELF (which has portability issues) in particular in the Meson build > system. (The patches are for the next =E2=80=98core-updates=E2=80=99.) > > The second patch adds =E2=80=98strip-runpath=E2=80=99. It doesn=E2=80=99= t add =E2=80=98augment-rpath=E2=80=99 > though, because that=E2=80=99s a bit more involved (it needs to grow the = string > table and the section it=E2=80=99s in), and so I wanted to make sure we r= eally > need it first. :-) > > In the discussion of =E2=80=98meson-build-system=E2=80=99 in > , we didn=E2=80=99= t discuss > this specific part. Peter & Marius: can you explain whether/why this is > needed? > > Thanks, > Ludo=E2=80=99. > > Ludovic Court=C3=A8s (3): > gremlin: Preserve offset info for dynamic entries. > gremlin: Add 'strip-runpath'. > build-system/meson: Use 'strip-runpath' instead of PatchELF. > > guix/build/gremlin.scm | 130 +++++++++++++++++++++--------- > guix/build/meson-build-system.scm | 2 +- > tests/gremlin.scm | 35 +++++++- > 3 files changed, 129 insertions(+), 38 deletions(-)