From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57983) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f8q7s-0003Er-MW for guix-patches@gnu.org; Wed, 18 Apr 2018 12:40:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f8q7n-0002QO-2Y for guix-patches@gnu.org; Wed, 18 Apr 2018 12:40:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51606) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f8q7m-0002QC-VD for guix-patches@gnu.org; Wed, 18 Apr 2018 12:40:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f8q7m-00023w-Lt for guix-patches@gnu.org; Wed, 18 Apr 2018 12:40:02 -0400 Subject: [bug#31208] [PATCH 0/3] Add 'strip-runpath' in (guix build gremlin) Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57157) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f8q6f-0002Ly-KI for guix-patches@gnu.org; Wed, 18 Apr 2018 12:38:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f8q6d-0001wC-7j for guix-patches@gnu.org; Wed, 18 Apr 2018 12:38:52 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Date: Wed, 18 Apr 2018 18:38:42 +0200 Message-Id: <20180418163842.29823-1-ludo@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 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 ‘core-updates’.) The second patch adds ‘strip-runpath’. It doesn’t add ‘augment-rpath’ though, because that’s a bit more involved (it needs to grow the string table and the section it’s in), and so I wanted to make sure we really need it first. :-) In the discussion of ‘meson-build-system’ in , we didn’t discuss this specific part. Peter & Marius: can you explain whether/why this is needed? Thanks, Ludo’. Ludovic Courtès (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(-) -- 2.17.0