From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: python: Do not use patchelf Date: Mon, 23 Mar 2015 10:16:07 +0100 Message-ID: <87a8z4m5uw.fsf@gnu.org> References: <87iods4ea8.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36412) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZyT1-0002px-Nc for guix-devel@gnu.org; Mon, 23 Mar 2015 05:16:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YZySv-0005g8-Fx for guix-devel@gnu.org; Mon, 23 Mar 2015 05:16:15 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:39038) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZySv-0005g4-DF for guix-devel@gnu.org; Mon, 23 Mar 2015 05:16:09 -0400 In-Reply-To: <87iods4ea8.fsf@netris.org> (Mark H. Weaver's message of "Sun, 22 Mar 2015 22:51:27 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mark H Weaver Cc: guix-devel@gnu.org Mark H Weaver skribis: > Since we lack a working 'patchelf' on ARM, and since 'patchelf' > currently fails its test suite on MIPS, I hope to eliminate all > unnecessary uses of 'patchelf' in Guix. This patch is the first step, > which I hope will bring our non-Intel ports back from the dead. Excellent. > From 488a5b0e64f264dd69e49ba7db586efac4d4a0ef Mon Sep 17 00:00:00 2001 > From: Mark H Weaver > Date: Sun, 22 Mar 2015 22:39:56 -0400 > Subject: [PATCH] gnu: python: Do not use patchelf. > > * gnu/packages/python.scm (python-2): Add rpath for lib directory of outp= ut to > LDFLAGS. Remove 'patchelf' from inputs. Remove #:modules and > #:imported-modules from arguments. Remove 'add-lib-to-runpath' phase. > (python): Do not add #:modules to inherited package arguments. Assuming everything NEEDED is still in RUNPATH, please push. Thank you for working on it! Ludo=E2=80=99.