Steven Trogdon

Results 129 comments of Steven Trogdon

On Gentoo, I'm using `gcc-9.3.0-r1` and on gentoo Prefix `gcc-10.2.0-r3`.

These don't fail in my prefix ``` sage: g = graphs.LivingstoneGraph() sage: from sage.combinat.designs.twographs import twograph_descendant sage: A=graphs.strongly_regular_graph(280,135,70) sage: A Graph on 280 vertices sage: g Livingstone Graph: Graph on...

This is what seems to be the important stuff for `pbori.pyx`. ``` Stack backtrace --------------- No symbol table info available. #1 0x00007f2678378824 in ?? () from /usr/lib/python3.10/site-packages/cysignals/signals.cpython-310-x86_64-linux-gnu.so No symbol table...

This is the failure ``` Tests run before process (pid=20146) failed: sage: P. = PolynomialRing(GF(2), 5, order='lex') ## line 78 ## sage: I1 = ideal([a*b + c*d + 1, a*c*e...

This is gcc-related. My system `brial` was built with `gcc-11`. I'm now using `gcc-12`. I rebuilt `brial` with `gcc-12` and there are no segfaults. I didn't think this was supposed...

Also, from the sage prompt ``` sage: cython(''' ....: ''') /storage/strogdon/gentoo-rap/usr/lib/python3.10/site-packages/setuptools/_distutils/msvccompiler.py:66: DeprecationWarning: msvccompiler is deprecated and slated to be removed in the future. Please discontinue use or file an issue...

And is not present when run a second time.

Unless I'm mistaken, vanilla restricts `setuptools` to `

It is curious that these `setuptools` related failures to `cython` calls do not fail when run individually, e.g. ``` sage -t --long /usr/lib/python3.10/site-packages/sage/graphs/connectivity.pyx too many failed tests, not using stored...

Is this setuptools-related or something else? I no longer see the warnings for the original issue. ``` sage -t --long --random-seed=291285384843659035697685462386874152650 /usr/lib/python3.11/site-packages/sage/repl/ipython_kernel/kernel.py ********************************************************************** File "/usr/lib/python3.11/site-packages/sage/repl/ipython_kernel/kernel.py", line 47, in sage.repl.ipython_kernel.kernel.SageKernel.__init__ Failed...