[sage-release] Re: Trouble with gfan

2021-08-28 Thread Matthias Köppe
We actually test this platform (ubuntu xenial), and gfan builds correctly. 
See https://github.com/sagemath/sage/runs/3392764418?check_suite_focus=true

This failure must be caused by something specific to your system - such as 
some stuff installed into /usr/local or something like that.

On Saturday, August 28, 2021 at 11:46:14 AM UTC-7 Simon King wrote:

> Hi!
>
> I'm afraid it's a long time since I last tried to build SageMath. When I
> now checked out the latest develop branch, gfran failed to build.
>
> From the log:
> [gfan-0.6.2.p1] IntegerVectorList setTemp;for(auto 
> c=observedExponents.begin();c!=observedExponents.end();c++)setTemp.push_back(*c);
> [gfan-0.6.2.p1] ^
> [gfan-0.6.2.p1] In file included from src/field_rationals.h:8:0,
> [gfan-0.6.2.p1] from src/polynomialgcd.cpp:14:
> [gfan-0.6.2.p1] src/field.h:81:23: note: candidate: FieldElement 
> operator*(const FieldElement&, const FieldElement&)
> [gfan-0.6.2.p1] friend FieldElement operator*(const FieldElement ,const 
> FieldElement );
> [gfan-0.6.2.p1] ^
> [gfan-0.6.2.p1] src/field.h:81:23: note: candidate expects 2 arguments, 1 
> provided
>
> This is on an older ubuntu (16.04.7), in case that matters.
>
> Is that a known issue? How can I downgrade to a working version of gfan?
>
> Best regards,
> Simon
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/edf53a20-ff73-4115-96f8-5828cd26807an%40googlegroups.com.


Re: [sage-release] Re: Sage 9.4 released

2021-08-28 Thread Jaap Spies
--
sage -t --long --warn-long 356.4 --random-seed=0 
src/sage/calculus/riemann.pyx  # Killed due to segmentation fault
--
Total time for all tests: 19434.6 seconds
cpu time: 61444.5 seconds
cumulative wall time: 75741.2 seconds
Pytest is not installed, skip checking tests that rely on it.
make: *** [Makefile:201: ptestlong] Error 16
pi@rasp8G64bit:~/sage $ 


Only one failure in ptestlong on 64 bit Raspberry Pi OS!

Cheers,

Jaap

On Thursday, August 26, 2021 at 10:38:43 PM UTC+2 Volker Braun wrote:

> Just last year Intel came out with a (cheaper Pentium-branded) CPU that 
> still doesn't support AVX, so its really not just old CPUs
>
>
> On Tuesday, August 24, 2021 at 5:37:49 PM UTC+2 Samuel Lelievre wrote:
>
>> Regarding producing the binaries, I opened an issue 
>> at binary-pkg to support older processors: 
>>
>> https://github.com/sagemath/binary-pkg/issues/31 
>>
>> but a pull request is still missing, help welcome.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/6564be9b-640c-4a69-86b4-fa0b501cfe58n%40googlegroups.com.


[sage-release] Trouble with gfan

2021-08-28 Thread Simon King
Hi!

I'm afraid it's a long time since I last tried to build SageMath. When I
now checked out the latest develop branch, gfran failed to build.

>From the log:
[gfan-0.6.2.p1]  IntegerVectorList setTemp;for(auto 
c=observedExponents.begin();c!=observedExponents.end();c++)setTemp.push_back(*c);
[gfan-0.6.2.p1] 
  ^
[gfan-0.6.2.p1] In file included from src/field_rationals.h:8:0,
[gfan-0.6.2.p1]  from src/polynomialgcd.cpp:14:
[gfan-0.6.2.p1] src/field.h:81:23: note: candidate: FieldElement 
operator*(const FieldElement&, const FieldElement&)
[gfan-0.6.2.p1]friend FieldElement operator*(const FieldElement ,const 
FieldElement );
[gfan-0.6.2.p1]^
[gfan-0.6.2.p1] src/field.h:81:23: note:   candidate expects 2 arguments, 1 
provided

This is on an older ubuntu (16.04.7), in case that matters.

Is that a known issue? How can I downgrade to a working version of gfan?

Best regards,
Simon

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/sge09g%24pjf%241%40ciao.gmane.io.