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 13:05:10 +0200 Message-ID: <87v9toczrt.fsf@jlicht.xyz> References: <87ftl9z1e8.fsf@ambrevar.xyz> <87a7bggnla.fsf@devup.no> <87blvgbm5d.fsf@ambrevar.xyz> <87y2ykd04z.fsf@jlicht.xyz> <878sqkblh7.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:57316) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iAuFO-0006Pg-FT for guix-devel@gnu.org; Thu, 19 Sep 2019 07:05:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iAuFN-00007s-3t for guix-devel@gnu.org; Thu, 19 Sep 2019 07:05:14 -0400 Received: from mail1.fsfe.org ([217.69.89.151]:36890) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iAuFM-00006z-Tf for guix-devel@gnu.org; Thu, 19 Sep 2019 07:05:13 -0400 In-Reply-To: <878sqkblh7.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: > Jelle Licht writes: > >> Pierre Neidhardt writes: >> >>> (define mesa32 >>> (package >>> (inherit (to32 mesa)) >>> (arguments >>> (substitute-keyword-arguments (package-arguments mesa) >> ^ >> you use (64bit?) >> mesa here. > > What's the problem? O.o It seems you inherit from the `(to32 mesa)', but then override the arguments to come from `(package-arguments mesa)', so you always ignore the `#:system "i686-linux"' in this setup, if I understand correctly.