From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jelle Licht Subject: Re: Error cross-compiling Mesa: failing test Date: Thu, 19 Sep 2019 12:57:16 +0200 Message-ID: <87y2ykd04z.fsf@jlicht.xyz> References: <87ftl9z1e8.fsf@ambrevar.xyz> <87a7bggnla.fsf@devup.no> <87blvgbm5d.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:56334) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iAu87-00017r-Fq for guix-devel@gnu.org; Thu, 19 Sep 2019 06:58:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iAu7n-0003fn-Fa for guix-devel@gnu.org; Thu, 19 Sep 2019 06:57:43 -0400 Received: from mail1.fsfe.org ([2001:aa8:ffed:f5f3::151]:34708) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iAu7n-0003db-A9 for guix-devel@gnu.org; Thu, 19 Sep 2019 06:57:23 -0400 In-Reply-To: <87blvgbm5d.fsf@ambrevar.xyz> 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: Pierre Neidhardt , Marius Bakke , guix-devel@gnu.org Pierre Neidhardt writes: > (define mesa32 > (package > (inherit (to32 mesa)) > (arguments > (substitute-keyword-arguments (package-arguments mesa) ^ you use (64bit?) mesa here. > ((#:phases phases) > `(modify-phases ,phases > (add-after 'unpack 'cross-disable-failing-test > (lambda _ > (substitute* "src/gallium/tests/unit/meson.build" > (("'u_format_test',") "")) > #t)))))))) > --8<---------------cut here---------------end--------------->8--- > > still produces a x86_64 build of mesa. Any clue what I'm missing? > > -- > Pierre Neidhardt > https://ambrevar.xyz/