From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: PowerPC & GNU/Hurd cross-compilation Date: Sun, 22 Jan 2017 13:15:30 +0100 Message-ID: <87k29ne1el.fsf@gnu.org> References: <87d1fgjech.fsf@gnu.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]:47316) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cVH3b-0005Cc-Aj for guix-devel@gnu.org; Sun, 22 Jan 2017 07:15:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cVH3Y-0002ku-4l for guix-devel@gnu.org; Sun, 22 Jan 2017 07:15:39 -0500 In-Reply-To: <87d1fgjech.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sat, 21 Jan 2017 22:24:46 +0100") 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" To: Carlos =?utf-8?Q?S=C3=A1nchez?= de La Lama Cc: guix-devel ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > There=E2=80=99s also a small problem with sed: > > https://hydra.gnu.org/build/1817854/nixlog/1/raw Fixed in c8b44fc10717a106b305d66e95ea27d1a3be45f5. > Besides, on GNU/Hurd, the loader file name is incorrect: > > $ readelf -a /gnu/store/zl3m30z9rvj15jnfgn43wd6qikahf9l1-guile-2.0.13/bin= /guile |grep -A1 INTERP > INTERP 0x000134 0x08048134 0x08048134 0x0000b 0x0000b R 0x1 > [Requesting program interpreter: /lib/ld.so] > > (Should be /gnu/store/=E2=80=A6-glibc-2.24/lib/ld.so.) Fixed in 33ae7d43854d8e36f29892015d4ee172c7f518f6. Ludo=E2=80=99.