Hello Leo & Guillaume,
> That's a good observation. I hadn't thought of it.
>
> I'm CC-ing Mathieu Othacehe and guix-sysadmin so that we can disable
> these builds until we can fix the bug for real. Mathieu: this might
> explain why the build farm is spending all its effort on aarch64.
If we wa
Mathieu Othacehe writes:
> Hello Leo & Guillaume,
>
>> That's a good observation. I hadn't thought of it.
>>
>> I'm CC-ing Mathieu Othacehe and guix-sysadmin so that we can disable
>> these builds until we can fix the bug for real. Mathieu: this might
>> explain why the build farm is spending al
Hi Ludo,
that is not a fix. A workaround maybe.
If possible, I'd like the actual fix to be to make the meson build system
support cross compilation.
According to https://mesonbuild.com/Cross-compilation.html :
>Meson has full support for cross compilation.
[...]
>meson builddir/ --cross-file
Hello,
Fixed with dea570775064573881dbec0c849fd50ff907c31a.
Thanks,
Mathieu
On Sun, Jan 17, 2021 at 10:29:49AM +0100, Mathieu Othacehe wrote:
> If we want to disable SBCL builds temporarily we can do something
> similar to what I did to disable Rust builds on non-x86_64 architectures
> here: 0ed631866cc0b7cece2b0a0b50e39b37ae91bb67.
--
diff --git a/gnu/packages/rust.s
On Sun, Jan 17, 2021 at 02:11:11PM -0500, Leo Famulari wrote:
> On Sun, Jan 17, 2021 at 10:29:49AM +0100, Mathieu Othacehe wrote:
> > If we want to disable SBCL builds temporarily we can do something
> > similar to what I did to disable Rust builds on non-x86_64 architectures
> > here: 0ed631866cc0
php 7.4.14 fails to build on aarch64 due to test suite failures.
Reverting back to php 7.4.13 by reverting commit
d033540e6c113323089403a26e39f9a288c9c857 works fine for me, though
obviously it would be better to track down the exact test suite failure
and figure out a proper fix.
This blocks num
Ludovic Courtès skribis:
> If you do, as a regular user:
>
> guix pull
> sudo guix system reconfigure …
>
> the ‘guix system reconfigure’, as part of the downgrade-detection
> machinery, triggers an update of the channel checkout(s) in
> ~root/.cache, even though ~USER/.cache is already up-to