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: hop: Fix RPATHs. Date: Tue, 05 May 2015 21:59:18 +0200 Message-ID: <874mnqyew9.fsf@gnu.org> References: <23abf5ad7aac9a3f6598aa86f353f73a@openmailbox.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]:45957) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ypj03-0004b4-Gq for guix-devel@gnu.org; Tue, 05 May 2015 15:59:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ypizz-0000gW-UM for guix-devel@gnu.org; Tue, 05 May 2015 15:59:27 -0400 In-Reply-To: <23abf5ad7aac9a3f6598aa86f353f73a@openmailbox.org> (Eric Bavier's message of "Tue, 05 May 2015 11:02:35 -0500") 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: Eric Bavier Cc: guix-devel@gnu.org Eric Bavier skribis: > From 21fc758523acd674148a74afdda6ccb1aa588c77 Mon Sep 17 00:00:00 2001 > From: Eric Bavier > Date: Tue, 5 May 2015 11:01:06 -0500 > Subject: [PATCH] gnu: hop: Fix RPATHs. > > * gnu/packages/scheme.scm (inputs): Move patchelf input to... > (native-inputs): ...here. New field. > (arguments)[phases]: Use augment-rpath for patch-rpath phase. Great, please push. Eventually we should try to avoid using PatchELF since it=E2=80=99s somewhat broken (definitely broken on mips and arm) and hackish anyway. I tried getting =E2=80=98-copt -Wl,-rpath=3Dfoo=E2=80=99 passed to bigloo here, but= somehow failed to do that. Thank you, Ludo=E2=80=99.