From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: patchelf apparently needs extensive changes to work on ARM Date: Sat, 03 Jan 2015 17:24:52 -0500 Message-ID: <87wq53wlhn.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42368) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y7X7O-0007Ud-Tn for guix-devel@gnu.org; Sat, 03 Jan 2015 17:24:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y7X7L-0006YG-Mu for guix-devel@gnu.org; Sat, 03 Jan 2015 17:24:22 -0500 Received: from world.peace.net ([50.252.239.5]:36109) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y7X7L-0006Y7-JA for guix-devel@gnu.org; Sat, 03 Jan 2015 17:24:19 -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: guix-devel@gnu.org Upstream 'patchelf' doesn't work on ARM. Here's the upstream bug report: https://github.com/NixOS/patchelf/issues/8 I had to apply a rather large patch from a fork of 'patchelf' to get it working: https://github.com/sriemer/patchelf/commit/0a96239cea6b97b9a0fff80da576e58ca2dfb2a2 For now, I've applied this patch on the 'wip-armhf' branch in commit 8de9362f3. If anyone has a better suggestion, I'm all ears. Mark