there are two tests - and you get the failure on the 2st one, which checks for 
equality of versions, in
PKG_CHECK_MODULES.
You need to change '=' there to '>='

(and ./bootstrap)



On 26 June 2024 15:30:53 BST, Michael Orlitzky <mich...@orlitzky.com> wrote:
>On Wed, 2024-06-26 at 15:26 +0100, John Cremona wrote:
>> In build/pkgs/eclib/spkg-configure.m4 tere is code to check whether an
>> already installed version of eclib is new enough.  It use to check that the
>> version agreed exactly, but now it uses [ge] ("greater or equal") to do
>> this.
>> 
>
>Did you update spkg-configure.m4 yourself? The one I have (develop
>branch) is still using equality:
>
>  m4_pushdef([SAGE_ECLIB_VER],["20231212"])
>  PKG_CHECK_MODULES([ECLIB], [eclib = SAGE_ECLIB_VER],
>  ...
>
>In any case, after changing it, you have to re-run ./bootstrap.
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/83C1B665-07E2-4514-99F6-9FEA909D5869%40gmail.com.

Reply via email to