[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49881] [PATCH] gnu: mpfr-boot: Use gmp-boot as a dependency
From: |
Thiago Jung Bauermann |
Subject: |
[bug#49881] [PATCH] gnu: mpfr-boot: Use gmp-boot as a dependency |
Date: |
Thu, 12 Aug 2021 16:27:59 -0300 |
Hi,
Em quarta-feira, 11 de agosto de 2021, às 18:49:03 -03, Ludovic Courtès
escreveu:
> Hi,
>
> Thiago Jung Bauermann <bauermann@kolabnow.com> skribis:
> > The current GMP version is incompatible with MPFR 2.4 (which was
> > released in 2009) and causes the build of ‘mpfr-boot’ to fail.
> >
> > Fix the problem by using ‘gmp-boot’, which is from early 2010.
> >
> > * gnu/packages/commencement.scm (mpfr-boot)[propagated-inputs]: Add
> > gmp-boot.
>
> Indeed. However, it turns out that ‘gmp-boot’, ‘mpfr-boot’, and
> ‘mpc-boot’ are not actually used as dependencies; we only ever use their
> source.
>
> I propose to instead make that explicit with the patch below. WDYT?
I think it’s a great solution! Much simpler than my patches for this issue
and also 49880 and 49882. Thank you very much for working on it.
I also confirmed that with your patch, ‘gmp-boot’, ‘mpfr-boot’, and ‘mpc-
boot’ “build” correctly on powerpc64le-linux (not that it really matters),
and they also “build” correctly on i686-linux. The latter system also
builds ‘gcc-core-mesboot1’ correctly.
Out of curiosity, why did the CI even try to build ‘gmp-boot’, ‘mpfr-boot’,
and ‘mpc-boot’ on powerpc64le-linux? They’re not public packages, and
moreover they are only dependencies of ‘gcc-core-mesboot1’ which is only
relevant on i686-linux…
--
Thanks,
Thiago