guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error cross-compiling Mesa: failing test


From: Jelle Licht
Subject: Re: Error cross-compiling Mesa: failing test
Date: Thu, 19 Sep 2019 13:05:10 +0200

Pierre Neidhardt <address@hidden> writes:

> Jelle Licht <address@hidden> writes:
>
>> Pierre Neidhardt <address@hidden> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]