Re: Error cross-compiling Mesa: failing test

2019-09-27 Thread Marius Bakke
Pierre Neidhardt writes: > Marius: you told me to update master, but > > --8<---cut here---start->8--- >> guix refresh -l mesa > Building the following 822 packages would ensure 1514 dependent packages are > rebuilt: > --8<---cut here--

Re: Error cross-compiling Mesa: failing test

2019-09-27 Thread Pierre Neidhardt
Marius: you told me to update master, but --8<---cut here---start->8--- > guix refresh -l mesa Building the following 822 packages would ensure 1514 dependent packages are rebuilt: --8<---cut here---end--->8--- I'd say this

Re: Error cross-compiling Mesa: failing test

2019-09-19 Thread Jelle Licht
Pierre Neidhardt writes: > Jelle Licht writes: > >> Pierre Neidhardt writes: >> >>> (define mesa32 >>> (package >>> (inherit (to32 mesa)) >>> (arguments >>> (substitute-keyword-arguments (package-arguments mesa) >> ^ >>

Re: Error cross-compiling Mesa: failing test

2019-09-19 Thread Pierre Neidhardt
Jelle Licht writes: > Pierre Neidhardt writes: > >> (define mesa32 >> (package >> (inherit (to32 mesa)) >> (arguments >> (substitute-keyword-arguments (package-arguments mesa) > ^ >

Re: Error cross-compiling Mesa: failing test

2019-09-19 Thread Jelle Licht
Pierre Neidhardt writes: > (define mesa32 > (package > (inherit (to32 mesa)) > (arguments > (substitute-keyword-arguments (package-arguments mesa) ^ you use (64bit?)

Re: Error cross-compiling Mesa: failing test

2019-09-19 Thread Pierre Neidhardt
Sorry for the delay :p > In any case you can change (%current-system) to: > > (or (%current-target-system) (%current-system)) > > ...and it should work. Feel free to push this change to 'master' :-) OK, I could do that. Now I'm trying to build a i686-linux mesa on a x86_64, but the following

Re: Error cross-compiling Mesa: failing test

2019-09-07 Thread Marius Bakke
Pierre Neidhardt writes: > Hi! > > Our current `mesa' package has this bit: > > --8<---cut here---start->8--- > ,@(if (string-prefix? "i686" (%current-system)) >;; Disable new test from Mesa 19 that fails on i686. Upstream >

Error cross-compiling Mesa: failing test

2019-09-06 Thread Pierre Neidhardt
Hi! Our current `mesa' package has this bit: --8<---cut here---start->8--- ,@(if (string-prefix? "i686" (%current-system)) ;; Disable new test from Mesa 19 that fails on i686. Upstream ;; report: