From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Cmake build failure Date: Tue, 28 Apr 2015 17:13:31 +0200 Message-ID: <20150428151331.GA6092@debian> References: <20150427172345.GA28090@debian> <87r3r5gde0.fsf@gmail.com> <87oam8hi7w.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44966) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yn7Cc-0003xd-5a for guix-devel@gnu.org; Tue, 28 Apr 2015 11:13:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yn7CZ-0006aC-BP for guix-devel@gnu.org; Tue, 28 Apr 2015 11:13:38 -0400 Received: from mout.kundenserver.de ([212.227.126.187]:50892) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yn7CY-0006Zr-Pj for guix-devel@gnu.org; Tue, 28 Apr 2015 11:13:35 -0400 Content-Disposition: inline In-Reply-To: <87oam8hi7w.fsf@gmail.com> 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: =?utf-8?B?5a6L5paH5q2m?= Cc: guix-devel@gnu.org On Tue, Apr 28, 2015 at 02:36:51PM +0800, 宋文武 wrote: > I think we can safely disable this test.. > The bundle feature is used to pack a standalong app > with dependencies, libraries are included with RPATH removed. > But we also modify the 'ld' interpreter, so it not usable for us. > I'll push a patch to disable the test (and update to 3.2.2) soon. Okay, thanks for looking into this! Andreas